NetBSD/sys/arch/usermode/dev
mlelstv 8ce4433821 Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
..
clock.c Complete rewrite of the signal and spl framework for NetBSD/usermode 2012-01-21 22:09:56 +00:00
cpu.c Do not call setroot() from MD code and from MI code, which has 2012-07-29 18:05:39 +00:00
if_veth.c Complete rewrite of the signal and spl framework for NetBSD/usermode 2012-01-21 22:09:56 +00:00
ld_thunkbus.c Complete rewrite of the signal and spl framework for NetBSD/usermode 2012-01-21 22:09:56 +00:00
mainbus.c
ttycons.c Implement signal forwarding to userland for usermode kernels. Especially 2012-03-03 21:15:15 +00:00
vaudio.c
vncfb.c
vnckbdmap.c