Age | Commit message (Expand) | Author |
2016-06-05 | Avoid W^X violation when setting DT_DEBUG on mips64. | Mark Kettenis |
2016-06-05 | sync | Tobias Ulmer |
2016-06-05 | Fix potential SIGBUS in startup. | Renato Westphal |
2016-06-05 | In netstat, display correct counter for 'no basic MCS set' error. | Stefan Sperling |
2016-06-05 | Call if_update() only when necessary for IPv6 address changes. | Renato Westphal |
2016-06-05 | Reset the interface uptime when it is restarted. | Renato Westphal |
2016-06-05 | dd the cubieboard u-boot at the raw offset like the miniroot does | Jonathan Gray |
2016-06-05 | silence dd stderr output when writing u-boot files to disk | Jonathan Gray |
2016-06-05 | Previously armv7 ramdisk creation would tar up the mdec directory on the | Jonathan Gray |
2016-06-05 | reduce confusion about -p option. parse it, but only permit port 53, and | Ted Unangst |
2016-06-05 | specify the u-boot target name and dtbs used for each miniroot | Jonathan Gray |
2016-06-05 | LMTP banner is handled by a getline() call so it cannot handle multiline | Gilles Chehade |
2016-06-05 | delivery_lmtp does not know how to deal with LMTP servers returning | Gilles Chehade |
2016-06-05 | Add uvm_share() to share a memory range between two address spaces | Stefan Kempf |
2016-06-05 | Reset the bus width back to 1-bit when resetting the host. | Jonathan Gray |
2016-06-05 | spelling fix; | Jason McIntyre |
2016-06-05 | Improve security by calling exec after fork. | Renato Westphal |
2016-06-05 | The ldpd(8) sample config was terribly outdated. Passive interfaces, | Renato Westphal |
2016-06-05 | add a doas.conf setenv directive that allows setting environment | Damien Miller |
2016-06-04 | sort the hardware list (specifically the utvfu entry). i've also lowercased | Jason McIntyre |
2016-06-04 | more accurate Nd; and Xr from usb.4 | Theo de Raadt |
2016-06-04 | Remove model specific strings keyed off the board id. | Jonathan Gray |
2016-06-04 | If a process trips the W^X violation check, abort it unless it came | Stuart Henderson |
2016-06-04 | sync | Theo de Raadt |
2016-06-03 | remove text that discusses putting kernels on msdos fs | Jonathan Gray |
2016-06-03 | new style overlords say to use continue in empty loops. | Ted Unangst |
2016-06-03 | grammar fix; | Jason McIntyre |
2016-06-03 | sort SEE ALSO; | Jason McIntyre |
2016-06-03 | correct synopsis to make -d usage clearer. | Theo de Raadt |
2016-06-03 | Initial man page for utvfu(4). | Marcus Glocker |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-06-03 | Unsigned integers can't be negative. | Martin Natano |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2016-06-03 | In iwm(4), fix multicast Rx by updating the MAC context again after | Stefan Sperling |
2016-06-03 | Allow pegged process on secondary CPUs to continue to be scheduled when | Mark Kettenis |
2016-06-03 | sync | Theo de Raadt |
2016-06-03 | Remove superfluous parenthesis to shut up clang, from David Hill. | Martin Pieuchot |
2016-06-03 | We should never decrease uvm_maxkaddr. Currently this may happen if | Mark Kettenis |
2016-06-03 | tweak previous; | Jason McIntyre |
2016-06-03 | imxenet -> fec; | Jason McIntyre |
2016-06-03 | Add a test for ssh(1)'s config file parsing. | Darren Tucker |
2016-06-03 | Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when | Darren Tucker |
2016-06-03 | defer the freeing of art tables and nodes to a task. | David Gwynne |
2016-06-03 | Add 'sshd' to the test ID as I'm about to add a similar set for ssh. | Darren Tucker |
2016-06-03 | Move the host and port used by ssh -W into the Options struct. | Darren Tucker |
2016-06-03 | set rt_expire times against time_uptime, not time_second. | David Gwynne |
2016-06-03 | update default value for reboot | Ted Unangst |
2016-06-03 | The networks I use are sufficiently fast that a 10 second "reboot" timeout | Ted Unangst |
2016-06-03 | measure nd expiry times against time_uptime, not time_second. | David Gwynne |
2016-06-03 | rename imxenet to fec | Jonathan Gray |