History log of /netbsd-src/usr.sbin/ndp/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# 93ea59e2 18-Aug-2023 tnn <tnn@NetBSD.org>

ndp: add gmt2local() from external/bsd/tcpdump instead of reachover

It is no longer shipped with the tcpdump distribution.


# e68fbebd 10-Oct-2017 christos <christos@NetBSD.org>

use librumpres


# a3390d2a 14-Dec-2015 ozaki-r <ozaki-r@NetBSD.org>

Add getaddrinfo.c to RUMPSRCS for link-local addresses


# 3296ce62 01-Sep-2015 ozaki-r <ozaki-r@NetBSD.org>

Fix rump.ndp -I options by rump-ifying if_nametoindex(3)

From s-yamaguchi@IIJ


# 10613e2f 03-Aug-2015 ozaki-r <ozaki-r@NetBSD.org>

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).


# fd21d10e 21-Jun-2013 uwe <uwe@NetBSD.org>

Don't check MKINET6 - parent makefile doesn't descend to ndp if it's "no".


# dc449dde 12-Dec-2010 christos <christos@NetBSD.org>

use new tcpdump.


# d877c4c3 22-Apr-2009 lukem <lukem@NetBSD.org>

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 s

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)

show more ...


# 4147a3c5 28-May-2007 tls <tls@NetBSD.org>

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

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.

show more ...


# 01caf31f 13-May-2006 christos <christos@NetBSD.org>

Cleanup KNF, WARNS=4.
Phew, this started just to make set() static so that coverity does not get
confused.


# 17d72c8a 18-Sep-2002 lukem <lukem@NetBSD.org>

use NETBSDSRCDIR as appropriate


# d54eb3a3 26-Jun-2001 itojun <itojun@NetBSD.org>

change tcpdump dir to refer to. Daniel Carosone <dan@geek.com.au>


# 9a6abc8c 03-Jul-1999 itojun <itojun@NetBSD.org>

s/CFLAGS/CPPFLAGS/ for -D and -I.


# 4b8a1fec 01-Jul-1999 itojun <itojun@NetBSD.org>

ndp, "arp"-alike command for IPv6.