summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-05further tweak the introductory text; ok gillesJason McIntyre
2018-07-05tweak previous;Jason McIntyre
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-05update the route message documentationSebastian 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-05fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) shouldhelg
2018-07-05Create new man page for fuse_set_signal_handlers(3) andhelg
2018-07-05Simplify rde_softreconfig_in(). There is no need to run the prefix throughClaudio Jeker
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-04More whitespace.rob
2018-07-04remove ambiguity; from ross l richardsonJason McIntyre
2018-07-04deal with API rename: match_filter_list() => match_filter_blacklist()Damien Miller
2018-07-04exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, byDamien Miller
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-07-04Cleanup some whitespace.rob
2018-07-04whitespace needed between macro args and punctuation;Jason McIntyre
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
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-04Add set-hook -R to run a hook immediately (useful to set multiple hooksNicholas Marriott
2018-07-04Add pane focus hooks.Nicholas Marriott
2018-07-04minor tweaks to improve readability;Jason McIntyre
2018-07-04Avoid possible vfprintf NULL errors in ldap_unbind().rob
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott
2018-07-04Print the amount of bytes written, as intended, instead of -1 whenMartin Pieuchot
2018-07-04"proto" is optional; from matthew martinJason McIntyre
2018-07-04When a VM stop request fails, set errno prior to calling warn() in order toanton
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip6_usrreq().anton
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip_usrreq().anton
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-04Add HISTORY to ldap.1rob
2018-07-04Clean up some extern definitions and includes in hibernate MD codeMike Larkin
2018-07-03list the ports for gre in udp, as per rfc8086 and iana assignments.David Gwynne