summaryrefslogtreecommitdiff
path: root/libcr_ipc/chan.c
AgeCommit message (Collapse)Author
2025-04-16lib9p_srv: Re-think flush semanticsLuke T. Shumaker
2025-04-16libcr_ipc: chan: Use select under the hoodLuke T. Shumaker
This reveals a bunch of bugs in select, but also a bunch of ways that we can streamline things.
2025-04-15libmisc: Add alloc.h to help detect wrong alloc sizesLuke T. Shumaker
Lo and behold, there was a mistake in chan.c.
2025-04-15libmisc: Rework linkedlist to be non-intrusiveLuke T. Shumaker
2025-04-11Move the linkedlist to libmiscLuke T. Shumaker
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-03-01Fix linker confusionLuke T. Shumaker