summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-10-27Add code to spin up secondary CPUs.Mark Kettenis
2019-10-27Add simplefb(4).Mark Kettenis
2019-10-27fix the last commit.David Gwynne
2019-10-26put vlan tag offload back inDavid Gwynne
2019-10-26make vmx transmit (vmxnet3_start) mpsafe.David Gwynne
2019-10-26avoid rxr races between rxfill from the interrupt and timeout pathsDavid Gwynne
2019-10-26clock_getres(2): actually return the resolution of the given clockcheloha
2019-10-26Correct some ASM in a commentPhilip Guenther
2019-10-25Split out the code that brings us out of HYP mode and the code thatMark Kettenis
2019-10-25Add glass console for armv7. Similar to what we did on arm64 two years ago.Mark Kettenis
2019-10-25Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-10-25Remove some space before tab and other small indentation errors.Claudio Jeker
2019-10-25make whitespace in the IPPROTO defines consistent. no functional change.David Gwynne
2019-10-25+#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocationDavid Gwynne
2019-10-24Enable sxisid(4)Mark Kettenis
2019-10-24Make log tick interval independent of hz and reduce the frequencyVisa Hankala
2019-10-23Enable sxisid(4).Mark Kettenis
2019-10-23Add sxisid(4), a driver to read the on-chip eFuses written byMark Kettenis
2019-10-23Kernel is missing propper input validation when configuring addresses.Alexander Bluhm
2019-10-23There used to be three possible return values from sd_get_parms(), butKenneth R Westerback
2019-10-23Use baseboard specific vendor, product and serial strings for DMI_BOARD_*Jonathan Gray
2019-10-23store specific strings for smbios baseboard vendor, product and serialJonathan Gray
2019-10-23Provide hw.serialno using the root node's serial-number property.Patrick Wildt
2019-10-22Fix white spaces and use __func__ in printf().Alexander Bluhm
2019-10-22struct proc: change ps_start from utc time to uptimecheloha
2019-10-22nanoboottime(9): add and document new interfacecheloha
2019-10-22Replace the mutex that protects the mbuf allocation limit by anAlexander Bluhm
2019-10-22No need to always pass the same thing to sd_get_parms(). One lessKenneth R Westerback
2019-10-21put bpfdesc reference counting back, revert change introduced in 1.175 as:Alexandr Nedvedicky
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for theMark Kettenis
2019-10-21On newer ThinkPads reporting HKEY version > 1, don't claim wsconsJoshua Stein
2019-10-21When incrementing or decrementing screen brightness, don't justJoshua Stein
2019-10-21Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook().Martin Pieuchot
2019-10-21Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods.Martin Pieuchot
2019-10-20Improve previouskn
2019-10-20Firmware that supports the "parallel boot" feature allows us to read the PRIMark Kettenis
2019-10-20Document "set db_console 0|1"kn
2019-10-20unstub amdgpu_ttm_bo_eviction_valuable()Jonathan Gray
2019-10-19Use !ISSET() for unset flag checks.Kenneth R Westerback
2019-10-19Use ISSET() for the easier flag checks.Kenneth R Westerback
2019-10-19Fix typo in previous, link->flag is link->flags.Kenneth R Westerback
2019-10-19Resolve mix of '&=' and CLR() usage in favour of CLR().Kenneth R Westerback
2019-10-19Resolve mix of '|=' and SET() usage in favour of SET().Kenneth R Westerback
2019-10-19Unlock the vnode in vop_inactive of deadfs. The unlock operation isVisa Hankala
2019-10-18Don't check that the ipv6 source address of a neighbor advertisment isSebastian Benoit
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-10-17Enable sxidog(4).Mark Kettenis
2019-10-17Avoid including an armv7 MD header.Mark Kettenis
2019-10-17drm/amd/display: num of sw i2c/aux engines less than num of connectorsJonathan Gray
2019-10-17Cache flush operations on arm64 were being incorrectly treated as writeDale Rahn