summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/iso.c
Commit message (Collapse)AuthorAgeFilesLines
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-816/+0
| | | | array, it isn't likely to find any ARPAnet IMP drivers in FreeBSD.
* Warns cleanups for netstat:dwmalone2002-09-051-13/+13
| | | | | | | | | | | 1) Include arpa/inet.h for ntohs. 2) Constness fixes. 3) Fix shadowing except for "sin" which shouldn't be in scope. 4) Remove register keyword. 5) Add missing initialsers to user defined structs. 5) Make prototype of netname6 globally visable. 6) Use right macros for printing syncache stats (even though entrie isn't a word).
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-3/+3
| | | | | | | | | | | | | non-default but reasonable values of hz this member overflowed, breaking NFS over UDP. Also, as long as I'm plowing up struct sockbuf ... Change certain members from u_long/long to u_int/int in order to reduce wasted space on 64-bit machines. This change was requested by Andrew Gallatin. Netstat and systat need to be rebuilt. I am incrementing __FreeBSD_version in case any ports need to change.
* remove warningsassar2001-06-151-6/+6
| | | | | remove superfluous declarations make things more consistent
* remove K&R supportassar2001-06-151-45/+18
|
* revert removal of warning and K&R supportassar2001-06-151-14/+41
| | | | Requested by: bde
* remove most of the warningsassar2001-06-151-41/+14
|
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-4/+5
| | | | numerically. clean up the CFLAGS in Makefile.
* Zap $Source$peter1999-09-061-1/+0
|
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Updated netstat to grok 4.4 QUEUE macros now being used to like the PCBsdg1995-04-091-2/+3
| | | | together.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+842
OpenPOWER on IntegriCloud