aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sockstat/sockstat.c
Commit message (Expand)AuthorAgeFilesLines
* o Do not warn if the process exits before we get its name.Maxim Konovalov2007-06-161-1/+3
* Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may nowEd Maste2007-03-221-1/+1
* In revision 1.14 I broke the -4 and -6 options of sockstat(1).Giorgos Keramidas2006-11-121-10/+5
* Add support for filtering sockets by protocol type. The defaultGiorgos Keramidas2006-11-111-12/+115
* Don't free(sock) before it's even allocated.Dag-Erling Smørgrav2005-06-101-1/+0
* Unbreak sockstat(1) on systems without the divert protocol.Ruslan Ermilov2004-12-061-0/+2
* Show divert(4) sockets as well.Ruslan Ermilov2004-12-051-0/+6
* Do not display bogus entries for sockets in the TIME_WAIT or similarPeter Pentchev2004-08-251-0/+2
* make sockstat not print wierd addresses on not connected unix domain socketsJohn-Mark Gurney2003-07-191-1/+5
* Finish the implementation of the -p switch so that itMaxime Henrion2003-06-071-0/+26
* To reserve space for 65536 bits, allocateRobert Drehmel2003-05-091-1/+1
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-2/+2
* Use a cast to `void *' before casting to a pointer to a structureRobert Drehmel2002-08-021-5/+8
* Don't depend on namespace pollution from <netinet/in_pcb.h>.Dag-Erling Smørgrav2002-08-011-0/+2
* Implement the -l and -c options, which I'd forgotten.Dag-Erling Smørgrav2002-08-011-6/+17
* Rewrite sockstat(1) in C.Dag-Erling Smørgrav2002-07-311-0/+584