summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd
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
* Remove end of line whitespace.joel2012-07-091-1/+1
* - Add IFT_L2VLAN (vlan(4)) support.hrs2012-07-093-18/+79
* 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
* Fixed the misplaced $FreeBSD$.ru2005-02-091-2/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-072-11/+3
* 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-162-13/+19
* Lower WARNS to 3 so that this still compiles on non x86 architectures.mux2003-07-111-1/+1
* Huge cleanup of the rarpd(8) code :mux2003-07-112-188/+52
* 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
* The .Nm utilitycharnier2002-07-141-2/+4
* Fix buildworld breakage.roberto2002-05-091-1/+1
* Grammatical fixes over previous commit.rwatson2001-11-201-6/+6
* o Allow rarpd to accept an additional '-t directory' argument, specifyingrwatson2001-11-162-1/+17
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
* make it compile on alpha againmjacob2001-07-051-1/+2
* Add a -d command-line option; when used in conjunction with -f, rarpdroam2001-06-183-49/+129
* 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-113-128/+117
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
* Prepare for mdoc(7)NG.ru2000-12-271-3/+2
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Fix broken (sectionless) cross-reference in ref 1.10.sheldonh2000-11-201-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* Remove incorrect section name. Incomplete -Wall cleaning.charnier1999-11-272-1/+2
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* 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-132-65/+75
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* 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-272-6/+20
* Make the man page reflect reality. Add BUGS section about DNS.fenner1996-11-272-16/+28
* Although I got rarpd to work, it was largely through kludgery. Billwpaul1996-11-192-48/+55
* Dohw! Left out one important htonl() in update_arptab().wpaul1996-11-181-3/+3
OpenPOWER on IntegriCloud