Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) cleanups (use .Va, not .Dv, for sysctls.) | bms | 2003-10-03 | 1 | -2/+2 |
| | | | | Reviewed by: ru | ||||
* | 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 |
| | | | | Add sysctl(8) to the list of cross-referenced manual pages. | ||||
* | Update arp(4) to document the 'arp: foo is on if0 but got reply from | bms | 2003-10-03 | 1 | -0/+9 |
| | | | | | | | bar on if1' message. PR: bin/48489 Requested by: ru | ||||
* | Implement a new option: -i, which will allow to limit | yar | 2003-07-18 | 2 | -4/+33 |
| | | | | | | | | | | | the scope of operation to the ARP entries on a particular interface. It should be useful on machines with numerous network interfaces, e.g., on inter-VLAN routers. PR: bin/54151 Submitted by: Dmitry Morozovsky <marck at rinet.ru> Discussed on: -net MFC after: 2 weeks | ||||
* | 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 |
| | | | | Prompted by: Eugene Grosbein <eugen@kuzbass.ru> | ||||
* | 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 |
| | | | | | | | | argument, leading whitespace and empty lines be ignored, and the `#' character marks the rest of the line as a comment. PR: bin/45958 MFC after: 3 days | ||||
* | 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 |
| | | | | Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org> | ||||
* | 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 |
| | | | | | | | | | | | #include route.h before iso88025.h, and we have to dereference the trld_route array correctly. (NOTE: I'm not altogether sure that this is really the correct way to traverse this array. This just eliminates the build warning/error. It may not work right at runtime, and I have no way to test it since I lack the necessary hardware.) Broken by: kbyanc, who gets to wear the pointy hat | ||||
* | Update ARP to access token-ring source routing information at it's new | kbyanc | 2002-05-08 | 1 | -5/+10 |
| | | | | | | | location. Not tested by: me (sorry!) Sponsored by: NTT Multimedia Communications Labs | ||||
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-07 | 1 | -0/+1 |
| | | | | statement. | ||||
* | Don't reinvent the wheel now that ether_ntoa(3) has been fixed | ru | 2002-04-06 | 1 | -25/+13 |
| | | | | | | to print leading zeros in libc_net/ether_addr.c,v 1.13. MFC after: 3 days | ||||
* | Correct old wording of the arp functionality. | asmodai | 2002-04-05 | 1 | -5/+7 |
| | | | | | | | | We are long past the stage where we only had ARP working for 10 Mb/s. PR: 35604 Submitted by: Gary W. Swearingen <swear@blarg.net> Additional comments by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org> | ||||
* | Include <string.h> for some prototypes, rather than depending on | mike | 2002-04-01 | 1 | -0/+1 |
| | | | | pollution from <strings.h>. | ||||
* | Fix bugs from previous commit: initialize the correct field and use | mikeh | 2002-03-20 | 1 | -5/+5 |
| | | | | | | | the correct local variable. Caught by: Joachim Isaksson <Joachim.Isaksson@algitech.com> Pointy hat to: mikeh | ||||
* | Fix a typo. | ru | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | - Misc grammar fixes. | keramida | 2002-03-08 | 1 | -3/+3 |
| | | | | - Add `Ar filename' to the description of the -f option. | ||||
* | Reorder WARNS line for style. | mikeh | 2001-12-10 | 1 | -2/+1 |
| | | | | Pointed out by: bde | ||||
* | WARNS=2 cleanup. | mikeh | 2001-12-10 | 2 | -58/+70 |
| | | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks | ||||
* | 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 |
| | | | | | Prodded by: Igor Podlesny <poige@morning.ru> MFC after: 1 week | ||||
* | 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 |
| | | | | | | | | | | | | | to be consistent with the -s flag. Updated documentation on what this modifier does. - Added the ``only'' keyword to the -s and -S flags, that could be used to created "proxy-only" published entries. Previously, arp(8) created an entry of this type only in the absence of the route to a destination. PR: bin/12357 MFC after: 1 week | ||||
* | Add a missing free(3). | yar | 2001-05-02 | 1 | -0/+1 |
| | | | | | | PR: bin/27001 Submitted by: alex <ml-freebsd-net@phobgate.de>, Matthew Emmerton <matt@gsicomp.on.ca> | ||||
* | 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 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | zeropad mac address ouput | billf | 2001-03-08 | 1 | -1/+2 |
| | | | | | | PR: bin/25584 Submitted by: David Xu <davidx@viasoft.com.cn> Reviewed by: wollman, billf | ||||
* | h_errno is declared in netdb.h. | imp | 2001-03-01 | 1 | -2/+0 |
| | |||||
* | Print a diagnostic message if no interface could be determined | ru | 2001-02-27 | 1 | -0/+2 |
| | | | | | | | | | when attempting to create a published ARP entry. For example: # arp -s 1.1.1.1 auto pub PR: bin/7753 Submitted by: Jonathan Hanna <pangolin@home.com> | ||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
| | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. | ||||
* | mdoc(7) police: modifiers should be marked with .Cm, not .Ar. | ru | 2001-02-05 | 1 | -14/+19 |
| | |||||
* | Make the ``arp -d hostname proxy'' really do something useful. | ru | 2001-02-05 | 1 | -2/+2 |
| | | | | | | Specifically, ``proxy'' modifier tells the code to delete only Proxy ARP entry for the ``hostname''; the usual ARP entry will be unaffected by this operation. | ||||
* | Revert previous checkin ("proxy" is required in some instances). | archie | 2001-02-01 | 2 | -2/+7 |
| | | | | Add a note to that effect to the man page. | ||||
* | Fix documentation: "proxy" is not a keyword for the arp(8) command line. | archie | 2001-01-31 | 2 | -2/+1 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -7/+7 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+0 |
| | |||||
* | Change type of vars which hold in_addr.s_addr from u_long to u_int32_t, | shin | 2000-03-03 | 1 | -3/+3 |
| | | | | | | for more safety on alpha. Approved by: jkh | ||||
* | Fix syntax error in previous commit. | jkh | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | Don't overflow buffers. | kris | 2000-01-16 | 1 | -2/+2 |
| | | | | Reviewed by: audit@freebsd.org | ||||
* | Yet another align. | ru | 1999-09-20 | 1 | -1/+1 |
| | | | | | | It will be required if sizeof(struct sockaddr_in) changes in the future. Not objected to by: wollman | ||||
* | Align sockaddrs passed to/from the routing socket as supposed by kernel. | ru | 1999-09-13 | 1 | -5/+7 |
| | | | | | | PR: 12847 Spotted by: Key Teck Sin <ktsin@acm.org> Reviewed by: wollman | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| |