summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-02-12Implement a workaround for missing Tx completion interrupts in iwm(4).Stefan Sperling
2020-02-12Check bogus values from interrupt in ict and non-ict case. r1 and r2tobhe
2020-02-12Do not reparent a traced child to ourself inside wait(2).Martin Pieuchot
2020-02-12Bring a few stragglers into line with the idiom used by the other 40+Kenneth R Westerback
2020-02-12drm/dp_mst: Remove VCPI while disabling topology mgrJonathan Gray
2020-02-12drm/amd/dm/mst: Ignore payload update failuresJonathan Gray
2020-02-12drm/rect: Avoid division by zeroJonathan Gray
2020-02-11the pledge_ioctl() rule checker is written in a style which could readTheo de Raadt
2020-02-10When walking the HID descriptor, even though we filter for hid_inputPatrick Wildt
2020-02-10Add support for the RK3399's VOP clocks to rkclock(4).Patrick Wildt
2020-02-10When attempting to disabe TSX avoid uninitialised var use for Intel cpusJonathan Gray
2020-02-09Zero struct knote on allocation. This makes the code less proneVisa Hankala
2020-02-08On the Lenovo X395 acpivout(4) does not attach since there isPatrick Wildt
2020-02-08Replace ttkqflush() with klist_invalidate() to handle knote listVisa Hankala
2020-02-08remove erroneous line in comment for vm_get_info()Jasper Lievisse Adriaanse
2020-02-07fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-07Nuke softc field 'sc_adapter" and just point sc_link's at shiney newKenneth R Westerback
2020-02-06Try to reduce the lying, hyperbolic or obsolete commentary onKenneth R Westerback
2020-02-06Remove pointless intermediate scsi_adapter field of softc by pointingKenneth R Westerback
2020-02-06Delete unused scsi_adapter fields of softc's.Kenneth R Westerback
2020-02-06Eliminate use of 'migration aids' #define scsipi_<blah> and just useKenneth R Westerback
2020-02-06Soooooo much eye-searing trailing whitespace.Kenneth R Westerback
2020-02-06So much eye-searing trailing whitespace.Kenneth R Westerback
2020-02-06Whitespace tweak.Kenneth R Westerback
2020-02-05Ooops. Missed a file in nuke of scsi_minphys. mpath_minphys() needs toKenneth R Westerback
2020-02-05Move kernel locking inside knote_fdclose() from finishdup() andVisa Hankala
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-02-05Very old firmware umsm devices don't work as umb(4), so I made them workTheo de Raadt
2020-02-05regenPatrick Wildt
2020-02-05Add some more Apollo Lake PCI IDs.Patrick Wildt
2020-02-05Fix confusion between minimum and maximum samples-per-frame.Alexandre Ratchov
2020-02-05regenPatrick Wildt
2020-02-05Add some more Apollo Lake PCI IDs.Patrick Wildt
2020-02-05Allow programs with the "audio" promise to use the AUDIO_MIXER_xxx ioctls.Alexandre Ratchov
2020-02-05regenPatrick Wildt
2020-02-05Add Pericom PI7C9X2G404EL PCIe Packet SwitchPatrick Wildt
2020-02-05Detach timeouts and the softint handler before freeing memory.Martin Pieuchot
2020-02-05regenPatrick Wildt
2020-02-05Add some more Gemini Lake IDs.Patrick Wildt
2020-02-05Remove dead store, from Amit Kulkarni.Martin Pieuchot
2020-02-04Refactoring to prepare multi-queues support, no intended behavior change:Martin Pieuchot
2020-02-04Replace msleep(9) by sleep_setup/setup_signal/finish() dance.Martin Pieuchot
2020-02-04allow reading of sysctl kern.somaxconn in "inet", due toTheo de Raadt
2020-02-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-02-04Enable rge(4).Kevin Lo
2020-02-02Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-relatedTheo de Raadt
2020-02-02Back out previous "insert two nop instructions after svc instructionsChristian Weisgerber
2020-02-01Also insert two nop instructions after svc instructions for SYS_exitTheo de Raadt
2020-02-01Back out previous. Nothing wrong with the diff per se but I should haveanton
2020-02-01Grab the kernel lock in pgsigio() as it's strictly needed whileanton