summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust <sys/param.h> comments regarding use of use of MSIZE, orderaadt2015-01-202-6/+4
* First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>deraadt2015-01-191-2/+2
* _KERNEL 1? no, just _KERNELderaadt2015-01-171-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1611-26/+26
* not necessary to define INET anymoretedu2014-12-261-5/+1
* remove pointless if_var.h and socketvar.h includes; ok deraadtmikeb2014-11-213-6/+3
* i renamed the mbuf pool.dlg2014-11-061-2/+2
* Put the socket splicing fields into a seperate struct sosplice thatbluhm2014-11-031-8/+30
* remove unused variableschl2014-10-261-4/+1
* Remove networks(5) support.schwarze2014-10-234-43/+17
* No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-143-8/+3
* Kill bandwidth monitoring meters.mpi2014-08-141-100/+1
* #define _KERNEL hack requires ucred.h now as wellderaadt2014-07-101-1/+2
* info about pools is currently given to userland by copying eachdlg2014-07-021-6/+6
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-236-34/+34
* catch up with the inet(3) rename; this commit missed in previousjmc2014-05-101-4/+4
* Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.mpi2014-05-082-3/+7
* Sync show.c with the route version. Make the two files more similar butclaudio2014-04-171-9/+6
* use strtonum. ok krwtedu2014-02-131-5/+9
* Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.claudio2014-01-251-2/+2
* hardware cecksummed counters -> software checksummed countershenning2014-01-231-7/+7
* Report the number of dropped ICMP error because the rate limit got exceeded.claudio2014-01-191-1/+4
* ddpcb and unixsw symbols are no longer used with kvm_readguenther2014-01-101-18/+14
* final circleq to tailq fix. restore the previous pointer check by readingtedu2013-12-251-2/+9
* more fixing after circleq conversion. a better fix to check the prevtedu2013-12-241-6/+3
* fix circleq tailq conversiontedu2013-12-231-6/+4
* Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQkrw2013-12-201-5/+5
* netstat -Ar leaked some kernel pointers to unprivileged users. Usebluhm2013-11-251-5/+6
* split kernel parts of the if.h into a separate header file if_var.hmikeb2013-11-215-5/+10
* unsigned char cast for isdigit, dealing with argvderaadt2013-11-201-2/+2
* handle lack of protoderaadt2013-11-131-2/+2
* kinfo_file returns the socket buffer counts in uint64_ts, so we need toguenther2013-11-091-3/+2
* use %d instea of %ideraadt2013-10-281-2/+2
* These two programs got fooled by the KAME/NRL split and need type repair.deraadt2013-10-241-2/+2
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-223-59/+42
* Prepare netstat for printing 64 bit route expire time.bluhm2013-09-291-3/+3
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-183-33/+33
* create a method to print the unp_ino (ino_t) properly once it becomesderaadt2013-04-231-2/+3
* improve time_t handling here, tooderaadt2013-04-181-9/+9
* improve time_t printing; ok claudioderaadt2013-04-182-13/+15
* handle long long tv_sec; ok millertderaadt2013-04-161-11/+11
* As non-root, whenever netstat is about to print out a kernel pointer...deraadt2013-03-206-60/+90
* netstat -vP also shows the new struct sockbuf field sb_flagsintr.bluhm2013-02-051-1/+2
* sys/mbuf.h not neededderaadt2013-01-162-4/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+2
* remove some unnecessary sys/mbuf.h inclusionsderaadt2012-12-042-4/+2
* oops, i added a stray character. spotted by jmctedu2012-08-261-2/+2
* remove unneccessary .Pp;jmc2012-08-221-2/+1
* i missed usage and the manpage. prod by jmctedu2012-08-222-5/+11
* -h flag to print human numbers in conjunction with -w -btedu2012-08-224-22/+48