Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
Module Name: syssrc
Committed By: abs
Date: Sun Jul 8 16:19:00 UTC 2001
Modified Files:
syssrc/sys/conf: files
syssrc/sys/netinet: tcp_debug.c tcp_debug.h tcp_input.c tcp_output.c
tcp_usrreq.c
Log Message:
Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and
make all usage of tcp_trace dependent on TCP_DEBUG - resulting in
a 31K saving on an INET enabled i386 kernel.
To generate a diff of this commit:
cvs rdiff -r1.450 -r1.451 syssrc/sys/conf/files
cvs rdiff -r1.15 -r1.16 syssrc/sys/netinet/tcp_debug.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/netinet/tcp_debug.h
cvs rdiff -r1.126 -r1.127 syssrc/sys/netinet/tcp_input.c
cvs rdiff -r1.66 -r1.67 syssrc/sys/netinet/tcp_output.c
cvs rdiff -r1.62 -r1.63 syssrc/sys/netinet/tcp_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index