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
/
init
/
stdlib.c
Age
Commit message (
Expand
)
Author
2022-05-01
init/libc: libc_file wrapper over the raw syscalls
dzwdz
2022-04-14
kernel: port init's `printf` implementation
dzwdz
2022-04-14
init: refactor printf
dzwdz
2022-04-10
init/stdlib: don't make printf() assume that stdout is fd 0
dzwdz
2022-04-07
init: two concurrent shells - serial & vga/ps2
dzwdz
2022-04-07
kernel/vfs: fix panic when using an user fs which hadn't yet wait()ed
dzwdz
2022-03-27
init/shell: hexdump
dzwdz
2021-11-14
shared: move the str* implementations to shared/mem.c
dzwdz
2021-11-14
shared: use a single implementation of mem* functions everywhere
dzwdz
2021-11-07
init: add strcpy/memcpy
dzwdz
2021-10-10
init: move __tty_fd to the stdlib, add the underscores to its name
dzwdz
2021-10-10
init/stdlib: implement strcmp
dzwdz
2021-10-10
init/printf: allow passing a nullptr to %s
dzwdz
2021-10-06
init printf: implement %x
dzwdz
2021-10-06
init printf: implement %s
dzwdz
2021-10-06
init: implement strlen
dzwdz
2021-10-06
init: printf base
dzwdz
2021-09-18
create `init/stdlib`
dzwdz