summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat
Commit message (Expand)AuthorAgeFilesLines
* Update the usage with the new jail option.thompsa2012-06-271-1/+1
* - Updated TOE support in the kernel.np2012-06-191-0/+1
* Allow the socket list to be limited to a specific jail id.thompsa2012-05-242-2/+35
* Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-6/+7
* sockstat: Also show sockets not associated with a file descriptor.jilles2012-01-242-69/+75
* Reencode files from latin1 to UTF-8.uqs2011-12-302-2/+2
* o Make sockstat -6 output more readable for long ipv6maxim2010-03-301-0/+2
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Mute some warnings on uninitialized variables.ed2010-01-021-2/+2
* Note that sockstat(1) does not display kernel-owned sockets.des2009-12-211-0/+7
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-091-1/+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-192-3/+24
* 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-112-14/+127
* Don't free(sock) before it's even allocated.des2005-06-101-1/+0
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
* Scheduled mdoc(7) sweep.ru2005-01-111-2/+1
* 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-252-1/+18
* 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
* mdoc(7) police: markup polishing.ru2002-11-261-4/+4
* 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-314-257/+596
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Drop maintainership of this, it serves no purpose.des2002-04-151-1/+0
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* mdoc(7) police: fix markup.ru2001-08-101-9/+22
* Allow the user to specify port ranges against which to match inet sockets.des2001-08-072-3/+76
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.mjacob2001-07-251-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* beforeinstall -> SCRIPTS.ru2001-04-071-4/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Use the newly introduced -W flag to netstat(1) to avoid truncated addresses.des2001-03-151-1/+1
* Add (and document) options for showing only listening or connected sockets.des2001-03-062-11/+39
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* mdoc(7) police: added missing .Os call.ru2000-12-141-0/+1
* Spell the des's name correctly.ru2000-11-141-1/+1
* Skip sockets with no SCBdes2000-10-131-0/+2
OpenPOWER on IntegriCloud