summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/rarpd.c
Commit message (Expand)AuthorAgeFilesLines
* Add some missing newlines and static declarations.marius2013-04-071-8/+14
* Retire struct sockaddr_inarp.glebius2013-01-311-5/+4
* - Add IFT_L2VLAN (vlan(4)) support.hrs2012-07-091-17/+63
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* Catch up with kernel using time_uptime to drive ARP timeouts.glebius2010-12-061-1/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-7/+2
* While walking over the list of interfaces obtained from getifaddrs(3),joerg2004-04-201-4/+40
* Fix a typo.joerg2004-04-201-1/+1
* Make it clear that -a flag and interface parameter are mutually exclusivecharnier2003-08-161-11/+13
* Huge cleanup of the rarpd(8) code :mux2003-07-111-186/+51
* make rarpd use in_addr_t instead of u_long since this is neccessaryjmg2003-06-151-24/+24
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-5/+4
* Add "-t" to useage message and comment. (The -t option was addeddwmalone2002-09-151-3/+3
* Fix buildworld breakage.roberto2002-05-091-1/+1
* o Allow rarpd to accept an additional '-t directory' argument, specifyingrwatson2001-11-161-1/+5
* make it compile on alpha againmjacob2001-07-051-1/+2
* Add a -d command-line option; when used in conjunction with -f, rarpdroam2001-06-181-47/+115
* Comply with POSIX rules:jlemon2001-06-161-2/+2
* Undo last braino and fix properly.jlemon2001-06-161-2/+2
* Fix warning:jlemon2001-06-161-1/+1
* Fixed world breakage on systems where ntohl() doesn't return u_longbde2001-06-131-17/+4
* WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup.roam2001-06-111-114/+96
* Remove incorrect section name. Incomplete -Wall cleaning.charnier1999-11-271-0/+1
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Sync usage string with reality: removed -n, added -s.alex1998-12-061-2/+2
* Fix bug in rarpd:roberto1998-04-021-11/+13
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* Mdoc'ify man page.charnier1997-10-131-6/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update to match changes in <net/if.h>.wollman1997-01-031-14/+2
* Add -s flag to always supply mapping if known, ignoring thefenner1996-11-271-4/+10
* Make the man page reflect reality. Add BUGS section about DNS.fenner1996-11-271-10/+14
* Although I got rarpd to work, it was largely through kludgery. Billwpaul1996-11-191-36/+43
* Dohw! Left out one important htonl() in update_arptab().wpaul1996-11-181-3/+3
* Fix up new rarpd.wpaul1996-11-181-278/+531
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-3/+7
* It appears that with FreeBSD-current, we need to set the ethernetwpaul1996-08-241-2/+2
* Use daemon() to deamonify ourselves.wpaul1995-07-181-9/+4
* Remove trailing whitespace.rgrimes1995-05-301-22/+22
* Get rid of ether_addr.c: it's been moved to libc. Also add properwpaul1995-04-021-2/+3
* Gave rarpd back the ability to poke temporary entries into the arpwpaul1995-03-031-5/+8
* Obtained from: An old BPF release packaged with the tcpdump-2.0 source code.wpaul1995-03-021-0/+748
OpenPOWER on IntegriCloud