summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-19libcr: Fix races?Luke T. Shumaker
2024-11-19libcr: Assert that cr_getcid() is only called inside a coroutineLuke T. Shumaker
2024-11-19libhw_generic: alarmclock.c: TidyLuke T. Shumaker
2024-11-19lib9p: 2002-9P2000.9p: Remove extra comma from a commentLuke T. Shumaker
2024-11-19libhw: hostnet: FixesLuke T. Shumaker
2024-11-19libcr: Use SIG_SETMASK instead of SIG_(UN)BLOCKLuke T. Shumaker
2024-11-19libhw_generic: Split into a separate libraryLuke T. Shumaker
2024-11-19README: Add notes about SWDLuke T. Shumaker
2024-11-19build-sys: Minimize the pico-sdk runtimeLuke T. Shumaker
2024-11-19libcr: Start to add coroutine namesLuke T. Shumaker
2024-11-19build-sys: stack.c.gen: More stack infoLuke T. Shumaker
2024-11-15Add tests to libmiscLuke T. Shumaker
2024-11-12fix typo in a commentLuke T. Shumaker
2024-11-12Fuss with compile-time configLuke T. Shumaker
2024-11-12Avoid using fprintfLuke T. Shumaker
2024-11-12Remove debug statementLuke T. Shumaker
2024-11-12main.c: Give the DHCP process more stackLuke T. Shumaker
2024-11-12libdhcp: Reduce stack useLuke T. Shumaker
2024-11-12libdhcp: Don't bother copying hostnameLuke T. Shumaker
2024-11-12libdhcp: Reduce stack useLuke T. Shumaker
2024-11-12libdhcp: Reduce stack usageLuke T. Shumaker
2024-11-12Work on stack.c.genLuke T. Shumaker
2024-11-12Work on stack analysisLuke T. Shumaker
2024-11-12Avoid compiling libraries twiceLuke T. Shumaker
2024-11-12Start integrating stack analysisLuke T. Shumaker
2024-11-12Oh dang, I broke `make lint` a while back :(Luke T. Shumaker
2024-11-11dhcp: Fix .secs valueLuke T. Shumaker
2024-11-11dhcp: Add some workarounds for broken serversLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11libdhcp: Implement RFC 6842Luke T. Shumaker
2024-11-11libdhcp: Be more careful with xid and time_ns_initLuke T. Shumaker
2024-11-11libdhcp: Move around set_read_deadline callsLuke T. Shumaker
2024-11-11libdhcp: Correctly call ifup and ifdownLuke T. Shumaker
2024-11-11Fix handling of DHCP_INFINITYLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11wip dhcpLuke T. Shumaker
2024-11-11libdhcp: Move files aroundLuke T. Shumaker
2024-11-11libcr_ipc/select.h: Simplify cr_select_l()Luke T. Shumaker
2024-11-11Factor out libmisc/rand.hLuke T. Shumaker
2024-11-11build-sys: Add -Wswitch-enumLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-11-11Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate`Luke T. Shumaker
2024-11-10libhw: net.h: Add listener close(), add 'iface'Luke T. Shumaker
2024-11-10libhw: net.h: Clarify UDP truncation behaviorLuke T. Shumaker
2024-10-31Clean up the build systemLuke T. Shumaker
2024-10-31cmake part of stack sizesLuke T. Shumaker
2024-10-30wip stack analysisLuke T. Shumaker
2024-10-30Finish the W5500 driver?Luke T. Shumaker
2024-10-29libhw: TidyLuke T. Shumaker