summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Use macro API to <sys/queue.h>phk2000-12-301-1/+1
| | | | | Submitted by: "Jason" <jsmethers@pdq.net> Reviewed by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix off-by-one error.fenner1999-02-161-2/+2
|
* Make netstat work again.phk1998-08-081-1/+2
|
* Fixed printf format errors.bde1998-07-061-2/+2
|
* Fix rev. 1.7: get offsetof from the correct header file.wollman1998-05-161-2/+2
|
* Fix broken sun_len usage: it is not sun_path length but biggerache1998-05-161-2/+5
|
* mbuf, inet, and unix modules no longer read kvm.wollman1998-05-151-50/+72
|
* While I'm in here, fix address printing for `netstat -f unix' which has beenwollman1997-08-251-12/+8
| | | | broken for a couple of weeks now...
* Remove prog, unused variables.charnier1997-07-291-0/+4
| | | | Cosmetic in usage string.
* Code cleanup: remove unused variables, use correct *printf formatalex1996-06-021-5/+5
| | | | | | specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements.
* Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-111-0/+1
| | | | struct socket changes.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+134
OpenPOWER on IntegriCloud