summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/unix.c
AgeCommit message (Expand)Author
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-01-05No need for <sys/socketvar.h>Martin Pieuchot
2016-09-15dont #define _KERNEL around some #includesDavid Gwynne
2016-08-27Pull in <sys/time.h> for struct timespec and timevalPhilip Guenther
2015-08-24Remove obsolete fields in struct unpcb. In the past they were usedAlexander Bluhm
2015-04-22Expand SLIST macro of unix pcb members before printing the pointer.Alexander Bluhm
2015-02-12Switch the printing of open sockets from ugly KVM internals to useClaudio Jeker
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-10#define _KERNEL hack requires ucred.h now as wellTheo de Raadt
2013-11-09kinfo_file returns the socket buffer counts in uint64_ts, so we need toPhilip Guenther
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-04-23create a method to print the unp_ino (ino_t) properly once it becomesTheo de Raadt
2013-04-18improve time_t printing; ok claudioTheo de Raadt
2013-04-16handle long long tv_sec; ok millertTheo de Raadt
2013-03-20As non-root, whenever netstat is about to print out a kernel pointer...Theo de Raadt
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm
2010-04-28Rename nfiles so as not to collide with sys/file.h,Jonathan Gray
2007-12-19delete rcsid crudTheo de Raadt
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-01ansiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
1997-06-29Use correct spacing on both 32bit and 64bit machines.Todd C. Miller
1997-06-29Make fields line up nicely for 64-bit addresses. Should probably #ifTodd C. Miller
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt