summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netgraph.c
AgeCommit message (Expand)Author
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-10-02Hide struct socket and struct unpcb from the userland.Gleb Smirnoff
2015-09-02Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-11-30Merge from projects/sendfile:Gleb Smirnoff
2013-12-20Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov
2012-01-23In ng_socket(4) expose less kernel internals to userland. This commitGleb Smirnoff
2010-03-12Now fix functionality of 'netstat -f netgraph' that hasn't workedGleb Smirnoff
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2008-01-02style(9)David E. O'Brien
2007-07-16Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin
2006-07-28- Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy
2006-07-28Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy
2004-07-26Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier
2002-09-05Warns cleanups for netstat:David Malone
2002-07-24Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra
2001-06-15remove warningsAssar Westerlund
2001-06-15revert removal of warning and K&R supportAssar Westerlund
2001-06-15remove most of the warningsAssar Westerlund
2000-12-30Use macro API to <sys/queue.h>Poul-Henning Kamp
1999-10-24 Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon
1999-10-23 Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer