| Age | Commit message (Expand) | Author |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-09-01 | Sync with i386/include/bus.h. | sakamoto |
| 1998-09-01 | Eliminate ovbcopy define. | sakamoto |
| 1998-08-24 | vm_offset_t --> [pv]addr_t. | sakamoto |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-07-18 | Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use | is |
| 1998-07-07 | Use fixed-size types. | thorpej |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-09 | add address conversion macro for MPC105 and some fix. | sakamoto |
| 1998-06-09 | Add UVM support. | sakamoto |
| 1998-06-03 | Remove the _cookie member of the DMA tag; it's not used by anything. (This | thorpej |
| 1998-06-03 | Sync w/ i386 port: | thorpej |
| 1998-05-28 | Use new PowerPC-generic stuff(sys/arch/powerpc). | sakamoto |
| 1998-05-25 | If any of _ANSI_SOURCE, _POSIX_C_SOURCE or _XOPEN_SOURCE are defined, don't | kleink |
| 1998-04-29 | Pull in opt_gateway.h as appropriate. | thorpej |
| 1998-04-27 | Provide definitions for intptr_t and uintptr_t, signed resp. unsigned integral | kleink |
| 1998-04-15 | "spkr" is now MI. Keep this file for compatibility. | drochner |
| 1998-04-15 | spkr stuff is now in sys/conf.h | drochner |
| 1998-03-26 | tell drivers that this port knows about the new wscons code | sakamoto |
| 1998-03-26 | Add bus_space_copy_region_N(). | sakamoto |
| 1998-02-18 | Sync with powerpc/include/vmparam.h; removes some things which are not used. | mycroft |
| 1998-02-18 | Minor changes to make all the float.h files match. | mycroft |
| 1998-02-12 | Sync with powerpc/include/endian.h | sakamoto |
| 1998-02-12 | Sync with powerpc/include/ansi.h | sakamoto |
| 1998-02-04 | Change "__BUS_SPACE_NEED_STREAM_METHODS" to "__BUS_SPACE_HAS_STREAM_METHODS". | sakamoto |
| 1998-02-04 | Add offset and length parameters to bus_dmamap_sync(), used for specifiying | thorpej |
| 1998-02-04 | Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int, | thorpej |
| 1998-02-04 | Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to | thorpej |
| 1998-02-03 | Correct copyright notice. | sakamoto |
| 1998-02-03 | Add bus_space_{read,write,set}_{,multi,region}_stream_{2,4,8}(). | sakamoto |
| 1998-02-03 | remove unnecessary cast. | sakamoto |
| 1998-02-03 | Prototype __flt_rounds() consistently. | mycroft |
| 1998-02-02 | Eliminate __BROKEN_INDIRECT_CONFIG | sakamoto |
| 1998-01-19 | Add btinfo_clock for BUS FREQ information. | sakamoto |
| 1998-01-16 | Data structures passed from the boot loader to the kernel | sakamoto |
| 1998-01-12 | add The Be interrupt controller setmask function(bebox_intr_mask). | sakamoto |
| 1998-01-09 | multiple include protect machine/limits.h, fixes pr 4473 (from Mika Nystrom) | perry |
| 1998-01-05 | RCSID Police. | perry |
| 1998-01-03 | Now that all ports have pmap_activate(), and it has an identical interface, | thorpej |
| 1998-01-02 | Implement pmap_activate(). | thorpej |
| 1997-12-18 | use pmap.c of port-powerpc. | sakamoto |
| 1997-12-12 | add bus_space_{read,write}_multi_N macros | sakamoto |
| 1997-12-11 | fix wrong variable declaration | sakamoto |
| 1997-12-11 | add ins/outs macros | sakamoto |
| 1997-12-11 | change order of interrupt description bit | sakamoto |
| 1997-12-01 | add bus_space_subregion macro. | sakamoto |
| 1997-11-27 | remove/import software interrupt model and external interrupt handler | sakamoto |
| 1997-11-23 | Add _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_; do some space vs. tab formatting | kleink |
| 1997-11-05 | Mark uses of long long with /* LONGLONG */ for lint. From | thorpej |
| 1997-11-05 | asm volatile -> __asm__ __volatile | thorpej |