| Commit message (Expand) | Author | Age | Files | Lines |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 1 | -7/+2 |
* | While walking over the list of interfaces obtained from getifaddrs(3), | joerg | 2004-04-20 | 1 | -4/+40 |
* | Fix a typo. | joerg | 2004-04-20 | 1 | -1/+1 |
* | Make it clear that -a flag and interface parameter are mutually exclusive | charnier | 2003-08-16 | 1 | -11/+13 |
* | Huge cleanup of the rarpd(8) code : | mux | 2003-07-11 | 1 | -186/+51 |
* | make rarpd use in_addr_t instead of u_long since this is neccessary | jmg | 2003-06-15 | 1 | -24/+24 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -5/+4 |
* | Add "-t" to useage message and comment. (The -t option was added | dwmalone | 2002-09-15 | 1 | -3/+3 |
* | Fix buildworld breakage. | roberto | 2002-05-09 | 1 | -1/+1 |
* | o Allow rarpd to accept an additional '-t directory' argument, specifying | rwatson | 2001-11-16 | 1 | -1/+5 |
* | make it compile on alpha again | mjacob | 2001-07-05 | 1 | -1/+2 |
* | Add a -d command-line option; when used in conjunction with -f, rarpd | roam | 2001-06-18 | 1 | -47/+115 |
* | Comply with POSIX rules: | jlemon | 2001-06-16 | 1 | -2/+2 |
* | Undo last braino and fix properly. | jlemon | 2001-06-16 | 1 | -2/+2 |
* | Fix warning: | jlemon | 2001-06-16 | 1 | -1/+1 |
* | Fixed world breakage on systems where ntohl() doesn't return u_long | bde | 2001-06-13 | 1 | -17/+4 |
* | WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup. | roam | 2001-06-11 | 1 | -114/+96 |
* | Remove incorrect section name. Incomplete -Wall cleaning. | charnier | 1999-11-27 | 1 | -0/+1 |
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Sync usage string with reality: removed -n, added -s. | alex | 1998-12-06 | 1 | -2/+2 |
* | Fix bug in rarpd: | roberto | 1998-04-02 | 1 | -11/+13 |
* | Removed most unused includes of <net/if_var.h> outside the kernel. | bde | 1998-01-16 | 1 | -2/+1 |
* | Mdoc'ify man page. | charnier | 1997-10-13 | 1 | -6/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 1 | -14/+2 |
* | Add -s flag to always supply mapping if known, ignoring the | fenner | 1996-11-27 | 1 | -4/+10 |
* | Make the man page reflect reality. Add BUGS section about DNS. | fenner | 1996-11-27 | 1 | -10/+14 |
* | Although I got rarpd to work, it was largely through kludgery. Bill | wpaul | 1996-11-19 | 1 | -36/+43 |
* | Dohw! Left out one important htonl() in update_arptab(). | wpaul | 1996-11-18 | 1 | -3/+3 |
* | Fix up new rarpd. | wpaul | 1996-11-18 | 1 | -278/+531 |
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -3/+7 |
* | It appears that with FreeBSD-current, we need to set the ethernet | wpaul | 1996-08-24 | 1 | -2/+2 |
* | Use daemon() to deamonify ourselves. | wpaul | 1995-07-18 | 1 | -9/+4 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -22/+22 |
* | Get rid of ether_addr.c: it's been moved to libc. Also add proper | wpaul | 1995-04-02 | 1 | -2/+3 |
* | Gave rarpd back the ability to poke temporary entries into the arp | wpaul | 1995-03-03 | 1 | -5/+8 |
* | Obtained from: An old BPF release packaged with the tcpdump-2.0 source code. | wpaul | 1995-03-02 | 1 | -0/+748 |