summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
17 hourskernel: time: Introduce SYS_sleepIan Moffett
17 hourskernel: Introduce timespec structIan Moffett
18 hourskernel: Remove deprecated func declarationIan Moffett
19 hourskernel: netinet: Implement ARP reply logicIan Moffett
19 hourskernel: netinet: Simply memcpy ether_saddrIan Moffett
42 hourskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
42 hourskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
42 hourskernel: Add sys/endian.hIan Moffett
42 hourskernel: rtl: Expose NIC properly through if_var.hIan Moffett
44 hourskernel: rtl: Remove TODO comment (completed)Ian Moffett
2 dayskernel: rtl: Implement packet TXIan Moffett
3 dayskernel: ahci: Wait until ready before any I/OIan Moffett
4 dayskernel: ahci: Don't zero allocated PAs anymoreIan Moffett
4 dayskernel: Prevent physmem clobbers + zero memoryIan Moffett
4 dayskernel: physmem: Make globals staticIan Moffett
4 dayskernel: cons: Clear entire screen on demandIan Moffett
4 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
4 dayskernel: initramfs: Ensure n->size <= sio->lenIan Moffett
4 dayskernel: Only free thread data on exitIan Moffett
4 dayskernel: exit: Don't use thread data on exitIan Moffett
4 dayskernel/amd64: Return stack top after stack initIan Moffett
6 dayskernel: elf: Ensure loadmap is zeroredIan Moffett
6 dayskernel: pci: Add support for PCI ExpressIan Moffett
6 dayskernel: lib: Reset pad_width to 0 in vsnprintf()Ian Moffett
6 dayskernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
6 dayskernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
6 dayskernel: ahci: Return length in sata_dev_rw()Ian Moffett
6 dayskernel: syscall: Add SYS_lseekIan Moffett
6 dayskernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
6 dayskernel: filedesc: Add _KERNEL guardIan Moffett
7 dayskernel: ahci: Fix issue of undetectable devicesIan Moffett
7 dayskernel: ahci: Improve port reset logicIan Moffett
8 dayskernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
8 dayskernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
8 dayskernel/amd64: Flush TLB per cache attr updateIan Moffett
8 dayskernel: vfs: Add SYS_access syscallIan Moffett
8 dayskernel: vfs: Release vnode in vfs_dostat()Ian Moffett
8 dayskernel: vfs: Use pathbuf in vfs_dostat()Ian Moffett
8 dayskernel: vfs: Remove unused includeIan Moffett
8 dayskernel: spawn: Wait on both PROC_SLEEP + PROC_ZOMBIan Moffett
8 dayskernel: spawn: Set PROC_WAITED before td enqueueIan Moffett
8 dayskernel: exit: Ensure PROC_WAITED is unset on exitIan Moffett
8 daysusr: libc: Add stat() in sys/stat.hIan Moffett
8 dayskernel: physmem: Only set bits if memory is foundIan Moffett
8 dayskernel: proc: Make per-process flags volatileIan Moffett
8 dayskernel: sched: No yield on wait + intoff on yieldIan Moffett
8 dayskernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
8 dayskernel: cons: Invert console cursor colorIan Moffett
8 dayskernel: spawn: Ensure pathbuf is zeroedIan Moffett
8 dayskernel/amd64: Add `alloc` to pmap_update_tbl()Ian Moffett