index
:
sbc-harness
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/vid
lukeshu/vid2
lukeshu/waitgroup
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-05-15
libmisc: Remove uses of printf
Luke T. Shumaker
2025-05-15
libmisc: log.h: Add support for libmisc/fmt.h printing
Luke T. Shumaker
2025-05-15
libmisc: Invent fmt.h to replace printf
Luke T. Shumaker
2025-05-15
libmisc: _intercept.h: Have __lm_printf return size_t instead of int
Luke T. Shumaker
2025-05-15
libmisc: macro.h: Add LM_FOREACH_PARAM
Luke T. Shumaker
2025-05-15
libmisc: macro.h: Tidy and test LM_FOREACH_TUPLE
Luke T. Shumaker
2025-05-15
Add `static` to a few definitions
Luke T. Shumaker
2025-05-15
measurestack: lib9p: Learn about srv->msglog
Luke T. Shumaker
2025-05-15
measurestack: Learn about flash_range_program_func
Luke T. Shumaker
2025-05-15
lib9p: Adjust _lib9p_{validate,unmarshal,marshal} to be macros, not functions
Luke T. Shumaker
2025-05-15
lib9p: srv.c: Simplify handler calling
Luke T. Shumaker
2025-05-14
measurestack: Woah, stdio won't assert(0)????
Luke T. Shumaker
2025-05-12
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-05-12
More GCC 15 fixes
Luke T. Shumaker
2025-05-12
libhw_generic: io.h: Clarify that sum lenghts of iovecs must not be 0
Luke T. Shumaker
2025-05-12
libmisc: macro.h: Add LM_PARTIAL_SWITCH, use it
Luke T. Shumaker
2025-05-12
Merge branch 'lukeshu/measurestack-fixes-round3'
Luke T. Shumaker
2025-05-11
lib9p: Tidy core_utf8.h
Luke T. Shumaker
2025-05-10
Merge branch 'lukeshu/measurestack-fixes-round2'
Luke T. Shumaker
2025-05-10
measurestack: Test how we handle %v
Luke T. Shumaker
2025-05-10
measurestack: Add a test for cfg_max_call_depth
Luke T. Shumaker
2025-05-10
measurestack: test_app_plugins.py: Pull out a testutil.py
Luke T. Shumaker
2025-05-06
Merge branch 'lukeshu/measurestack-fixes-round1'
Luke T. Shumaker
2025-05-06
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-05-06
measurestack: Fix+test printf measurement
Luke T. Shumaker
2025-05-06
Merge libobj into libmisc
Luke T. Shumaker
2025-05-06
measurestack: Fix+test skipmodel chain collections
Luke T. Shumaker
2025-05-06
Drop -fplan9-extensions
Luke T. Shumaker
2025-05-06
measurestack: Add `dbg_(no)cache` toggles
Luke T. Shumaker
2025-05-06
libobj: Long lines are more readable than backslash noise?
Luke T. Shumaker
2025-05-06
measurestack: Add a `dbg_sort` toggle
Luke T. Shumaker
2025-05-06
Use static_assert to force semicolons, instead of empty structs
Luke T. Shumaker
2025-05-06
measurestack: Add a `dbg_dumpgraph` toggle
Luke T. Shumaker
2025-05-06
YOUR_RIGHTS_AND_OBLIGATIONS: Include the WIZnet DHCP license
Luke T. Shumaker
2025-05-06
measurestack: Promote and enhance `dbg` to a global `dbg_nstatic`
Luke T. Shumaker
2025-05-06
Use C23
Luke T. Shumaker
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h>
2025-05-06
measurestack: app_plugins.py: Scope regexes to the classes
Luke T. Shumaker
2025-05-06
Explicitly ban VLA
Luke T. Shumaker
2025-05-06
measurestack: Shorten debug f-strings
Luke T. Shumaker
2025-05-06
libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf
Luke T. Shumaker
2025-05-06
Fix for GCC 15
Luke T. Shumaker
2025-04-21
Merge branch 'lukeshu/9p-misc'
Luke T. Shumaker
2025-04-21
lib9p_srv: Cap Tread->count
Luke T. Shumaker
2025-04-21
lib9p_core: Rename the "unknown" version to "uninitialized"
Luke T. Shumaker
2025-04-21
lib9p_core: Merge core_tables.c into core.c
Luke T. Shumaker
2025-04-21
lib9p_core: Indicate what the message size is when ERANGE
Luke T. Shumaker
2025-04-21
lib9p_srv: Tidy whitespace in srv.h
Luke T. Shumaker
2025-04-19
Merge branch 'lukeshu/9p-tidy'
Luke T. Shumaker
2025-04-19
lib9p: Don't require that CONFIG_9P_ENABLE_9P2000
Luke T. Shumaker
2025-04-19
lib9p: test_compile: Deduplicate
Luke T. Shumaker
[next]