1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/amd64
Alan Cox 6139043b1f o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed
due to conditions that suggest the possible need for stack growth.
   This has two beneficial effects: (1) we can
   now remove calls to vm_map_growstack() from the MD trap handlers and (2)
   simple page faults are faster because we no longer unnecessarily perform
   vm_map_growstack() on every page fault.
 o Remove vm_map_growstack() from the i386's trap_pfault().
 o Remove the acquisition and release of Giant from i386's trap_pfault().
   (vm_fault() still acquires it.)
2002-04-18 03:28:27 +00:00
..
acpica Fix typo in function name. 2002-01-10 03:26:46 +00:00
amd64 o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed 2002-04-18 03:28:27 +00:00
conf GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
ia32 Initial support for executing IA-32 binaries. This will not compile 2002-04-10 19:34:51 +00:00
include Fix typo in adjusted panic message. 2002-04-17 22:41:58 +00:00
isa Move ICU_* defines into icu.h. 2002-04-06 08:25:05 +00:00
pci Major rework of the iicbus/smbus framework: 2002-03-23 15:49:15 +00:00
Makefile