summaryrefslogtreecommitdiff
path: root/lib9p/core_gen/h.py
AgeCommit message (Collapse)Author
2025-05-06wip: Build with -Wconversionlukeshu/safe-conversionLuke T. Shumaker
I think this found a real bug in the dhcp packet parser. I don't think anything called lib9p_str{,n}() values that could be big enough, but their bounds-checking was broken.
2025-05-06libmisc: macro.h: Add utilities for int conversionsLuke T. Shumaker
2025-04-21lib9p_core: Rename the "unknown" version to "uninitialized"Luke T. Shumaker
2025-04-19lib9p: Don't require that CONFIG_9P_ENABLE_9P2000Luke T. Shumaker
2025-04-14Split lib9p into lib9p_core and lib9p_srvLuke T. Shumaker