summaryrefslogtreecommitdiff
path: root/src/user/lib/stdlib.c
AgeCommit message (Expand)Author
2022-09-02user/ports: bare minimum to run doomgenericdzwdz
2022-08-26user/libc: prepare for OpenED portdzwdz
2022-08-26user/libc: rename stdlib.c to unistd.c to match header namesdzwdz
2022-08-12user/libc: getcwd() bounds checkingdzwdz
2022-08-09user/libc: preserve cwd through exec()dzwdz
2022-08-08user/libc: cwddzwdz
2022-08-07user/libc: preparation for dlmalloc portdzwdz
2022-08-07user/libc: strchrdzwdz
2022-07-27user/exec: shebang supportdzwdz
2022-07-27user/libc: execve() supports passing argv nowdzwdz
2022-07-26user/libc: execv()dzwdz
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
2022-07-26user: move the POSIX-y stuff to the proper header filesdzwdz
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-26tools: add tools/sort_includes.rbdzwdz
2022-07-14user/shell/cat: support reading from stdin until eofdzwdz
2022-07-11user: add shorthand close() and fork() wrappers for those syscallsdzwdz
2022-07-11user: reorganize the userland sourcesdzwdz