Age | Commit message (Expand) | Author |
2025-02-22 | kernel: dev: Add /dev/console | Ian Moffett |
2025-02-22 | kernel: vfs: Add support for write() | Ian Moffett |
2025-02-21 | kernel: Update kernel log style | Ian Moffett |
2025-02-16 | project: Update copyright date to 2025 | Ian Moffett |
2025-02-15 | kernel: signal: No need to compare ksig_list | Ian Moffett |
2024-12-20 | kernel/amd64: backtrace() -> md_backtrace() | Ian Moffett |
2024-12-20 | kernel/amd64: Add panic backtrace | Ian Moffett |
2024-12-16 | kernel: synch: Move spinlock_usleep() | Ian Moffett |
2024-12-15 | kernel: synch: kern_lock.c -> kern_synch.c | Ian Moffett |
2024-12-15 | kernel: synch: Add spinlock with timeout | Ian Moffett |
2024-12-15 | kernel: Add tree.h and tree_subr.c port | Ian Moffett |
2024-12-07 | kernel: vcache: Add impl of "local" vcaches | Ian Moffett |
2024-12-07 | kernel: vcache: Improve vcache add/pull interface | Ian Moffett |
2024-11-13 | kernel: vfs: Recycle vnodes before allocating | Ian Moffett |
2024-11-13 | kernel: sysctl: Fix handling of oldlenp | Ian Moffett |
2024-11-13 | kernel: vfs: Add vnode cache implementation | Ian Moffett |
2024-11-13 | kernel: sysctl: Make sysctl(2) more flexible | Ian Moffett |
2024-11-12 | kernel: sysctl: Make kern.* entries readonly | Ian Moffett |
2024-11-12 | kernel: syscall: Add SYS_sysctl syscall | Ian Moffett |
2024-11-11 | kernel: sysctl: Add initial sysctl implementation | Ian Moffett |
2024-11-04 | kernel: descrip: Add support for fd duplication | Ian Moffett |
2024-11-04 | kernel: descrip: Only use copyinstr() in SYS_open | Ian Moffett |
2024-10-29 | kernel: syscall: Add SYS_stat | Ian Moffett |
2024-09-09 | kernel: vfs: Refactor fd related code | Ian Moffett |
2024-08-21 | kernel: vfs: Add sys_close() | Ian Moffett |
2024-08-21 | kernel: Add ref count to filedesc | Ian Moffett |
2024-08-12 | kernel: Remove extra newline | Ian Moffett |
2024-08-12 | kernel: Add initial support for signals | Ian Moffett |
2024-07-24 | kernel: device: Add read/write stubs | Ian Moffett |
2024-07-22 | kernel: sched: Implement MLFQ | AptRock327 |
2024-07-22 | kernel: vfs_syscalls: Add sys_read() | Ian Moffett |
2024-07-22 | kernel: vfs_syscalls: Remove unused vars | Ian Moffett |
2024-07-22 | kernel: vfs_syscalls: Add sys_open() | Ian Moffett |
2024-07-18 | kernel: exit: Drop loadmap entries with bad range | Ian Moffett |
2024-07-18 | kernel: Add copyin() and copyout() | Ian Moffett |
2024-07-18 | kernel: elf: Keep track of program start and end | Ian Moffett |
2024-07-18 | kernel: elf: Fix loadmap indexing | Ian Moffett |
2024-07-17 | kernel: exit: Unload thread in exit1() | Ian Moffett |
2024-07-17 | kernel: exec: Save program state within thread | Ian Moffett |
2024-07-17 | kernel: Call sched_enter() instead of cpu_reboot() | Ian Moffett |
2024-07-16 | kernel: exec: Save base vaddr in exec_range | Ian Moffett |
2024-07-15 | kernel: fork: Pre-increment nthreads | Ian Moffett |
2024-07-12 | kernel: Add support for devfs | Ian Moffett |
2024-07-12 | kernel: Add device layer | Ian Moffett |
2024-07-11 | kernel: namei: Allow lookups farther than '/' | Ian Moffett |
2024-07-11 | kernel: vfs: Implement mountpoint naming | Ian Moffett |
2024-07-10 | kernel: Init drivers | Ian Moffett |
2024-07-09 | kernel: Call vm_init() before acpi_init() | Ian Moffett |
2024-07-07 | kernel/amd64: Add serial debug logging | Ian Moffett |
2024-07-04 | kernel: init_main: Startup PID 1 | Ian Moffett |