Age | Commit message (Expand) | Author |
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 |
2018-04-25 | Make this header standalone #if __BSD_VISIBLE, by including needed headers | Jeremie Courreges-Anglas |
2018-04-25 | Fix use of unreferenced vnode by decrementing the vnode's reference | Visa Hankala |
2018-04-25 | use size_t for the size of buffers and strings, not int. | David Gwynne |
2018-04-25 | Teach mtx_enter_try(9) to avoid deadlocks after a panic. | Martin Pieuchot |
2018-04-25 | Introduce fd_iterfile() a new helper function to iterate over `filehead'. | Martin Pieuchot |
2018-04-25 | update ttm and radeondrm(4) to Linux 4.4.129 | Jonathan Gray |
2018-04-25 | Add a way to reattach efifb(4). This will be used when radeondrm(4) | Jonathan Gray |
2018-04-24 | Use pf_rm_rule() instead of pool_put() to decrement references by | Alexander Bluhm |
2018-04-24 | Move code into inline functions to hide #ifdefs and improve readability. | Philip Guenther |
2018-04-24 | vmm(4): fix lockups on SVM hosts when booting Linux guests | Mike Larkin |
2018-04-24 | <machine/i82489reg.h> isn't used here | Philip Guenther |
2018-04-24 | Fix copy and paste typo in pfi_kif_unref route error message. | Alexander Bluhm |