apio pushed to main at apio/Luna 2022-10-22 15:59:04 +00:00
c3828dd357 Tests: add tests for strchr() and strrchr()
apio pushed to main at apio/Luna 2022-10-22 15:54:44 +00:00
503a04f0e9 libc: Add strpbrk()
apio pushed to main at apio/Luna 2022-10-22 15:49:54 +00:00
4d71c0ef04 libc: Implement strndup()
apio pushed to main at apio/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 »
apio pushed to main at apio/Luna 2022-10-22 13:43:36 +00:00
26324259f2 uname: Use fgets()
apio pushed to main at apio/Luna 2022-10-22 13:09:19 +00:00
a1a1157151 sh: update it
apio pushed to main at apio/Luna 2022-10-22 13:08:38 +00:00
4aa979bd87 sh: remove duplicate code
apio pushed to main at apio/Luna 2022-10-22 12:43:52 +00:00
fef7dd5867 Rename [moon-reaper] to [reaper]
apio pushed to main at apio/Luna 2022-10-22 12:40:41 +00:00
ac8a23d733 wrong type :)
apio pushed to main at apio/Luna 2022-10-22 12:30:52 +00:00
189986d23f libc: Rename pstname() to pstatname()
apio pushed to main at apio/Luna 2022-10-22 12:27:15 +00:00
727e227b09 apps: Add ps (uses pstat)
6ac57a2f5c libc: Add support for pstat()
bcdcfc4b45 Kernel: Add a pstat() system call
31e0f0efed uptime: Use fgets()
Compare 4 commits »
apio pushed to main at apio/Luna 2022-10-22 10:41:25 +00:00
a4eed362b6 libc: Implement fseeko() and ftello()
apio pushed to main at apio/Luna 2022-10-22 10:39:48 +00:00
759c8a8cab libc: Make fpos_t no longer a struct
apio pushed to main at apio/Luna 2022-10-22 10:36:41 +00:00
9bbb5d0c07 libc: Implement strspn (with a test)
apio pushed to main at apio/Luna 2022-10-22 10:30:41 +00:00
551d731627 libc: Add FIXME
apio pushed to main at apio/Luna 2022-10-22 10:21:15 +00:00
063e2d5e7a libc: Add more spacing to stdio.cpp
apio pushed to main at apio/Luna 2022-10-22 10:20:16 +00:00
6dc51abfc8 libc: Add remove() stub
apio pushed to main at apio/Luna 2022-10-22 10:17:59 +00:00
81c337cf9a libc: Add struct tm and localtime(), gmtime() stubs
apio pushed to main at apio/Luna 2022-10-22 10:13:02 +00:00
91969d4d48 libc: strtoul's endptr must not be const
apio pushed to main at apio/Luna 2022-10-22 10:10:30 +00:00
6e01323e84 Tests: Add tests for srand, atol and atoll