Age | Commit message (Expand) | Author |
2024-04-26 | kernel: filedesc: Acquire mutex in write() | Ian Moffett |
2024-04-26 | kernel: filedesc: Use mutex instead of spinlock | Ian Moffett |
2024-04-26 | kernel: Add support for mutex locks | Ian Moffett |
2024-04-26 | kernel: sched: Add support for early preemption | Ian Moffett |
2024-04-26 | kernel: filedesc: Ensure write() fd is correct | Ian Moffett |
2024-04-25 | kernel: sched: Use exec_args for argp, envp, etc | Ian Moffett |
2024-04-25 | kernel: vm_map: Refactor mmap() | Ian Moffett |
2024-04-25 | kernel: vm_map: Fix mmap() clobbering mem space | Ian Moffett |
2024-04-25 | build: sysexports: Export termios.h | Ian Moffett |
2024-04-25 | kernel: termios: Include stdint.h if not kernel | Ian Moffett |
2024-04-25 | kernel: vm_map: Cleanup on failure in mmap() | Ian Moffett |
2024-04-25 | kernel: vm_map: Check for allocation failure | Ian Moffett |
2024-04-25 | kernel: vm_map: Refactor mmap() | Ian Moffett |
2024-04-24 | build: Export some sys/*.h headers | Ian Moffett |
2024-04-24 | kernel: fbdev: Move ioctl stuff to sys/fbdev.h | Ian Moffett |
2024-04-24 | kernel: signal: Include sys/proc.h only in kernel | Ian Moffett |
2024-04-24 | libc: Add ioctl support | Ian Moffett |
2024-04-24 | kernel: fbdev: Add framebuffer ioctl | Ian Moffett |
2024-04-24 | kernel: Add ioctl support | Ian Moffett |
2024-04-24 | libc: stdarg: Fix va_end() | Ian Moffett |
2024-04-24 | kernel: device: Replace DEVICE_ALLOC() | 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-22 | kernel: vm_map: Fix anon map bug | Ian Moffett |
2024-04-21 | kernel: sched: Ensure td is removed from queue | Ian Moffett |
2024-04-21 | kernel: sched: Create idle thread | 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 | build: Fixup .iso creation | Ian Moffett |
2024-04-20 | libc: Reorganize sources | Ian Moffett |
2024-04-20 | kernel: vm: Add initial demand paging support | Ian Moffett |
2024-04-20 | kernel: vm: Add vm_object refcount | Ian Moffett |
2024-04-19 | kernel: vm: Document vm_object fields | Ian Moffett |
2024-04-18 | kernel: vm_map: Handle oflag in shared maps | Ian Moffett |
2024-04-18 | kernel: filedesc: Handle multiple oflag bits | Ian Moffett |
2024-04-18 | kernel: fbdev: Create fbdev device file | Ian Moffett |
2024-04-18 | kernel: vm_map: Handle pager physical addresses | Ian Moffett |
2024-04-18 | kernel: vm: Add device pager | Ian Moffett |
2024-04-18 | kernel: devfs: Add devfs_get_dev() | Ian Moffett |
2024-04-18 | kernel: devfs: Rename devfs_add_blkdev() | Ian Moffett |
2024-04-17 | kernel: vm_map: Handle pager errors | Ian Moffett |
2024-04-17 | kernel: vm_map: Add support for backing file | Ian Moffett |
2024-04-17 | kernel: vm: Add vnode pager | Ian Moffett |
2024-04-17 | kernel: vfs_subr: Add vfs_write() | Ian Moffett |
2024-04-17 | kernel: vm_map: Handle map-space 'map_count' field | Ian Moffett |
2024-04-17 | kernel: vm_map: Refactor kernel mmap() | Ian Moffett |