summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/arptab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-4/+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
* 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-191-14/+3
* Explicitly request the sockaddr_dl when doing a RTM_GET rather thanmpi2015-08-031-5/+54
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* 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
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-10/+0
* Another copy another missing RTM_VERSION check.claudio2009-06-251-1/+2
* rtm->rtm_hdrlen conversionchris2009-06-051-1/+1
* nlist.h not neededderaadt2005-04-041-1/+0
* lots of munging about; canacar ok, tested by pb, looked at by various othersderaadt2004-05-081-12/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
* ansideraadt2002-07-201-6/+3
* pid_t cleanupderaadt2002-05-261-1/+1
* kill more registers.mpech2002-03-141-6/+6
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* no need to extern int errno if errno.h is includedderaadt2000-02-011-1/+0
* need string.hderaadt1999-05-261-0/+1
* do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingderaadt1998-07-101-4/+4
* cleanup for -Wall; fix routed+rarpd interaction pointed out byderaadt1998-03-231-5/+18
* Fix typo in syslog message.angelos1998-02-091-1/+1
* Close/reopen routing socket, to avoid running out of the socket's buffer space.angelos1998-02-091-5/+13
* indentderaadt1996-08-131-4/+10
* rarpd can once again set arp entries on the local host; from freebsdderaadt1995-11-151-0/+219