Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-13 | user/bootstrap: remove some dummy symbols | dzwdz | |
2022-08-13 | user: plan9-style /bin/ union | dzwdz | |
2022-08-01 | user/fs: fs_whitelist injects directory entries | dzwdz | |
2022-07-31 | user: replace the MOUNT macro with MOUNT_AT | dzwdz | |
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-27 | user/libc: execve() supports passing argv now | dzwdz | |
2022-07-26 | user/shell: automatically execute binaries in /bin/ | dzwdz | |
2022-07-26 | user/libc: a _start that automatically selfrelocates PIEs | dzwdz | |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz | |
2022-07-26 | move user_bootstrap to user/bootstrap for consistency's sake | dzwdz | |