Age | Commit message (Expand) | Author |
2022-08-13 | user/bootstrap: remove some dummy symbols | dzwdz |
2022-08-13 | user: a primitive login utility | dzwdz |
2022-08-13 | user/bootstrap: move .bss before .text | dzwdz |
2022-08-13 | user/tests: basic memset test | dzwdz |
2022-08-13 | user/init: restart the shell processes | dzwdz |
2022-08-13 | user: add /initctl for shutting the system down in a cleaner way | dzwdz |
2022-08-13 | user: plan9-style /bin/ union | dzwdz |
2022-08-12 | user/libc: getcwd() bounds checking | dzwdz |
2022-08-12 | fix some minor warnings | dzwdz |
2022-08-12 | kernel/proc: don't expose internal fuctions, clean up api | dzwdz |
2022-08-12 | vfs: OPEN_RO flag, read-only whitelist entries | dzwdz |
2022-08-11 | shared/header: don't mix kinds of declarations between headers | dzwdz |
2022-08-11 | kernel/syscalls: merge a few syscalls into vfsop_simple | dzwdz |
2022-08-11 | kernel: reformat the _syscall dispatch function to a syscall/line | dzwdz |
2022-08-11 | vfs: support for removing files | dzwdz |
2022-08-09 | user/libc: preserve cwd through exec() | dzwdz |
2022-08-08 | user: drawmouse for demoing mouse/graphic support | dzwdz |
2022-08-08 | user/lib: shared libdraw for framebuffer handling | dzwdz |
2022-08-08 | driver/ata: separate out from the fsroot driver | dzwdz |
2022-08-08 | user/libc: cwd | dzwdz |
2022-08-08 | user/tmpfs: directory support | dzwdz |
2022-08-08 | fs: getsize() on directories | dzwdz |
2022-08-08 | user: union filesystems | dzwdz |
2022-08-08 | user: separate tmpfs into its own executable, add `mount` | dzwdz |
2022-08-08 | kernel/backend: remove the kern.ready() method | dzwdz |
2022-08-07 | user/shell: make `whitelist` work in a more sensible way | dzwdz |
2022-08-07 | user/dvd: port to the new framebuffer | dzwdz |
2022-08-07 | kernel: ps2 mouse support | dzwdz |
2022-08-07 | driver/ps2: prepare for mouse support | dzwdz |
2022-08-07 | kernel: ring_to_virt | dzwdz |
2022-08-07 | user/shell: make `>>` work for executables | dzwdz |
2022-08-07 | user/tmpfs: expand files on the fly | dzwdz |
2022-08-07 | user/libc: port dlmalloc | dzwdz |
2022-08-07 | user/libc: preparation for dlmalloc port | dzwdz |
2022-08-07 | user/libc: strchr | dzwdz |
2022-08-06 | shared assert.h | dzwdz |
2022-08-06 | kernel/mem: cache the potential location of the first free page | dzwdz |
2022-08-06 | kernel/mem: make the page bitmap cover everything after bss | dzwdz |
2022-08-06 | user/vterm: 2d flushing | dzwdz |
2022-08-06 | user/vterm: fix crash on 1920x1080 | dzwdz |
2022-08-06 | make snprintf shared; dynamic resolution support | dzwdz |
2022-08-05 | user/dvd: dumb animation demo | dzwdz |
2022-08-05 | shared/mem: 64bit memcpy/memset | dzwdz |
2022-08-05 | user/libc: fseek + ftell for getting a file's size | dzwdz |
2022-08-05 | add _syscall_getsize | dzwdz |
2022-08-05 | shared/printf: implement %d | dzwdz |
2022-08-05 | move the mount_resolve test to userland, remove the kernel selftests | dzwdz |
2022-08-05 | move path_simplify to shared code, move its tests to userland | dzwdz |
2022-08-04 | move the kernel util tests to userland | dzwdz |
2022-08-04 | do some simple TODOs, organize the rest; general code maintainance | dzwdz |