summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 dayskernel: filedesc: Add _KERNEL guardIan Moffett
10 dayskernel: ahci: Fix issue of undetectable devicesIan Moffett
10 dayskernel: ahci: Improve port reset logicIan Moffett
11 daysusr.sbin: Add initial installer sourcesIan Moffett
11 dayskernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
11 dayskernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
11 dayskernel/amd64: Flush TLB per cache attr updateIan Moffett
11 daysusr.bin: osh: Check bin_path with access()Ian Moffett
11 daysusr: libc: Add access() in unistd.hIan Moffett
11 dayskernel: vfs: Add SYS_access syscallIan Moffett
11 dayskernel: vfs: Release vnode in vfs_dostat()Ian Moffett
11 dayskernel: vfs: Use pathbuf in vfs_dostat()Ian Moffett
11 dayskernel: vfs: Remove unused includeIan Moffett
11 dayskernel: spawn: Wait on both PROC_SLEEP + PROC_ZOMBIan Moffett
11 dayskernel: spawn: Set PROC_WAITED before td enqueueIan Moffett
11 dayskernel: exit: Ensure PROC_WAITED is unset on exitIan Moffett
11 daysusr: libc: Add stat() in sys/stat.hIan Moffett
11 dayskernel: physmem: Only set bits if memory is foundIan Moffett
11 dayskernel: proc: Make per-process flags volatileIan Moffett
11 dayskernel: sched: No yield on wait + intoff on yieldIan Moffett
11 dayskernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
11 dayskernel: cons: Invert console cursor colorIan Moffett
11 dayskernel: spawn: Ensure pathbuf is zeroedIan Moffett
11 dayskernel/amd64: Add `alloc` to pmap_update_tbl()Ian Moffett
12 dayskernel: stat: Fix getattr result pointerIan Moffett
12 dayskernel: spawn: Improve wait sleep handlingIan Moffett
12 dayskernel: sched: Skip sleeping threads and get nextIan Moffett
12 dayskernel: sched: Allow sleeping TDs to be enqueuedIan Moffett
12 dayskernel: physmem: Allocate unfragmented phys memoryIan Moffett
12 dayskernel: physmem: Ensure base is page alignedIan Moffett
12 daysusr.bin: time: Pad hour, min and sec to 2 digitsIan Moffett
12 daysusr: libc: Reset pad_width if usedIan Moffett
12 daysusr: libc: Include stdbool.h in itoa.cIan Moffett
12 daysusr.bin: osh: Seperate builtin cmds from user cmdsIan Moffett
12 daysusr.bin: osh: Make internal routines staticIan Moffett
12 daysusr: libc: Include stdint.h in string.hIan Moffett
12 dayskernel: exit: Handle stack VA/PA in proc_reap()Ian Moffett
12 dayskernel: spawn: Return process exit status on failIan Moffett
12 daysusr: Discard .eh_frame and .note sectionsIan Moffett
12 dayskernel: exit: Wake up parent *only* if asleepIan Moffett
12 dayskernel/amd64: proc: Cleanup user stack vm_map()Ian Moffett
13 daysusr.bin: Add 'time' command to return current timeIan Moffett
13 daysusr: libc: Add snprintf() implIan Moffett
13 daysusr: libc: Add initial vsnprintf() implIan Moffett
13 daysusr: libc: Add itoa()Ian Moffett
13 daysusr: libc: Add memcpy() in string.hIan Moffett
13 daysusr.bin: kfgwm: Add initial window text supportIan Moffett
13 daysusr.bin: kfgwm: Include stddef.h in kfg/types.hIan Moffett
13 daysshare: man: Add kconf(9)Ian Moffett
13 dayskernel: phy: Rename rtl8139 driver to rt81xxIan Moffett