summaryrefslogtreecommitdiff
path: root/src/user/app/init/init.c
AgeCommit message (Collapse)Author
2022-08-24user/netstack: take ip as argument when mountingdzwdz
2022-08-21user: rename ethdump to netstackdzwdz
2022-08-20user/ethdump: turn into a file serverdzwdz
2022-08-13user: a primitive login utilitydzwdz
2022-08-13user/init: restart the shell processesdzwdz
2022-08-13user: add /initctl for shutting the system down in a cleaner waydzwdz
2022-08-13user: plan9-style /bin/ uniondzwdz
2022-08-08user: union filesystemsdzwdz
2022-08-08user: separate tmpfs into its own executable, add `mount`dzwdz
2022-08-02user: separate ansiterm/vterm out into its own binarydzwdz
2022-08-01user: make ansiterm use the framebuffer instead of vga text modedzwdz
2022-07-31user: replace the MOUNT macro with MOUNT_ATdzwdz
The old style could be confused with a regular function, where the driver would be executed unconditionally. This should make it more obvious that the driver doesn't get executed in the parent process.
2022-07-30user: stderrdzwdz
2022-07-27user: cleanup init and the shell's codedzwdz
2022-07-26user: break out the shell and tests into separate binariesdzwdz