summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Simplify shutdown processRenato Westphal
2016-08-08Create socket with SOCK_NONBLOCK instead of using fcntl() without theRafael Zalamena
2016-08-08Handle imsg_read() EAGAIN like the man page code example.Rafael Zalamena
2016-08-08rde and eigrpe should use exit(3) instead of _exit(2)Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-08-08Fix previous. Obvously the condition is reversed.YASUOKA Masahiko
2016-08-08Split ofcconn into switch part and connection part to make the switchYASUOKA Masahiko
2016-08-06reset timeout to null when reloopingTed Unangst
2016-08-05Don't leak the option data of non-DHCPINFORM messages received onKenneth R Westerback
2016-08-05Using a macro to save 4 chars is mere obfuscation.Jeremie Courreges-Anglas
2016-08-05Kill an unused macroJeremie Courreges-Anglas
2016-08-05Add a -u switch to always log route insertions/deletions.Jeremie Courreges-Anglas
2016-08-05Use tighter pledge(2) restrictions.Jeremie Courreges-Anglas
2016-08-05Rework logging.Jeremie Courreges-Anglas
2016-08-03Apply a warning fix from lukem@NetBSD circa 1997 (more '()'), andKenneth R Westerback
2016-08-03Apply fix from David Binderman via NetBSD. "Use all 3 of b, p, nKenneth R Westerback
2016-08-03Apply fix from mrouted 3.8 via NetBSD. Our mbone support mayKenneth R Westerback
2016-08-02Move to libevent; ok florian@Jeremie Courreges-Anglas
2016-08-02Ensure that "lim" is initialized and reset at each loop run.Jeremie Courreges-Anglas
2016-08-02Allow specifying an alternate socket path.Jeremie Courreges-Anglas
2016-08-01whitespace and 80 columns, no binary changeSebastian Benoit
2016-08-01sync http.h with relaydSebastian Benoit
2016-08-01rfc 7230 3.3.3 says: response with a status code of 1xxSebastian Benoit
2016-08-01Do not pass VM name directly to setproctitle format string.Stefan Kempf
2016-07-31Close /dev/hotplug on exec(). Otherwise a restart of the daemon mayMartin Natano
2016-07-31Rename the route socket to a more useful name.Jeremie Courreges-Anglas
2016-07-31Turn two global variables into variables local to main.Jeremie Courreges-Anglas
2016-07-31Duplicated declsJeremie Courreges-Anglas
2016-07-30Remove compat code.Antoine Jacoutot
2016-07-30This is effectively a ksh(1) script.Antoine Jacoutot
2016-07-29Allow starting a VM again after it was terminatedStefan Kempf
2016-07-29Bump copyright in files that I touched last.Reyk Floeter
2016-07-29Add support for common WebDAV methods; from httpd.Reyk Floeter
2016-07-29log ip addresses as well in authentication phaseGiovanni Bechis
2016-07-28Use long labs(3) for pointer arithmetic.Alexander Bluhm
2016-07-28firmware is the plural;Jason McIntyre
2016-07-27checking for firmware works better if I pass thru all optionsMarc Espie
2016-07-27don't include firmwares in the fuzzy auto-reinstall listMarc Espie
2016-07-27hunting around for some sporadic error message. Removing the hash entryMarc Espie
2016-07-27According to RFC 7231 4.3.7, OPTIONS may have body. "Although thisReyk Floeter
2016-07-27Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:Reyk Floeter
2016-07-25Fix rarpd hang. The receive buffer of a route socket can become fullVisa Hankala
2016-07-25Initialize the log subsytem in the SE like it is done in the RDE. WithoutClaudio Jeker
2016-07-25err() instead of errx(); noted by timTheo de Raadt
2016-07-24Split the root vs not-root cases better with regards to chroot setup.Theo de Raadt
2016-07-24bump versionGilles Chehade
2016-07-23no quirks in FwUpdate.Marc Espie