summaryrefslogtreecommitdiff
path: root/lib9p/9p.generated.c
AgeCommit message (Collapse)Author
2025-02-13Start linting against global variablesLuke T. Shumaker
2025-02-12lib9p: Don't copy byte-arrays when unmarshalingLuke T. Shumaker
2025-02-12lib9p: Rewrite the marshalers to support zero-copy for dataLuke T. Shumaker
2025-02-03lib9p: idl: Inline the `d` and `d_signed` structsLuke T. Shumaker
2025-02-03lib9p: idl: 9P2000.p9p: Get code generatingLuke T. Shumaker
2025-02-03lib9p: idl.gen: Simplify special casesLuke T. Shumaker
It wasn't validating d_signed length.
2025-02-03lib9p: idl.gen: Check for duplicate names and msg type idsLuke T. Shumaker
2025-01-27lib9p: idl.gen: Fix is_verLuke T. Shumaker
2025-01-27lib9p: idl: Refactor how I handle data-lengths being signedLuke T. Shumaker
2025-01-25lib9p: idl.gen: Detect when we try to import a sym that doesn't existLuke T. Shumaker
2025-01-23lib9p: idl.gen: Validate that member types existLuke T. Shumaker
2025-01-23lib9p: idl: 9P2000.L: Also import RerrorLuke T. Shumaker
For some of the imported methods, it doesn't specify to use Rlerror instead of Rerror.
2025-01-19lib9p: Use <libmisc/endian.h>Luke T. Shumaker
2025-01-19lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000Luke T. Shumaker
2025-01-19lib9p: Don't nul-terminate strings, add some string utilsLuke T. Shumaker
2025-01-17lib9p: Consolidate enum-string functionsLuke T. Shumaker
2025-01-17lib9p: Enable generating code for 9P2000.LLuke T. Shumaker
2025-01-17lib9p: idl.gen: Fix c_ver_cond() compiling with versions disabledLuke T. Shumaker
2025-01-14lib9p: idl: .u: Pull out an `nuid` typeLuke T. Shumaker
2025-01-14lib9p: idl.gen: Do topological sorting on typesLuke T. Shumaker
2025-01-14lib9p: Limit count and offset to INT{32,64}_MAXLuke T. Shumaker
2025-01-11lib9p: Rename `lib9p_*_stat()` to `lib9p_stat_*()` for consistencyLuke T. Shumaker
2025-01-11lib9p: Split the generated tables upLuke T. Shumaker
2024-12-26lib9p: idl.gen: Give bitmasks their own section in .cLuke T. Shumaker
2024-12-26lib9p: idl.gen: Use \t instead of literal tab, to avoid mistakesLuke T. Shumaker
2024-12-26lib9p: idl.gen: Add a c_macro helperLuke T. Shumaker
2024-12-13Gather macros into libmisc/macro.hLuke T. Shumaker
2024-12-10Get lib9p building on rp2040Luke T. Shumaker
2024-11-23Use C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
2024-11-12Fuss with compile-time configLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-11-11Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate`Luke T. Shumaker
2024-10-17libmiscLuke T. Shumaker
2024-10-11lib9p: Mark what I intend to completeLuke T. Shumaker
2024-10-10implement dreadLuke T. Shumaker
2024-10-09lib9p: finish refactorLuke T. Shumaker
2024-10-09wipLuke T. Shumaker
2024-10-08lib9p: stat size is weirdLuke T. Shumaker
2024-10-08lib9p: fix stat sizeLuke T. Shumaker
It does NOT include the u16 size field itself.
2024-10-05fixes, valgrindLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04wip srvLuke T. Shumaker
2024-10-04lib9p: Improve handling of stat object sizesLuke T. Shumaker
2024-10-03lib9p: Allow specifying a maximum value for an atom in *.txtLuke T. Shumaker
2024-10-03lib9p: Rename the generated filesLuke T. Shumaker