summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* - Convert NetBSD-derived macros to inline functions for bettergrehan2003-04-181-65/+176
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Doh. Forgot to remove _KERNEL version.grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* Implement fpclassify():mike2003-02-082-0/+4
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-0/+2
* Add cpu.c. This contains one exported function, cpu_setup(), which handlesbenno2003-02-051-0/+2
* - Update spr.hbenno2003-02-052-79/+325
* Add an inline function wrapper for the mfpvf (Move From Processor Versionbenno2003-02-051-0/+10
* Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. Thisbenno2003-02-051-1/+1
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-051-0/+2
* - Introduce a flags value into the interrupt handler structure.benno2003-02-011-1/+2
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-301-3/+3
* Put the right fix in. Instead of deleting the declaration of __FBSDID, webenno2003-01-281-0/+7
* Remove a duplicate definition of the __FBSDID macro.benno2003-01-271-6/+0
* include cdefs.h so as to unbreak the libc buildgallatin2003-01-201-0/+2
* Stub profile.h, required for userland builds.grehan2003-01-181-0/+65
* <machine/ieee.h>, taken from sparc64grehan2003-01-181-0/+146
* Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostlygrehan2003-01-181-59/+71
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
* RAIDframe requires LONG_BITgrehan2003-01-182-0/+6
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
* - define HAS_STREAM_METHODS correctlygrehan2003-01-081-2/+25
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-21/+0
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-211-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-5/+0
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+14
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-3/+11
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* Define _MACHINE.jmallett2002-10-051-1/+1
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-7/+9
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+1
* PIC_GOTOFF is OBE.peter2002-09-231-3/+0
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.grehan2002-09-191-6/+0
* psim device supportgrehan2002-09-191-0/+1
* <machine/types.> -> <sys/types.h>grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablinggrehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsgrehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicegrehan2002-09-191-4/+9
* Fixed branch labelsgrehan2002-09-191-5/+5
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-9/+0
OpenPOWER on IntegriCloud