Age | Commit message (Expand) | Author |
2018-07-09 | Nuke unused define 'nfsm_writereply()'. | Kenneth R Westerback |
2018-07-08 | regen | thfr |
2018-07-08 | add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@ | thfr |
2018-07-08 | "id" is too generic, rename to "rdomain" for clarity and easier grepping | Jeremie Courreges-Anglas |
2018-07-08 | Use the same test pattern as for enc_ifps, for consistency | Jeremie Courreges-Anglas |
2018-07-07 | Fix an argument type error that happens when translating fcntl(F_SETOWN) | Visa Hankala |
2018-07-07 | Remember to lock v_specparent for VOP operations. | Visa Hankala |
2018-07-07 | Fix a locking error in spec_setattr(). Unlike many VOP operations, | Visa Hankala |
2018-07-07 | Release the kernel lock fully on thread exit. This prevents a locking | Visa Hankala |
2018-07-07 | Fix uaudio(4) detection on Logitech Webcam C200/C210/C250/C270/C310/C500. | Landry Breuil |
2018-07-07 | regen | Landry Breuil |
2018-07-07 | Add ids for Logitech Webcam C250, also affected by the 'bogus | Landry Breuil |
2018-07-06 | Implement an API for establishing legacy PCI interrupts. This specific | Patrick Wildt |
2018-07-06 | Add bus_dmamap_sync(9) calls to bwfm(4) so that we make sure the data | Patrick Wildt |
2018-07-06 | Move mbuf alignment for strict aligned architectures from the BCDC | Patrick Wildt |
2018-07-06 | Since the function is supposed to return 1 if the window is free, we | Patrick Wildt |
2018-07-06 | Fix efiboot not to panic when a serial which does not exist actually | YASUOKA Masahiko |
2018-07-06 | Split trap() into kerntrap() and usertrap(), with all the signal generation | Philip Guenther |
2018-07-06 | regen | Jonathan Matthew |
2018-07-06 | add Broadcom NetXtreme-C/E devices | Jonathan Matthew |
2018-07-05 | fix comment: s/always send/always sent/ | Stuart Henderson |
2018-07-05 | It was possible to leak the control mbuf in raw ip user request | Alexander Bluhm |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-05 | Do not leak memory and a fp reference when !root passes `allow_other'. | Martin Pieuchot |
2018-07-05 | regen | Martin Pieuchot |
2018-07-05 | Put back sendto(2) and sendmsg(2) under KERNEL_LOCK(). | Martin Pieuchot |
2018-07-05 | Serialize the sosplice taskq allocation. This prevents an unlikely | Visa Hankala |
2018-07-05 | Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked code | Visa Hankala |
2018-07-05 | backout r1.11 "Add retguard macros for kernel asm", ok deraadt | Stuart Henderson |
2018-07-05 | RTM_BFD route messages are also a special case. suggested by claudio@, | Sebastian Benoit |
2018-07-05 | not all route messages have a priority. Move the priority filter check | Sebastian Benoit |
2018-07-05 | Enable bwfm(4). | Patrick Wildt |
2018-07-05 | Cast physical addresses to 64-bits so we can shift them by 32-bit on | Patrick Wildt |
2018-07-05 | Add support for the VIA VX900 chipset in viapm(4). | Frederic Cambus |
2018-07-05 | forgot to commit vmmvar.h needed by previous two commits, thanks ccardenas | Mike Larkin |
2018-07-05 | vmm(4): print guest vcpu mode and cpl in debug output if VM crashes | Mike Larkin |
2018-07-05 | vmm(4): add some utility functions for checking vcpu cpl and mode | Mike Larkin |
2018-07-05 | Plug a vnode leak in namei(). If the file system is unmounted | Alexander Bluhm |
2018-07-04 | It is possible for a memory write to not complete if no barrier exists | Dale Rahn |
2018-07-04 | enable trunk(4) | kn |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-04 | ptrace debug support for arm64. | Dale Rahn |
2018-07-04 | Move allocation behind sanity check to address possible memory leak as | Patrick Wildt |
2018-07-04 | Do not try to unlock the fdplock() in an error path if it isn't held. | Martin Pieuchot |
2018-07-04 | Prevent a mbuf double free by not freeing it along the error-path in | anton |
2018-07-04 | Fix a wrong memcmp in k7/k8 powernow code. | Mike Larkin |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-03 | Add retguard macros for libkern | mortimer |
2018-07-03 | Add retguard macros for kernel asm. | mortimer |