cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern kern_conf.c
src/sys/sys conf.h param.h
Poul-Henning Kamp
phk at FreeBSD.org
Thu Mar 17 04:07:01 PST 2005
phk 2005-03-17 12:07:00 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c
sys/kern kern_conf.c
sys/sys conf.h param.h
Log:
Prepare for the final onslaught on devices:
Move uid/gid/mode from cdev to cdevsw.
Add kind field to use for devd(8) later.
Bump both D_VERSION and __FreeBSD_version
Revision Changes Path
1.35 +3 -3 src/sys/fs/devfs/devfs_devs.c
1.180 +9 -5 src/sys/kern/kern_conf.c
1.217 +6 -4 src/sys/sys/conf.h
1.233 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list