asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 08:35:00 +00:00
c02f2e128d libc: Stub out ungetc()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 08:32:06 +00:00
f0eeaa25a3 libc: More inttypes.h
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 08:09:31 +00:00
0c33fcdff2 libc: Stub out setvbuf, and add S_ISREG
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 08:01:19 +00:00
fa35e883d7 libc: Stub out strftime
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 19:44:06 +00:00
8f17578e2e Update README.md
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 19:40:03 +00:00
06f9ffc184 libc: Add EXIT_SUCCESS, EXIT_FAILURE, RAND_MAX and BUFSIZ
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 19:17:03 +00:00
dd9b90d69d compilation fix :)
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 19:13:34 +00:00
7600bc5582 libc: Add strings.h
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 19:01:10 +00:00
433b307cb2 libc: Add strcoll()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 18:36:40 +00:00
6d4d2579ab Tests: Add tests for strchrnul, strdup and strndup
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 17:06:16 +00:00
cf94ca2a4e Kernel: Update libk's string.h
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 17:04:46 +00:00
437f51add7 Kernel: move over the mem* functions from libc
4725538aa7 Tests: Add tests for memmove and memcmp + correct our memcmp implementation
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 16:37:12 +00:00
8908faf6e2 libc: Add strchrnul()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 16:33:39 +00:00
bfbe8e847b Tests: Add tests for memset, memcpy and memchr
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 16:09:53 +00:00
766b6d26c8 Tests: add test for strpbrk()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 16:06:11 +00:00
ea96c5f47b Tests: Add tests for calloc() and realloc()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 15:59:04 +00:00
c3828dd357 Tests: add tests for strchr() and strrchr()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 15:54:44 +00:00
503a04f0e9 libc: Add strpbrk()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 15:49:54 +00:00
4d71c0ef04 libc: Implement strndup()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-22 15:23:38 +00:00
20429929dd InitRD: Bump up the filesystem limits
58ca030711 initrd: warn when failing to register stuff
Compare 2 commits »