Age | Commit message (Expand) | Author |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-01 | Properly identify the PBG4 keyboard, US keyboard at least. | Dale Rahn |
2001-06-29 | Add kbd info for iBook. -moj | Mats O Jansson |
2001-06-29 | header file include/define cleanup. commit N of many. | Dale Rahn |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-26 | Cleanup of interrupt configuration, move prototypes to header file, | Dale Rahn |
2001-06-26 | stub bus_space_{alloc,free} | Michael Shalayeff |
2001-06-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff |
2001-06-25 | config interfaces defines. | Dale Rahn |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-24 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn |
2001-06-24 | fpu function prototypes; | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |
2001-06-24 | More inlined function cleanup for -W strictness. | Dale Rahn |
2001-06-24 | More inline function clean for -W flags strictness. | Dale Rahn |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-06-24 | inlined function definition clean, in preparation of more strict -W warning | Dale Rahn |
2001-06-23 | Header file changes to support symbol loading just added. | Dale Rahn |
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn |
2001-06-10 | Post pmap_extract() changes cleanup. | Dale Rahn |
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 |