aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+1
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-1/+0
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-11/+14
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-47/+4
* In ng_socket(4) expose less kernel internals to userland. This commitGleb Smirnoff2012-01-231-8/+2
* Now fix functionality of 'netstat -f netgraph' that hasn't workedGleb Smirnoff2010-03-121-3/+3
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* style(9)David E. O'Brien2008-01-021-3/+3
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-1/+6
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-281-1/+2
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-0/+1
* 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