aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-271-1/+1
* Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-251-2/+1
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-1/+24
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-3/+1
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-0/+2
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-7/+0
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-1/+2
* Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff2013-10-291-0/+4
* Allow netstat to be build if INET is not defined in the kernel.Michael Tuexen2012-07-161-0/+4
* After r232745, which makes sure __bswap16(), ntohs() and htons() returnDimitry Andric2012-03-091-3/+0
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* Revert r228650, and work around the clang false positive with printfDimitry Andric2011-12-171-0/+5
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-0/+4
* Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson2010-02-221-1/+1
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-151-1/+1
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-3/+10
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+0
* Backout mess mistakenly committed with manpage update.Ceri Davies2007-06-101-0/+10
* Document SCTP support.Ceri Davies2007-06-101-10/+0
* Adds support for SCTP.Randall Stewart2007-06-091-1/+2
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-1/+0
* Avoid useless work: Do not build inet6.c if INET6 support is off.Yaroslav Tykhiy2006-07-281-1/+3
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
* Add support for printing IPSEC protocol stats if the kernel was compiledKelly Yancey2005-12-281-1/+2
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-071-1/+1
* Don't include -lipx twice.Poul-Henning Kamp2005-08-051-2/+2
* Make IPX support depend on NO_IPXPoul-Henning Kamp2005-08-051-1/+8
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,Robert Watson2005-07-181-2/+2
* According to style.Makefile(5):Xin LI2005-01-231-2/+4
* Make sure that we don't define INET6 when NO_INET6 is defined.Xin LI2005-01-221-0/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Sort SRCS in Makefile and document -g option additions.Bruce M Simpson2004-03-251-1/+1
* Teach netstat(1) how to print the multicast group memberships presentBruce M Simpson2004-03-251-1/+1
* Fixed missing declaration of pluralies(). This showed up as strangeBruce Evans2003-12-291-0/+2
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm2003-03-051-1/+1
* Remove GCC-specific flags and commented out cruft.Mark Murray2002-04-281-3/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-1/+1
* MAXHOSTNAMELEN includes space for a NUL.Brian Somers2001-03-141-2/+2
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-1/+2
* IPv6 multicast routing.Yoshinobu Inoue2000-01-281-1/+1
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-1/+1
* Enable INET6 by default.Yoshinobu Inoue1999-12-151-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+2