summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysMerge branch 'lukeshu/9p-read-iovec'HEADmainLuke T. Shumaker
2 dayslib9p: Adjust for reads to be zero-copyLuke T. Shumaker
2 dayslibhw_generic: Re-think duplex_iovecLuke T. Shumaker
2 daysHave libhw_generic be independent of libcr, rename libhw to libhw_crLuke T. Shumaker
2 dayscmake: Fuss with include_directories for testsLuke T. Shumaker
2 dayslib9p: srv.h: Add some doc commentsLuke T. Shumaker
2 dayslib9p: Have separate IO objects, so they can have their own stateLuke T. Shumaker
2 dayslib9p: srv.h: Fuss with doc commentsLuke T. Shumaker
2 daysMerge branch 'lukeshu/fix'Luke T. Shumaker
2 daysMerge commit '5a84ba2361cecade0343b88f696b6a63454cc3c6' into lukeshu/fixLuke T. Shumaker
2 dayslibhw/generic/io.h: Add reader/writer interfaces to enforce iovecs everywhereLuke T. Shumaker
3 dayslibhw/generic/net.h: Tidy up the interfacesLuke T. Shumaker
3 daysPull iovec definitions out into libhw/generic/io.hLuke T. Shumaker
3 daysMerge branch 'lukeshu/9p-gen-cleanup'Luke T. Shumaker
3 dayslib9p: Remove specialized contextsLuke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
3 dayslib9p: protogen: flatten the validate functions, same as (un)marshalLuke T. Shumaker
3 dayslib9p: protogen: marshal, unmarshal: collapse identitical if'sLuke T. Shumaker
3 dayslib9p: protogen: flatten the unmarshal functions, same as marshalLuke T. Shumaker
3 dayslib9p: protogen: cutil.macro(): Only pad the \ with 1 spaceLuke T. Shumaker
3 dayslib9p: protogen: c_marshal.py: Clean upLuke T. Shumaker
6 daysMerge branch 'lukeshu/9p-gen-split'Luke T. Shumaker
6 dayslib9p: protogen: pull c.py and c_*.py out of __init__.pyLuke T. Shumaker
6 dayslib9p: protogen: pull h.py out of __init__.pyLuke T. Shumaker
6 dayslib9p: protogen: pull idlutil.py out of __init__.pyLuke T. Shumaker
6 dayslib9p: protogen: pull c9util.py out of __init__.pyLuke T. Shumaker
6 dayslib9p: protogen: pull cutil.py out of __init__.pyLuke T. Shumaker
6 dayslib9p: start to split idl.gen apart as proto.genLuke T. Shumaker
6 dayslib9p has no CONFIG_9P_PORT configure knob, remove it from config.hLuke T. Shumaker
6 dayslib9p: don't pull in libhw, just libhw_genericLuke T. Shumaker
6 daysMerge branch 'lukeshu/9p-idl'Luke T. Shumaker
6 dayslib9p: idl: 9P2000.L: Document all the bitfields and enumsLuke T. Shumaker
6 daysPython: Clean up f-stringsLuke T. Shumaker
6 dayslib9p: idl.gen: Fix syntax error messages when the line has a tabLuke T. Shumaker
6 dayslib9p: idl: Create an 'errno' typeLuke T. Shumaker
6 dayslib9p: idl: Have bitfield bit names be less heuristicLuke T. Shumaker
6 dayslib9p: idl.gen: Have a separate type that excludes idl.PrimitiveLuke T. Shumaker
6 daysMerge branch 'lukeshu/qa'Luke T. Shumaker
6 daysmake lint/python3: Use pylintLuke T. Shumaker
6 dayslib9p: Add a test that generated macros compileLuke T. Shumaker
6 dayslib9p: Declare lib9p_errorf as printf-like, fix found errorsLuke T. Shumaker
6 daysstack.c.gen: Fix a crashLuke T. Shumaker
6 daysmake lint/unknown: Have unknown files be errorsLuke T. Shumaker
6 daysEnable running tests in parallelLuke T. Shumaker
2025-03-09libmisc: log.c: Clean up #includesLuke T. Shumaker
2025-03-09Merge branch 'lukeshu/stack-analysis'Luke T. Shumaker
2025-03-09stack.c.gen: ADD-MISSING: Resolve several missing functionsLuke T. Shumaker
2025-03-09stack.c.gen: APP: The entry-point is _entry_point, not _reset_handlerLuke T. Shumaker
2025-03-09stack.c.gen: APP: Include a thread total and a kernel sizeLuke T. Shumaker
2025-03-09stack.c.gen: APP: Factor in stack guard sizeLuke T. Shumaker
2025-03-09lint-bin, stack.c.gen: INFRA: Add a way to include unused functionsLuke T. Shumaker