Age | Commit message (Expand) | Author |
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-10-29 | kernel: types: Add more POSIX types | Ian Moffett |
2024-10-29 | kernel: types: Move dev_t to sys/types.h | Ian Moffett |
2024-10-27 | kernel: syscall: Fix brace formatting | Ian Moffett |
2024-10-27 | kernel/amd64: acpi: Remove trailing newline | Ian Moffett |
2024-10-27 | kernel: devfs: Add getattr vop for device files | Ian Moffett |
2024-09-09 | kernel: vfs: Refactor fd related code | Ian Moffett |
2024-09-09 | libc: Add close() | Ian Moffett |
2024-09-03 | kernel: dev: Introduce DCDR framework | 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-16 | kernel/amd64: trap: Handle user traps | Ian Moffett |
2024-08-12 | kernel: Remove extra newline | Ian Moffett |
2024-08-12 | kernel: Add initial support for signals | Ian Moffett |
2024-08-12 | kernel/amd64: proc: Set curtd upon thread kick | Ian Moffett |
2024-07-29 | kernel/amd64: Don't try IPIs with null cpu_info | Ian Moffett |
2024-07-29 | kernel/amd64: cpu: Write cpu_info to IA32_GS_BASE | Ian Moffett |
2024-07-29 | kernel/amd64: msr: Add IA32_GS_BASE MSR define | Ian Moffett |
2024-07-29 | kernel/amd64: Use only defines + handle err codes | Ian Moffett |
2024-07-29 | kernel/amd64: Facilitate IA32_FS_BASE reads/writes | Ian Moffett |
2024-07-24 | libc: Implement read() | Ian Moffett |
2024-07-24 | kernel: nvme: Set write op to nowrite | Ian Moffett |
2024-07-24 | kernel: device: Add read/write stubs | Ian Moffett |
2024-07-24 | kernel: device: Add write operation | 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 | sysheaders: limits: Add SSIZE_MAX | Ian Moffett |
2024-07-22 | libc: Add open() | Ian Moffett |
2024-07-22 | kernel: vfs_syscalls: Add sys_open() | Ian Moffett |
2024-07-22 | sysheaders: Add sys/fcntl.h | Ian Moffett |
2024-07-22 | sysheaders: Add sys/limits.h | Ian Moffett |
2024-07-22 | sysheaders: cdefs: Add __BEGIN_DECLS/__END_DECLS | Ian Moffett |
2024-07-22 | build: Improve copying of headers | Ian Moffett |
2024-07-18 | kernel: exit: Drop loadmap entries with bad range | Ian Moffett |
2024-07-18 | usr.sbin: Fix linker script | 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-16 | kernel/amd64: trap: Set IPL_HIGH in trap_handler() | Ian Moffett |
2024-07-16 | kernel/amd64: trap: Fix TRAPENTRY %CS offset | Ian Moffett |
2024-07-16 | kernel/amd64: mp: Lock only around cpu_startup() | Ian Moffett |
2024-07-15 | kernel: fork: Pre-increment nthreads | Ian Moffett |
2024-07-15 | kernel: proc: Add missing include | Ian Moffett |