summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/rarpd.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+4
* When clearing rtmsg, pass &rtmsg to bzero() instead of the address ofDon Lewis2016-05-171-1/+1
* Add some missing newlines and static declarations.Marius Strobl2013-04-071-8/+14
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-5/+4
* - Add IFT_L2VLAN (vlan(4)) support.Hiroki Sato2012-07-091-17/+63
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Catch up with kernel using time_uptime to drive ARP timeouts.Gleb Smirnoff2010-12-061-1/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-7/+2
* While walking over the list of interfaces obtained from getifaddrs(3),Joerg Wunsch2004-04-201-4/+40
* Fix a typo.Joerg Wunsch2004-04-201-1/+1
* Make it clear that -a flag and interface parameter are mutually exclusivePhilippe Charnier2003-08-161-11/+13
* Huge cleanup of the rarpd(8) code :Maxime Henrion2003-07-111-186/+51
* make rarpd use in_addr_t instead of u_long since this is neccessaryJohn-Mark Gurney2003-06-151-24/+24
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-5/+4
* Add "-t" to useage message and comment. (The -t option was addedDavid Malone2002-09-151-3/+3
* Fix buildworld breakage.Ollivier Robert2002-05-091-1/+1
* o Allow rarpd to accept an additional '-t directory' argument, specifyingRobert Watson2001-11-161-1/+5
* make it compile on alpha againMatt Jacob2001-07-051-1/+2
* Add a -d command-line option; when used in conjunction with -f, rarpdPeter Pentchev2001-06-181-47/+115
* Comply with POSIX rules:Jonathan Lemon2001-06-161-2/+2
* Undo last braino and fix properly.Jonathan Lemon2001-06-161-2/+2
* Fix warning:Jonathan Lemon2001-06-161-1/+1
* Fixed world breakage on systems where ntohl() doesn't return u_longBruce Evans2001-06-131-17/+4
* WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup.Peter Pentchev2001-06-111-114/+96
* Remove incorrect section name. Incomplete -Wall cleaning.Philippe Charnier1999-11-271-0/+1
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Sync usage string with reality: removed -n, added -s.Alexander Langer1998-12-061-2/+2
* Fix bug in rarpd:Ollivier Robert1998-04-021-11/+13
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* Mdoc'ify man page.Philippe Charnier1997-10-131-6/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update to match changes in <net/if.h>.Garrett Wollman1997-01-031-14/+2
* Add -s flag to always supply mapping if known, ignoring theBill Fenner1996-11-271-4/+10
* Make the man page reflect reality. Add BUGS section about DNS.Bill Fenner1996-11-271-10/+14
* Although I got rarpd to work, it was largely through kludgery. BillBill Paul1996-11-191-36/+43
* Dohw! Left out one important htonl() in update_arptab().Bill Paul1996-11-181-3/+3
* Fix up new rarpd.Bill Paul1996-11-181-278/+531
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-3/+7
* It appears that with FreeBSD-current, we need to set the ethernetBill Paul1996-08-241-2/+2
* Use daemon() to deamonify ourselves.Bill Paul1995-07-181-9/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-22/+22
* Get rid of ether_addr.c: it's been moved to libc. Also add properBill Paul1995-04-021-2/+3
* Gave rarpd back the ability to poke temporary entries into the arpBill Paul1995-03-031-5/+8
* Obtained from: An old BPF release packaged with the tcpdump-2.0 source code.vendor/rarpd/1.0Bill Paul1995-03-021-0/+748