summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
15 hourskernel: namei: Add NAMEI_WANTPARENT flagexptIan Moffett
44 hourskernel: Add "starting init" message for verbositymainIan Moffett
44 hourskernel/amd64: Deprecate reboot keyIan Moffett
44 hourskernel/amd64: mc1468xx: Implement date settingIan Moffett
44 hourskernel/amd64: mc1468xx: Add 2000 to the yearIan Moffett
2 dayskernel/amd64: i8042: Use DMI for quirk checkingIan Moffett
2 dayskernel/amd64: Throw away any pre-kernel huge pagesIan Moffett
2 dayskernel/amd64: Only use USER_DS in md_td_kick()Ian Moffett
3 dayskernel: Add SMBIOS/DMI supportIan Moffett
4 daysusr: Start shell + rc through /usr/sbin/initIan Moffett
4 daysusr: Add init.rc for userspace startup flexibilityIan Moffett
4 dayskernel: exit: Only kill leaf if not exitingIan Moffett
4 dayskernel: conf: Default to console fg of #B57614Ian Moffett
5 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
5 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
5 dayskernel: Fix base-16 style in endian.hIan Moffett
6 dayskernel: e1000: Reset the controller before initIan Moffett
6 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
6 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
6 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
6 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
6 dayskernel: phy: Add initial E1000 sourcesIan Moffett
6 dayskernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
6 dayskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
6 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
8 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
8 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
8 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
8 dayskernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
8 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett
8 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
9 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
9 dayskernel: Add __aligned(n) attributeIan Moffett
9 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
9 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
9 dayskernel/aarch64: Implement initial vector stubsIan Moffett
9 dayskernel/aarch64: Add intr_register() stubIan Moffett
9 dayskernel/aarch64: Make stubs up to dateIan Moffett
9 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
11 dayskernel: time: Introduce SYS_sleepIan Moffett
11 dayskernel: Introduce timespec structIan Moffett
11 dayskernel: Remove deprecated func declarationIan Moffett
11 dayskernel: netinet: Implement ARP reply logicIan Moffett
11 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
12 dayskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
12 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
12 dayskernel: Add sys/endian.hIan Moffett
12 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
12 dayskernel: rtl: Remove TODO comment (completed)Ian Moffett
12 dayskernel: rtl: Implement packet TXIan Moffett