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