summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15update dependenciesJakob Kaivo
2020-08-15sadly Linux-specific implementationJakob Kaivo
2020-08-15remove the need for a custom structJakob Kaivo
2020-08-15fix off-by-one errorJakob Kaivo
2020-08-15do swaps byte-by-byte to remove the need for allocating buffersJakob Kaivo
2020-08-15update dependenciesJakob Kaivo
2020-08-15first draft of qsort()Jakob Kaivo
2020-08-15update dependenciesJakob Kaivo
2020-08-15add struct to ensure space for tzname[]Jakob Kaivo
2020-08-15rough outlineJakob Kaivo
2020-08-15add call to tzset()Jakob Kaivo
2020-08-15formattingJakob Kaivo
2020-08-15move macros to _time.hJakob Kaivo
2020-08-15first draftJakob Kaivo
2020-08-15move common macros to separate headerJakob Kaivo
2020-08-15update dependenciesJakob Kaivo
2020-08-15implement as syscallJakob Kaivo
2020-08-15update dependenciesJakob Kaivo
2020-08-15add deps targetJakob Kaivo
2020-08-15add dependencies for assembly stuffJakob Kaivo
2020-08-15implement as syscallJakob Kaivo
2020-08-14clean up warningsJakob Kaivo
2020-08-14update c tagsJakob Kaivo
2020-08-14remove sigset_tJakob Kaivo
2020-08-14remove old dependency systemJakob Kaivo
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