freebsd-nq/sys/powerpc/aim
Benno Rice b57e802a85 Commit of stuff that's been sitting in my tree for a while.
Highlights include:
- New low-level trap code from NetBSD.  The high level code still needs a lot
  of work.
- Fixes for some pmap handling in thread switching.
- The kernel will now get to attempting to jump into init in user mode.  There
  are some pmap/trap issues which prevent it from actually getting there though.

Obtained from:	NetBSD (parts)
2002-04-29 12:14:31 +00:00
..
clock.c Replace inline asm with it's inline function wrapper. 2002-04-20 10:06:22 +00:00
copyinout.c - Add back calls to setfault that were removed when these functions were moved. 2002-04-29 09:28:56 +00:00
locore.S Commit of stuff that's been sitting in my tree for a while. 2002-04-29 12:14:31 +00:00
machdep.c GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
mmu_oea.c Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
nexus.c Add a nexus device. 2002-04-15 12:29:18 +00:00
ofw_machdep.c Complete rework of the PowerPC pmap and a number of other bits in the early 2002-02-14 01:39:11 +00:00
ofwmagic.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
swtch.S Commit of stuff that's been sitting in my tree for a while. 2002-04-29 12:14:31 +00:00
trap_subr.S Commit of stuff that's been sitting in my tree for a while. 2002-04-29 12:14:31 +00:00
trap.c MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giant 2002-04-27 17:00:28 +00:00
vm_machdep.c Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove 2002-03-30 20:44:31 +00:00