summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete fields in struct unpcb. In the past they were usedbluhm2015-08-241-3/+1
* Expand SLIST macro of unix pcb members before printing the pointer.bluhm2015-04-221-3/+3
* Switch the printing of open sockets from ugly KVM internals to useclaudio2015-02-121-33/+12
* Adjust <sys/param.h> comments regarding use of use of MSIZE, orderaadt2015-01-201-3/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* #define _KERNEL hack requires ucred.h now as wellderaadt2014-07-101-1/+2
* kinfo_file returns the socket buffer counts in uint64_ts, so we need toguenther2013-11-091-3/+2
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-51/+27
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-2/+2
* create a method to print the unp_ino (ino_t) properly once it becomesderaadt2013-04-231-2/+3
* improve time_t printing; ok claudioderaadt2013-04-181-11/+12
* 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-201-11/+16
* Print socket structure internals when netstat -P pcbaddr is calledbluhm2010-10-301-5/+43
* Rename nfiles so as not to collide with sys/file.h,jsg2010-04-281-4/+4
* delete rcsid crudderaadt2007-12-191-9/+1
* kill unneeded (char *) casts. ok millert, ottojaredy2005-03-251-6/+6
* some NULL vs 0 and knf; parts from nimadeus@pandora.bederaadt2004-03-131-7/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* ansideraadt2003-02-011-7/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* kill more registersmpech2001-11-191-4/+4
* add IPv6 support from KAME. cleanup type matches with printf() format.itojun1999-12-081-4/+4
* Use correct spacing on both 32bit and 64bit machines.millert1997-06-291-9/+11
* Make fields line up nicely for 64-bit addresses. Should probably #ifmillert1997-06-291-4/+4
* Mostly clean -Wall + 64bit issues.millert1997-06-291-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+140