This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
netstat
History
Eitan Adler
b4f7ea1936
Fix warning when compiling with gcc46:
...
error: variable 'ifnetfound' set but not used Approved by: dim MFC after: 3 days
2012-01-10 02:58:36 +00:00
..
atalk.c
Revert r228650, and work around the clang false positive with printf
2011-12-17 22:32:00 +00:00
bpf.c
…
if.c
Fix warning when compiling with gcc46:
2012-01-10 02:58:36 +00:00
inet6.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
inet.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
ipsec.c
…
ipx.c
Spelling fixes for usr.bin/
2011-12-30 11:02:40 +00:00
main.c
…
Makefile
Revert r228650, and work around the clang false positive with printf
2011-12-17 22:32:00 +00:00
mbuf.c
…
mroute6.c
…
mroute.c
…
netgraph.c
…
netisr.c
Teach netstat(1) about the new global netisr policy sysctl,
2011-05-24 12:38:00 +00:00
netstat.1
…
netstat.h
…
pfkey.c
…
route.c
…
sctp.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
unix.c
…