summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-12/+12
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* Unveil is used at tail of initialization to allow "r" of /tftpbootderaadt2018-08-071-5/+9
* Just over 15 years and 35 revisions ago, itojun removed the last use oftb2018-06-011-6/+3
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-262-8/+4
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-3/+3
* Oops. one "error(NONFATAL,..." got flipped to "error(...)" insteadkrw2017-01-201-2/+2
* Split error() into error() and warn() so that error() can be markedkrw2017-01-201-89/+67
* Nuke more unused variables.krw2016-12-181-3/+2
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-271-1/+2
* Fix rarpd hang. The receive buffer of a route socket can become fullvisa2016-07-251-3/+7
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-281-21/+3
* Use an unsigned int rather than an int when iterating through all 32mmcc2016-01-261-2/+2
* hoist the SOCK_RAW setup to the top before pledgederaadt2015-11-192-15/+7
* pledge "stdio rpath dns" right at the start of the servicing loop.deraadt2015-11-131-1/+5
* pid removal; from jan staryjmc2015-10-281-7/+4
* Consistency in error messages.jca2015-10-271-3/+3
* 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-2/+1
* use daemon(), jca had the same diff in his treederaadt2015-10-161-32/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-3/+3
* Explicitly request the sockaddr_dl when doing a RTM_GET rather thanmpi2015-08-031-5/+54
* typomiod2015-07-161-2/+2
* Routing sockets are here to stay, so delete the wrapper that would use theguenther2015-01-191-45/+11
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-13/+13
* Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@millert2014-12-161-2/+2
* convert select() to poll(). Bit more complicated here. Some interestingderaadt2014-10-311-23/+22
* delete obscure workaround for a bug in SunOS.deraadt2014-10-291-9/+1
* KNFderaadt2014-10-081-2/+2
* obvious cases of missing .An;schwarze2014-09-081-4/+7
* handle lack of prototypederaadt2013-11-121-2/+2
* Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.bluhm2013-08-151-4/+4
* Add missing RCS id.bluhm2013-07-201-0/+2
* arp and rarpd used an int expire_time for time calculation. Convertbluhm2013-07-201-2/+4
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-9/+11
* BIOCGBLEN is using a u_int, not an intderaadt2012-04-061-4/+5
* remove unused variablechl2010-08-291-2/+1
* remove a silly comment that duplicates the usage string at the start ofjsg2010-08-261-3/+1
* Allow multiple interfaces to be specified instead of all or one.jsg2010-08-262-13/+17
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-21/+1
* Another copy another missing RTM_VERSION check.claudio2009-06-251-1/+2
* rtm->rtm_hdrlen conversionchris2009-06-051-1/+1
* hexidecimal -> hexadecimalsobrado2008-05-231-4/+4
* some minor fixes;jmc2008-05-181-9/+12
* documentation tweaks.sobrado2008-05-172-9/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* use SEEK_* for lseek()deraadt2006-04-021-3/+3
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-231-3/+3
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-3/+3