summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-11-26When deciding if a pci device is 'primary' test if the efi fb memoryJonathan Gray
2019-11-26Compute RSSI on 9k iwm(4) devices in the same way we do for previousStefan Sperling
2019-11-26Don't use LOCKPARENT on namei calls for realpath(). We don'tBob Beck
2019-11-25Use scsi_read_cap[10|16] instead of re-rolling the code.Kenneth R Westerback
2019-11-25Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 toKenneth R Westerback
2019-11-25Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.Martin Pieuchot
2019-11-24If the RTM_PROPOSAL is a solicitation proposal forward the request toClaudio Jeker
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theClaudio Jeker
2019-11-24Make it possible to call ether_rtrequest with a NULL rt argument.Claudio Jeker
2019-11-24correct return type of sign_extend64()Jonathan Gray
2019-11-23Move srtdnstosa() static inline function under #ifdef _KERNEL. This wayClaudio Jeker
2019-11-23envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@cheloha
2019-11-23Consistently use ISSET() to check for set flags.Kenneth R Westerback
2019-11-23Consistently use !ISSET() to check for unset flags.Kenneth R Westerback
2019-11-23Consistently use SET() to set bits.Kenneth R Westerback
2019-11-22Be consistent and always use CLR() to clear flags.Kenneth R Westerback
2019-11-22The DNS proposal list can (soon) be empty to signal a withdraw, relaxFlorian Obser
2019-11-22Use rtm_proposal() to send out DNS updates. Both when DNS are added andClaudio Jeker
2019-11-22Add rtm_proposal, a function to send out RTM_PROPOSAL messages from theClaudio Jeker
2019-11-21Be consistent and always use [!]ISSET() to test flags in xs->flags.Kenneth R Westerback
2019-11-21Be consistent and always use SET() to set flags in xs->flags.Kenneth R Westerback
2019-11-21Fix comment typo: specificationakoshibe
2019-11-21rename struct tun_softc members so they're prefixed with "sc".David Gwynne
2019-11-21Remove duplicate #define OFP_ALIGNMENTakoshibe
2019-11-20ksmn(4): Improve the precision of the fractional part of temperatures.Bryan Steele
2019-11-20Some Intel SD/MMC controllers do not like the voltage beingPatrick Wildt
2019-11-20regenPatrick Wildt
2019-11-20Add PCI IDs for Gemini Lake SD/MMC controllersPatrick Wildt
2019-11-20Correctly match another 9560-based device.Patrick Wildt
2019-11-20Ensure that the kernel stack is properly aligned on mips64. This fixesVisa Hankala
2019-11-19When waiting on pipe I/O, simplify the unlock/relock logic usinganton
2019-11-19regenStefan Sperling
2019-11-19Add PCI ID for an Intel AX 200 device.Stefan Sperling
2019-11-19Set isr to the correct value (sc->rl_intrs).Kevin Lo
2019-11-19Don't assign ifp twice in the re_txeof().Kevin Lo
2019-11-19Correct the link speed constant variables. From Shoichi Yamaguchi.YASUOKA Masahiko
2019-11-19Enable rge(4).Kevin Lo
2019-11-19take care to avoid a race when creating the same interface.David Gwynne
2019-11-18Delete commented out VNDIOCGET60 ioctlJeremie Courreges-Anglas
2019-11-18Accept inet6 address with missing sa_len for the get ioctl(2).Alexander Bluhm
2019-11-18Fix off-by-one TRB issue in bulk transfers larger than 64k.Marcus Glocker
2019-11-18Fix actual length calculation of short transfers in xhci(4). So farPatrick Wildt
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-18don't leak the the task struct used for the addrhook in pfi_detach_ifnet.David Gwynne
2019-11-18regenKevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-17"set delay" never worked as committed: the delay field was not copiedOtto Moerbeek
2019-11-17print firmware version as unsigned intsJoshua Stein
2019-11-16Provide exact lock assertions for rwlocks when witness(4) is enabled.Visa Hankala