Date: Thu, 24 Aug 2000 08:36:59 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c src/sys/kern kern_descrip.c vfs_conf.c src/sys/miscfs/specfs spec_vnops.c src/sys/sys conf.h Message-ID: <200008241537.IAA94483@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/08/24 08:36:59 PDT
Modified files:
sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c
devfs_vnops.c
sys/kern kern_descrip.c vfs_conf.c
sys/miscfs/specfs spec_vnops.c
sys/sys conf.h
Log:
Fix panic when removing open device (found by bp@)
Implement subdirs.
Build the full "devicename" for cloning functions.
Fix panic when deleted device goes away.
Collaps devfs_dir and devfs_dirent structures.
Add proper cloning to the /dev/fd* "device-"driver.
Fix a bug in make_dev_alias() handling which made aliases appear
multiple times.
Use devfs_clone to implement getdiskbyname()
Make specfs maintain the stat(2) timestamps per dev_t
Revision Changes Path
1.2 +16 -11 src/sys/fs/devfs/devfs.h
1.3 +57 -24 src/sys/fs/devfs/devfs_devs.c
1.3 +4 -21 src/sys/fs/devfs/devfs_vfsops.c
1.3 +119 -75 src/sys/fs/devfs/devfs_vnops.c
1.89 +39 -7 src/sys/kern/kern_descrip.c
1.52 +21 -1 src/sys/kern/vfs_conf.c
1.144 +12 -4 src/sys/miscfs/specfs/spec_vnops.c
1.116 +4 -1 src/sys/sys/conf.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008241537.IAA94483>
