summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-02-23regenJasper Lievisse Adriaanse
2020-02-23- add an AMD hub found on APU2Jasper Lievisse Adriaanse
2020-02-22use the UE_GET_XFERTYPE macro where applicableJasper Lievisse Adriaanse
2020-02-22regenanton
2020-02-22Unlock ioctl(2).anton
2020-02-22In preparation for unlocking ioctl(2), grab the kernel lock as needed.anton
2020-02-21Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep themPatrick Wildt
2020-02-21Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399.Patrick Wildt
2020-02-21Add anxdp(4), a driver for the Analogix Display Port controller,Patrick Wildt
2020-02-21Add rkvop(4), a driver for the RK3399's Video Output Processors,Patrick Wildt
2020-02-21Implement a rather simple video interface support for OFW. This isPatrick Wildt
2020-02-21Add rkdrm(4), a driver which combines all the separate componentsPatrick Wildt
2020-02-21Add a DRM GEM CMA helper from NetBSD. Plenty of parts are stillPatrick Wildt
2020-02-21Use proper function to get a timestamp, as time_second isn't safe;Otto Moerbeek
2020-02-21Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@Otto Moerbeek
2020-02-21Remove sigacts structure sharing. The only process that used sharing wasClaudio Jeker
2020-02-21Adjust a comment, no functional changeClaudio Jeker
2020-02-20Add a delay after link training to work-around a panic when firstKurt Miller
2020-02-20drm/amd: Add DM DMCU supportMark Kettenis
2020-02-20Implement request_firmware_direct().Mark Kettenis
2020-02-20drm/amd: Add PSP DMCU supportMark Kettenis
2020-02-20drm/amd: Add ucode DMCU supportMark Kettenis
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-20Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on theKenneth R Westerback
2020-02-20dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-20pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-20Introduce the concept of queue to prepare supporting multiple of them.Martin Pieuchot
2020-02-20In signal_pending_state() only test for pending signal whenJonathan Gray
2020-02-20controler -> controllerJonathan Gray
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-19Make sure the first 2MB page of the kernel is actually mapped RO in theMark Kettenis
2020-02-19Remove the indirection via timeout for proc_stop_sweep(). Using a softClaudio Jeker
2020-02-19Similar to other wireless drivers use bpf_mtap_hdr() to prepend theClaudio Jeker
2020-02-19ips(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-18Trailing whitespace.Kenneth R Westerback
2020-02-18Flip vdsk to 'normal' scsi_adapter idiom.Kenneth R Westerback
2020-02-18Trailing whitespace is icky. Some KNF whitespace tweaksKenneth R Westerback
2020-02-18Let aac(4) compile again by #include'ing selinfo.h.Kenneth R Westerback
2020-02-18pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@cheloha
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-18Fix an mbuf corruption issue which occurs in net80211 hostap mode.Stefan Sperling
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-18Use SIGPENDING() instead of CURSIG() for emulating signal_pending().Claudio Jeker
2020-02-18Move setting of UF_EXCLOSE file descriptor flag inside finishdup().Visa Hankala
2020-02-18magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-18stp(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-02-18ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().Claudio Jeker
2020-02-17missing rcs idJasper Lievisse Adriaanse