freebsd-nq/sys/boot/i386
John Baldwin c22616ec0b - Initialize the vm86 structure to a known-good state. Specifically, always
set the %eflags used during a BIOS call via BTX to 0x202.  Previously
  the flags field was uninitialized garbage, and thus it was "random" if
  interrupts were enabled or not during BIOS calls.
- Use constants from <machine/psl.h> for fields in %eflags.

MFC after:	3 days
2008-08-08 19:41:20 +00:00
..
boot0
boot0ext
boot0sio
boot2 - Initialize the vm86 structure to a known-good state. Specifically, always 2008-08-08 19:41:20 +00:00
btx Fix the hangs reported with the real mode BTX: 2008-08-08 19:39:11 +00:00
cdboot
gptboot - Initialize the vm86 structure to a known-good state. Specifically, always 2008-08-08 19:41:20 +00:00
kgzldr
libfirewire
libi386 Dereferencing uninitialized pointers considered harmful. Prior to this 2008-08-04 07:01:42 +00:00
loader - Initialize the vm86 structure to a known-good state. Specifically, always 2008-08-08 19:41:20 +00:00
mbr
pmbr
pxeldr
Makefile
Makefile.inc Enable GCC stack protection (aka Propolice) for userland: 2008-06-25 21:33:28 +00:00