Age | Commit message (Expand) | Author |
---|---|---|
2024-04-28 | libc: Add execv() | Ian Moffett |
2024-04-28 | libc: Add mount() | Kaimakan71 |
2024-04-24 | libc: Add ioctl support | Ian Moffett |
2024-04-24 | kernel: Add ioctl support | Ian Moffett |
2024-04-22 | kernel: auxv: Add AT_PAGESIZE | 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-01 | libc: Add sys/types.h | Ian Moffett |
2024-03-27 | libc: syscall: Add more syscall defines | Ian Moffett |
2024-03-21 | libc: Add SYS_write | 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 |
2024-03-14 | libc: Initial hyra libc commit | Ian Moffett |