Age | Commit message (Expand) | Author |
2025-04-21 | lib9p_core: Rename the "unknown" version to "uninitialized" | Luke T. Shumaker |
2025-04-19 | lib9p: Don't require that CONFIG_9P_ENABLE_9P2000 | Luke T. Shumaker |
2025-04-19 | lib9p_idl: Clean up struct stat and numeric user IDs | Luke T. Shumaker |
2025-04-14 | lib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9p | Luke T. Shumaker |
2025-04-14 | lib9p_idl: parser: Tidy regex group names | Luke T. Shumaker |
2025-04-13 | lib9p: idl: 9P2000.L: Add a reference for errno meanings | Luke T. Shumaker |
2025-04-13 | lib9p: idl: 9P2000.L doesn't have Rerror | Luke T. Shumaker |
2025-04-13 | lib9p: srv: Implement p9p version negotiation | Luke T. Shumaker |
2025-04-12 | lib9p: idl: Normalize on the field names "errstr" and "errnum" | Luke T. Shumaker |
2025-04-02 | lib9p: idl: Fix a typo in a comment | Luke T. Shumaker |
2025-03-29 | lib9p: idl: Rework bitfields, allow full exprs more places | Luke T. Shumaker |
2025-03-29 | lib9p: idl: In bitfields, explicitly say "bit" or "alias" | Luke T. Shumaker |
2025-03-28 | lib9p: idl: Touch up the *.9p files | Luke T. Shumaker |
2025-03-28 | lib9p: idl: Allow Numbers to have ,val= or ,max= | Luke T. Shumaker |
2025-03-28 | lib9p: idl: Allow for const .cnt | Luke T. Shumaker |
2025-03-23 | lib9p: start to split idl.gen apart as proto.gen | Luke T. Shumaker |
2025-03-22 | lib9p: idl: 9P2000.L: Document all the bitfields and enums | Luke T. Shumaker |
2025-03-22 | Python: Clean up f-strings | Luke T. Shumaker |
2025-03-22 | lib9p: idl: Create an 'errno' type | Luke T. Shumaker |
2025-03-22 | lib9p: idl: Have bitfield bit names be less heuristic | Luke T. Shumaker |
2025-03-22 | lib9p: idl.gen: Have a separate type that excludes idl.Primitive | Luke T. Shumaker |
2025-03-22 | make lint/python3: Use pylint | Luke T. Shumaker |
2025-02-04 | lib9p: 0000-TODO.md: Oops | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Add a TODO list | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Styx: Fill out | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P0, 9P1: Tidy, document opaque fields, have 9P1 import from 9P0 | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Inline the `d` and `d_signed` structs | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P2000: Fix comments | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P2000.p9p: Get code generating | Luke T. Shumaker |
2025-02-03 | lib9p: idl.gen: Have pretty and informative error messages | Luke T. Shumaker |
2025-02-03 | lib9p: idl.gen: Check for duplicate names and msg type ids | Luke T. Shumaker |
2025-01-27 | lib9p: idl: Refactor how I handle data-lengths being signed | Luke T. Shumaker |
2025-01-25 | lib9p: idl.gen: Detect when we try to import a sym that doesn't exist | Luke T. Shumaker |
2025-01-23 | lib9p: idl.gen: Validate that member types exist | Luke T. Shumaker |
2025-01-23 | lib9p: idl: 9P2000.L: Also import Rerror | Luke T. Shumaker |
2025-01-19 | lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000 | Luke T. Shumaker |
2025-01-19 | lib9p: idl.gen: Track min and max object sizes | Luke T. Shumaker |
2025-01-17 | lib9p: Enable generating code for 9P2000.L | Luke T. Shumaker |
2025-01-14 | lib9p: Have a go at filling out 9P2000.L.9p | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Add numeric constants | Luke T. Shumaker |
2025-01-14 | lib9p: idl: .u: Pull out an `nuid` type | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Fill in 9P0, 9P1 msgtyp values, add Tmux | Luke T. Shumaker |
2025-01-14 | lib9p: Limit count and offset to INT{32,64}_MAX | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Parser: Fix an error message | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Parser: Use Python 3.13 type aliases | Luke T. Shumaker |
2025-01-14 | lib9p: Fixup the idl README | Luke T. Shumaker |
2025-01-11 | lib9p: Document plan9port's openfd() | Luke T. Shumaker |
2024-12-26 | lib9p: 9P2000.9p: Fix a typo in a comment | Luke T. Shumaker |
2024-12-26 | lib9p: Pull the IDL parser into a separate file | Luke T. Shumaker |
2024-12-26 | lib9p/idl: Include directory name in file headers | Luke T. Shumaker |