summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/arptab.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-06-25Another copy another missing RTM_VERSION check.Claudio Jeker
Tested and OK sthen@, OK henning@
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
ok claudio@, henning@
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
rescinded 22 July 1999. Proofed by myself and Theo.
2002-07-20ansiTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin.
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