summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-01reduce stderr spam when using ssh -S /path/mux -O forward -R 0:...Damien Miller
2015-05-01prevent authorized_keys options picked up on public key tests withoutDamien Miller
2015-05-01Don't make parsing of authorized_keys' environment= option conditionalDamien Miller
2015-05-01Pass fflag to VOP_POLL so vfs fifo functions can get at the fileTodd C. Miller
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30Avoid NULL deref in fd_getfile_mode(); OK deraadt@Todd C. Miller
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30reapply the rules of english to the option keywords: i was persuaded to undo itJason McIntyre
2015-04-30Merge two identical if() statements in ipsp_acquire_sa(). TheTodd C. Miller
2015-04-30update currency exchange rates;Jason McIntyre
2015-04-30syncTheo de Raadt
2015-04-30Add smtpd(8) spool directories so that they are registered as part of base.Antoine Jacoutot
2015-04-30SIZE_MAX is no longer in limits.hTodd C. Miller
2015-04-30Unset SEPARATE_GOTPLT. We don't want a seperate .got.plt section on OpenBSD,Mark Kettenis
2015-04-30Clean up some spacing. No functional changeMike Larkin
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-30Do not free & reallocate a new chunk of memory for the interfaceMartin Pieuchot
2015-04-30Add a comment about waitpid, suggested by espie@.Nicholas Marriott
2015-04-30Set the correct media type for 1000baseLX SFPs.Jonathan Gray
2015-04-30Tweak comment so it doesn't imply line buffering is needed (any will doNicholas Marriott
2015-04-30Add warning when user specifies -R but no files, like GNU grep.Todd C. Miller
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-30Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromStuart Henderson
2015-04-30FRELE returns an int not void. It is actually the return valueTodd C. Miller
2015-04-30Now we use p_filesz - 1 to test for NUL check that p_filesz isJonathan Gray
2015-04-30Link report descriptors to known sensors.Martin Pieuchot
2015-04-30Instead of using a single flat array for all sensors, put all theMartin Pieuchot
2015-04-30Convert to if_input(), tweak and ok dlg@Martin Pieuchot
2015-04-30Indroduce fd_getfile_mode() and use it were fd_getfile() is directlyMartin Pieuchot
2015-04-30use adolf, not adolph, for hitler, to keep it consistent;Jason McIntyre
2015-04-30No need to set `rcvif', if_input() does it for you!Martin Pieuchot
2015-04-30Convert moar drivers to if_input().Martin Pieuchot
2015-04-30Error out if the PT_INTERP segment isn't NUL terminatedPhilip Guenther
2015-04-29If a block body gets broken, that's no good reason to extend theIngo Schwarze
2015-04-29Replace the kludge for the \z escape sequence by an actualIngo Schwarze
2015-04-29In most cases, IP fragments do not have an Ethernet padding. SoAlexander Bluhm
2015-04-29some fine-tuning in SYNOPSIS, usage, and order of options, with jmcHenning Brauer
2015-04-29g/c unneeded second char * var, ok bennoHenning Brauer
2015-04-29Do not complain when directions fail.Nicholas Marriott
2015-04-29Add tmux and tmux-256color entries; this can be used inside tmux forNicholas Marriott
2015-04-29Use if_get() after every tsleep(), in case the bottom half of the driverTheo de Raadt
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'sNicholas Marriott
2015-04-29Do not mark a block with the MDOC_BROKEN flag if it merely containsIngo Schwarze
2015-04-29When the last line of a table layout turns out to be empty, it is deleted.Ingo Schwarze
2015-04-29Check arguments before eval so we don't end up with a cryptic error message.Antoine Jacoutot
2015-04-29Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze
2015-04-29support passing a template file for the auto-allocation to disklabel.Henning Brauer
2015-04-29Make some regular expressions more strict. This allows the testsAlexander Bluhm
2015-04-29When the HTTP client did close the connection while relayd was stillAlexander Bluhm
2015-04-29the non braced do while made my teeth hurtTheo de Raadt