aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-14/+42
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Implement the -z (zero counters) option for the various bpf counters.Christian S.J. Peron2009-06-191-1/+8
* Catch netstat up for the new bpf stats structures. Print 64 bit valuesChristian S.J. Peron2008-03-241-2/+6
* style(9)David E. O'Brien2008-01-021-3/+5
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-0/+1
* Add three new ioctl(2) commands for bpf(4).Jung-uk Kim2007-02-261-3/+6
* Don't shadow globals.Yaroslav Tykhiy2006-11-271-2/+2
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-0/+1
* Use is '-' to imply that the flag is not set, rather than '.'.Christian S.J. Peron2005-09-151-1/+1
* Print a warning if we fail to retrieve the process name for any reason.Christian S.J. Peron2005-09-131-1/+3
* If there are'nt any bpf descriptors to process than dont bother attempting toChristian S.J. Peron2005-09-131-0/+2
* Free the bpf descriptor array after we are done with it. This probably isntChristian S.J. Peron2005-09-071-0/+1
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-071-0/+119