1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.bin/netstat
Dimitry Andric 6aa83769fd After r232745, which makes sure __bswap16(), ntohs() and htons() return
__uint16_t, we can partially undo r228668.

Note the remark "Work around a clang false positive with format string
warnings and ntohs macros (see LLVM PR 11313)" was actually incorrect.

Before r232745, on some arches, the ntohs() macros did in fact return
int, not uint16_t, so clang was right in warning about the %hu format
string.

MFC after:	2 weeks
2012-03-09 20:50:15 +00:00
..
atalk.c
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 After r232745, which makes sure __bswap16(), ntohs() and htons() return 2012-03-09 20:50:15 +00:00
mbuf.c
mroute6.c
mroute.c
netgraph.c In ng_socket(4) expose less kernel internals to userland. This commit 2012-01-23 15:39:45 +00:00
netisr.c
netstat.1
netstat.h
pfkey.c
route.c Teach netstat -r (display contents of routing tables) about multi-FIB for 2012-02-03 15:26:55 +00:00
sctp.c Don't print a warning when using netstat to print 2012-01-25 21:49:48 +00:00
unix.c