aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sockstat
Commit message (Collapse)AuthorAgeFilesLines
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-11/+24
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC changes that allow sockstat to work on alpha.Matt Jacob2001-07-301-1/+1
| | | | | | | PR: 29231 Notes: svn path=/stable/4/; revision=80663
* MFC: Introduce and use SCRIPTS knob.Ruslan Ermilov2001-04-251-4/+1
| | | | Notes: svn path=/stable/4/; revision=75972
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: all changes (-l and -u options, use netstat's new -W option)Dag-Erling Smørgrav2001-03-222-12/+40
| | | | Notes: svn path=/stable/4/; revision=74654
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
| | | | Notes: svn path=/stable/4/; revision=71105
* MFC: added missing .Os call.Ruslan Ermilov2000-12-141-0/+1
| | | | Notes: svn path=/stable/4/; revision=70024
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: get rid of undef variable warningDag-Erling Smørgrav2000-10-251-0/+2
| | | | Notes: svn path=/stable/4/; revision=67567
* MFC: rewrite, show Unix domain socketsDag-Erling Smørgrav2000-10-132-29/+156
| | | | Notes: svn path=/stable/4/; revision=67080
* MFC: absolute paths, raw socketsDag-Erling Smørgrav2000-09-171-4/+4
| | | | Notes: svn path=/stable/4/; revision=66001
* MFC: Add DIAGNOSTICS section name and other doc fixes.Paul Saab2000-06-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=62277
* Prevent sockstat print out some empty entries related to IPv6.Yoshinobu Inoue2000-03-111-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 Notes: svn path=/head/; revision=57905
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* Update sockstat to support INET6 socket printing.Yoshinobu Inoue2000-02-262-6/+10
| | | | | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: des Notes: svn path=/head/; revision=57494
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixSheldon Hearn1999-09-061-1/+1
| | | | | | | | | | the sockstat.1 document title, which still remembers when sockstat was called lsock. Reviewed by: mpp Notes: svn path=/head/; revision=51015
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Use -finet option to netstat(1), and don't discard anything.Dag-Erling Smørgrav1999-07-062-11/+10
| | | | | | | | | | Don't truncate the protocol field. These two changes conspire to make sockstat(1) show divert sockets. Submitted by: ru Notes: svn path=/head/; revision=48644
* Don't use STDOUT_TOP.Dag-Erling Smørgrav1999-05-011-3/+3
| | | | | | | Submitted by: Christopher Masto <chris@netmonger.net> Notes: svn path=/head/; revision=46222
* Rename lsock(1) to sockstat(1).Dag-Erling Smørgrav1999-04-153-0/+146
Suggested by: Sheldon Hearn <sheldonh@iafrica.com> Approved by: Peter Wemm <peter@netplex.com.au> Notes: svn path=/head/; revision=45699