Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   atatat
Date:           Fri Mar 11 06:16:16 UTC 2005

Modified Files:
        src/sys/kern: init_sysctl.c
        src/sys/netinet: raw_ip.c tcp_usrreq.c udp_usrreq.c
        src/sys/netinet6: raw_ip6.c udp6_usrreq.c
        src/sys/sys: sysctl.h

Log Message:
Revert the change that made kern.file2 and net.*.*.pcblist into nodes
instead of structs.  It had other deleterious side-effects that are
rather nasty.  Another solution must be found.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/kern/init_sysctl.c
cvs rdiff -r1.85 -r1.86 src/sys/netinet/raw_ip.c
cvs rdiff -r1.99 -r1.100 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.133 -r1.134 src/sys/netinet/udp_usrreq.c
cvs rdiff -r1.70 -r1.71 src/sys/netinet6/raw_ip6.c
cvs rdiff -r1.66 -r1.67 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -r1.132 -r1.133 src/sys/sys/sysctl.h

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