summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
AgeCommit message (Expand)Author
2025-04-20netstat: strip the binary of sgidKyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16netstat(1): teach netstat to attach to jailsDoug Rabson
2023-03-26netlink: add NETLINK/NETLINK_SUPPORT userland options.Alexander V. Chernikov
2023-01-27netstat: make netstat -rn use netlink instead of rtsockAlexander V. Chernikov
2020-10-03Introduce scalable route multipath.Alexander V. Chernikov
2020-04-12Introduce nexthop objects and new routing KPI.Alexander V. Chernikov
2017-07-27After inpcb route caching was put back in place there is no need forBjoern A. Zeeb
2015-11-25Replace DPSRCS that work fine in SRCS.Bryan Drewery
2015-09-02Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato
2015-08-24Upgrade libxo to 0.4.5.Marcel Moolenaar
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2014-03-14Remove IPX support.Gleb Smirnoff
2014-02-07o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff
2013-10-29Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff
2012-07-16Allow netstat to be build if INET is not defined in the kernel.Michael Tuexen
2012-03-09After r232745, which makes sure __bswap16(), ntohs() and htons() returnDimitry Andric
2012-02-28Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric
2011-12-17Revert r228650, and work around the clang false positive with printfDimitry Andric
2011-03-21 - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson
2010-02-22Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson
2009-02-15Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson
2008-09-21add new build knobs and jigger some existing controls to improveSam Leffler
2007-11-20These are the things that the tinderbox has problems with because itJohn Birrell
2007-07-01Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil
2007-06-10Backout mess mistakenly committed with manpage update.Ceri Davies
2007-06-10Document SCTP support.Ceri Davies
2007-06-09Adds support for SCTP.Randall Stewart
2006-07-28- Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy
2006-07-28Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy
2006-07-28Avoid useless work: Do not build inet6.c if INET6 support is off.Yaroslav Tykhiy
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-12-28Add support for printing IPSEC protocol stats if the kernel was compiledKelly Yancey
2005-09-07Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron
2005-08-05Don't include -lipx twice.Poul-Henning Kamp
2005-08-05Make IPX support depend on NO_IPXPoul-Henning Kamp
2005-07-18Modify "netstat -mb" to use libmemstat(3) when acting on a live system,Robert Watson
2005-01-23According to style.Makefile(5):Xin LI
2005-01-22Make sure that we don't define INET6 when NO_INET6 is defined.Xin LI
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2004-03-25Sort SRCS in Makefile and document -g option additions.Bruce M Simpson
2004-03-25Teach netstat(1) how to print the multicast group memberships presentBruce M Simpson
2003-12-29Fixed missing declaration of pluralies(). This showed up as strangeBruce Evans
2003-03-05Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm
2002-04-28Remove GCC-specific flags and commented out cruft.Mark Murray