summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-04-28When starting a background scan, free the nodes table to ensure weStefan Sperling
2018-04-28Fix WEP key selection in ieee80211_get_txkey().Stefan Sperling
2018-04-28If ieee80211_encrypt() is passed a key with an unrecognized cipherStefan Sperling
2018-04-28Remove redundant error checkkn
2018-04-28pgt(4): do not tsleep in the scan ioctl.Paul Irofti
2018-04-28Print more debug informations in the event xfer handler.Martin Pieuchot
2018-04-28Correct IST macro and add a new macro for setting Frame IDs.Martin Pieuchot
2018-04-28bump my copyrightPeter Hessler
2018-04-28don't check if we still have the BFD flag set when sending a packet, as wePeter Hessler
2018-04-28properly delete the bfd configuration when it is disabledPeter Hessler
2018-04-28use unsigned variables for things that we use as unsignedPeter Hessler
2018-04-28add the socket lock around our use of socketsPeter Hessler
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-04-27rasops: implement scrollbackJoshua Stein
2018-04-27If a wifi driver does not provide an ic_bgscan_start() function there is noStefan Sperling
2018-04-27use nitems()Jasper Lievisse Adriaanse
2018-04-27Fix WEP.Stefan Sperling
2018-04-27Fix the scan loop: We were only looking for an AP once and stoppedStefan Sperling
2018-04-27-fretpoline for non-RAMDISK kernels. Skylake product needs it, andTheo de Raadt
2018-04-27Introduce an helper function to extract endpoint's max burst value.Martin Pieuchot
2018-04-27Introduce an helper function to extract endpoint's max burst value.Martin Pieuchot
2018-04-27regenMike Larkin
2018-04-27add Marvell 88W8897 wireless to pcidevs (no driver yet)Mike Larkin
2018-04-27vmm(4): pass through ELCRx ports to vmd(8)Mike Larkin
2018-04-27Print index as unsigned.Martin Pieuchot
2018-04-27Move FREF() inside fd_getfile().Martin Pieuchot
2018-04-27Fix an off-by-one in xhci_xfer_tdsize().Martin Pieuchot
2018-04-27Remove duplicate device identification so my usb drive attaches as a umassTheo Buehler
2018-04-27Fix the prologue detection to match amd64 opcodes, not i386 opcodesPhilip Guenther
2018-04-27Delete superfluous includes of <sys/file.>Philip Guenther
2018-04-27The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 registerPatrick Wildt
2018-04-27Newer fec(4), like implemented on i.MX8M, have multiple interrupt linesPatrick Wildt
2018-04-27implement test for running in a hypervisor on amd64/i386Jonathan Gray
2018-04-26vmm(4): passthrough port 0x61 to vmd(8)Mike Larkin
2018-04-26Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4).Peter Hessler
2018-04-26enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers offPeter Hessler
2018-04-26vmm(4): Rearrange some interrupt window exiting codeMike Larkin
2018-04-26Prefer leaq+%rip-relative over movabsqPhilip Guenther
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-26Reorder trapframe/intrframe to put %rbp next to %rip and make itPhilip Guenther
2018-04-26vmm(4): remove some unnecessary kernel lock code from the SVM guest loopMike Larkin
2018-04-26Remove solock() surrounding PRU_CONTROL in soo_ioctl().Paul Irofti
2018-04-26vmm(4): ensure SVM_INTERCEPT_INTR is always enabled before enteringMike Larkin
2018-04-26Reduce differences between isoch & bulk/intr routines.Martin Pieuchot
2018-04-26Follows section 6.2.3.6 to compute endpoint interval.Martin Pieuchot
2018-04-26prot_exec is the correct name; spotted by landryTheo de Raadt
2018-04-26Drop into ddb(4) if pmap_tlb_shoot*() take too much time in MP_LOCKDEBUGMartin Pieuchot
2018-04-26Rewrite fdcopy() to avoid memcpy()s.Martin Pieuchot
2018-04-25Simplify the handling of faults in iretq and xrstor by doing thePhilip Guenther
2018-04-25vmm(4): clarify whose FPU state we are saving (change in a comment)Mike Larkin