cvs commit: src/sys/conf files src/sys/fs/devfs devfs_vnops.c
src/sys/fs/specfs spec_vnops.c src/sys/kern vfs_subr.c src/sys/sys
vnode.h
Poul-Henning Kamp
phk at FreeBSD.org
Fri Oct 22 02:59:38 PDT 2004
phk 2004-10-22 09:59:37 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/fs/devfs devfs_vnops.c
sys/kern vfs_subr.c
sys/sys vnode.h
Removed files:
sys/fs/specfs spec_vnops.c
Log:
Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite
jest, of most excellent fancy: he hath taught me lessons a thousand
times; and now, how abhorred in my imagination it is! my gorge rises
at it. Here were those hacks that I have curs'd I know not how
oft. Where be your kludges now? your workarounds? your layering
violations, that were wont to set the table on a roar?
Move the skeleton of specfs into devfs where it now belongs and
bury the rest.
Revision Changes Path
1.958 +0 -1 src/sys/conf/files
1.74 +551 -26 src/sys/fs/devfs/devfs_vnops.c
1.233 +0 -598 src/sys/fs/specfs/spec_vnops.c (dead)
1.536 +3 -3 src/sys/kern/vfs_subr.c
1.249 +1 -2 src/sys/sys/vnode.h
More information about the cvs-src
mailing list