summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-19libhw: Fix hwtimer from triggering an interrupt way too oftenLuke T. Shumaker
2024-11-19libcr: Add cr_is_in_intrhandler() and _cr_plat_are_interrupts_enabled()Luke T. Shumaker
2024-11-19libcr: FixupsLuke T. Shumaker
2024-11-19config.h: CommentsLuke T. Shumaker
2024-11-19README: GDB notesLuke T. Shumaker
2024-11-19libmisc: assert: Change global to be staticLuke T. Shumaker
2024-11-19cmd/srv9p: "Test" sleepLuke T. Shumaker
2024-11-19libhw: More assertionsLuke T. Shumaker
2024-11-19cmd/srv9p: Also use init_crLuke T. Shumaker
2024-11-19libcr: Begone with PRE_RUNNABLELuke T. Shumaker
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