summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-242-0/+12
* Remove unused diagnostic function cread_free_thread().mini2002-06-242-6/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-14/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* - Fixup / remove obsolete comments.jhb2002-06-072-46/+34
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* The stack is not at the top of the user struct.benno2002-05-282-6/+0
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-282-4/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-285-12/+15
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-282-2/+0
* Implement pmap_copy and pmap_copy_page.benno2002-05-283-9/+39
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-285-60/+61
* Print srr1 in printtrap()benno2002-05-272-2/+4
* Get the correct memory regions from OpenFirmware. We were getting thebenno2002-05-276-91/+95
* Use correct types in [sf]uword32.benno2002-05-272-8/+8
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-262-0/+26
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Make this more FreeBSD-ish.benno2002-05-192-674/+826
* - Do a quick style pass.benno2002-05-192-264/+144
* Add the PSL_VEC flag for AltiVec (no, it's not here yet =))benno2002-05-191-2/+3
* - Rename the _C_LABEL macro to CNAME.benno2002-05-174-178/+179
* Fix commenting around NetBSD version string.benno2002-05-171-1/+1
* An exact copy of i386/include/float.h will work here.obrien2002-05-151-0/+73
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* FPU support.benno2002-05-139-221/+219
* More locking fixes.benno2002-05-122-6/+26
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-122-0/+20
* Implement the following functions:benno2002-05-103-24/+96
* Install the system call trap handler.benno2002-05-102-0/+2
* Improve our detection of an attempted duplicate entry. We may be trying tobenno2002-05-103-3/+12
* Remove a debugging printf that escaped.benno2002-05-102-2/+0
* Increase the size of the kstack.benno2002-05-101-1/+1
* Gcc 3.1 varargs support.obrien2002-05-103-1/+35
* Update to newer trap code from NetBSD.benno2002-05-093-887/+897
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-092-2/+16
* The per-cpu curpmap is now set by pmap_activate. We don't need to do it herebenno2002-05-093-36/+6
* - Add a prototype for the setfault() function.benno2002-05-092-12/+4
* 1. Better track the executable status of mappings.benno2002-05-094-39/+170
* Rename the constants for the contents of the PVR register so as not tobenno2002-05-091-17/+17
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-302-6/+0
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-2913-2831/+2845
* - Add back calls to setfault that were removed when these functions were moved.benno2002-04-292-28/+148
* Tidy up some loose ends.peter2002-04-294-40/+0
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-272-34/+4
* 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-202-2/+2
* Correct a comment.benno2002-04-163-3/+3
* Implement the following functions:benno2002-04-163-24/+216
OpenPOWER on IntegriCloud