| Commit message (Expand) | Author | Age | Files | Lines |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 1 | -1/+1 |
* | Doh. Forgot to remove _KERNEL version. | grehan | 2003-02-23 | 1 | -7/+0 |
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | grehan | 2003-02-22 | 1 | -0/+10 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Export the ns_per_tick variable through md_var.h rather than by declaring | benno | 2003-02-05 | 1 | -0/+2 |
* | Add cpu.c. This contains one exported function, cpu_setup(), which handles | benno | 2003-02-05 | 1 | -0/+2 |
* | - Update spr.h | benno | 2003-02-05 | 2 | -79/+325 |
* | Add an inline function wrapper for the mfpvf (Move From Processor Version | benno | 2003-02-05 | 1 | -0/+10 |
* | Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This | benno | 2003-02-05 | 1 | -1/+1 |
* | - Rename the "powerpc" timecounter to the "decrementer" timecounter. | benno | 2003-02-05 | 1 | -0/+2 |
* | - Introduce a flags value into the interrupt handler structure. | benno | 2003-02-01 | 1 | -1/+2 |
* | Rework of how memory resources are discovered and dealt with in macio. | benno | 2003-01-30 | 1 | -3/+3 |
* | Put the right fix in. Instead of deleting the declaration of __FBSDID, we | benno | 2003-01-28 | 1 | -0/+7 |
* | Remove a duplicate definition of the __FBSDID macro. | benno | 2003-01-27 | 1 | -6/+0 |
* | include cdefs.h so as to unbreak the libc build | gallatin | 2003-01-20 | 1 | -0/+2 |
* | Stub profile.h, required for userland builds. | grehan | 2003-01-18 | 1 | -0/+65 |
* | <machine/ieee.h>, taken from sparc64 | grehan | 2003-01-18 | 1 | -0/+146 |
* | Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostly | grehan | 2003-01-18 | 1 | -59/+71 |
* | Allow the MD frame definition to be seen in. Required for truss/ptrace. | grehan | 2003-01-18 | 1 | -3/+1 |
* | RAIDframe requires LONG_BIT | grehan | 2003-01-18 | 2 | -0/+6 |
* | Prepended underscores to macro local vars, avoiding gcc "declaration | grehan | 2003-01-18 | 1 | -6/+6 |
* | Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386 | grehan | 2003-01-18 | 1 | -2/+13 |
* | - define HAS_STREAM_METHODS correctly | grehan | 2003-01-08 | 1 | -2/+25 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -21/+0 |
* | Add the USER_SR segment register to pcb state. Initialize correctly, | grehan | 2002-10-21 | 1 | -0/+1 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 1 | -5/+0 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -5/+14 |
* | Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -0/+4 |
* | o Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -3/+11 |
* | Fix namespace issues by using visibility conditionals from | mike | 2002-10-05 | 1 | -1/+3 |
* | Define _MACHINE. | jmallett | 2002-10-05 | 1 | -1/+1 |
* | style(9) <machine/setjmp.h> headers so they look mostly the same. | mike | 2002-10-04 | 1 | -7/+9 |
* | Clean up ddb warnings/errors and enable in GENERIC | grehan | 2002-10-04 | 1 | -1/+1 |
* | PIC_GOTOFF is OBE. | peter | 2002-09-23 | 1 | -3/+0 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC. | grehan | 2002-09-19 | 1 | -6/+0 |
* | psim device support | grehan | 2002-09-19 | 1 | -0/+1 |
* | <machine/types.> -> <sys/types.h> | grehan | 2002-09-19 | 1 | -1/+1 |
* | Fix clearing of recoverable exception MSR bit when disabling | grehan | 2002-09-19 | 1 | -1/+1 |
* | Additional machdep sysctl constants needed for userland utils | grehan | 2002-09-19 | 1 | -2/+6 |
* | Added sparse address support, required by the macio ATA device | grehan | 2002-09-19 | 1 | -4/+9 |
* | Fixed branch labels | grehan | 2002-09-19 | 1 | -5/+5 |
* | Implement C99's va_copy() macro. | mike | 2002-09-18 | 1 | -0/+3 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 2 | -9/+0 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 1 | -53/+0 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 1 | -1/+0 |