Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: pooka
Date: Tue Jul 29 09:10:09 UTC 2008
Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_args.h tmpfs_vfsops.c
src/usr.bin/fstat: tmpfs.c
Log Message:
Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer
way: don't export the fs internals to innocent userspace programs
which just want to mount the file system.
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -r1.2 -r1.3 src/sys/fs/tmpfs/tmpfs_args.h
cvs rdiff -r1.43 -r1.44 src/sys/fs/tmpfs/tmpfs_vfsops.c
cvs rdiff -r1.6 -r1.7 src/usr.bin/fstat/tmpfs.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