summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/arptab.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
2016-07-25Fix rarpd hang. The receive buffer of a route socket can become fullVisa Hankala
2016-01-26Use an unsigned int rather than an int when iterating through all 32mmcc
2015-11-19hoist the SOCK_RAW setup to the top before pledgeTheo de Raadt
2015-08-03Explicitly request the sockaddr_dl when doing a RTM_GET rather thanMartin Pieuchot
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-12handle lack of prototypeTheo de Raadt
2013-08-15Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.Alexander Bluhm
2013-07-20Add missing RCS id.Alexander Bluhm
2013-07-20arp and rarpd used an int expire_time for time calculation. ConvertAlexander Bluhm
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-25Another copy another missing RTM_VERSION check.Claudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2005-04-04nlist.h not neededTheo de Raadt
2004-05-08lots of munging about; canacar ok, tested by pb, looked at by various othersTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-20ansiTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-05-26need string.hTheo de Raadt
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-03-23cleanup for -Wall; fix routed+rarpd interaction pointed out byTheo de Raadt
1998-02-09Fix typo in syslog message.Angelos D. Keromytis
1998-02-09Close/reopen routing socket, to avoid running out of the socket's buffer space.Angelos D. Keromytis
1996-08-13indentTheo de Raadt
1995-11-15rarpd can once again set arp entries on the local host; from freebsdTheo de Raadt