aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netgraph.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use uintmax_t to pass around 64-bit quantities, including to printf().David E. O'Brien2007-10-041-0/+1
* MFC: 2006/07/28 commit achieving WARNS=3David E. O'Brien2007-10-031-1/+2
* MFC: Restore netstat -M functionality for most statistics on core dumps.John Baldwin2007-07-231-1/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-6/+2
* Warns cleanups for netstat:David Malone2002-09-051-1/+1
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-1/+1
* remove warningsAssar Westerlund2001-06-151-1/+1
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-1/+1
* remove most of the warningsAssar Westerlund2001-06-151-1/+1
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-1/+1
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-0/+1
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-231-1/+0
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+188