Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [mjf-devfs2] src



Module Name:    src
Committed By:   mjf
Date:           Mon Apr 14 16:23:57 UTC 2008

Modified Files:
        src/sbin/devfsd [mjf-devfs2]: devfsd.c devfsd.h devfsd_rule.c
        src/sys/dev/devfsctl [mjf-devfs2]: devfsctl.c devfsctlio.h
        src/sys/kern [mjf-devfs2]: kern_cpu.c subr_devsw.c
        src/sys/sys [mjf-devfs2]: conf.h

Log Message:
- remove comments that are no longer true
- add support to devfsd(8) and devfsctl(4) to handle wedges
- add cpuctl device registration
- extract the alloc part out of device_register_name() into a common function
  that can be used by the new device_register_sync(), which is used to
  synchronously create device files


To generate a diff of this commit:
cvs rdiff -r1.1.8.5 -r1.1.8.6 src/sbin/devfsd/devfsd.c
cvs rdiff -r1.1.8.4 -r1.1.8.5 src/sbin/devfsd/devfsd.h
cvs rdiff -r1.1.8.3 -r1.1.8.4 src/sbin/devfsd/devfsd_rule.c
cvs rdiff -r1.1.2.6 -r1.1.2.7 src/sys/dev/devfsctl/devfsctl.c
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/dev/devfsctl/devfsctlio.h
cvs rdiff -r1.21.6.1 -r1.21.6.2 src/sys/kern/kern_cpu.c
cvs rdiff -r1.15.6.5 -r1.15.6.6 src/sys/kern/subr_devsw.c
cvs rdiff -r1.129.14.6 -r1.129.14.7 src/sys/sys/conf.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