summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat/sockstat.c
Commit message (Expand)AuthorAgeFilesLines
* Mute some warnings on uninitialized variables.ed2010-01-021-2/+2
* Remove unused v6 macro aliases for inpcb fields:rwatson2009-03-101-4/+4
* Make sure the entries don't run into each other when they're longer thandes2009-01-301-6/+6
* Add -L to usage().bms2008-05-191-1/+1
* Add an -L option to ignore loopback Internet sockets.bms2008-05-191-1/+16
* o Do not warn if the process exits before we get its name.maxim2007-06-161-1/+3
* Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may nowemaste2007-03-221-1/+1
* In revision 1.14 I broke the -4 and -6 options of sockstat(1).keramida2006-11-121-10/+5
* Add support for filtering sockets by protocol type. The defaultkeramida2006-11-111-12/+115
* Don't free(sock) before it's even allocated.des2005-06-101-1/+0
* Unbreak sockstat(1) on systems without the divert protocol.ru2004-12-061-0/+2
* Show divert(4) sockets as well.ru2004-12-051-0/+6
* Do not display bogus entries for sockets in the TIME_WAIT or similarroam2004-08-251-0/+2
* make sockstat not print wierd addresses on not connected unix domain socketsjmg2003-07-191-1/+5
* Finish the implementation of the -p switch so that itmux2003-06-071-0/+26
* To reserve space for 65536 bits, allocaterobert2003-05-091-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+2
* Use a cast to `void *' before casting to a pointer to a structurerobert2002-08-021-5/+8
* Don't depend on namespace pollution from <netinet/in_pcb.h>.des2002-08-011-0/+2
* Implement the -l and -c options, which I'd forgotten.des2002-08-011-6/+17
* Rewrite sockstat(1) in C.des2002-07-311-0/+584
OpenPOWER on IntegriCloud