summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-07-06Implement an API for establishing legacy PCI interrupts. This specificPatrick Wildt
2018-07-06Add bus_dmamap_sync(9) calls to bwfm(4) so that we make sure the dataPatrick Wildt
2018-07-06Move mbuf alignment for strict aligned architectures from the BCDCPatrick Wildt
2018-07-06Since the function is supposed to return 1 if the window is free, wePatrick Wildt
2018-07-06Fix efiboot not to panic when a serial which does not exist actuallyYASUOKA Masahiko
2018-07-06Split trap() into kerntrap() and usertrap(), with all the signal generationPhilip Guenther
2018-07-06regenJonathan Matthew
2018-07-06add Broadcom NetXtreme-C/E devicesJonathan Matthew
2018-07-05fix comment: s/always send/always sent/Stuart Henderson
2018-07-05It was possible to leak the control mbuf in raw ip user requestAlexander Bluhm
2018-07-05Add acpipci(4), a driver that supports generic ECAM-compatible PCI hostMark Kettenis
2018-07-05Do not leak memory and a fp reference when !root passes `allow_other'.Martin Pieuchot
2018-07-05regenMartin Pieuchot
2018-07-05Put back sendto(2) and sendmsg(2) under KERNEL_LOCK().Martin Pieuchot
2018-07-05Serialize the sosplice taskq allocation. This prevents an unlikelyVisa Hankala
2018-07-05Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked codeVisa Hankala
2018-07-05backout r1.11 "Add retguard macros for kernel asm", ok deraadtStuart Henderson
2018-07-05RTM_BFD route messages are also a special case. suggested by claudio@,Sebastian Benoit
2018-07-05not all route messages have a priority. Move the priority filter checkSebastian Benoit
2018-07-05Enable bwfm(4).Patrick Wildt
2018-07-05Cast physical addresses to 64-bits so we can shift them by 32-bit onPatrick Wildt
2018-07-05Add support for the VIA VX900 chipset in viapm(4).Frederic Cambus
2018-07-05forgot to commit vmmvar.h needed by previous two commits, thanks ccardenasMike Larkin
2018-07-05vmm(4): print guest vcpu mode and cpl in debug output if VM crashesMike Larkin
2018-07-05vmm(4): add some utility functions for checking vcpu cpl and modeMike Larkin
2018-07-05Plug a vnode leak in namei(). If the file system is unmountedAlexander Bluhm
2018-07-04It is possible for a memory write to not complete if no barrier existsDale Rahn
2018-07-04enable trunk(4)kn
2018-07-04Properly pass around the PCI "chipset tag" in acpi(4) and refactorMark Kettenis
2018-07-04ptrace debug support for arm64.Dale Rahn
2018-07-04Move allocation behind sanity check to address possible memory leak asPatrick Wildt
2018-07-04Do not try to unlock the fdplock() in an error path if it isn't held.Martin Pieuchot
2018-07-04Prevent a mbuf double free by not freeing it along the error-path inanton
2018-07-04Fix a wrong memcmp in k7/k8 powernow code.Mike Larkin
2018-07-04Clean up some extern definitions and includes in hibernate MD codeMike Larkin
2018-07-04Clean up some extern definitions and includes in hibernate MD codeMike Larkin
2018-07-03Add retguard macros for libkernmortimer
2018-07-03Add retguard macros for kernel asm.mortimer
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-03Make intrframe the exact same size as trapframe: instead of pushingPhilip Guenther
2018-07-03Use LIST_FOREACH construct instead of homebrew loop.Kevin Lo
2018-07-03Avoid NULL pointer deref in vn_writechk() when calling ftruncate() on a fileanton
2018-07-03add amd speculation control cpuid bitsJonathan Gray
2018-07-03regenFrederic Cambus
2018-07-03Add device IDs of the VIA VX900 chipset.Frederic Cambus
2018-07-03During attach, give the loop a while to settle before we start lookingJonathan Matthew
2018-07-03regenLandry Breuil
2018-07-03Add usb ids for the Logitech Webcams C210 and C270.Landry Breuil
2018-07-03If we're not on a fabric, we may still need to attach and detach targetsJonathan Matthew
2018-07-03Instead of overwriting `f_data' replace the 'struct file' with a new one.Martin Pieuchot