summaryrefslogtreecommitdiff
path: root/src/init
AgeCommit message (Expand)Author
2022-06-29kernel/vfs: add the OPEN_CREATE flagdzwdz
2022-05-29init/ps2: fix double key capturedzwdz
2022-05-29init/malloc: use FINDFREEdzwdz
2022-05-26syscalls/memflag: FINDFREE flagdzwdz
2022-05-26init: dead simple mallocdzwdz
2022-05-26init: remove useless macrodzwdz
2022-05-21syscall/memflag: implement freeing memorydzwdz
2022-05-21init/ps2: use a ring buffer for the backlogdzwdz
2022-05-06syscalls: merge fork() and fs_fork2()dzwdz
2022-05-05kernel: ps2 driver is now a separate backenddzwdz
2022-05-02meta: write a script to generate `src/init/syscalls.c`dzwdz
2022-05-02syscalls: fork() noreap flagdzwdz
2022-05-02shared: fix some stuff i broke + compiler warningsdzwdz
2022-05-02kernel/vfs: pass `close()` calls to fs handlersdzwdz
2022-05-01init/fs: make directory listings respect offsetsdzwdz
2022-05-01init/libc: libc_file wrapper over the raw syscallsdzwdz
2022-05-01init/cat: read files until EOFdzwdz
2022-04-28init: run shells from a child process to expose bug in process_free()dzwdz
2022-04-28kernel/proc: simplify `process_seed`dzwdz
2022-04-21kernel: recursive kill()dzwdz
2022-04-15kernel/vfs: don't hang on orphaned vfs callsdzwdz
2022-04-15kernel/vfs: don't hang waiting for a vfs backend after it exit()sdzwdz
2022-04-14kernel: port init's `printf` implementationdzwdz
2022-04-14init: refactor printfdzwdz
2022-04-14init/fs: fix `fs_dir_inject`dzwdz
2022-04-13init/test: add a fork() stress testdzwdz
2022-04-12shared: fix some minor warningsdzwdz
2022-04-12kernel: make all sizes unsigned, sort out the sign messdzwdz
2022-04-11kernel: shutdown when init quitsdzwdz
2022-04-10init/stdlib: don't make printf() assume that stdout is fd 0dzwdz
2022-04-10kernel/i386: rewrite the serial driver to wait for IRQdzwdz
2022-04-10init/fs: handle delegated reads in a subprocessdzwdz
2022-04-10kernel: idle processdzwdz
2022-04-09init: disable the vga shelldzwdz
2022-04-07init: two concurrent shells - serial & vga/ps2dzwdz
2022-04-07kernel/vfs: fix panic when using an user fs which hadn't yet wait()eddzwdz
2022-04-07init/fs: add bad write support to fs_delegatedzwdz
2022-04-07kernel: remove the `/tty` devicedzwdz
2022-03-31init: primitive ps2 driverdzwdz
2022-03-31init: move ansiterm to `driver/`dzwdz
2022-03-27init/ansiterm: don't flush on each writedzwdz
2022-03-27init: userland tty emulator ; also workaround a fork() bugdzwdz
2022-03-27init/tar: fix some compiler warningsdzwdz
2022-03-27shared/syscalls: change some pointer types to void*dzwdz
2022-03-27init/shell: hexdumpdzwdz
2022-03-27kernel/vfs: partial ATA drive supportdzwdz
2022-03-27kernel/vfs: `/vga` nodedzwdz
2022-03-26init/fs: add a trailing slash to injected pathsdzwdz
2022-03-26init/shell: minor usability tweaks to `ls`dzwdz
2021-11-26init/fs: add the MOUNT macrodzwdz