index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
Age
Commit message (
Expand
)
Author
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
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-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
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
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
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
2022-08-04
user/tests: split the tests by parts of codebase
dzwdz
2022-08-04
syscalls: add _syscall_sleep()
dzwdz
2022-08-03
user/shell: make the builtins handle multiple args; misc fixes
dzwdz
2022-08-03
user/libc: "!files"
dzwdz
2022-08-03
user/iostress: accept arguments to tweak test settings
dzwdz
2022-08-03
user/libc: isspace, strtol
dzwdz
2022-08-03
shared: clean up printf, %u support (amongst other things)
dzwdz
2022-08-02
user/vterm: split into separate files
dzwdz
2022-08-02
user: separate ansiterm/vterm out into its own binary
dzwdz
2022-08-02
user/ansiterm: only write() the part of the framebuffer that changed
dzwdz
2022-08-01
user/shell: add a `time` builtin
dzwdz
2022-08-01
user/lib: move mount_at_pred away from the header
dzwdz
2022-08-01
fix some sign comparision warnings
dzwdz
2022-08-01
user: make ansiterm use the framebuffer instead of vga text mode
dzwdz
2022-08-01
user/shell: add a whitelist builtin
dzwdz
2022-08-01
user/fs: fs_whitelist injects directory entries
dzwdz
2022-07-31
user/fs: make fs_dir_inject use the fs/dir lib
dzwdz
2022-07-31
user: implement a minimal `find`
dzwdz
2022-07-31
user/shell: use an array of function pointers for the builtins
dzwdz
2022-07-31
user: replace the MOUNT macro with MOUNT_AT
dzwdz
[next]