Age | Commit message (Expand) | Author |
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 | More whitespace. | rob |
2018-07-04 | remove ambiguity; from ross l richardson | Jason McIntyre |
2018-07-04 | deal with API rename: match_filter_list() => match_filter_blacklist() | Damien Miller |
2018-07-04 | exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, by | Damien Miller |
2018-07-04 | repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work - | Damien Miller |
2018-07-04 | Cleanup some whitespace. | rob |
2018-07-04 | whitespace needed between macro args and punctuation; | Jason McIntyre |
2018-07-04 | Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc() | rob |
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 | Add set-hook -R to run a hook immediately (useful to set multiple hooks | Nicholas Marriott |
2018-07-04 | Add pane focus hooks. | Nicholas Marriott |
2018-07-04 | minor tweaks to improve readability; | Jason McIntyre |
2018-07-04 | Avoid possible vfprintf NULL errors in ldap_unbind(). | rob |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-07-04 | "proto" is optional; from matthew martin | Jason McIntyre |
2018-07-04 | When a VM stop request fails, set errno prior to calling warn() in order to | anton |
2018-07-04 | hook up recvmsg | anton |
2018-07-04 | Add regress covering the recently fixed mbuf double free in rip6_usrreq(). | anton |
2018-07-04 | hook up recvmsg | anton |
2018-07-04 | Add regress covering the recently fixed mbuf double free in rip_usrreq(). | anton |
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 | Add HISTORY to ldap.1 | rob |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-03 | list the ports for gre in udp, as per rfc8086 and iana assignments. | David Gwynne |
2018-07-03 | some style fixes, no functional change. | David Gwynne |
2018-07-03 | Remove residual debug statements. | helg |
2018-07-03 | Add retguard macros for libkern | mortimer |
2018-07-03 | Add retguard macros for kernel asm. | mortimer |
2018-07-03 | Add retguard macros for libc. | mortimer |
2018-07-03 | Add retguard macros to libm assembly. | mortimer |
2018-07-03 | Add a new so_seek member to "struct file" such that we can have seekable | Mark Kettenis |
2018-07-03 | Make intrframe the exact same size as trapframe: instead of pushing | Philip Guenther |
2018-07-03 | installboot: adapt fileprefix() to future realpath(3) behavior | Joshua Stein |
2018-07-03 | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. | rob |
2018-07-03 | hostctl: Don't crash if key is empty string | Stefan Fritsch |
2018-07-03 | Use LIST_FOREACH construct instead of homebrew loop. | Kevin Lo |
2018-07-03 | add a comment that could have saved me 45 minutes of wild goose chasing | Damien Miller |
2018-07-03 | Rephrase a misleading sentence in iked(8), and add a missing | Stefan Sperling |
2018-07-03 | Improve output. | Martin Pieuchot |
2018-07-03 | some finesse to fix RSA-SHA2 certificate authentication for certs | Damien Miller |