summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-11-09The uhidevsubmatch() routine was imported from NetBSD back in 2002 along withAnton Lindqvist
2021-11-08Use plen consistently.Tobias Heider
2021-11-08remove reference to ieee80211_mira.c which has been sent to the AtticStefan Sperling
2021-11-08Send MiRA source files to the Attic.Stefan Sperling
2021-11-08Plug uhidev memory leak during detach.Anton Lindqvist
2021-11-08whitespace tweak, no functional changeDavid Gwynne
2021-11-08whitespace tweaks, no functional change.David Gwynne
2021-11-08veb rules are an smr list, so traversal should be in an smr crit sectionDavid Gwynne
2021-11-07net.inet6.icmp6.nd6_debug doesn't need to warn about RDNSS/DNSSL optionsStuart Henderson
2021-11-07Fall back to label if function is missingKlemens Nanni
2021-11-07Simplify print logicKlemens Nanni
2021-11-07Enable igc(4).Patrick Wildt
2021-11-07Constify struct cfattach, not struct cfdriver.Patrick Wildt
2021-11-07Fix handling of interrupts shared between multiple dwiic(4) devices.Stefan Sperling
2021-11-07Fix tpyo of ecma. Reported by Matthew (chohag at jtan dot com)Claudio Jeker
2021-11-06Make `unp_msgcount' and `unp_file' atomic. Introduce `unp_rights_mtx'Vitaliy Makkoveev