summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
44 hourskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
44 hourskernel: console: Introduce cons_screen featuresIan Moffett
45 hourskernel: cons_ansi: Use `scr' var for console callsIan Moffett
45 hoursdev: uacpi: Always include machine/intr.hIan Moffett
3 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
3 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
3 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
3 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
3 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
3 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
4 dayskernel: driver: Only init non-deferred driversIan Moffett
4 dayskernel: syslog: Remove unused variableIan Moffett
4 dayskernel: Introduce SYS_inject syscallIan Moffett
4 daysusr.sbin: init: Allow start path to be overriddenIan Moffett
5 dayskernel: panic: Implement fresh panic screenIan Moffett
5 dayskernel: panic: Remove redundant newlineIan Moffett
5 dayskernel: syslog: Remove problematic lockIan Moffett
5 dayskernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
5 dayskernel/amd64: trap: Restore IPL during user trapsIan Moffett
5 daysusr: libc: Store auxiliary vector tag/value pairsIan Moffett
5 dayskernel: exec_elf64: Ensure '.bss' is zero filledIan Moffett
5 dayskernel: cons: Handle horizontal tabs ('\t')Ian Moffett
6 dayskernel/amd64: mp: Give each core an idle threadIan Moffett
6 dayskernel: descrip: Validate operations against sealIan Moffett
6 dayskernel: Add initial support for tmpfsIan Moffett
6 dayskernel: vfs: Add support for O_CREAT flagIan Moffett
7 dayskernel: namei: Add NAMEI_WANTPARENT flagIan Moffett
8 dayskernel: Add "starting init" message for verbosityIan Moffett
8 dayskernel/amd64: Deprecate reboot keyIan Moffett
8 dayskernel/amd64: mc1468xx: Implement date settingIan Moffett
8 dayskernel/amd64: mc1468xx: Add 2000 to the yearIan Moffett
8 dayskernel/amd64: i8042: Use DMI for quirk checkingIan Moffett
8 dayskernel/amd64: Throw away any pre-kernel huge pagesIan Moffett
8 dayskernel/amd64: Only use USER_DS in md_td_kick()Ian Moffett
9 dayskernel: Add SMBIOS/DMI supportIan Moffett
10 daysusr: Start shell + rc through /usr/sbin/initIan Moffett
10 daysusr: Add init.rc for userspace startup flexibilityIan Moffett
10 dayskernel: exit: Only kill leaf if not exitingIan Moffett
10 dayskernel: conf: Default to console fg of #B57614Ian Moffett
11 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
11 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
11 dayskernel: Fix base-16 style in endian.hIan Moffett
12 dayskernel: e1000: Reset the controller before initIan Moffett
12 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
12 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
12 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
12 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
12 dayskernel: phy: Add initial E1000 sourcesIan Moffett
12 dayskernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
12 dayskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett