Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/tmpfs
Module Name: src
Committed By: yamt
Date: Tue Sep 13 14:29:18 UTC 2005
Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c tmpfs_vnops.h
Log Message:
- don't waste/leak kva.
- implement getpages/putpages. support mmap.
- eliminate meaningless memcpy.
- ubcify.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/tmpfs/tmpfs.h src/sys/fs/tmpfs/tmpfs_vnops.h
cvs rdiff -r1.3 -r1.4 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -r1.5 -r1.6 src/sys/fs/tmpfs/tmpfs_vnops.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