summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-14use new dependency systemJakob Kaivo
2020-08-14better dependencies from better autogenerationJakob Kaivo
2020-08-14fix so *LINK* don't break thingsJakob Kaivo
2020-08-14note to selfJakob Kaivo
2020-08-14add dependecies for locally included filesJakob Kaivo
2020-08-14force building lib*.a, include sources without standards in baseJakob Kaivo
2020-08-14begin new dependency builderJakob Kaivo
2020-08-14draft as wrapper to waitid()Jakob Kaivo
2020-08-14rough draftJakob Kaivo
2020-08-14rought draftJakob Kaivo
2020-08-14quick and dirty additions, need to add version infoJakob Kaivo
2020-08-14add waitid and getpgidJakob Kaivo
2020-08-14implement (in a sadly Linux-specific way)Jakob Kaivo
2020-08-14add syscall number for readlinkJakob Kaivo
2020-08-14add internal state for <unistd.h>Jakob Kaivo
2020-08-14only return the part after the =Jakob Kaivo
2020-08-14quick and dirty implementationJakob Kaivo
2020-08-14implement as system call so the kernel can provide atomicity and assign the r...Jakob Kaivo
2020-08-14move internal ctermid storage to __stdio structJakob Kaivo
2020-08-14prevent comparisons againt the empty string and error out if the compiler is ...Jakob Kaivo
2020-08-14implementJakob Kaivo
2020-08-14add internal state for <grp.h>Jakob Kaivo
2020-08-14reimplement in terms of getpwent()Jakob Kaivo
2020-08-14implementJakob Kaivo
2020-08-14add __pwd.c for <pwd.h> internal stateJakob Kaivo
2020-08-14set uid to uid instead of gidJakob Kaivo
2020-08-14implementJakob Kaivo
2020-08-14implementJakob Kaivo
2020-08-14new file for string constants and suchJakob Kaivo
2020-08-14first draft, still missing quite a few bitsJakob Kaivo
2020-08-13implement as syscall with Linux translationJakob Kaivo
2020-08-13implement in terms of sigaction()Jakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13implementJakob Kaivo
2020-08-13implementJakob Kaivo
2020-08-13basic implementationJakob Kaivo
2020-08-13handle at most 64 signalsJakob Kaivo
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-13directly replace fputc() and fgetc() with putc_unlocked() and getc_unlocked()...Jakob Kaivo
2020-08-13basic implementation of POSIX (not XOPEN) dirent functionsJakob Kaivo
2020-08-13always implement in terms of mmap()Jakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13fix typo in descriptionJakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-13fail if nmemb * size overflowsJakob Kaivo
2020-08-13implement as syscallJakob Kaivo
2020-08-12restore setting up the default localeJakob Kaivo