summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-12-07Continue to delete emulation support: since we're Just ELF, the sizePhilip Guenther
2021-12-07uvn_reference(): correct printf(9) argument orderScott Soule Cheloha
2021-12-07Make `unp_msgcount' and `unp_file' protection with `unp_gc_lock'Vitaliy Makkoveev
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06Add missing short-circuit in bcmpcie_dmamap_load_raw().Mark Kettenis
2021-12-06zero correct var in cpu_dump()Jonathan Gray
2021-12-06fix odd check in pfi_kif_free()Alexandr Nedvedicky
2021-12-05kbind(2): disable system call if not initialized before first __tfork(2)Scott Soule Cheloha
2021-12-05add missing mtx_leave() calls in error pathsJonathan Gray
2021-12-05Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.Stefan Sperling
2021-12-04vmm(4): reload vmcs after possible sleep pointsDave Voutila
2021-12-04Previous diff was incomplete, we also need to do DMA translation forMark Kettenis
2021-12-04Consolidate error paths in usbd_new_device, shaving of 14 lines.Anton Lindqvist
2021-12-03add Allwinner H6 supportSASANO Takayoshi
2021-12-03support AXP805 PMICSASANO Takayoshi
2021-12-03- support I2C connected PMIC, add "early 1" to sxitwi.SASANO Takayoshi
2021-12-03Add tdb_delete_locked() to replace duplicate tdb deletion code inTobias Heider
2021-12-03Perform DMA address translation if required.Mark Kettenis
2021-12-03Add TDB reference counting to ipsp_spd_lookup(). If an outputAlexander Bluhm
2021-12-03Switch iwx(4) to new -67 firmware images.Stefan Sperling
2021-12-03Disable probe requests during scans in iwx(4) again.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwx(4).Stefan Sperling
2021-12-03Introduce an optional driver-specific bgscan_done() handler whichStefan Sperling
2021-12-03Ignore ADDBA requests from our AP while we are roaming away from it.Stefan Sperling
2021-12-03Bring back the recently reverted change, this time without the invertedAnton Lindqvist
2021-12-02firstc() and nextc() use an int of global static storage. Make thisTheo de Raadt
2021-12-02ipsec_common_input_cb() extracted the inner IP header of IPsecAlexander Bluhm
2021-12-02Allow to build kernel without IPSEC or INET6 defines.Alexander Bluhm
2021-12-01Reintroduce the TDBF_DELETED flag. Checking next pointer to figureAlexander Bluhm
2021-12-01mention that the "flags" field in the enchdr is uses m_flags valuesTheo de Raadt
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-12-01late allocation of clist in putc() and b_to_q() hasn't been required inTheo de Raadt
2021-12-01Let ipsp_spd_lookup() return an error instead of a TDB. The TDBAlexander Bluhm
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Jonathan Gray
2021-12-01drm/amd/display: Set plane update flags for all planes in resetJonathan Gray
2021-11-30add ixl(4)Theo de Raadt
2021-11-30Remove unused parameter from ipsp_spd_inp().Alexander Bluhm
2021-11-30Prevent select(2) from blocking if registering found pending events.Visa Hankala
2021-11-30enable uhid/fidoTheo de Raadt
2021-11-29The network stack currently uses IPL_SOFTNET. Consistently initializeAlexander Bluhm
2021-11-29regenVitaliy Makkoveev
2021-11-29Unlock accept(2) and accept4(2) syscalls. Unlock them both because theyVitaliy Makkoveev
2021-11-29vmm(4): bump remote vmclear spinout ticksDave Voutila
2021-11-29kqueue: Revise badfd knote handlingVisa Hankala
2021-11-29Using a void pointer for temporary allocated TDB in pfkeyv2 doesAlexander Bluhm
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-28SpacingMarcus Glocker