summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-10-29host alarmclockLuke T. Shumaker
2024-10-29wip host_alarmclockLuke T. Shumaker
2024-10-29Implement RP2040 hw alarmsLuke T. Shumaker
2024-10-29Add a way to make private object membersLuke T. Shumaker
2024-10-29lib9p/9p.h: Tidy upLuke T. Shumaker
2024-10-28wip host net timeoutLuke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Factor out a libhwLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-26conventions: Don't have 2 ways to spell "implements_foo"Luke T. Shumaker
Stop defining "struct foo" as a synonym for "implements_foo".
2024-10-26Lint for tabs-as-alignmentLuke T. Shumaker
2024-10-25gnet: Set SO_REUSEPORTLuke T. Shumaker
This is necessary for the multiple-listener-ports thing.
2024-10-25Enable pico-sdk for host binariesLuke T. Shumaker
2024-10-25ahhhLuke T. Shumaker