summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Replace DPSRCS that work fine in SRCS.bdrewery2015-11-251-2/+1
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-021-1/+24
* Upgrade libxo to 0.4.5.marcel2015-08-241-3/+1
* Convert netstat to use libxo.marcel2015-02-211-0/+2
* Convert to usr.bin/ to LIBADDbapt2014-11-251-4/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Remove AppleTalk support.glebius2014-03-141-1/+1
* Remove IPX support.glebius2014-03-141-7/+0
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-1/+2
* Make userland tools honor WITHOUT_PF build option.glebius2013-10-291-0/+4
* Allow netstat to be build if INET is not defined in the kernel.tuexen2012-07-161-0/+4
* After r232745, which makes sure __bswap16(), ntohs() and htons() returndim2012-03-091-3/+0
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-3/+1
* Revert r228650, and work around the clang false positive with printfdim2011-12-171-0/+5
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-211-0/+4
* Teach netstat(1) to print out netisr statistics when given the -Q argument.rwatson2010-02-221-1/+1
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.bms2009-02-151-1/+1
* add new build knobs and jigger some existing controls to improvesam2008-09-211-3/+10
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+0
* Backout mess mistakenly committed with manpage update.ceri2007-06-101-0/+10
* Document SCTP support.ceri2007-06-101-10/+0
* Adds support for SCTP.rrs2007-06-091-1/+2
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-1/+0
* Avoid useless work: Do not build inet6.c if INET6 support is off.yar2006-07-281-1/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
* Add support for printing IPSEC protocol stats if the kernel was compiledkbyanc2005-12-281-1/+2
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-071-1/+1
* Don't include -lipx twice.phk2005-08-051-2/+2
* Make IPX support depend on NO_IPXphk2005-08-051-1/+8
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,rwatson2005-07-181-2/+2
* According to style.Makefile(5):delphij2005-01-231-2/+4
* Make sure that we don't define INET6 when NO_INET6 is defined.delphij2005-01-221-0/+2
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Sort SRCS in Makefile and document -g option additions.bms2004-03-251-1/+1
* Teach netstat(1) how to print the multicast group memberships presentbms2004-03-251-1/+1
* Fixed missing declaration of pluralies(). This showed up as strangebde2003-12-291-0/+2
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-1/+1
* Remove GCC-specific flags and commented out cruft.markm2002-04-281-3/+0
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-1/+1
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-2/+2
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-1/+2
* IPv6 multicast routing.shin2000-01-281-1/+1
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-1/+1
* Enable INET6 by default.shin1999-12-151-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-3/+5
OpenPOWER on IntegriCloud