Age | Commit message (Expand) | Author |
2024-09-09 | libc: Add close() | Ian Moffett |
2024-07-24 | libc: Implement read() | Ian Moffett |
2024-07-22 | libc: Add open() | Ian Moffett |
2024-07-22 | build: Improve copying of headers | Ian Moffett |
2024-07-04 | lib: Add initial libc | Ian Moffett |
2024-06-24 | Clean out for expt | Ian Moffett |
2024-05-19 | libc: Add SYS_reboot define | Ian Moffett |
2024-05-19 | kernel: Add reboot() and reboot syscall | Ian Moffett |
2024-05-19 | libc: termios: Add missing `op` arg | Ian Moffett |
2024-05-19 | libc: vsnprintf: Add '%d' support | Ian Moffett |
2024-05-19 | libc: Add auxv_entry() | Ian Moffett |
2024-05-19 | libc: Add termios.h with basic functions | Ian Moffett |
2024-05-17 | libc: Add printf() | Ian Moffett |
2024-05-17 | libc: Add initial vsnprintf() code | Ian Moffett |
2024-05-07 | libc: stdlib: POSIX-compliant randomness | AptRock327 |
2024-05-01 | libc: elf: Fix header guard | Ian Moffett |
2024-04-28 | libc: Add execv() | Ian Moffett |
2024-04-28 | libc: Add mount() | Kaimakan71 |
2024-04-24 | build: Export some sys/*.h headers | Ian Moffett |
2024-04-24 | libc: Add ioctl support | Ian Moffett |
2024-04-24 | kernel: Add ioctl support | Ian Moffett |
2024-04-24 | libc: stdarg: Fix va_end() | Ian Moffett |
2024-04-23 | libc: bits: Fix __test_and_set definition | Ian Moffett |
2024-04-22 | libc: bits: Update lock header guard | Ian Moffett |
2024-04-22 | libc: impl/libc_lock.h -> bits/_lock.h | Ian Moffett |
2024-04-22 | kernel: auxv: Add AT_PAGESIZE | Ian Moffett |
2024-04-21 | libc: Add stdarg.h | Kaimakan71 |
2024-04-21 | libc: Add close() and stdio functions | Kaimakan71 |
2024-04-21 | libc: impl: Add spinlocks | Ian Moffett |
2024-04-21 | libc: Add more string functions | Kaimakan71 |
2024-04-20 | libc: Reorganize sources | Ian Moffett |
2024-04-16 | libc: Add mmap() and munmap() | Ian Moffett |
2024-04-16 | kernel: vm_map: Add mmap() and munmap() | Ian Moffett |
2024-04-10 | libc: Add open() | Ian Moffett |
2024-04-10 | libc: Add read() | Ian Moffett |
2024-04-10 | libc: Add open() | Ian Moffett |
2024-04-06 | libc: Add write() | Ian Moffett |
2024-04-06 | build: Statically link libc | Ian Moffett |
2024-04-01 | libc: Add sys/types.h | Ian Moffett |
2024-03-27 | libc: Add fcntl.h | Ian Moffett |
2024-03-27 | libc: syscall: Add more syscall defines | Ian Moffett |
2024-03-24 | libc: build: Fixup Makefile | Ian Moffett |
2024-03-24 | libc: stdint: Add uintptr_t | Ian Moffett |
2024-03-24 | libc: build: Use target compiler | Ian Moffett |
2024-03-21 | libc: Add SYS_write | Ian Moffett |
2024-03-21 | libc: Implement strlen() | Ian Moffett |
2024-03-17 | libc: Remove useless definesuser | Ian Moffett |
2024-03-16 | kernel,libc: syscall: Improve syscall code | Ian Moffett |
2024-03-16 | libc: auxv: Update header guard | Ian Moffett |
2024-03-16 | libc: auxv: Move auxv.h to sys/auxv.h | Ian Moffett |