summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-27lib9p: idl.gen: Fix extra newline after bitfields with no aliasesLuke T. Shumaker
2025-01-27lib9p: idl.gen: Obviate the join_lines functionLuke 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-25stack.c.gen: Sort rowsLuke T. Shumaker
2025-01-25stack.c.gen: Allow missing indirect callsLuke T. Shumaker
2025-01-23Merge branch 'lukeshu/9p-idl-defs'Luke T. Shumaker
2025-01-23lib9p: idl.gen: Sort the enum msg_typ valuesLuke 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
2025-01-19Merge branch 'lukeshu/9p-tidy'Luke T. Shumaker
2025-01-19lib9p: Use <libmisc/endian.h>Luke T. Shumaker
2025-01-19libmisc: endian.h: Add 64-bit versionsLuke T. Shumaker
2025-01-19lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000Luke T. Shumaker
2025-01-19lib9p: idl.gen: Track min and max object sizesLuke T. Shumaker
2025-01-19lib9p.gen: Use list.append as appropriateLuke 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-17Merge branch 'lukeshu/9p-idl-defs'Luke 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-14Merge branch 'lukeshu/9p-idl-defs'Luke T. Shumaker
2025-01-14lib9p: Have a go at filling out 9P2000.L.9pLuke T. Shumaker
2025-01-14lib9p: idl: Add numeric constantsLuke 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: idl: Fill in 9P0, 9P1 msgtyp values, add TmuxLuke T. Shumaker
2025-01-14lib9p: Limit count and offset to INT{32,64}_MAXLuke T. Shumaker
2025-01-14lib9p: idl: Parser: Fix an error messageLuke T. Shumaker
2025-01-14lib9p: idl: Parser: Use Python 3.13 type aliasesLuke T. Shumaker
2025-01-14lib9p: Fixup the idl READMELuke T. Shumaker
2025-01-14Merge branch 'lukeshu/9p-code-size'Luke T. Shumaker
2025-01-11stack.c.gen: Monitor printf and assert overheadLuke T. Shumaker
2025-01-11gc sections from host buildsLuke T. Shumaker
2025-01-11lib9p: Rename `lib9p_*_stat()` to `lib9p_stat_*()` for consistencyLuke T. Shumaker
2025-01-11lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg variantsLuke T. Shumaker
2025-01-11lib9p: Split the generated tables upLuke T. Shumaker
2025-01-11Merge branch 'lukeshu/9p-tests'Luke T. Shumaker
2025-01-11Add basic smoke tests for the 9p serverLuke T. Shumaker
2025-01-11mv cmd/srv9p lib9p/tests/test_server # and supporting changesLuke T. Shumaker
2025-01-11fixup! Build the full matrix of CMAKE_BUILD_TYPELuke T. Shumaker
2025-01-11lib9p: Document plan9port's openfd()Luke T. Shumaker
2025-01-11make lint: Allow 2025 copyright yearsLuke T. Shumaker
2024-12-26Merge branch 'lukeshu/check-build'Luke T. Shumaker
2024-12-26Build the full matrix of CMAKE_BUILD_TYPELuke T. Shumaker
2024-12-26libcr: Tell GCC that coroutine_table[n].name might not be nul-terminatedLuke T. Shumaker
2024-12-26libmisc: test_rand: Avoid divide-by-zero, even if its result is ignoredLuke T. Shumaker
2024-12-26libcr: Pull out CID allocationLuke T. Shumaker
2024-12-26libmisc: Rework how test-intercepts workLuke T. Shumaker
2024-12-26libmisc: Check that assert.h has no depsLuke T. Shumaker