summaryrefslogtreecommitdiff
path: root/src/cmd/init/driver
AgeCommit message (Collapse)Author
2024-07-27cmd/termcook: fix integer size cast warningdzwdz
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).
2023-09-30user: rework terminal handlingdzwdz
2023-09-13cmd/init: remove /initctl, use intr insteaddzwdz
2023-09-11*: rename /kdev/ to /dev/dzwdz
2023-08-29kernel: remove _sys_await, emulate it in libcdzwdz
2023-08-15user: fix freeze if graphical shell was quitdzwdz
2023-08-14reorganization: first stepsdzwdz