summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-23sync to GENERICTheo de Raadt
2015-11-23spelling fix; from frank groeneveldJason McIntyre
2015-11-23the "getpw" test for /dev/tty is only needed for readpassphrase(3),Theo de Raadt
2015-11-23accept4() is restarted after signals which prevents vmd from exitingReyk Floeter
2015-11-23missing pledge "getpw" for getgrnam(3)Theo de Raadt
2015-11-23Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.Reyk Floeter
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-23I accidentally removed a newline in usage() when converting the logReyk Floeter
2015-11-23Revert previous tweak, as discussed on source-changes@mmcc
2015-11-23Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).Reyk Floeter
2015-11-23Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) callsReyk Floeter
2015-11-23downfalls -> pitfallsmmcc
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become moreTheo de Raadt
2015-11-23"random generation numbers" -> "randomly generated numbers"mmcc
2015-11-23downfalls -> pitfallsmmcc
2015-11-23Remove the debugging infrastructure, which was ~1/3 of the code. Makesmmcc
2015-11-23define port_log even without -DDEBUGAlexandre Ratchov
2015-11-23Remove support for "lookup yp" in /etc/resolv.conf. This historicalTheo de Raadt
2015-11-23add missing NAME entries;Jason McIntyre
2015-11-23Revert previous it introduces a regression found by krw@Martin Pieuchot
2015-11-23Sync proc.c with ikedReyk Floeter
2015-11-23Sync proc.c with iked.Reyk Floeter
2015-11-23Sync proc.c with iked: the default proc_dispatch_null allows to removeReyk Floeter
2015-11-23ncheck_ffs may be invoked more simply as ncheck,Jason McIntyre
2015-11-23Use if_get() rather than rt_ifp.Martin Pieuchot
2015-11-23There's no longer a need to include <net/hfsc.h> in <net/if_var.h>Martin Pieuchot
2015-11-23Remove more useless comments. This whole file may go eventually, as permmcc
2015-11-23if_start needs splnet. help/ok dlg@Stuart Henderson
2015-11-23Clarify the size argument, you can specify it as bytes or kilobytes,Reyk Floeter
2015-11-23strings.h -> string.hGilles Chehade
2015-11-23cleanupGilles Chehade
2015-11-23Add support for logging to stderr or syslog, and to run vmd inReyk Floeter
2015-11-23Update less(1) and lesskey(1) manuals for LESSCHARSET removaltb
2015-11-23Remove unused -M option (2+ years get used to it is enough)Alexandre Ratchov
2015-11-23If the clock is ticking because of a MMC start message, then stopAlexandre Ratchov
2015-11-23Remove bug-less email address. From Michael Reed, thanks!tb
2015-11-23Save and restore umask when creating /tmp/aucat/ to ensure theAlexandre Ratchov
2015-11-23tweaks;Jason McIntyre
2015-11-23Do not include <sys/atomic.h> inside <sys/refcnt.h>.Martin Pieuchot
2015-11-23Include <sys/atomic.h> when atomic operations are used.Martin Pieuchot
2015-11-23Move ifq_deq_{begin,commit,rollback} appart to keep man pages short,Martin Pieuchot
2015-11-23zs(4) is now called zs, from jmc@Martin Pieuchot
2015-11-23Initialize SIOCDIFADDR{_IN6,} argument as intended.Martin Pieuchot
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-11-23use device numbers stored in the dev structure rather thanAlexandre Ratchov
2015-11-23point to mount_mfs(8), not mfs(8);Jason McIntyre
2015-11-23- fix printing of non-ascii chars in error messageOtto Moerbeek
2015-11-23Insert new ports at the head of the list and stop assuming itsAlexandre Ratchov
2015-11-23Don't shadow a function argument.Nicholas Marriott
2015-11-23Most of these functions can be static.Nicholas Marriott