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:   pooka
Date:           Sun Dec  7 20:58:46 UTC 2008

Modified Files:
        src/sys/kern: init_main.c uipc_domain.c uipc_mbuf.c uipc_socket.c
            vfs_bio.c vfs_init.c vfs_subr.c
        src/sys/sys: sysctl.h

Log Message:
Move some sysctl node creations away from linksets and into the
constructors for subsystems.

XXX: CTLFLAG_PERMANENT is non-sensible.


To generate a diff of this commit:
cvs rdiff -r1.377 -r1.378 src/sys/kern/init_main.c
cvs rdiff -r1.76 -r1.77 src/sys/kern/uipc_domain.c
cvs rdiff -r1.128 -r1.129 src/sys/kern/uipc_mbuf.c
cvs rdiff -r1.177 -r1.178 src/sys/kern/uipc_socket.c
cvs rdiff -r1.214 -r1.215 src/sys/kern/vfs_bio.c
cvs rdiff -r1.41 -r1.42 src/sys/kern/vfs_init.c
cvs rdiff -r1.357 -r1.358 src/sys/kern/vfs_subr.c
cvs rdiff -r1.178 -r1.179 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