summaryrefslogtreecommitdiff
path: root/src/init/stdlib.c
AgeCommit message (Expand)Author
2022-07-01kernel: add the debug_klog syscall for tracking down process idsdzwdz
2022-07-01init/stdlib: implement snprintfdzwdz
2022-06-29kernel/vfs: add the OPEN_CREATE flagdzwdz
2022-05-01init/libc: libc_file wrapper over the raw syscallsdzwdz
2022-04-14kernel: port init's `printf` implementationdzwdz
2022-04-14init: refactor printfdzwdz
2022-04-10init/stdlib: don't make printf() assume that stdout is fd 0dzwdz
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-03-27init/shell: hexdumpdzwdz
2021-11-14shared: move the str* implementations to shared/mem.cdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-11-07init: add strcpy/memcpydzwdz
2021-10-10init: move __tty_fd to the stdlib, add the underscores to its namedzwdz
2021-10-10init/stdlib: implement strcmpdzwdz
2021-10-10init/printf: allow passing a nullptr to %sdzwdz
2021-10-06init printf: implement %xdzwdz
2021-10-06init printf: implement %sdzwdz
2021-10-06init: implement strlendzwdz
2021-10-06init: printf basedzwdz
2021-09-18create `init/stdlib`dzwdz