| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
6ad73dbf
|
| 25-Apr-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in ma
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in make.conf.
Differential Revision: https://reviews.freebsd.org/D39720
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
6ad73dbf
|
| 25-Apr-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in ma
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in make.conf.
Differential Revision: https://reviews.freebsd.org/D39720
show more ...
|
| #
a2ac74c1
|
| 06-Apr-2017 |
Renato Botelho <garga@FreeBSD.org> |
Introduce libxo support to arp(8)
Reviewed by: wblock, gnn, allanjude, phil Approved by: allanjude MFC after: 1 week Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://rev
Introduce libxo support to arp(8)
Reviewed by: wblock, gnn, allanjude, phil Approved by: allanjude MFC after: 1 week Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D9563
show more ...
|
| #
a2ac74c1
|
| 06-Apr-2017 |
Renato Botelho <garga@FreeBSD.org> |
Introduce libxo support to arp(8)
Reviewed by: wblock, gnn, allanjude, phil Approved by: allanjude MFC after: 1 week Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://rev
Introduce libxo support to arp(8)
Reviewed by: wblock, gnn, allanjude, phil Approved by: allanjude MFC after: 1 week Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D9563
show more ...
|
| #
10b3b545
|
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
| #
7e857dd1
|
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
| #
aebbf030
|
| 11-Jun-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Lower WARNS due to alignment issues on sparc64.
|
| #
be5d11dc
|
| 11-Jun-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefile was never updated. Also, clean up the macro that caused the warning in the first place (no functional changes, just wrapped
As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefile was never updated. Also, clean up the macro that caused the warning in the first place (no functional changes, just wrapped and reindented).
show more ...
|
| #
13959da9
|
| 18-Nov-2007 |
John Birrell <jb@FreeBSD.org> |
Reduce the WARNS levels in a couple of places so that we can enable -Werror at higher WARNS levels like we did before gcc4 was imported.
|
| #
a7a06129
|
| 13-Apr-2004 |
Luigi Rizzo <luigi@FreeBSD.org> |
Back out previous commit, it was unintentional. Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386
Noticed by: ru
|
| #
0b46c085
|
| 13-Apr-2004 |
Luigi Rizzo <luigi@FreeBSD.org> |
Replace ROUNDUP/ADVANCE with SA_SIZE
|
| #
e2416749
|
| 09-Apr-2004 |
Maxime Henrion <mux@FreeBSD.org> |
- Change several errx() calls that should have been err() calls. - Handle empty ARP tables properly. - Remove register keyword. - arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.
|
| #
052238b1
|
| 04-Apr-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5)
|
| #
28644e44
|
| 10-Dec-2001 |
Mike Heffner <mikeh@FreeBSD.org> |
Reorder WARNS line for style.
Pointed out by: bde
|
| #
9d34414b
|
| 10-Dec-2001 |
Mike Heffner <mikeh@FreeBSD.org> |
WARNS=2 cleanup.
Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
|
| #
ac24b049
|
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove GCC'isms in CFLAGS.
|
| #
345e52e7
|
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
| #
8dc4b495
|
| 13-Nov-1997 |
Julian Elischer <julian@FreeBSD.org> |
Submitted by: Archie@Whistle.com (Archie Cobbs)
allow teh -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly.
|
| #
84e59eb5
|
| 05-Aug-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Get rid of update. Make man page installation work with our scheme (and rename a few in the process).
|