NetBSD/sys/arch/xen
tls c1545077ff Terminate the domain on RB_HALT, not just on reboot. This avoids looping
around a cngetc() that will never return while "halted", which is rude,
and which also requires domain 0 to not just restart us, but kill us
first.  Suggestion from Michael Kukat (though this change is not the
same as the one he suggested).

Will cngetc() actually return something when running in domain 0 with a
VGA console?  I don't think it will; if it actually does, we should make
this behaviour depend on whether we're in domain 0 or some other domain.
2004-12-14 18:07:42 +00:00
..
compile
conf Add COMPAT_BSDPTY to the rest of the config files. 2004-11-10 17:54:02 +00:00
i386 Terminate the domain on RB_HALT, not just on reboot. This avoids looping 2004-12-14 18:07:42 +00:00
include Just when I thought it was all working... Unfortunately cpu.h defines 2004-12-10 18:51:15 +00:00
stand This needs u16/u32/u64 defined if it's going to include internals (otherwise 2004-11-10 02:52:11 +00:00
x86 don't reference kernel_lock directly. 2004-10-23 21:27:33 +00:00
xen Fix some improper casts now that b_count is an int 2004-12-10 20:05:05 +00:00
Makefile ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen 2004-05-12 16:56:41 +00:00