aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-9/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-53/+0
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-291-1/+0
* Since arm and powerpc aren't far enough to set stathz, take aMike Barcroft2002-08-261-2/+2
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-182/+157
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Add setjmp (needed for DDB).Benno Rice2002-07-101-37/+11
* Add DDB support.Benno Rice2002-07-101-4/+16
* Metadata definitions.Benno Rice2002-07-101-0/+42
* Add the OF_getetheraddr function required by if_gem.Benno Rice2002-07-091-0/+35
* Changes for KSE3.Benno Rice2002-07-091-0/+38
* Add this file, which I forgot in a previous commit.Benno Rice2002-07-091-0/+34
* 1) Add busdma machdep code.Benno Rice2002-07-093-211/+242
* Driver for OpenPIC compatible interrupt controllers.Benno Rice2002-07-092-27/+82
* - Add the "compatible" property to the list that we keep in ivars.Benno Rice2002-07-091-0/+2
* Add interrupt handling support code.Benno Rice2002-07-091-0/+49
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Since printf(3) now supports the `j' conversion specifier, use thatMike Barcroft2002-06-301-11/+11
* Add an inline to call eieio.Benno Rice2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.Benno Rice2002-06-291-1/+1
* in_cksum et al.Benno Rice2002-06-291-0/+80
* Implement vtophys()Benno Rice2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.Benno Rice2002-06-291-0/+2
* To quote Peter:Benno Rice2002-06-291-1/+1
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidIan Dowse2002-06-231-1/+1
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatPeter Wemm2002-06-201-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* - Move macros that represent where syscall args are kept in a trapframe fromBenno Rice2002-05-281-0/+5
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.Benno Rice2002-05-281-0/+1
* Get the correct memory regions from OpenFirmware. We were getting theBenno Rice2002-05-271-3/+3
* Make the run queue parameters machine dependent. Optimize 64 bitJake Burkholder2002-05-251-0/+46
* Add the PSL_VEC flag for AltiVec (no, it's not here yet =))Benno Rice2002-05-191-2/+3
* - Rename the _C_LABEL macro to CNAME.Benno Rice2002-05-171-5/+6
* An exact copy of i386/include/float.h will work here.David E. O'Brien2002-05-151-0/+73
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* FPU support.Benno Rice2002-05-134-1/+40
* Increase the size of the kstack.Benno Rice2002-05-101-1/+1
* Gcc 3.1 varargs support.David E. O'Brien2002-05-103-1/+35
* Update to newer trap code from NetBSD.Benno Rice2002-05-091-17/+31
* 1. Better track the executable status of mappings.Benno Rice2002-05-091-0/+2
* Rename the constants for the contents of the PVR register so as not toBenno Rice2002-05-091-17/+17
* Commit of stuff that's been sitting in my tree for a while.Benno Rice2002-04-293-1/+410
* Tidy up some loose ends.Peter Wemm2002-04-291-1/+0
* Add inlines for mtsrin and mfsrin.Benno Rice2002-04-161-0/+17
* Add a nexus device.Benno Rice2002-04-151-0/+51