Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys
Module Name: src
Committed By: martin
Date: Sun Sep 23 17:33:15 UTC 2018
Modified Files:
src/sys/kern [netbsd-8]: kern_drvctl.c subr_autoconf.c
src/sys/sys [netbsd-8]: device.h systm.h
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1025):
sys/kern/subr_autoconf.c: revision 1.263
sys/kern/kern_drvctl.c: revision 1.44
sys/sys/device.h: revision 1.156
sys/sys/systm.h: revision 1.278
- move export for devmon_insert_vec into sys/device.h.
- export root_is_mounted for future USB RB_ASKNAME hack.
- make some things in subr_autoconf.c static
- move device_printf() prototype out from the middle of two sets of
aprint_*() prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.2.1 src/sys/kern/kern_drvctl.c
cvs rdiff -u -r1.253 -r1.253.2.1 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.149 -r1.149.10.1 src/sys/sys/device.h
cvs rdiff -u -r1.272 -r1.272.8.1 src/sys/sys/systm.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