Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: fix markup. | ru | 2001-08-10 | 1 | -9/+22 |
| | |||||
* | Allow the user to specify port ranges against which to match inet sockets. | des | 2001-08-07 | 2 | -3/+76 |
| | | | | Suggested by: roam | ||||
* | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | mjacob | 2001-07-25 | 1 | -1/+1 |
| | | | | | | PR: 29231 Submitted by: pherman@frenchfries.net MFC after: 2 weeks | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -4/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Use the newly introduced -W flag to netstat(1) to avoid truncated addresses. | des | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Add (and document) options for showing only listening or connected sockets. | des | 2001-03-06 | 2 | -11/+39 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 1 | -0/+1 |
| | |||||
* | Spell the des's name correctly. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Skip sockets with no SCB | des | 2000-10-13 | 1 | -0/+2 |
| | |||||
* | Document the fact that sockstat now lists Unix domain sockets, and the new | des | 2000-10-07 | 1 | -3/+27 |
| | | | | command-line options for selecting what to display. | ||||
* | Total rewrite. This was actually the first non-trivial Perl script I ever | des | 2000-10-07 | 1 | -26/+129 |
| | | | | | | | | | | | | wrote, and as such was not very pretty. Changes that may cause problems for people who use sockstat in scripts: - sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6 - the last period in local and foreign addresses is changed to a colon to make the port number easier to spot - IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then Unix) | ||||
* | Restore support for displaying raw IPv4 sockets and | ru | 2000-08-30 | 1 | -2/+2 |
| | | | | | | correct the author's name. Were broken in rev 1.6. Approved by: des | ||||
* | Invoke netstat(1) and fstat(1) with full path. | des | 2000-08-30 | 1 | -2/+2 |
| | |||||
* | Do not dot terminate list of references | charnier | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Prevent sockstat print out some empty entries related to IPv6. | shin | 2000-03-11 | 1 | -2/+2 |
| | | | | | | | | | | Sockstat use netstat tcp/udp socket print, and fstat tcp/udp socket print, but it just specify all of IPPROTO_IP and IPPROTO_IPV6 sockets for fstat. Now IPv6 socket also use raw socket, but only netstat don't print it, so now they are printed as empty entries in sockstat output. Approved by: jkh | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Update sockstat to support INET6 socket printing. | shin | 2000-02-26 | 2 | -6/+10 |
| | | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: des | ||||
* | Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix | sheldonh | 1999-09-06 | 1 | -1/+1 |
| | | | | | | | the sockstat.1 document title, which still remembers when sockstat was called lsock. Reviewed by: mpp | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Use -finet option to netstat(1), and don't discard anything. | des | 1999-07-06 | 2 | -11/+10 |
| | | | | | | | Don't truncate the protocol field. These two changes conspire to make sockstat(1) show divert sockets. Submitted by: ru | ||||
* | Don't use STDOUT_TOP. | des | 1999-05-01 | 1 | -3/+3 |
| | | | | Submitted by: Christopher Masto <chris@netmonger.net> | ||||
* | Rename lsock(1) to sockstat(1). | des | 1999-04-15 | 3 | -0/+146 |
Suggested by: Sheldon Hearn <sheldonh@iafrica.com> Approved by: Peter Wemm <peter@netplex.com.au> |