summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-7/+0
* - 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-282-6/+26
* 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-273-56/+58
* 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-172-88/+88
* Fix commenting around NetBSD version string.benno2002-05-171-1/+1
* FPU support.benno2002-05-133-110/+163
* 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-102-16/+64
* 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-102-2/+8
* 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-092-24/+4
* - Add a prototype for the setfault() function.benno2002-05-091-6/+2
* 1. Better track the executable status of mappings.benno2002-05-092-26/+112
* 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-297-1887/+1280
* - 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-292-26/+0
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-8/+8
* Replace inline asm with it's inline function wrapper.benno2002-04-201-1/+1
* Correct a comment.benno2002-04-162-2/+2
* Implement the following functions:benno2002-04-162-16/+144
* Remove some dead code.benno2002-04-162-32/+0
* Use mtsrin() instead of inline asm.benno2002-04-162-6/+4
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.benno2002-04-162-2/+2
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-152-6/+8
* Add a nexus device.benno2002-04-151-0/+233
* Turn some CTR's into CTR0's.benno2002-04-152-4/+4
* 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
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-20/+0
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
OpenPOWER on IntegriCloud