summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-11-18vndsetcred: don't a reference to credentials in error path.Theo Buehler
2021-11-18printing udpencap_port in ddb requires ntohs not ntohl. use better formatStuart Henderson
2021-11-17When unp_connect() releases both solock() and vnode(9) locks the socket weVitaliy Makkoveev
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-17Disable active scanning on iwm(4) 9260 and 9560.Stefan Sperling
2021-11-17uhidpp does claim multiple report idsAnton Lindqvist
2021-11-17ucc does not claim multiple report idsAnton Lindqvist
2021-11-17Fix a double free in uhidev_close() caused by a race betweenAnton Lindqvist
2021-11-16move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK()Alexandr Nedvedicky
2021-11-16To debug IPsec and tdb refcounting it is useful to have "show tdb"Alexander Bluhm
2021-11-16Use nowake when poll/select has empty fd setVisa Hankala
2021-11-16fix typo in an error message printed by iwx_phy_ctxt_update()Stefan Sperling
2021-11-16fix typo in an error message printed by iwm_phy_ctxt_update()Stefan Sperling
2021-11-16hilkbd(4): Fix swedish keyboard layout botch on non-PS/2 style keyboardsLandry Breuil
2021-11-16Move UNIX domain sockets garbage collector out of `unp_lock.Vitaliy Makkoveev
2021-11-15Copy p_p->ps_pledge into a local variable (called pledge) in every functionTheo de Raadt
2021-11-15Revert to eager removal of poll/select knotesVisa Hankala
2021-11-15Third attempt to solve the claim multiple report ids conflict. Using theAnton Lindqvist
2021-11-15In preparation for once again trying the resolve the claim multipleAnton Lindqvist
2021-11-14Make sure efiboot is built with RELA/REL relocations and not RELR,Philip Guenther
2021-11-13Catch up with (proposed) Linux device tree bindings.Mark Kettenis
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2021-11-13Let filt_fileattach() run without the kernel lockVisa Hankala
2021-11-12Add #defines and typedefs for RELR, a compressed form for relative relocationsPhilip Guenther
2021-11-12sigsuspend(2): sleep on &nowake channelScott Soule Cheloha
2021-11-12Add support for controlling keyboard LEDs.Mark Kettenis
2021-11-12Use a mutex to lock the bus such that we can safely access the bus fromMark Kettenis
2021-11-12"netconfigd" is now better known as resolvd(8)Theo de Raadt
2021-11-12Add support for 40MHz channels to the iwn(4) driver.Stefan Sperling
2021-11-12Sync the iwn(4) "enhanced Tx power" eeprom data structure with Linux.Stefan Sperling
2021-11-12Keep knotes between poll/select systems callsVisa Hankala
2021-11-11The Apple DART has a nifty feature that allows us protection of subrangesMark Kettenis
2021-11-11Fix GENERIC kernel compilation.Vitaliy Makkoveev
2021-11-11Do not call ip_deliver() recursively from IPsec. As there is noAlexander Bluhm
2021-11-11Use vnode(9) lock to protect `v_socket' dereference.Vitaliy Makkoveev
2021-11-11Destroy protocol control block before perform `so_q0' and `so_q' queuesVitaliy Makkoveev
2021-11-11Ignore tags filesKlemens Nanni
2021-11-11Fix iwn(4) with 4965 devices.Stefan Sperling
2021-11-11Allow pfi_kif_get() callers to pre-allocate buffer for new kif. If kifAlexandr Nedvedicky
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-11-11Convert a for loop into LIST_FOREACH to reduce the diff to NetBSD.Theo Buehler
2021-11-11Here we go again, revert the second attempt to resolve theAnton Lindqvist
2021-11-10Give sppp(4) its own RTP_PROPOSAL priorityBjorn Ketelaars
2021-11-10sppp(4) - support PPP IPCP extensions for DNSBjorn Ketelaars
2021-11-10Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, thisAnton Lindqvist
2021-11-10whitespace tweak, no functional change.David Gwynne
2021-11-10whitespace tweaks, no functional change.David Gwynne
2021-11-09Add gpiokeys(4) for arm64Klemens Nanni
2021-11-09Sort gpio{leds,charger}Klemens Nanni
2021-11-09Add IPv4, TCP4/6 and UDP4/6 checksum offloading.Jan Klemkow