summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Add setjmp (needed for DDB).benno2002-07-101-37/+11
* Add DDB support.benno2002-07-101-4/+16
* Metadata definitions.benno2002-07-101-0/+42
* Add the OF_getetheraddr function required by if_gem.benno2002-07-091-0/+35
* Changes for KSE3.benno2002-07-091-0/+38
* Add this file, which I forgot in a previous commit.benno2002-07-091-0/+34
* 1) Add busdma machdep code.benno2002-07-093-211/+242
* Driver for OpenPIC compatible interrupt controllers.benno2002-07-092-27/+82
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-0/+2
* Add interrupt handling support code.benno2002-07-091-0/+49
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* 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-291-0/+80
* Implement vtophys()benno2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-291-0/+2
* To quote Peter:benno2002-06-291-1/+1
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-281-0/+5
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-281-0/+1
* Get the correct memory regions from OpenFirmware. We were getting thebenno2002-05-271-3/+3
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* 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-171-5/+6
* 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-134-1/+40
* 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-091-17/+31
* 1. Better track the executable status of mappings.benno2002-05-091-0/+2
* Rename the constants for the contents of the PVR register so as not tobenno2002-05-091-17/+17
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-293-1/+410
* Tidy up some loose ends.peter2002-04-291-1/+0
* Add inlines for mtsrin and mfsrin.benno2002-04-161-0/+17
* Add a nexus device.benno2002-04-151-0/+51
* GC an extraneous prototype of delay().benno2002-04-151-1/+0
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-012-6/+76
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-272-22/+8
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
OpenPOWER on IntegriCloud