summaryrefslogtreecommitdiff
path: root/src/user/lib/signal.c
AgeCommit message (Collapse)Author
2023-08-14reorganization: first stepsdzwdz
2023-06-25ports: reimplement the ports system from scratchdzwdz
side stuff: * removed sltar since it wasn't working anyways * made signal() no longer panic, as that broke certain ports (oops) * doom now ships with the FreeDOOM WADs * /usr/ was aliased to /init/usr/, more directories were added to /bin/ to improve compat with ports
2023-06-11kernel: replace await with wait2, roughly compatible with POSIXdzwdz
dash works now :^)))
2023-06-10libc: basic signal stubs, non-spec-compliant write() stubdzwdz
2023-06-09ports/dash: stub out everything needed for dash to compiledzwdz