summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add an inline to call eieio.benno2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.benno2002-06-291-1/+1
* in_cksum et al.benno2002-06-292-0/+330
* Implement vtophys()benno2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.benno2002-06-293-60/+168
* To quote Peter:benno2002-06-294-31/+46
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.benno2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.benno2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.benno2002-06-293-558/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-299-512/+302
* Convert this from mostly inline assembler to mostly C.benno2002-06-292-114/+50
* 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
OpenPOWER on IntegriCloud