summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-03user/libc: "!files"dzwdz
2022-08-03shared/printf: cachingdzwdz
2022-08-03kernel: reuse a single allocation for all vfs_requests of a processdzwdz
2022-08-03user/iostress: accept arguments to tweak test settingsdzwdz
2022-08-03user/libc: isspace, strtoldzwdz
2022-08-03shared: clean up printf, %u support (amongst other things)dzwdz
2022-08-02user/vterm: split into separate filesdzwdz
2022-08-02user: separate ansiterm/vterm out into its own binarydzwdz
2022-08-02user/ansiterm: only write() the part of the framebuffer that changeddzwdz
2022-08-01user/shell: add a `time` builtindzwdz
2022-08-01user/lib: move mount_at_pred away from the headerdzwdz
2022-08-01fix some sign comparision warningsdzwdz
2022-08-01amd64: remove the VGA text mode driverdzwdz
2022-08-01user: make ansiterm use the framebuffer instead of vga text modedzwdz
2022-08-01amd64: /video/b device, provided by grubdzwdz
2022-08-01fsutil: remove debug `true ||` in if conditiondzwdz
2022-08-01user/shell: add a whitelist builtindzwdz
2022-08-01user/fs: fs_whitelist injects directory entriesdzwdz
2022-07-31user/fs: make fs_dir_inject use the fs/dir libdzwdz
2022-07-31user: implement a minimal `find`dzwdz
2022-07-31user/shell: use an array of function pointers for the builtinsdzwdz
2022-07-31user: replace the MOUNT macro with MOUNT_ATdzwdz
2022-07-30user/fs: create a shared library for handling directory readsdzwdz
2022-07-30user: stderrdzwdz
2022-07-30user/bootstrap: discard the relocation sectionsdzwdz
2022-07-29user/libc: properly implement snprintf; the v*printf familydzwdz
2022-07-29fsutil/fs_normslice: define *offset == 0 when *length == 0dzwdz
2022-07-29syscall/write: WRITE_TRUNCATEdzwdz
2022-07-29syscall: up the max argument count to 5; make write accept flagsdzwdz
2022-07-29use a shared fs_normslice() function to handle offsetsdzwdz
2022-07-28user/shell: redirectionsdzwdz
2022-07-27user/exec: shebang supportdzwdz
2022-07-27user/libc: a shitty fgets()dzwdz
2022-07-27kernel/vfs: fix assert failure when creating a vfsreq to a dead mountdzwdz
2022-07-27user/shell: basic shell script supportdzwdz
2022-07-27user/shell: fix echodzwdz
2022-07-27user/shell: actual parsing, multiple argument supportdzwdz
2022-07-27user/libc: execve() supports passing argv nowdzwdz
2022-07-27user/libc: fseek()dzwdz
2022-07-27user: cleanup init and the shell's codedzwdz
2022-07-26user: break out the shell and tests into separate binariesdzwdz
2022-07-26user/libc: execv()dzwdz
2022-07-26user/shell: automatically execute binaries in /bin/dzwdz
2022-07-26user/libc: a _start that automatically selfrelocates PIEsdzwdz
2022-07-26user/libc: exit()dzwdz
2022-07-26user/libc: separate into filesdzwdz
2022-07-26user/libc: make FILE an opaque typedzwdz
2022-07-26user/libc: fread, fwrite, fclosedzwdz
2022-07-26user/libc: fdopendzwdz
2022-07-26user: posix-compatible FILE* openingdzwdz