summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
17 hoursusr: libc: Reset pad_width if usedIan Moffett
17 hoursusr: libc: Include stdbool.h in itoa.cIan Moffett
17 hoursusr: libc: Include stdint.h in string.hIan Moffett
38 hoursusr: libc: Add snprintf() implIan Moffett
38 hoursusr: libc: Add initial vsnprintf() implIan Moffett
38 hoursusr: libc: Add itoa()Ian Moffett
38 hoursusr: libc: Add memcpy() in string.hIan Moffett
47 hoursusr: libc: Add stdio read routinesQuinn Stephens
4 daysusr: libc: Add stdio.hQuinn Stephens
4 daysusr: libc: Add stdlib.h exit routinesQuinn Stephens
6 daysusr: libc: Improve stddef.hQuinn Stephens
6 daysusr: libc: Add stdarg.hQuinn Stephens
6 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
7 daysusr: libc: Add stdatomic.hQuinn Stephens
2025-05-19usr: libc: Add cpu_reboot()Ian Moffett
2025-05-16kernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
2025-05-15kernel: syscall: Check for _OLIBC or _KERNELIan Moffett
2025-05-05usr: libc: Add memset() to string.hIan Moffett
2025-05-02libc: crt0.S -> crti.SIan Moffett
2025-04-18usr: libc: Add machdep headersIan Moffett
2025-04-18usr: libc: Add initial string.hIan Moffett
2025-04-13libc: Add errno + OUSI errno implIan Moffett
2025-03-28sys: Make proper sys/types.h + add clang nostdincIan Moffett
2025-02-22kernel: vfs: Add support for write()Ian Moffett
2025-02-22libc: Add __stack_chk_fail() stubIan Moffett
2025-02-16project: Update copyright date to 2025Ian Moffett
2025-01-03libc: unistd: Add __BEGIN_DECLS/__END_DECLSIan Moffett
2024-09-09libc: Add close()Ian Moffett
2024-07-24libc: Implement read()Ian Moffett
2024-07-22libc: Add open()Ian Moffett
2024-07-22build: Improve copying of headersIan Moffett
2024-07-04lib: Add initial libcIan Moffett
2024-06-24Clean out for exptIan Moffett
2024-05-19libc: Add SYS_reboot defineIan Moffett
2024-05-19kernel: Add reboot() and reboot syscallIan Moffett
2024-05-19libc: termios: Add missing `op` argIan Moffett
2024-05-19libc: vsnprintf: Add '%d' supportIan Moffett
2024-05-19libc: Add auxv_entry()Ian Moffett
2024-05-19libc: Add termios.h with basic functionsIan Moffett
2024-05-17libc: Add printf()Ian Moffett
2024-05-17libc: Add initial vsnprintf() codeIan Moffett
2024-05-07libc: stdlib: POSIX-compliant randomnessAptRock327
2024-05-01libc: elf: Fix header guardIan Moffett
2024-04-28libc: Add execv()Ian Moffett
2024-04-28libc: Add mount()Kaimakan71
2024-04-24build: Export some sys/*.h headersIan Moffett
2024-04-24libc: Add ioctl supportIan Moffett
2024-04-24kernel: Add ioctl supportIan Moffett
2024-04-24libc: stdarg: Fix va_end()Ian Moffett
2024-04-23libc: bits: Fix __test_and_set definitionIan Moffett