| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit some cosmetic fixes I developed some time ago, mostly style but | ru | 2005-06-09 | 1 | -26/+31 |
* | Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. This | glebius | 2005-06-09 | 1 | -1/+1 |
* | o Reorganize the previous delta to make it more style(9) compliant. | maxim | 2005-01-24 | 1 | -3/+5 |
* | o Try hard to guess a buffer size for a fast growing routing table. | maxim | 2005-01-24 | 1 | -5/+15 |
* | For VLAN interfaces, print MAC addresses properly. | ru | 2004-12-24 | 1 | -1/+2 |
* | Per letter dated July 22, 1999, delete clause 3 from code directly | imp | 2004-08-07 | 3 | -12/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -2/+3 |
* | mdoc(7) police | bms | 2004-06-16 | 1 | -2/+2 |
* | Document the behaviour of the net.link.ether.inet.proxyall sysctl MIB | bms | 2004-06-16 | 1 | -0/+19 |
* | Be smarter about printing non-ethernet link-level addresses. | dfr | 2004-06-13 | 1 | -3/+13 |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -1/+1 |
* | Massive cleanup of the code removing global variables to | luigi | 2004-04-13 | 1 | -206/+199 |
* | Back out previous commit, it was unintentional. | luigi | 2004-04-13 | 1 | -1/+1 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 2 | -8/+6 |
* | Make functions and variables static. | luigi | 2004-04-13 | 1 | -88/+96 |
* | - Change several errx() calls that should have been err() calls. | mux | 2004-04-09 | 2 | -13/+15 |
* | mdoc(7) cleanups (use .Va, not .Dv, for sysctls.) | bms | 2003-10-03 | 1 | -2/+2 |
* | mdoc(7) cleanup: Break up sentences so that they start on new lines. | bms | 2003-10-03 | 1 | -6/+7 |
* | Point out the existence of net.link.ether.inet.log_arp_movements. | bms | 2003-10-03 | 1 | -1/+5 |
* | Update arp(4) to document the 'arp: foo is on if0 but got reply from | bms | 2003-10-03 | 1 | -0/+9 |
* | Implement a new option: -i, which will allow to limit | yar | 2003-07-18 | 2 | -4/+33 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+4 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
* | Further fix the syntax by ignoring empty and whitespace-only lines. | ru | 2003-03-05 | 1 | -1/+1 |
* | Don't hide global `s'. | ru | 2003-01-17 | 1 | -6/+6 |
* | POLA dictates that in the file designated with the -f option | ru | 2002-12-27 | 2 | -2/+12 |
* | s/pseudo-device/device/ | ru | 2002-12-26 | 1 | -1/+1 |
* | Change 'int pid' to 'pid_t pid' | jmallett | 2002-07-25 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+3 |
* | Unbreak this file after the last drive-by committing. We have to | wpaul | 2002-05-09 | 1 | -2/+2 |
* | Update ARP to access token-ring source routing information at it's new | kbyanc | 2002-05-08 | 1 | -5/+10 |
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-07 | 1 | -0/+1 |
* | Don't reinvent the wheel now that ether_ntoa(3) has been fixed | ru | 2002-04-06 | 1 | -25/+13 |
* | Correct old wording of the arp functionality. | asmodai | 2002-04-05 | 1 | -5/+7 |
* | Include <string.h> for some prototypes, rather than depending on | mike | 2002-04-01 | 1 | -0/+1 |
* | Fix bugs from previous commit: initialize the correct field and use | mikeh | 2002-03-20 | 1 | -5/+5 |
* | Fix a typo. | ru | 2002-03-15 | 1 | -1/+1 |
* | - Misc grammar fixes. | keramida | 2002-03-08 | 1 | -3/+3 |
* | Reorder WARNS line for style. | mikeh | 2001-12-10 | 1 | -2/+1 |
* | WARNS=2 cleanup. | mikeh | 2001-12-10 | 2 | -58/+70 |
* | Print [fddi] or [atm] tags for ARP addresses on interfaces of that type. | mdodd | 2001-10-19 | 1 | -0/+6 |
* | Print interface name for each ARP entry. | ru | 2001-10-08 | 1 | -0/+3 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -4/+4 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | - Renamed the ``proxy'' modifier of the -d flag to ``pub'', | ru | 2001-06-07 | 2 | -27/+53 |
* | Add a missing free(3). | yar | 2001-05-02 | 1 | -0/+1 |
* | Add the VLAN interface type to the list of ARP-capable interface types. | yar | 2001-04-04 | 1 | -2/+5 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+2 |
* | zeropad mac address ouput | billf | 2001-03-08 | 1 | -1/+2 |