aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-27kernel: kern_exec: Fix argp resize logicIan Moffett
2024-04-27kernel: kern_exec: Fixup cleanup in execv()Ian Moffett
2024-04-26kernel: kern_exec: Close file descriptorIan Moffett
2024-04-26kernel: Add support for execv()Ian Moffett
2024-04-26kernel: sched: Expose sched_init_stack()Ian Moffett
2024-04-26kernel/amd64: frame: Add additional helpersIan Moffett
2024-04-26kernel: sched: Move sched stack macros to sched.hIan Moffett
2024-04-26kernel: cdefs: Add __likely() and __unlikely()Ian Moffett
2024-04-26kernel/amd64: syscall: Allow RIP/RSP to be resetIan Moffett
2024-04-26kernel: filedesc: Implement SEEK_ENDIan Moffett
2024-04-26kernel: sched: Move sys_exit() from kern_syscall.cIan Moffett
2024-04-26kernel: Implement basic loader_unload()Ian Moffett
2024-04-26kernel: filedesc: Acquire mutex in read()Ian Moffett
2024-04-26kernel: filedesc: Acquire mutex in write()Ian Moffett
2024-04-26kernel: filedesc: Use mutex instead of spinlockIan Moffett
2024-04-26kernel: Add support for mutex locksIan Moffett
2024-04-26kernel: sched: Add support for early preemptionIan Moffett
2024-04-26kernel: filedesc: Ensure write() fd is correctIan Moffett
2024-04-25kernel: sched: Use exec_args for argp, envp, etcIan Moffett
2024-04-25kernel: vm_map: Refactor mmap()Ian Moffett
2024-04-25kernel: vm_map: Fix mmap() clobbering mem spaceIan Moffett
2024-04-25build: sysexports: Export termios.hIan Moffett
2024-04-25kernel: termios: Include stdint.h if not kernelIan Moffett
2024-04-25kernel: vm_map: Cleanup on failure in mmap()Ian Moffett
2024-04-25kernel: vm_map: Check for allocation failureIan Moffett
2024-04-25kernel: vm_map: Refactor mmap()Ian Moffett
2024-04-24build: Export some sys/*.h headersIan Moffett
2024-04-24kernel: fbdev: Move ioctl stuff to sys/fbdev.hIan Moffett
2024-04-24kernel: signal: Include sys/proc.h only in kernelIan Moffett
2024-04-24libc: Add ioctl supportIan Moffett
2024-04-24kernel: fbdev: Add framebuffer ioctlIan Moffett
2024-04-24kernel: Add ioctl supportIan Moffett
2024-04-24libc: stdarg: Fix va_end()Ian Moffett
2024-04-24kernel: device: Replace DEVICE_ALLOC()Ian Moffett
2024-04-23libc: bits: Fix __test_and_set definitionIan Moffett
2024-04-22libc: bits: Update lock header guardIan Moffett
2024-04-22libc: impl/libc_lock.h -> bits/_lock.hIan Moffett
2024-04-22kernel: auxv: Add AT_PAGESIZEIan Moffett
2024-04-22kernel: vm_map: Fix anon map bugIan Moffett
2024-04-21kernel: sched: Ensure td is removed from queueIan Moffett
2024-04-21kernel: sched: Create idle threadIan Moffett
2024-04-21libc: Add stdarg.hKaimakan71
2024-04-21libc: Add close() and stdio functionsKaimakan71
2024-04-21libc: impl: Add spinlocksIan Moffett
2024-04-21libc: Add more string functionsKaimakan71
2024-04-20build: Fixup .iso creationIan Moffett
2024-04-20libc: Reorganize sourcesIan Moffett
2024-04-20kernel: vm: Add initial demand paging supportIan Moffett
2024-04-20kernel: vm: Add vm_object refcountIan Moffett
2024-04-19kernel: vm: Document vm_object fieldsIan Moffett