Age | Commit message (Expand) | Author |
---|---|---|
2022-08-07 | user/libc: strchr | dzwdz |
2022-08-05 | add _syscall_getsize | dzwdz |
2022-08-04 | do some simple TODOs, organize the rest; general code maintainance | dzwdz |
2022-08-01 | user/fs: fs_whitelist injects directory entries | dzwdz |
2022-07-31 | user: replace the MOUNT macro with MOUNT_AT | dzwdz |
2022-07-30 | user/fs: create a shared library for handling directory reads | dzwdz |
2022-07-30 | user/bootstrap: discard the relocation sections | dzwdz |
2022-07-29 | use a shared fs_normslice() function to handle offsets | dzwdz |
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 | user/libc: exit() | 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 |