aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.David E. O'Brien2003-08-031-0/+1
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-2/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1
* Mega busdma API commit.Scott Long2003-07-011-1/+17
* Remove unused bootpath[] variable. It conflicted with a declarationPeter Grehan2003-06-251-2/+0
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-1/+2
* sys/sys/limits.h:Alexander Kabaev2003-05-192-3/+3
* Style fixes.Alexander Kabaev2003-05-041-8/+11
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuesPeter Wemm2003-05-011-6/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-66/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-53/+42
* - Convert NetBSD-derived macros to inline functions for betterPeter Grehan2003-04-181-65/+176
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-9/+5
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-261-1/+1
* Doh. Forgot to remove _KERNEL version.Peter Grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,Peter Grehan2003-02-221-0/+10
* Implement fpclassify():Mike Barcroft2003-02-082-0/+4
* Export the ns_per_tick variable through md_var.h rather than by declaringBenno Rice2003-02-051-0/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesBenno Rice2003-02-051-0/+2
* - Update spr.hBenno Rice2003-02-052-79/+325
* Add an inline function wrapper for the mfpvf (Move From Processor VersionBenno Rice2003-02-051-0/+10
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. ThisBenno Rice2003-02-051-1/+1
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.Benno Rice2003-02-051-0/+2
* - Introduce a flags value into the interrupt handler structure.Benno Rice2003-02-011-1/+2
* Rework of how memory resources are discovered and dealt with in macio.Benno Rice2003-01-301-3/+3
* Put the right fix in. Instead of deleting the declaration of __FBSDID, weBenno Rice2003-01-281-0/+7
* Remove a duplicate definition of the __FBSDID macro.Benno Rice2003-01-271-6/+0
* include cdefs.h so as to unbreak the libc buildAndrew Gallatin2003-01-201-0/+2
* Stub profile.h, required for userland builds.Peter Grehan2003-01-181-0/+65
* <machine/ieee.h>, taken from sparc64Peter Grehan2003-01-181-0/+146
* Fix bugs with operand ordering and unnecessary sync/eieio ops. MostlyPeter Grehan2003-01-181-58/+70
* Allow the MD frame definition to be seen in. Required for truss/ptrace.Peter Grehan2003-01-181-3/+1
* RAIDframe requires LONG_BITPeter Grehan2003-01-182-0/+6
* Prepended underscores to macro local vars, avoiding gcc "declarationPeter Grehan2003-01-181-6/+6
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386Peter Grehan2003-01-181-2/+13
* - define HAS_STREAM_METHODS correctlyPeter Grehan2003-01-081-2/+25
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-21/+0
* Add the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-211-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-5/+0
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-5/+14
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4