summaryrefslogtreecommitdiff
path: root/src/libc/_start2.c
AgeCommit message (Collapse)Author
2024-07-25kernel: pass more information to user on interruptdzwdz
This is meant to facilitate a syscall for returning from interrupts, which will actually work in the general case as opposed to the current hack, which only works if the interrupt occured during a syscall (which is correct... for now).
2024-02-21user/*: remove some minor header-related TODOsdzwdz
pretty useless, but the list of all the TODOs is getting unwieldy, so I might as well cross some crap off that list
2023-09-03libc: split up large .c files, slimming down small binaries a bitdzwdz
2023-08-14reorganization: first stepsdzwdz