| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- fprintf(stdout, ...) -> printf()
- fputs(x, stdout) -> printf(); for consistency.
fputs is twice as fast on atom x5-Z8300@1.44GHz but Amdahl sees a pure printf
tcpdump only 2% slower than a pure fputs (for constant strings) tcpdump
to /dev/null across a 20MB/~170k packet pcap file.
ok dlg@ for fputs and ok tedu@ krw@ deraadt@ a2k19 for the rest
|
| |
|
|
| |
ok deraadt@ mpi@ sthen@
|
| |
|
|
| |
ok deraadt@
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
| |
grouping all LLCSAP_SNAP handling in one block. Also make
sure, that enough of "struct llc" was captured, before
accessing it.
ok canacar@
|
| |
|
|
|
|
| |
because it is accessed later on.
ok deraadt@
|
| |
|
|
|
|
| |
variation on 802.1d/STP.
ok otto@ mcbride@
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
also fix a bug where llc encoded frames are hex dumped twice when -x is used
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Sun's SKIP support added.
|
| |
|