summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* - Fixup / remove obsolete comments.jhb2002-06-071-23/+17
* The stack is not at the top of the user struct.benno2002-05-281-3/+0
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-281-2/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-282-6/+5
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-281-1/+0
* Implement pmap_copy and pmap_copy_page.benno2002-05-281-3/+13
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-282-30/+30
* Print srr1 in printtrap()benno2002-05-271-1/+2
* Get the correct memory regions from OpenFirmware. We were getting thebenno2002-05-272-32/+34
* Use correct types in [sf]uword32.benno2002-05-271-4/+4
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+13
* Make this more FreeBSD-ish.benno2002-05-191-337/+413
* - Do a quick style pass.benno2002-05-191-132/+72
* - Rename the _C_LABEL macro to CNAME.benno2002-05-171-85/+85
* FPU support.benno2002-05-132-110/+16
* More locking fixes.benno2002-05-121-3/+13
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-121-0/+10
* Implement the following functions:benno2002-05-101-8/+32
* Install the system call trap handler.benno2002-05-101-0/+1
* Improve our detection of an attempted duplicate entry. We may be trying tobenno2002-05-101-1/+4
* Remove a debugging printf that escaped.benno2002-05-101-1/+0
* Update to newer trap code from NetBSD.benno2002-05-091-435/+433
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-091-1/+8
* The per-cpu curpmap is now set by pmap_activate. We don't need to do it herebenno2002-05-091-12/+2
* - Add a prototype for the setfault() function.benno2002-05-091-6/+2
* 1. Better track the executable status of mappings.benno2002-05-091-13/+56
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-3/+0
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-293-943/+1155
* - Add back calls to setfault that were removed when these functions were moved.benno2002-04-291-14/+74
* Tidy up some loose ends.peter2002-04-291-13/+0
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Replace inline asm with it's inline function wrapper.benno2002-04-201-1/+1
* Correct a comment.benno2002-04-161-1/+1
* Implement the following functions:benno2002-04-161-8/+72
* Remove some dead code.benno2002-04-161-16/+0
* Use mtsrin() instead of inline asm.benno2002-04-161-3/+2
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.benno2002-04-161-1/+1
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-3/+4
* Add a nexus device.benno2002-04-151-0/+233
* Turn some CTR's into CTR0's.benno2002-04-151-2/+2
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-23/+3
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-302-17/+3
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Collect all functions for copying to and from userspace into the one file.benno2002-03-212-90/+260
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-211-12/+12
* Remove __P.alfred2002-03-203-9/+9
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-13/+3
* Increment pmap_pvo_count in the right place.benno2002-03-201-1/+1
OpenPOWER on IntegriCloud