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:   njoly
Date:           Mon Dec 12 19:11:23 UTC 2011

Modified Files:
        src/lib/libc/sys: read.2
        src/sys/fs/ptyfs: ptyfs_vnops.c
        src/sys/fs/sysvbfs: sysvbfs_vnops.c
        src/sys/miscfs/kernfs: kernfs_vnops.c
        src/sys/rump/librump/rumpvfs: rumpfs.c
        src/tests/fs/vfs: t_vnops.c

Log Message:
Start making fs read(2) fail with EISDIR if the implementation does
not allow read on directories (kernfs, rumpfs, ptyfs and sysvbfs).
Adjust man page accordingly, and add a small corresponding vfs
testcase.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/read.2
cvs rdiff -u -r1.37 -r1.38 src/sys/fs/ptyfs/ptyfs_vnops.c
cvs rdiff -u -r1.38 -r1.39 src/sys/fs/sysvbfs/sysvbfs_vnops.c
cvs rdiff -u -r1.143 -r1.144 src/sys/miscfs/kernfs/kernfs_vnops.c
cvs rdiff -u -r1.103 -r1.104 src/sys/rump/librump/rumpvfs/rumpfs.c
cvs rdiff -u -r1.29 -r1.30 src/tests/fs/vfs/t_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