summaryrefslogtreecommitdiff
path: root/usr.sbin/rbootd
AgeCommit message (Expand)Author
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-08-25-Wextra is over the top; note that int < sizeof(..) is generally safe, sinceOtto Moerbeek
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2016-05-29Delete blocking/unblocking of signals, as the handlers now just set flagsPhilip Guenther
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2016-04-16Replace bcopy() from struct bpf_timeval to struct timeval; thoseMartin Natano
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-01-25remove pointless log message; As a bonus avoid trigraph '??'Gleydson Soares
2015-10-28pid removal; from jan staryJason McIntyre
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26stop using pidfile()Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-19If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-02remove bogus commentTheo de Raadt
2014-05-17remove unused variablesCharles Longeau
2013-11-28unsigned char for ctypeTheo de Raadt
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-04-20Crank C_MAXFILE static limit of files to serve; note that this is actuallyMiod Vallat
2013-04-20Use offsetof() instead of rolling our own; gets rid of truncation warningsMiod Vallat
2013-04-20replace select with pollTheo de Raadt
2013-04-03do not assume time_t and timeval.tv_sec are the same typeTheo de Raadt
2013-03-20No need to depend on MCLBYTES here.Theo de Raadt
2011-09-03make -column lists pretty again;Jason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-01"Ethernet" is a family of networking technologies developed at Xerox PARC,Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-09-22boot-able -> bootable (typo fix in comments only)Jason McIntyre
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2004-05-10write filter and lock bpf descriptor before dropping privileges,Can Erkin Acar
2004-05-01priv revoking; tested by millertTheo de Raadt
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-08-19one missing freeifaddrsJun-ichiro itojun Hagino
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-06-27remove unneeded protoTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-13ansi & knfTheo de Raadt
2002-07-16no need to terminate the buffer after gethostname, especially by overwriting ...Michael Shalayeff
2002-06-11-Wall cleanupHans Insulander
2002-05-29more strlcat and strlcpyTheo de Raadt