summaryrefslogtreecommitdiff
path: root/sysroot/bin
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-05-19cmd: implement timebenchdzwdz
2023-09-13*: clean up the filesystemdzwdz
moved keyboard and vtty to /dev/, removed some obsolete stuff
2023-09-13cmd/init: remove /initctl, use intr insteaddzwdz
2023-02-25merge the initrd and sysroot directoriesdzwdz