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 Jul 29 14:44:09 UTC 2007

Modified Files:
        src/sys/conf: files
        src/sys/kern: vfs_subr.c
Added Files:
        src/sys/kern: vfs_subr2.c

Log Message:
Split vfs_subr.c into routines which need much of the kernel
infrastructure (vfs_subr.c) and routines which need little or none
of the kernel infra (vfs_subr2.c).


To generate a diff of this commit:
cvs rdiff -r1.855 -r1.856 src/sys/conf/files
cvs rdiff -r1.295 -r1.296 src/sys/kern/vfs_subr.c
cvs rdiff -r0 -r1.1 src/sys/kern/vfs_subr2.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