summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-7/+7
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-21/+21
* -Wextra is over the top; note that int < sizeof(..) is generally safe, sinceotto2017-08-251-2/+2
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-192-5/+5
* In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw2017-01-201-2/+2
* Pull in <sys/time.h> for struct timespec, timeval, or clockrateguenther2016-08-271-1/+2
* Delete blocking/unblocking of signals, as the handlers now just set flagsguenther2016-05-294-48/+7
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-283-19/+8
* Replace bcopy() from struct bpf_timeval to struct timeval; thosenatano2016-04-161-3/+3
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-162-4/+4
* remove pointless log message; As a bonus avoid trigraph '??'gsoares2016-01-251-2/+1
* pid removal; from jan staryjmc2015-10-281-4/+2
* remove libutil from dpadd tootedu2015-10-261-2/+1
* remove util.h include and -lutil after pidfile removaljung2015-10-262-4/+2
* stop using pidfile()deraadt2015-10-261-4/+1
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-202-5/+5
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+5
* If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyderaadt2015-01-191-11/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-167-23/+11
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* remove bogus commentderaadt2014-11-021-2/+2
* remove unused variableschl2014-05-171-3/+2
* unsigned char for ctypederaadt2013-11-282-9/+13
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-3/+5
* Crank C_MAXFILE static limit of files to serve; note that this is actuallymiod2013-04-201-2/+2
* Use offsetof() instead of rolling our own; gets rid of truncation warningsmiod2013-04-201-12/+13
* replace select with pollderaadt2013-04-201-17/+8
* do not assume time_t and timeval.tv_sec are the same typederaadt2013-04-031-2/+5
* No need to depend on MCLBYTES here.deraadt2013-03-201-2/+2
* make -column lists pretty again;jmc2011-09-031-10/+10
* more wacky macro fixing;jmc2010-09-191-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-42/+6
* "Ethernet" is a family of networking technologies developed at Xerox PARC,sobrado2009-02-011-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* boot-able -> bootable (typo fix in comments only)jmc2005-09-223-9/+9
* more setres[ug]id; ok deraadt@djm2005-05-031-4/+4
* write filter and lock bpf descriptor before dropping privileges,canacar2004-05-101-5/+49
* priv revoking; tested by millertderaadt2004-05-015-44/+39
* Use closefrom(); ok millert teduderaadt2004-01-231-10/+3
* one missing freeifaddrsitojun2003-08-191-2/+3
* rewrite SIOCGIFCONF into getifaddrs. deraadt okitojun2003-08-191-44/+15
* remove unneeded protoderaadt2003-06-271-3/+3
* - section reorderjmc2003-06-121-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0211-72/+28
* ansi & knfderaadt2002-12-136-259/+217
* no need to terminate the buffer after gethostname, especially by overwriting unrelated memory; maybe test the changes next timemickey2002-07-161-3/+2
* -Wall cleanuphin2002-06-111-2/+5
* more strlcat and strlcpyderaadt2002-05-292-8/+7
* more sprintfderaadt2002-05-291-3/+3