index
:
sbc-harness
clang-format
lukeshu/9p-printf
lukeshu/dhcp
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-02-09
lib9p: Separate the srv config from the main config
Luke T. Shumaker
2025-02-04
Merge branch 'lukeshu/9p-exit'
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-02-04
libcr_ipc: Fix rpc.h
Luke T. Shumaker
2025-02-04
libmisc: log.h: Allow using n_* in headers without LOG_NAME
Luke T. Shumaker
2025-02-04
libcr: Flesh out cr_cid_info, clarify stack bounds
Luke T. Shumaker
2025-02-04
lib9p: 0000-TODO.md: Oops
Luke T. Shumaker
2025-02-03
Merge branch 'lukeshu/9p-idl-defs'
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: Simplify special cases
Luke T. Shumaker
It wasn't validating d_signed length.
2025-02-03
lib9p: idl.gen: Have pretty and informative error messages
Luke T. Shumaker
"Ignore space change" will be useful when viewing this diff.
2025-02-03
lib9p: idl.gen: Check for duplicate names and msg type ids
Luke T. Shumaker
2025-02-03
lib9p: srv.c: Use the correct types for fidmap and reqmap keys
Luke T. Shumaker
2025-01-27
Merge branch 'lukeshu/lint'
Luke T. Shumaker
2025-01-27
lint-generic: Check that shebang-presence and executable bit match
Luke T. Shumaker
2025-01-27
make lint: Have the output be a little prettier
Luke T. Shumaker
2025-01-27
GNUmakefile: Don't re-generate sources.mk multiple times in a run
Luke T. Shumaker
2025-01-27
GNUmakefile: Pull lint/c, lint/all, and lint/unknown out into separate shell ↵
Luke T. Shumaker
scripts
2025-01-27
lib9p: idl.gen: Fix is_ver
Luke T. Shumaker
2025-01-27
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-01-27
lib9p: idl.gen: Fix extra newline after bitfields with no aliases
Luke T. Shumaker
2025-01-27
lib9p: idl.gen: Obviate the join_lines function
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-25
stack.c.gen: Sort rows
Luke T. Shumaker
2025-01-25
stack.c.gen: Allow missing indirect calls
Luke T. Shumaker
2025-01-23
Merge branch 'lukeshu/9p-idl-defs'
Luke T. Shumaker
2025-01-23
lib9p: idl.gen: Sort the enum msg_typ values
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
For some of the imported methods, it doesn't specify to use Rlerror instead of Rerror.
2025-01-19
Merge branch 'lukeshu/9p-tidy'
Luke T. Shumaker
2025-01-19
lib9p: Use <libmisc/endian.h>
Luke T. Shumaker
2025-01-19
libmisc: endian.h: Add 64-bit versions
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-19
lib9p.gen: Use list.append as appropriate
Luke T. Shumaker
2025-01-19
lib9p: Don't nul-terminate strings, add some string utils
Luke T. Shumaker
2025-01-17
lib9p: Consolidate enum-string functions
Luke T. Shumaker
2025-01-17
Merge branch 'lukeshu/9p-idl-defs'
Luke T. Shumaker
2025-01-17
lib9p: Enable generating code for 9P2000.L
Luke T. Shumaker
2025-01-17
lib9p: idl.gen: Fix c_ver_cond() compiling with versions disabled
Luke T. Shumaker
2025-01-14
Merge branch 'lukeshu/9p-idl-defs'
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
[next]