Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-03-31 | Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code. | Jason Downs | |
Compiles, but untested for lack of hardware. | |||
1997-02-12 | The original disklabel code from dale had an unaligned-aligned problem | Theo de Raadt | |
in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well. | |||
1997-02-10 | make it work | Theo de Raadt | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-06-11 | use void * for pa/va instead of caddr_t | Theo de Raadt | |
1996-05-29 | add stuff for generic boot | chuck | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-19 | move RB_NOSYM here. | chuck | |
1996-05-16 | add two more defines for the way the bug "NBO" command passes in args | chuck | |
add network boot and cputyp to bugargs (for new bootblocks) | |||
1996-05-10 | add constants so that we can remove "m68k/m88k" directories from bugcrt. | chuck | |
1996-05-10 | add some documentation | chuck | |
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid' | |||
1996-05-07 | idea by chuck to make libbug MI | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add _MACHINE & _MACHINE_ARCH | Theo de Raadt | |
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-11-28 | on the '040, do not cache write+exec pages for sunos processes. SunOS ld.so | Theo de Raadt | |
is unaware of split I/D caches, and hence messes up. patch by niklas | |||
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-10-22 | crank NMBCLUSTERS | Theo de Raadt | |
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |