| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 1 | -1/+2 |
| * | sys/sys/limits.h: | Alexander Kabaev | 2003-05-19 | 2 | -3/+3 |
| * | Style fixes. | Alexander Kabaev | 2003-05-04 | 1 | -8/+11 |
| * | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | Peter Wemm | 2003-05-01 | 1 | -6/+0 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -66/+4 |
| * | Add a new sys/limits.h file which in turn depends on machine/_limits.h | Alexander Kabaev | 2003-04-23 | 1 | -53/+42 |
| * | - Convert NetBSD-derived macros to inline functions for better | Peter Grehan | 2003-04-18 | 1 | -65/+176 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 1 | -9/+5 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -0/+1 |
| * | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | Jake Burkholder | 2003-03-16 | 1 | -0/+2 |
| * | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | Maxime Henrion | 2003-02-26 | 1 | -1/+1 |
| * | Doh. Forgot to remove _KERNEL version. | Peter Grehan | 2003-02-23 | 1 | -7/+0 |
| * | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | Peter Grehan | 2003-02-22 | 1 | -0/+10 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+4 |
| * | Export the ns_per_tick variable through md_var.h rather than by declaring | Benno Rice | 2003-02-05 | 1 | -0/+2 |
| * | Add cpu.c. This contains one exported function, cpu_setup(), which handles | Benno Rice | 2003-02-05 | 1 | -0/+2 |
| * | - Update spr.h | Benno Rice | 2003-02-05 | 2 | -79/+325 |
| * | Add an inline function wrapper for the mfpvf (Move From Processor Version | Benno Rice | 2003-02-05 | 1 | -0/+10 |
| * | Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This | Benno Rice | 2003-02-05 | 1 | -1/+1 |
| * | - Rename the "powerpc" timecounter to the "decrementer" timecounter. | Benno Rice | 2003-02-05 | 1 | -0/+2 |
| * | - Introduce a flags value into the interrupt handler structure. | Benno Rice | 2003-02-01 | 1 | -1/+2 |
| * | Rework of how memory resources are discovered and dealt with in macio. | Benno Rice | 2003-01-30 | 1 | -3/+3 |
| * | Put the right fix in. Instead of deleting the declaration of __FBSDID, we | Benno Rice | 2003-01-28 | 1 | -0/+7 |
| * | Remove a duplicate definition of the __FBSDID macro. | Benno Rice | 2003-01-27 | 1 | -6/+0 |
| * | include cdefs.h so as to unbreak the libc build | Andrew Gallatin | 2003-01-20 | 1 | -0/+2 |
| * | Stub profile.h, required for userland builds. | Peter Grehan | 2003-01-18 | 1 | -0/+65 |
| * | <machine/ieee.h>, taken from sparc64 | Peter Grehan | 2003-01-18 | 1 | -0/+146 |
| * | Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostly | Peter Grehan | 2003-01-18 | 1 | -58/+70 |
| * | Allow the MD frame definition to be seen in. Required for truss/ptrace. | Peter Grehan | 2003-01-18 | 1 | -3/+1 |
| * | RAIDframe requires LONG_BIT | Peter Grehan | 2003-01-18 | 2 | -0/+6 |
| * | Prepended underscores to macro local vars, avoiding gcc "declaration | Peter Grehan | 2003-01-18 | 1 | -6/+6 |
| * | Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386 | Peter Grehan | 2003-01-18 | 1 | -2/+13 |
| * | - define HAS_STREAM_METHODS correctly | Peter Grehan | 2003-01-08 | 1 | -2/+25 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -4/+4 |
| * | MB_LEN_MAX is not MD, move it to the MI limits.h. | Tim J. Robbins | 2002-12-22 | 2 | -2/+0 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 1 | -21/+0 |
| * | Add the USER_SR segment register to pcb state. Initialize correctly, | Peter Grehan | 2002-10-21 | 1 | -0/+1 |
| * | The a.out md_coredump stuff isn't referenced anywhere anymore, and | Peter Wemm | 2002-10-15 | 1 | -5/+0 |
| * | Add standards visibility conditionals. Change any uses of sigset_t to | Mike Barcroft | 2002-10-13 | 1 | -5/+14 |
| * | Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -0/+4 |
| * | o Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -3/+11 |
| * | Fix namespace issues by using visibility conditionals from | Mike Barcroft | 2002-10-05 | 1 | -1/+3 |
| * | Define _MACHINE. | Juli Mallett | 2002-10-05 | 1 | -1/+1 |
| * | style(9) <machine/setjmp.h> headers so they look mostly the same. | Mike Barcroft | 2002-10-04 | 1 | -7/+9 |
| * | Clean up ddb warnings/errors and enable in GENERIC | Peter Grehan | 2002-10-04 | 1 | -1/+1 |
| * | PIC_GOTOFF is OBE. | Peter Wemm | 2002-09-23 | 1 | -3/+0 |
| * | Be careful not to define GCC-specific optimizations in the non-GCC | Mike Barcroft | 2002-09-23 | 1 | -2/+11 |
| * | Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC. | Peter Grehan | 2002-09-19 | 1 | -6/+0 |
| * | psim device support | Peter Grehan | 2002-09-19 | 1 | -0/+1 |
| * | <machine/types.> -> <sys/types.h> | Peter Grehan | 2002-09-19 | 1 | -1/+1 |