summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-09lib9p: Separate the srv config from the main configLuke T. Shumaker
2025-02-04Merge branch 'lukeshu/9p-exit'Luke T. Shumaker
2025-02-04lib9p: Test that we can do clean shutdownLuke T. Shumaker
2025-02-04libcr_ipc: Fix rpc.hLuke T. Shumaker
2025-02-04libmisc: log.h: Allow using n_* in headers without LOG_NAMELuke T. Shumaker
2025-02-04libcr: Flesh out cr_cid_info, clarify stack boundsLuke T. Shumaker
2025-02-04lib9p: 0000-TODO.md: OopsLuke T. Shumaker
2025-02-03Merge branch 'lukeshu/9p-idl-defs'Luke T. Shumaker
2025-02-03lib9p: idl: Add a TODO listLuke T. Shumaker
2025-02-03lib9p: idl: Styx: Fill outLuke T. Shumaker
2025-02-03lib9p: idl: 9P0, 9P1: Tidy, document opaque fields, have 9P1 import from 9P0Luke T. Shumaker
2025-02-03lib9p: idl: Inline the `d` and `d_signed` structsLuke T. Shumaker
2025-02-03lib9p: idl: 9P2000: Fix commentsLuke 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: Have pretty and informative error messagesLuke T. Shumaker
"Ignore space change" will be useful when viewing this diff.
2025-02-03lib9p: idl.gen: Check for duplicate names and msg type idsLuke T. Shumaker
2025-02-03lib9p: srv.c: Use the correct types for fidmap and reqmap keysLuke T. Shumaker
2025-01-27Merge branch 'lukeshu/lint'Luke T. Shumaker
2025-01-27lint-generic: Check that shebang-presence and executable bit matchLuke T. Shumaker
2025-01-27make lint: Have the output be a little prettierLuke T. Shumaker
2025-01-27GNUmakefile: Don't re-generate sources.mk multiple times in a runLuke T. Shumaker
2025-01-27GNUmakefile: Pull lint/c, lint/all, and lint/unknown out into separate shell ↵Luke T. Shumaker
scripts
2025-01-27lib9p: idl.gen: Fix is_verLuke T. Shumaker
2025-01-27Merge branch 'lukeshu/misc'Luke T. Shumaker
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
For some of the imported methods, it doesn't specify to use Rlerror instead of Rerror.
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