summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Remove redundant codedenis1-2/+1
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy6-36/+29
2020-06-05cpu_rnd_messybits() for mips64visa4-31/+16
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asotto1-3/+11
2020-06-04HID parser could overflow if a malicious device (potentially USB) providedderaadt1-5/+8
2020-06-04Recognise Cortex-A78.kettenis1-1/+3
2020-06-04add missing forward declaration of struct procanton1-1/+3
2020-06-04Enable bwfm(4).patrick1-1/+2
2020-06-04Fix pfr_kentry_byaddr() to be used for a rule in an anchor. Ityasuoka1-41/+23
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwarejmatthew2-2/+8
2020-06-03let the random subsystem read the tsc for event "timestamps".dlg2-12/+11
2020-06-02disable debugging by default and only print unknown events whenjcs1-5/+4
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesjcs3-2/+409
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyjmatthew1-5/+41
2020-06-02use correct node when enabling phyjsg1-3/+2
2020-06-02Add missing ieee80211_release_node() calls in cases where hardwarejmatthew1-1/+4
2020-06-02When the set of ports in an aggr changes, set the aggr capabilities tojmatthew1-13/+14
2020-06-01Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."stsp1-6/+1
2020-06-01regenjcs2-2/+14
2020-06-01add SK hynix, and an NVMe from themjcs1-1/+5
2020-06-01PowerPC64 header files for floating point.drahn3-0/+215
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsjcs4-3/+186
2020-05-31regenjcs2-4/+14
2020-05-31add two Surface Go Type Cover modelsjcs1-1/+3
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.kettenis1-4/+1
2020-05-31Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONEstsp3-8/+8
2020-05-31Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().stsp1-3/+1
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg27-29/+175
2020-05-31match on pci id for azalia device with wrong subclassjsg1-2/+7
2020-05-31use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.dlg1-14/+4
2020-05-30In automatic performance mode on systems with offline CPUs because of SMTsolene1-1/+3
2020-05-30Introduce kqueue_terminate() & kqueue_free(), no functional changes.mpi1-12/+38
2020-05-30Fix UVIDEO_DEBUG buildfeinerer1-1/+2
2020-05-29If no station happens to be associated when ieee80211_setkeys() runs thenstsp1-1/+5
2020-05-29In hostap mode, after completing a new group key handshake with allstsp1-1/+7
2020-05-29Mark the descriptor as dead when starting to destroy it.mpi1-1/+2
2020-05-29When the preferred cylinder group if full scan forward (wrapping if needed)otto1-14/+15
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt60-175/+62
2020-05-29rndvar.h not needed herederaadt2-4/+2
2020-05-293 includes not neededderaadt1-5/+1
2020-05-28When calling rasops_init() in efifb_cnremap() and efifb_attach(), passfcambus1-3/+3
2020-05-28Enable scrollback in simplefb(4).fcambus1-1/+2
2020-05-28Make generation numbers unsigned and fill them using a random numberotto4-18/+15
2020-05-28Call cninit() after parsing boot parameter to make cninit() possibleyasuoka1-15/+3
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowjmatthew1-56/+148
2020-05-28File allocation in socket(2) & socketpair(2) no longer need the KERNEL_LOCK().mpi1-6/+1
2020-05-27Enter ddb at a trap instruction or with db_enter().gkoehler12-31/+355
2020-05-27Connectionless sockets like UDP can be re-connected to a differentbluhm1-1/+8
2020-05-27Retire <machine/varargs.h>.visa14-397/+0
2020-05-27Fix pmon_iostrategy()visa1-5/+6