aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-04-22libc: bits: Update lock header guardIan Moffett
2024-04-22libc: impl/libc_lock.h -> bits/_lock.hIan Moffett
2024-04-22kernel: auxv: Add AT_PAGESIZEIan Moffett
2024-04-21libc: Add stdarg.hKaimakan71
2024-04-21libc: Add close() and stdio functionsKaimakan71
2024-04-21libc: impl: Add spinlocksIan Moffett
2024-04-21libc: Add more string functionsKaimakan71
2024-04-20libc: Reorganize sourcesIan Moffett
2024-04-16libc: Add mmap() and munmap()Ian Moffett
2024-04-16kernel: vm_map: Add mmap() and munmap()Ian Moffett
2024-04-10libc: Add open()Ian Moffett
2024-04-10libc: Add read()Ian Moffett
2024-04-10libc: Add open()Ian Moffett
2024-04-06libc: Add write()Ian Moffett
2024-04-06build: Statically link libcIan Moffett
2024-04-01libc: Add sys/types.hIan Moffett
2024-03-27libc: Add fcntl.hIan Moffett
2024-03-27libc: syscall: Add more syscall definesIan Moffett
2024-03-24libc: build: Fixup MakefileIan Moffett
2024-03-24libc: stdint: Add uintptr_tIan Moffett
2024-03-24libc: build: Use target compilerIan Moffett
2024-03-21libc: Add SYS_writeIan Moffett
2024-03-21libc: Implement strlen()Ian Moffett
2024-03-17libc: Remove useless definesuserIan Moffett
2024-03-16kernel,libc: syscall: Improve syscall codeIan Moffett
2024-03-16libc: auxv: Update header guardIan Moffett
2024-03-16libc: auxv: Move auxv.h to sys/auxv.hIan Moffett