summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 dayskernel: exit: Don't use thread data on exitIan Moffett
10 daysusr: libc: Support padding of hex digitsIan Moffett
10 dayskernel/amd64: Return stack top after stack initIan Moffett
10 daysusr: libc: Add printf()Ian Moffett
12 dayskernel: elf: Ensure loadmap is zeroredIan Moffett
12 dayskernel: pci: Add support for PCI ExpressIan Moffett
12 dayskernel: lib: Reset pad_width to 0 in vsnprintf()Ian Moffett
12 dayskernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
12 daysproject: Bump version to 1.9Ian Moffett
12 dayskernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
12 daysusr.sbin: install: Write ISO + disklabelIan Moffett
12 dayskernel: ahci: Return length in sata_dev_rw()Ian Moffett
12 daysusr.sbin: install: lseek() back to zero after wipeIan Moffett
12 daysusr: libc: Add lseek()Ian Moffett
12 dayskernel: syscall: Add SYS_lseekIan Moffett
12 dayskernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
12 dayskernel: filedesc: Add _KERNEL guardIan Moffett
13 dayskernel: ahci: Fix issue of undetectable devicesIan Moffett
13 dayskernel: ahci: Improve port reset logicIan Moffett
14 daysusr.sbin: Add initial installer sourcesIan Moffett
14 dayskernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
14 dayskernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
14 dayskernel/amd64: Flush TLB per cache attr updateIan Moffett
14 daysusr.bin: osh: Check bin_path with access()Ian Moffett
14 daysusr: libc: Add access() in unistd.hIan Moffett
14 dayskernel: vfs: Add SYS_access syscallIan Moffett
14 dayskernel: vfs: Release vnode in vfs_dostat()Ian Moffett
14 dayskernel: vfs: Use pathbuf in vfs_dostat()Ian Moffett
14 dayskernel: vfs: Remove unused includeIan Moffett
2025-06-09kernel: spawn: Wait on both PROC_SLEEP + PROC_ZOMBIan Moffett
2025-06-09kernel: spawn: Set PROC_WAITED before td enqueueIan Moffett
2025-06-09kernel: exit: Ensure PROC_WAITED is unset on exitIan Moffett
2025-06-09usr: libc: Add stat() in sys/stat.hIan Moffett
2025-06-09kernel: physmem: Only set bits if memory is foundIan Moffett
2025-06-09kernel: proc: Make per-process flags volatileIan Moffett
2025-06-09kernel: sched: No yield on wait + intoff on yieldIan Moffett
2025-06-09kernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
2025-06-09kernel: cons: Invert console cursor colorIan Moffett
2025-06-09kernel: spawn: Ensure pathbuf is zeroedIan Moffett
2025-06-09kernel/amd64: Add `alloc` to pmap_update_tbl()Ian Moffett
2025-06-09kernel: stat: Fix getattr result pointerIan Moffett
2025-06-09kernel: spawn: Improve wait sleep handlingIan Moffett
2025-06-09kernel: sched: Skip sleeping threads and get nextIan Moffett
2025-06-09kernel: sched: Allow sleeping TDs to be enqueuedIan Moffett
2025-06-09kernel: physmem: Allocate unfragmented phys memoryIan Moffett
2025-06-09kernel: physmem: Ensure base is page alignedIan Moffett
2025-06-09usr.bin: time: Pad hour, min and sec to 2 digitsIan Moffett
2025-06-09usr: libc: Reset pad_width if usedIan Moffett
2025-06-09usr: libc: Include stdbool.h in itoa.cIan Moffett
2025-06-09usr.bin: osh: Seperate builtin cmds from user cmdsIan Moffett