| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Found by David Hill with clang.
|
| |
|
|
| |
ok mpi@
|
| |
|
|
|
|
| |
"pref" keyword taken from tcpdump.org.
ok mpi@ sthen@ deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o inline an ugly and potentially risky macro of the form:
#define x if (a) b; else
o fix a >21 y.o. bug resulting from someone writing:
puts("[nothing to parse], stdout");
when they meant:
fputs("[nothing to parse]", stdout);
ok canacar@
|
| |
|
|
| |
ok deraadt@
|
| |
|
|
|
| |
known options that we don't otherwise decode yet (DNSSL, route information).
ok mpi@
|
| |
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
checksum, make tcpdump (with the -v flag) show the actual bad checksum
within the IP/protocol header itself and what the good checksum should
be, e.g. "[bad tcp cksum abcd! -> d1e6]"
This change applies to IP, TCP (over IPv4 and IPv6), UDP (over IPv4 and
IPv6), ICMP, and ICMPv6. This commit also fixes several inconsistencies
in the way bad checksums were displayed for these protocols.
Tested on amd64, i386, and macppc.
ok henning@
|
| |
|
|
|
|
| |
Tested on amd64, i386, loongson, and macppc.
OK florian@
|
| |
|
|
|
|
| |
They do not indicate a problem with the reduction of namespace export,
but got suckered into the 1999 plan.
ok benno
|
| |
|
|
| |
ok claudio naddy
|
| | |
|
| |
|
|
|
|
| |
cleaned up to be less gross after some suggestions from stsp.
ok stsp@
|
| |
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
| |
|
|
| |
ICMP_UNREACH_PORT. from Peter J. Philipp, ok jsing@. Closes system/6149.
|
| |
|
|
|
|
| |
that new line restores the one-line -> one-packet semantics.
ok hshoexer@, henning@, markus@
|
| | |
|
| | |
|
| | |
|
|
|
DHCP/BOOTP
tcp & udp checksum detection
numerous bugfixes
|