aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd
Commit message (Expand)AuthorAgeFilesLines
* Add some missing newlines and static declarations.Marius Strobl2013-04-071-8/+14
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-5/+4
* Remove end of line whitespace.Joel Dahl2012-07-091-1/+1
* - Add IFT_L2VLAN (vlan(4)) support.Hiroki Sato2012-07-093-18/+79
* 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
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-2/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-11/+3
* 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-162-13/+19
* Lower WARNS to 3 so that this still compiles on non x86 architectures.Maxime Henrion2003-07-111-1/+1
* Huge cleanup of the rarpd(8) code :Maxime Henrion2003-07-112-188/+52
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-2/+4
* Fix buildworld breakage.Ollivier Robert2002-05-091-1/+1
* Grammatical fixes over previous commit.Robert Watson2001-11-201-6/+6
* o Allow rarpd to accept an additional '-t directory' argument, specifyingRobert Watson2001-11-162-1/+17
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
* 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-183-49/+129
* 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-113-128/+117
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-3/+2
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Fix broken (sectionless) cross-reference in ref 1.10.Sheldon Hearn2000-11-201-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
* Remove incorrect section name. Incomplete -Wall cleaning.Philippe Charnier1999-11-272-1/+2
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* 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-132-65/+75
* 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-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* 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-272-6/+20
* Make the man page reflect reality. Add BUGS section about DNS.Bill Fenner1996-11-272-16/+28
* Although I got rarpd to work, it was largely through kludgery. BillBill Paul1996-11-192-48/+55
* Dohw! Left out one important htonl() in update_arptab().Bill Paul1996-11-181-3/+3