index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
Implement the -z (zero counters) option for the various bpf counters.
csjp
2009-06-19
1
-1
/
+8
*
Catch netstat up for the new bpf stats structures. Print 64 bit values
csjp
2008-03-24
1
-2
/
+6
*
style(9)
obrien
2008-01-02
1
-3
/
+5
*
Restore netstat -M functionality for most statistics on core dumps. In
jhb
2007-07-16
1
-0
/
+1
*
Add three new ioctl(2) commands for bpf(4).
jkim
2007-02-26
1
-3
/
+6
*
Don't shadow globals.
yar
2006-11-27
1
-2
/
+2
*
Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,
yar
2006-07-28
1
-0
/
+1
*
Use is '-' to imply that the flag is not set, rather than '.'.
csjp
2005-09-15
1
-1
/
+1
*
Print a warning if we fail to retrieve the process name for any reason.
csjp
2005-09-13
1
-1
/
+3
*
If there are'nt any bpf descriptors to process than dont bother attempting to
csjp
2005-09-13
1
-0
/
+2
*
Free the bpf descriptor array after we are done with it. This probably isnt
csjp
2005-09-07
1
-0
/
+1
*
Merge bpfstat's functionality into the netstat(1) utility. This adds
csjp
2005-09-07
1
-0
/
+119