Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-05 | De-register | Miod Vallat | |
2003-09-16 | Remove unused material from include files, as well as the annoying U() macro | Miod Vallat | |
which is only used to obfuscate things. Doing this points out that the BUG memory is not at the same address on 187 and 197 (the 197 BUG is inside obio), so provide distinct constants, and treat 187 and 197 slightly differently in pmap_bootstrap(). However, we now need to map the 197 flash memory as well... While there, simplify and constify pmap_table_build() and its associated data. | |||
2003-01-14 | Define exception vector tables as assembly source, with the appropriate | Miod Vallat | |
macros, rather than include files - no need to pollute <machine/> area... | |||
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat | |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat | |
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop. | |||
2001-12-25 | Oops, macros from the wrong tree escaped. | Miod Vallat | |
2001-12-22 | Bring in PSR bit definitions. | Steve Murphree | |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat | |
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly. | |||
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree | |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat | |
2001-10-28 | Use the same pipeline flush instruction everywhere. | Miod Vallat | |
2001-09-21 | Don't protect useful macro definitions with #ifdef _LOCORE, as libc needs | Miod Vallat | |
some of them. | |||
2001-08-24 | Define the usual <machine/asm.h> macros, for convenience of .S parts. | Miod Vallat | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-05-20 | assym.s -> assym.h | Miod Vallat | |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat | |
2001-02-01 | Major changes to get MVME188 working. More header and code cleanups. The | Steve Murphree | |
kernel is tested on MVME188A/2P256 and MVME188A/1P64. | |||
2001-01-14 | Complete move to UVM virtual memory system. More header fixes. | Steve Murphree | |
1999-09-27 | Adding support for MVME188 and MVME197 | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k kernel. | Steve Murphree | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-03 | Cleanup after import. This also seems to bring up the current version. | Dale S. Rahn | |
1997-03-03 | This is a remove to get rid of the old mvme88k port which was incomplete | Dale S. Rahn | |
to replace it with a working version. The kernel compiles and works at least. The new version will be imported shortly. | |||
1995-10-18 | initial 88k import; code by nivas and based on mach luna88k | Theo de Raadt | |