Age | Commit message (Expand) | Author |
2001-05-26 | Add one more '0' in comment. | Artur Grabowski |
2001-05-25 | Implement PMAP_MAP_POOLPAGE. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-03-29 | Add OpenBSD tag to headers missing them. | Dale Rahn |
2001-03-29 | bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, not | Dale Rahn |
2001-03-29 | Make several global variables referenced as extern, not common. | Dale Rahn |
2001-03-29 | Update to newer version from Nbsd. Add OpenBSD tag. | Dale Rahn |
2001-03-21 | __va_list is specified differently with the powerpc ABI than it is on | Dale Rahn |
2001-03-14 | Support shared disks with MacOS. This is only one of the pieces of | Dale Rahn |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-02-22 | Improve the page mapped check algorithm in the powerpc pmap module, | Dale Rahn |
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn |
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn |
2001-01-24 | Optimization base on looking at generated asm code. | Dale Rahn |
2001-01-24 | Always do MACHINE_NEW_NONCONTIG, not based on UVM or not. | Dale Rahn |
2001-01-24 | Remove block of "#if 0"ed code. | Dale Rahn |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |
2000-11-11 | Add bus_space_barrier code to powerpc bus.h. This portion of the | Dale Rahn |
2000-09-14 | crank MSGBUFSIZE | Theo de Raadt |
2000-09-06 | Add header file for adb subsystem. | Dale S. Rahn |
2000-08-03 | Fixes to bus dmamem code. | Dale S. Rahn |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-28 | Dont force htab size to be fixed size, allow system to define size. | Dale S. Rahn |
2000-07-07 | Since it is possible for the interrupt controller to be configured late | Dale S. Rahn |
2000-07-07 | Additional bus defines, required to build ahc driver. ahc not quite working | Dale S. Rahn |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson |
2000-06-13 | Add dewey and SOD information to this header file, for ELF ld.so | Dale S. Rahn |
2000-03-31 | add support for intrcnt from "C", make CLK_IRQ available | Dale S. Rahn |
2000-03-20 | Make float.h and limits.h agree for DBL_MIN and DBL_MAX. | Dale S. Rahn |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-03 | Define missed when the intial bus_dma code was checked in. | Dale S. Rahn |
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn |
2000-01-14 | UVM changes mainly. As of this checkin UVM is still not working for powerpc | Dale S. Rahn |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
1999-11-28 | Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpc | Dale S. Rahn |
1999-11-09 | autoconf.h | Dale S. Rahn |
1999-10-26 | Fix inline function decls to work with C++. | Jason Downs |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski |
1999-07-05 | header file changes for recent powerpc changes. | Dale S. Rahn |
1999-06-13 | Transitional va-ppc.h that works with both egcs and gcc-2.8. It may | Dale S. Rahn |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-03-23 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller |
1999-03-12 | Additional pic related change, not currently used by powerpc port. | Dale S. Rahn |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller |
1998-10-09 | Workaround for wscons support, this is how this was done on alpha, | Dale S. Rahn |