summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek
2020-06-04HID parser could overflow if a malicious device (potentially USB) providedTheo de Raadt
2020-06-04Recognise Cortex-A78.Mark Kettenis
2020-06-04add missing forward declaration of struct procanton
2020-06-04Enable bwfm(4).Patrick Wildt
2020-06-04Fix pfr_kentry_byaddr() to be used for a rule in an anchor. ItYASUOKA Masahiko
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-03let the random subsystem read the tsc for event "timestamps".David Gwynne
2020-06-02disable debugging by default and only print unknown events whenJoshua Stein
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesJoshua Stein
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyJonathan Matthew
2020-06-02use correct node when enabling phyJonathan Gray
2020-06-02Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-02When the set of ports in an aggr changes, set the aggr capabilities toJonathan Matthew
2020-06-01Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."Stefan Sperling
2020-06-01regenJoshua Stein
2020-06-01add SK hynix, and an NVMe from themJoshua Stein
2020-06-01PowerPC64 header files for floating point.Dale Rahn
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsJoshua Stein
2020-05-31regenJoshua Stein
2020-05-31add two Surface Go Type Cover modelsJoshua Stein
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.Mark Kettenis
2020-05-31Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONEStefan Sperling
2020-05-31Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().Stefan Sperling
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-31match on pci id for azalia device with wrong subclassJonathan Gray
2020-05-31use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.David Gwynne
2020-05-30In automatic performance mode on systems with offline CPUs because of SMTsolene
2020-05-30Introduce kqueue_terminate() & kqueue_free(), no functional changes.Martin Pieuchot
2020-05-30Fix UVIDEO_DEBUG buildIngo Feinerer
2020-05-29If no station happens to be associated when ieee80211_setkeys() runs thenStefan Sperling
2020-05-29In hostap mode, after completing a new group key handshake with allStefan Sperling
2020-05-29Mark the descriptor as dead when starting to destroy it.Martin Pieuchot
2020-05-29When the preferred cylinder group if full scan forward (wrapping if needed)Otto Moerbeek
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-29rndvar.h not needed hereTheo de Raadt
2020-05-293 includes not neededTheo de Raadt
2020-05-28When calling rasops_init() in efifb_cnremap() and efifb_attach(), passFrederic Cambus
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-28Make generation numbers unsigned and fill them using a random numberOtto Moerbeek
2020-05-28Call cninit() after parsing boot parameter to make cninit() possibleYASUOKA Masahiko
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2020-05-28File allocation in socket(2) & socketpair(2) no longer need the KERNEL_LOCK().Martin Pieuchot
2020-05-27Enter ddb at a trap instruction or with db_enter().gkoehler
2020-05-27Connectionless sockets like UDP can be re-connected to a differentAlexander Bluhm
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-27Fix pmon_iostrategy()Visa Hankala
2020-05-27Document the various flavors of NET_LOCK() and rename the reader version.Martin Pieuchot