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: enami
Date: Wed Feb 11 00:19:11 UTC 2009
Modified Files:
src/sys/kern: vfs_lookup.c vfs_vnops.c
src/sys/sys: namei.src
Log Message:
Make module (auto)loading under chroot envrionment actually work:
- NOCHROOT flag must be assigned to different bit from TRYEMULROOT
since the code expected to be executed is in the else clase of
if (flags & TRYEMULROOT).
- Necessary variables aren't set.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.162 -r1.163 src/sys/kern/vfs_vnops.c
cvs rdiff -r1.9 -r1.10 src/sys/sys/namei.src
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