freebsd-dev/sys/i386
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
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Round 2 of munging the MI/MD split in NOTES. Put almost all the device 2002-04-09 18:26:58 +00:00
i386 o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed 2002-04-18 03:28:27 +00:00
ibcs2 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
include Fix typo in adjusted panic message. 2002-04-17 22:41:58 +00:00
isa GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
linux Spell "separate" correctly. 2002-04-05 00:04:56 +00:00
pci Major rework of the iicbus/smbus framework: 2002-03-23 15:49:15 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00