summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2016-01-01The "-P" option does not need to read routing table symbols so do notMartin Pieuchot
2015-12-03Print the interface index, we no longer have a pointer to the interface.Martin Pieuchot
2015-10-23further simplify argvTed Unangst
2015-10-23simplify backcompat. no more support for kernel or kmem on argvTed Unangst
2015-10-05Handle ifi_oqdrops in netstat(8).Masao Uebayashi
2015-09-11Remove XRESOLVE support.Martin Pieuchot
2015-09-11Remove never called functions to dump per-ifp IPv6 statistics now thatMartin Pieuchot
2015-09-04Fix mbuf memory accounting after recent *8 pool size change.Martin Pieuchot
2015-08-24Remove obsolete fields in struct unpcb. In the past they were usedAlexander Bluhm
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-06-21There is no need to include sys/ucred.h. Only sys/file.h is needed for theClaudio Jeker
2015-04-27sync with rev 1.99 of sbin/route/show.cSebastian Benoit
2015-04-22Expand SLIST macro of unix pcb members before printing the pointer.Alexander Bluhm
2015-04-16remove unfinished/unused support for socket-attached ipsec-policiesMarkus Friedl
2015-04-14IPsec auth and credentials are not stored in the kernel anymore;Mike Belopuhov
2015-02-13implicit declaration of function 'free'; add missing stdlib.hDavid Coppa
2015-02-12Free the buffers used for the sysctl. OK sthen@Claudio Jeker
2015-02-12be more explicit about how -A and -P work, and fix a booboo in previous;Jason McIntyre
2015-02-12Initialize buffer pointers passed to get_sysctl to NULL; otherwise they pointStuart Henderson
2015-02-12Switch the printing of open sockets from ugly KVM internals to useClaudio Jeker
2015-02-09Get rid of another KVM reader and convert the multicast output to useClaudio Jeker
2015-02-08Count dropped SYN packets on the tcpstat. They are dropped due to theYASUOKA Masahiko
2015-02-08-a for -I or -i is gone for good. So adjust manpage.Claudio Jeker
2015-02-08The multicast address printing code has been disabled for 7 years.Claudio Jeker
2015-02-08Do extend CFLAGS instead of assigning it so that DEBUG=-g worksClaudio Jeker
2015-02-06Remove route/netstat -f encap in favor of ipsecctl -s flow.Reyk Floeter
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-19First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>Theo de Raadt
2015-01-17_KERNEL 1? no, just _KERNELTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-26not necessary to define INET anymoreTed Unangst
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-11-06i renamed the mbuf pool.David Gwynne
2014-11-03Put the socket splicing fields into a seperate struct sosplice thatAlexander Bluhm
2014-10-26remove unused variablesCharles Longeau
2014-10-23Remove networks(5) support.Ingo Schwarze
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Kill bandwidth monitoring meters.Martin Pieuchot
2014-07-10#define _KERNEL hack requires ucred.h now as wellTheo de Raadt
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-05-10catch up with the inet(3) rename; this commit missed in previousJason McIntyre
2014-05-08Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.Martin Pieuchot
2014-04-17Sync show.c with the route version. Make the two files more similar butClaudio Jeker
2014-02-13use strtonum. ok krwTed Unangst
2014-01-25Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.Claudio Jeker
2014-01-23hardware cecksummed counters -> software checksummed countersHenning Brauer
2014-01-19Report the number of dropped ICMP error because the rate limit got exceeded.Claudio Jeker
2014-01-10ddpcb and unixsw symbols are no longer used with kvm_readPhilip Guenther
2013-12-25final circleq to tailq fix. restore the previous pointer check by readingTed Unangst