summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-06Return EOVERFLOW, not ENOMEM for overflow conditions to match POSIX.Todd C. Miller
2016-06-06Provide a bus_dma tag as part of the pvbus attach argumentsMike Belopuhov
2016-06-06restore my ability to do full bulks.Marc Espie
2016-06-06Fix imsg parameter passingRenato Westphal
2016-06-06Add format attributes to the proper functions and then fix the warning inSebastian Benoit
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-06-06Speed up session establishment after config reload.Renato Westphal
2016-06-06Remove the section about generating DSA keys for webservers etc from the ssl(8)Stuart Henderson
2016-06-06band-aid for pkg_check, some options need to be mixin.Marc Espie
2016-06-06fix somewhat broken inheritance: the actual -i/-I interactive dance isMarc Espie
2016-06-06Move nd6_output()'s "short-circuiting" for non-lladdr interface types earlier.Stuart Henderson
2016-06-06Much faster (and smaller) method of mapping RGB colour to an xterm(1)Nicholas Marriott
2016-06-06Correct a problem that prevents the DSA signing algorithm from runningBob Beck
2016-06-06LibreSSL 2.4.1Brent Cook
2016-06-06Cache selected state so that cells going from selected to unselected are notNicholas Marriott
2016-06-06Insert new panes after the pane being split in the list rather thanNicholas Marriott
2016-06-06Allow #[] in window-status-separator.Nicholas Marriott
2016-06-06Kill unused function wrappers, from David Hill.Martin Pieuchot
2016-06-06Move logic to send ARP replies to arpreply().Martin Pieuchot
2016-06-06Get rid of the ``enaddr'' argument of carp_iamatch().Martin Pieuchot
2016-06-06it's typedef, not typdef.Tobias Ulmer
2016-06-06Fill a few more pads with 0xccTheo de Raadt
2016-06-05previous change (r1.27) converted to using non blocking sockets andTed Unangst
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-05Continue preparing a future merge of urtwn(4) and rtwn(4).Stefan Sperling
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
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