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: mrg
Date: Mon Aug 29 11:38:48 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
src/doc: CHANGES
src/etc/mtree: NetBSD.dist.base
src/sbin: Makefile
Added Files:
src/sbin/devpubd: Makefile devpubd-run-hooks.in devpubd.c
src/sbin/devpubd/hooks: 01-makedev
Log Message:
add the device publish daemon, written by jmcneill@.
listens on drvctl for new devices and invokes MAKEDEV for them.
missing:
- manual page
- rc.d script
- more testing
but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)
thanks jared!
To generate a diff of this commit:
cvs rdiff -u -r1.950 -r1.951 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1597 -r1.1598 src/doc/CHANGES
cvs rdiff -u -r1.90 -r1.91 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.120 -r1.121 src/sbin/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/devpubd/Makefile \
src/sbin/devpubd/devpubd-run-hooks.in src/sbin/devpubd/devpubd.c
cvs rdiff -u -r0 -r1.1 src/sbin/devpubd/hooks/01-makedev
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