NetBSD/sys/arch/acorn26
jdolecek 089abdad44 Rearrange process exit path to avoid need to free resources from different
process context ('reaper').

From within the exiting process context:
* deactivate pmap and free vmspace while we can still block
* introduce MD cpu_lwp_free() - this cleans all MD-specific context (such
  as FPU state), and is the last potentially blocking operation;
  all of cpu_wait(), and most of cpu_exit(), is now folded into cpu_lwp_free()
* process is now immediatelly marked as zombie and made available for pickup
  by parent; the remaining last lwp continues the exit as fully detached
* MI (rather than MD) code bumps uvmexp.swtch, cpu_exit() is now same
  for both 'process' and 'lwp' exit

uvm_lwp_exit() is modified to never block; the u-area memory is now
always just linked to the list of available u-areas. Introduce (blocking)
uvm_uarea_drain(), which is called to release the excessive u-area memory;
this is called by parent within wait4(), or by pagedaemon on memory shortage.
uvm_uarea_free() is now private function within uvm_glue.c.

MD process/lwp exit code now always calls lwp_exit2() immediatelly after
switching away from the exiting lwp.

g/c now unneeded routines and variables, including the reaper kernel thread
2004-01-04 11:33:29 +00:00
..
acorn26 Rearrange process exit path to avoid need to free resources from different 2004-01-04 11:33:29 +00:00
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Change reference at bottom from sys/dev/majors to sys/conf/majors to match 2003-12-10 02:04:00 +00:00
include Fix more GCC 3.3.1 nits. 2003-09-21 06:52:42 +00:00
iobus use __KERNEL_RCSID() in a consistent manner 2003-07-14 22:48:19 +00:00
ioc New generic I2C framework. Supports bit-bang and "intelligent" I2C 2003-10-06 16:08:42 +00:00
podulebus use __KERNEL_RCSID() in a consistent manner 2003-07-14 22:48:19 +00:00
stand Sync acorn26 riscoscalls with acorn32 version. 2003-11-23 15:55:03 +00:00
vidc use __KERNEL_RCSID() in a consistent manner 2003-07-14 22:48:19 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00