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: jmmv
Date: Fri Sep 23 15:36:16 UTC 2005
Modified Files:
src/distrib/sets/lists/comp: mi
src/regress/sys/fs/tmpfs: h_funcs.subr h_tools.c t_create t_devices
t_dots t_exec t_id_gen t_link t_mkdir t_mknod t_mount t_pipes
t_read_write t_readdir t_remove t_rename t_rmdir t_setattr t_sizes
t_sockets t_statvfs t_symlink t_times t_trail_slash t_truncate
t_vnode_leak
src/sbin/mount_tmpfs: mount_tmpfs.8 mount_tmpfs.c
src/share/man/man9: Makefile
src/sys/fs/tmpfs: tmpfs.h tmpfs_fifoops.c tmpfs_fifoops.h tmpfs_pool.c
tmpfs_pool.h tmpfs_specops.c tmpfs_specops.h tmpfs_subr.c
tmpfs_vfsops.c tmpfs_vnops.c tmpfs_vnops.h
Added Files:
src/sys/fs/tmpfs: TODO
Removed Files:
src/share/man/man9: tmpfs.9
Log Message:
Kill the tmpfs(9) manual page; it was just documenting internal details of
tmpfs' "API" and was already rotting.
Instead, merge all the relevant comments into the code. This includes
acknowledgements to Google's Summer of Code 2005 program (they were in the
AUTHORS section of tmpfs(9) before), so all the files need to be changed
to include this sentence alongside the title. (Note that this was not a
requirement of the program.)
To generate a diff of this commit:
cvs rdiff -r1.817 -r1.818 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.2 -r1.3 src/regress/sys/fs/tmpfs/h_funcs.subr \
src/regress/sys/fs/tmpfs/t_exec src/regress/sys/fs/tmpfs/t_id_gen \
src/regress/sys/fs/tmpfs/t_readdir src/regress/sys/fs/tmpfs/t_sizes \
src/regress/sys/fs/tmpfs/t_vnode_leak
cvs rdiff -r1.1 -r1.2 src/regress/sys/fs/tmpfs/h_tools.c \
src/regress/sys/fs/tmpfs/t_create src/regress/sys/fs/tmpfs/t_devices \
src/regress/sys/fs/tmpfs/t_dots src/regress/sys/fs/tmpfs/t_link \
src/regress/sys/fs/tmpfs/t_mkdir src/regress/sys/fs/tmpfs/t_mknod \
src/regress/sys/fs/tmpfs/t_mount src/regress/sys/fs/tmpfs/t_pipes \
src/regress/sys/fs/tmpfs/t_read_write src/regress/sys/fs/tmpfs/t_remove \
src/regress/sys/fs/tmpfs/t_rename src/regress/sys/fs/tmpfs/t_rmdir \
src/regress/sys/fs/tmpfs/t_setattr src/regress/sys/fs/tmpfs/t_sockets \
src/regress/sys/fs/tmpfs/t_statvfs src/regress/sys/fs/tmpfs/t_symlink \
src/regress/sys/fs/tmpfs/t_times src/regress/sys/fs/tmpfs/t_trail_slash \
src/regress/sys/fs/tmpfs/t_truncate
cvs rdiff -r1.2 -r1.3 src/sbin/mount_tmpfs/mount_tmpfs.8 \
src/sbin/mount_tmpfs/mount_tmpfs.c
cvs rdiff -r1.177 -r1.178 src/share/man/man9/Makefile
cvs rdiff -r1.4 -r0 src/share/man/man9/tmpfs.9
cvs rdiff -r0 -r1.1 src/sys/fs/tmpfs/TODO
cvs rdiff -r1.5 -r1.6 src/sys/fs/tmpfs/tmpfs.h \
src/sys/fs/tmpfs/tmpfs_vfsops.c
cvs rdiff -r1.2 -r1.3 src/sys/fs/tmpfs/tmpfs_fifoops.c \
src/sys/fs/tmpfs/tmpfs_pool.c src/sys/fs/tmpfs/tmpfs_pool.h \
src/sys/fs/tmpfs/tmpfs_specops.c
cvs rdiff -r1.1 -r1.2 src/sys/fs/tmpfs/tmpfs_fifoops.h \
src/sys/fs/tmpfs/tmpfs_specops.h
cvs rdiff -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -r1.11 -r1.12 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -r1.3 -r1.4 src/sys/fs/tmpfs/tmpfs_vnops.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