Age | Commit message (Expand) | Author |
2024-08-17 | *: getxattr | dzwdz |
2024-08-15 | kernel: disallow NUL bytes in paths | dzwdz |
2024-08-03 | kernel: send user interrupt on page fault | dzwdz |
2024-07-27 | kernel: don't use pointer types for registers, add proc_savereturn | dzwdz |
2024-07-26 | kernel: implement _sys_intr_return | dzwdz |
2024-07-25 | kernel: pass more information to user on interrupt | dzwdz |
2024-07-20 | *: moving files | dzwdz |
2024-05-25 | libc/socket: use the "normal" form of ips | dzwdz |
2024-05-18 | libc/execvpe: ENOENT on missing interpreter | dzwdz |
2024-05-11 | kernel: remove HANDLE_NULLFS | dzwdz |
2024-05-05 | libc/progname: saner implementation | dzwdz |
2024-05-05 | libc: implement asprintf | dzwdz |
2024-02-21 | libc/fs: use threads in forward_open | dzwdz |
2024-02-21 | user/*: remove some minor header-related TODOs | dzwdz |
2024-02-20 | libc: better curl compat | dzwdz |
2023-12-25 | user/libc: reorganize net stuff, basic hosts-only gethostbyname() | dzwdz |
2023-12-25 | kernel: _sys_getnull() (basically /dev/null) | dzwdz |
2023-12-25 | ports: curl :^) | dzwdz |
2023-09-25 | kernel: remove _sys_filicide (made redundant by _sys_intr) | dzwdz |
2023-09-25 | kernel/intr: accept a message, allow killing processes via intrs | dzwdz |
2023-09-18 | kernel: implement _sys_time() | dzwdz |
2023-09-07 | user: fix stdio stream pos; remove the shell pipe redir workaround | dzwdz |
2023-09-03 | libc: split up large .c files, slimming down small binaries a bit | dzwdz |
2023-09-02 | libc: opendir_f; make httpd use it | dzwdz |
2023-08-31 | kernel: add _sys_getprocfs in place of HANDLE_PROCFS | dzwdz |
2023-08-30 | style: get rid of eprintf | dzwdz |
2023-08-29 | kernel: remove _sys_await, emulate it in libc | dzwdz |
2023-08-29 | tests: fix everything broken by the pipe change | dzwdz |
2023-08-27 | ports: qbe, cproc :^) | dzwdz |
2023-08-25 | bootstrap: support hardlinks in initrd | dzwdz |
2023-08-25 | libc: get as+ld to work | dzwdz |
2023-08-24 | libc: get most of binutils to compile | dzwdz |
2023-08-17 | build: rework how sysroots work | dzwdz |
2023-08-16 | libc: "fix" unused argument warnings | dzwdz |
2023-08-14 | reorganization: first steps | dzwdz |