Age | Commit message (Expand) | Author |
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 |
2024-04-16 | kernel: vm_map: Allocate physmem for MAP_ANONYMOUS | 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-16 | kernel: vm_map: Add more detail to comment | Ian Moffett |
2024-04-13 | kernel: pci: Fix BAR assignment | Ian Moffett |
2024-04-13 | kernel: signal: Fix deadlock in signal_handle() | Ian Moffett |
2024-04-13 | kernel: filedesc: Increment offset per read() | Ian Moffett |
2024-04-10 | kernel: devfs: Remove extra whitespace | Ian Moffett |
2024-04-10 | kernel: devfs: Div roundup by blocksize | Ian Moffett |
2024-04-10 | kernel: nvme: Create device file | Ian Moffett |
2024-04-10 | kernel: create_dev() -> device_create() | Ian Moffett |
2024-04-10 | kernel: Get rid of invalid_uaddr() | Ian Moffett |
2024-04-10 | kernel/amd64: trap: Send signals to thread | Ian Moffett |
2024-04-10 | kernel: signals: Add initial signal implementation | Ian Moffett |
2024-04-10 | kernel: sched: Lock thread upon sched_exit() | Ian Moffett |
2024-04-10 | kernel: proc: Add lock to 'proc' structure | Ian Moffett |
2024-04-10 | kernel: devfs: Cleanup code and comments | 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-10 | kernel: fs: Add devfs | Ian Moffett |