summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/ipx.c
Commit message (Expand)AuthorAgeFilesLines
* style(9)obrien2008-01-021-7/+7
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-301-2/+1
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-4/+4
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-0/+1
* evise use of queue(9) macros for netipx when used from userspace:rwatson2005-01-021-11/+5
* Apply a simplifying patch submitted by rik to the IPX support inrwatson2004-12-311-34/+14
* Update netstat(1) for recent conversion of netipx to queue(9) fromrwatson2004-12-311-3/+23
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-5/+6
* Warns cleanups for netstat:dwmalone2002-09-051-7/+7
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-1/+1
* remove warningsassar2001-06-151-4/+4
* remove K&R supportassar2001-06-151-17/+7
* revert removal of warning and K&R supportassar2001-06-151-6/+16
* remove most of the warningsassar2001-06-151-16/+6
* Cleanup towards -Walljulian1999-10-211-1/+1
* Allow suppress printing of lines with zero countsbp1999-10-181-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors.bde1998-07-061-62/+62
* Remove prog, unused variables.charnier1997-07-291-2/+1
* Add the new ipx statistics variables.jhay1997-05-101-6/+19
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-2/+1
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-281-1/+4
* Code cleanup: remove unused variables, use correct *printf formatalex1996-06-021-3/+3
* Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-111-0/+1
* Submitted by: Mike Mitchelljulian1995-10-271-0/+348
OpenPOWER on IntegriCloud