summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysmeasurestack: Try to tidy analyze.py a bitLuke T. Shumaker
11 daysmeasurestack: Intern QNames and BaseNamesLuke T. Shumaker
11 daysmeasurestack: Avoid using sorted() during analysisLuke T. Shumaker
11 daysmeasurestack: Compile all regexes upfrontLuke T. Shumaker
11 daysmeasurestack: Cache QName.base()Luke T. Shumaker
12 daysmeasurestack: Allow output groups to be emptyLuke T. Shumaker
12 daysmeasurestack: Split into several filesLuke T. Shumaker
12 daysmeasurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
12 daysmeasurestack: Try to reduce how often we call str()Luke T. Shumaker
12 daysmeasurestack: Fix typos in ROM funcsLuke T. Shumaker
12 daysmeasurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
12 daysstack.c.gen: Set up pytestLuke T. Shumaker
13 daysMerge branch 'lukeshu/9p-idl-improvements'Luke T. Shumaker
13 dayslib9p: idl: Rework bitfields, allow full exprs more placesLuke T. Shumaker
13 dayslib9p: idl: In bitfields, explicitly say "bit" or "alias"Luke T. Shumaker
13 dayslib9p: protogen: h.py: Tidy gen_struct()Luke T. Shumaker
2025-03-28lib9p: idl: Touch up the *.9p filesLuke T. Shumaker
2025-03-28lib9p: idl: Allow Numbers to have ,val= or ,max=Luke T. Shumaker
2025-03-28lib9p: idl: Allow for const .cntLuke T. Shumaker
2025-03-28lib9p: protogen: h.py: Pull each idl typ into its own functionLuke T. Shumaker
Clashing variable names are becoming a pain.
2025-03-26Merge branch 'lukeshu/9p-read-iovec'Luke T. Shumaker
2025-03-26lib9p: Adjust for reads to be zero-copyLuke T. Shumaker
2025-03-26libhw_generic: Re-think duplex_iovecLuke T. Shumaker
2025-03-26Have libhw_generic be independent of libcr, rename libhw to libhw_crLuke T. Shumaker
2025-03-26cmake: Fuss with include_directories for testsLuke T. Shumaker
2025-03-26lib9p: srv.h: Add some doc commentsLuke T. Shumaker
2025-03-26lib9p: Have separate IO objects, so they can have their own stateLuke T. Shumaker
2025-03-26lib9p: srv.h: Fuss with doc commentsLuke T. Shumaker
2025-03-26Merge branch 'lukeshu/fix'Luke T. Shumaker
2025-03-26Merge commit '5a84ba2361cecade0343b88f696b6a63454cc3c6' into lukeshu/fixLuke T. Shumaker
2025-03-26libhw/generic/io.h: Add reader/writer interfaces to enforce iovecs everywhereLuke T. Shumaker
2025-03-25libhw/generic/net.h: Tidy up the interfacesLuke T. Shumaker
2025-03-25Pull iovec definitions out into libhw/generic/io.hLuke T. Shumaker
2025-03-25Merge branch 'lukeshu/9p-gen-cleanup'Luke T. Shumaker
2025-03-25lib9p: Remove specialized contextsLuke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
2025-03-25lib9p: protogen: flatten the validate functions, same as (un)marshalLuke T. Shumaker
2025-03-25lib9p: protogen: marshal, unmarshal: collapse identitical if'sLuke T. Shumaker
2025-03-25lib9p: protogen: flatten the unmarshal functions, same as marshalLuke T. Shumaker
2025-03-25lib9p: protogen: cutil.macro(): Only pad the \ with 1 spaceLuke T. Shumaker
2025-03-25lib9p: protogen: c_marshal.py: Clean upLuke T. Shumaker
2025-03-23Merge branch 'lukeshu/9p-gen-split'Luke T. Shumaker
2025-03-23lib9p: protogen: pull c.py and c_*.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull h.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull idlutil.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull c9util.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: protogen: pull cutil.py out of __init__.pyLuke T. Shumaker
2025-03-23lib9p: start to split idl.gen apart as proto.genLuke T. Shumaker
2025-03-23lib9p has no CONFIG_9P_PORT configure knob, remove it from config.hLuke T. Shumaker
2025-03-23lib9p: don't pull in libhw, just libhw_genericLuke T. Shumaker
2025-03-22Merge branch 'lukeshu/9p-idl'Luke T. Shumaker