History log of /src/usr.sbin/ndp/Makefile |
Revision | | Date | Author | Comments |
1.14 |
| 18-Aug-2023 |
tnn | ndp: add gmt2local() from external/bsd/tcpdump instead of reachover
It is no longer shipped with the tcpdump distribution.
|
1.13 |
| 10-Oct-2017 |
christos | use librumpres
|
1.12 |
| 14-Dec-2015 |
ozaki-r | Add getaddrinfo.c to RUMPSRCS for link-local addresses
|
1.11 |
| 01-Sep-2015 |
ozaki-r | Fix rump.ndp -I options by rump-ifying if_nametoindex(3)
From s-yamaguchi@IIJ
|
1.10 |
| 03-Aug-2015 |
ozaki-r | Introduce rump.ndp
ndp(8) uses RTM that requires that getpid(2) works correctly. Unfortunately supporting getpid(2) in librumphijack will be tricky so that we rump-ify ndp(8) as well as arp(8).
|
1.9 |
| 21-Jun-2013 |
uwe | Don't check MKINET6 - parent makefile doesn't descend to ndp if it's "no".
|
1.8 |
| 12-Dec-2010 |
christos | branches: 1.8.6; 1.8.12; use new tcpdump.
|
1.7 |
| 22-Apr-2009 |
lukem | Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
|
1.6 |
| 28-May-2007 |
tls | branches: 1.6.20; Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time.
This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB.
This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.
Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
|
1.5 |
| 13-May-2006 |
christos | Cleanup KNF, WARNS=4. Phew, this started just to make set() static so that coverity does not get confused.
|
1.4 |
| 18-Sep-2002 |
lukem | use NETBSDSRCDIR as appropriate
|
1.3 |
| 26-Jun-2001 |
itojun | change tcpdump dir to refer to. Daniel Carosone <dan@geek.com.au>
|
1.2 |
| 03-Jul-1999 |
itojun | s/CFLAGS/CPPFLAGS/ for -D and -I.
|
1.1 |
| 01-Jul-1999 |
itojun | ndp, "arp"-alike command for IPv6.
|
1.6.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.8.12.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.8.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|