freebsd_amp_hwpstate/sys/i386
Peter Wemm 31432c9ff1 The same data segment length rounding problem that was in the elf
loader is also present in the coff loader.  It was possible to get one
more page allocated than needed, which would cause brk()/malloc()/etc
to fail with ENOMEM when it tried to re-allocate the space.

Also, change a bcopy() from kernel to user space to a copyout().
1996-03-12 06:13:08 +00:00
..
apm Always initialize master_softc. This avoids panics in the idle loop due 1996-03-12 06:09:34 +00:00
bios Always initialize master_softc. This avoids panics in the idle loop due 1996-03-12 06:09:34 +00:00
boot Saved 14 bytes by avoiding gas braindamage and 8 bytes by better 1996-03-08 07:27:52 +00:00
conf Removed undocumented an unused APM_SLOWSTART code. 1996-03-12 05:44:25 +00:00
eisa aha1742.c: 1996-03-10 07:04:27 +00:00
i386 Removed undocumented an unused APM_SLOWSTART code. 1996-03-12 05:44:25 +00:00
ibcs2 The same data segment length rounding problem that was in the elf 1996-03-12 06:13:08 +00:00
include Bring in some prototypes that shouldn't have been dependant on 1996-03-12 05:51:35 +00:00
isa Removed undocumented an unused APM_SLOWSTART code. 1996-03-12 05:44:25 +00:00
linux Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the 1996-03-10 23:25:17 +00:00
pci recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
scsi Disable the selection hardware before acknowledging a SELTO interrupt. 1996-03-11 02:48:41 +00:00
Makefile