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