Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-06 | wip: Build with -Wconversionlukeshu/safe-conversion | Luke T. Shumaker | |
I think this found a real bug in the dhcp packet parser. I don't think anything called lib9p_str{,n}() values that could be big enough, but their bounds-checking was broken. | |||
2025-05-06 | libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf | Luke T. Shumaker | |
2025-03-01 | Pull out libhw/generic/io.h, have it enforce iovecs everywhere | Luke T. Shumaker | |
2025-02-09 | libhw_generic: net: Use libobj instead of vcall.h | Luke T. Shumaker | |
2025-02-09 | libhw_generic: alarmclock: Use libobj instead of vcall.h | Luke T. Shumaker | |
2024-12-08 | dhcp: Add DEBUG logging | Luke T. Shumaker | |
2024-11-30 | libdhcp: Fix | Luke T. Shumaker | |
2024-11-23 | Use C23 (C++11) attribute syntax instead of __attribute__ | Luke T. Shumaker | |
2024-11-23 | w5500 & timeout fixes | Luke T. Shumaker | |
2024-11-19 | Add libmisc/log.h to remove stdio.h | Luke T. Shumaker | |
2024-11-12 | Fuss with compile-time config | Luke T. Shumaker | |
2024-11-12 | libdhcp: Reduce stack use | Luke T. Shumaker | |
2024-11-12 | libdhcp: Don't bother copying hostname | Luke T. Shumaker | |
2024-11-12 | libdhcp: Reduce stack use | Luke T. Shumaker | |
2024-11-12 | libdhcp: Reduce stack usage | Luke T. Shumaker | |
2024-11-12 | Oh dang, I broke `make lint` a while back :( | Luke T. Shumaker | |
2024-11-11 | dhcp: Fix .secs value | Luke T. Shumaker | |
2024-11-11 | dhcp: Add some workarounds for broken servers | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | libdhcp: Implement RFC 6842 | Luke T. Shumaker | |
2024-11-11 | libdhcp: Be more careful with xid and time_ns_init | Luke T. Shumaker | |
2024-11-11 | libdhcp: Move around set_read_deadline calls | Luke T. Shumaker | |
2024-11-11 | libdhcp: Correctly call ifup and ifdown | Luke T. Shumaker | |
2024-11-11 | Fix handling of DHCP_INFINITY | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | wip dhcp | Luke T. Shumaker | |
2024-11-11 | libdhcp: Move files around | Luke T. Shumaker | |