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
4 days
measurestack: Learn about flash_range_program_func
Luke T. Shumaker
4 days
lib9p: Adjust _lib9p_{validate,unmarshal,marshal} to be macros, not functions
Luke T. Shumaker
4 days
lib9p: srv.c: Simplify handler calling
Luke T. Shumaker
5 days
measurestack: Woah, stdio won't assert(0)????
Luke T. Shumaker
7 days
Merge branch 'lukeshu/misc'
Luke T. Shumaker
7 days
More GCC 15 fixes
Luke T. Shumaker
7 days
libhw_generic: io.h: Clarify that sum lenghts of iovecs must not be 0
Luke T. Shumaker
7 days
libmisc: macro.h: Add LM_PARTIAL_SWITCH, use it
Luke T. Shumaker
7 days
Merge branch 'lukeshu/measurestack-fixes-round3'
Luke T. Shumaker
8 days
lib9p: Tidy core_utf8.h
Luke T. Shumaker
9 days
Merge branch 'lukeshu/measurestack-fixes-round2'
Luke T. Shumaker
9 days
measurestack: Test how we handle %v
Luke T. Shumaker
9 days
measurestack: Add a test for cfg_max_call_depth
Luke T. Shumaker
9 days
measurestack: test_app_plugins.py: Pull out a testutil.py
Luke T. Shumaker
13 days
Merge branch 'lukeshu/measurestack-fixes-round1'
Luke T. Shumaker
13 days
Merge branch 'lukeshu/misc'
Luke T. Shumaker
13 days
measurestack: Fix+test printf measurement
Luke T. Shumaker
13 days
Merge libobj into libmisc
Luke T. Shumaker
13 days
measurestack: Fix+test skipmodel chain collections
Luke T. Shumaker
13 days
Drop -fplan9-extensions
Luke T. Shumaker
13 days
measurestack: Add `dbg_(no)cache` toggles
Luke T. Shumaker
13 days
libobj: Long lines are more readable than backslash noise?
Luke T. Shumaker
13 days
measurestack: Add a `dbg_sort` toggle
Luke T. Shumaker
13 days
Use static_assert to force semicolons, instead of empty structs
Luke T. Shumaker
13 days
measurestack: Add a `dbg_dumpgraph` toggle
Luke T. Shumaker
13 days
YOUR_RIGHTS_AND_OBLIGATIONS: Include the WIZnet DHCP license
Luke T. Shumaker
13 days
measurestack: Promote and enhance `dbg` to a global `dbg_nstatic`
Luke T. Shumaker
13 days
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>
13 days
measurestack: app_plugins.py: Scope regexes to the classes
Luke T. Shumaker
13 days
Explicitly ban VLA
Luke T. Shumaker
13 days
measurestack: Shorten debug f-strings
Luke T. Shumaker
13 days
libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf
Luke T. Shumaker
13 days
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
2025-04-19
lib9p_srv: Separate the stat API from the network format
Luke T. Shumaker
2025-04-19
lib9p_srv: Rethink the dio interface
Luke T. Shumaker
2025-04-19
lib9p_idl: Clean up struct stat and numeric user IDs
Luke T. Shumaker
2025-04-19
lib9p_srv: Think harder about the stat() and dcreate() APIs
Luke T. Shumaker
2025-04-19
lib9p_srv: Rework srv_fid_del()
Luke T. Shumaker
2025-04-18
lib9p_srv: Send response from the handle_T* functions, not the outer worker
Luke T. Shumaker
2025-04-18
Tidy `do { ... } while (0)` macros
Luke T. Shumaker
2025-04-18
libmisc: LM_ARRAY_LEN: Compiler-error if not array
Luke T. Shumaker
[next]