Age | Commit message (Collapse) | Author | |
---|---|---|---|
20 hours | cpu_main: Pull flashio out of flash.bin | Luke T. Shumaker | |
7 days | lib9p_srv: Rework APIs to avoid large return values | Luke T. Shumaker | |
Ideally, this should compile to the same code (sans argument order), but because of aliasing/ordering requirements, sometimes the compiler needs to allocate a second copy of the struct on the stack, and memcpy between the two. GCC often does a good job of avoiding that, but not always. So do it ourselves :( https://github.com/llvm/llvm-project/issues/34482#issuecomment-980988347 | |||
10 days | lib9p: Declare more things as `const` pointers | Luke T. Shumaker | |
11 days | libhw_generic: io: Split iovec into rd_iovec and wr_iovec | Luke T. Shumaker | |
2025-06-16 | Reorganize the `cmd` directory | Luke T. Shumaker | |