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