summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests/test_select.c
AgeCommit message (Collapse)Author
2025-05-06wip: Build with -Wconversionlukeshu/safe-conversionLuke 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-04-17tests: Name coroutines foo_cr, not cr_fooLuke T. Shumaker
This makes debugging failing tests easier because gdb-helpers/libcr.py assumes that anything starting with cr_* is internal to libcr.
2025-04-15libcr_ipc: Fix cr_select_lLuke T. Shumaker
2025-04-15libcr_ipc: Have generic cr_chan_* funcs instead of chan-specific funcsLuke T. Shumaker
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-04-07libcr_ipc: Have *_DECLARE() allow+require semicolonsLuke T. Shumaker
2025-04-07libcr_ipc: Add tests for selectLuke T. Shumaker