Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-05 | First cut at joy.c port from i386 | imp | |
1998-03-16 | DDB. | Per Fogelstrom | |
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips. | |||
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-01-29 | Wrong name | Per Fogelstrom | |
1998-01-28 | Moving around files for new mips arch layout | Per Fogelstrom | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1997-11-10 | DOH! conflicts from me | Niklas Hallqvist | |
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-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-24 | make this compile.. bad Per.. | Theo de Raadt | |
1997-09-23 | Make disksubr byte order independent. This code is now so generic that it | Per Fogelstrom | |
should be able to use it for i386, arc, powerpc, sgi, and more.... | |||
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-08-01 | move MACHINE_NONCONTIG to an include | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-05-11 | More profiling gunk... | Per Fogelstrom | |
1997-05-11 | Allow ABICALLS set outside file | Per Fogelstrom | |
1997-05-02 | One step towards working profiling | Per Fogelstrom | |
1997-04-30 | Our gas isn't ready for 64 bit constants used in expressions | Niklas Hallqvist | |
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
1997-04-19 | -Wall cleanup. | Per Fogelstrom | |
Change to new MI assym.h file generation. (genassym.cf) | |||
1997-04-10 | Attempt to clean up local devices. | Per Fogelstrom | |
Added support for new QED RT52x0 processors. | |||
1997-04-10 | additions & fixes from niklas & i | Theo de Raadt | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-03-26 | Replace "isa_io" with "bus". Not isa specific. | Per Fogelstrom | |
1997-03-23 | Adding more arches require more structuring and cleanup. More to come... | Per Fogelstrom | |
1997-03-12 | Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032. | Per Fogelstrom | |
Changes to io macros were done to handle sparse bus addressing dynamically. This is a first cut (rough). | |||
1997-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist | |
1997-02-06 | need a frame.h; empty for now; PR#74, gwen@rtmx.com | Theo de Raadt | |
1997-01-22 | pmap enter fixes for I/O mapping. | Per Fogelstrom | |
1997-01-19 | Ooops. This should have been committed along with pccons.c | Per Fogelstrom | |
1997-01-10 | Use "locore.S" versions of block io operations. | Per Fogelstrom | |
They handle unaligned memory references. | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |
1996-12-11 | Sync headers to ld.so for gdb/arc support | imp | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-17 | Remove unnecessary macros, what was I thinking? | Niklas Hallqvist | |
1996-10-06 | Fix dlfcn.h and link.h for arc port | Per Fogelstrom | |
1996-10-02 | Some changes to macros | Per Fogelstrom | |
1996-09-24 | add DOSPTYP_OPENBSD, like i386 port | Theo de Raadt | |
1996-09-21 | Disklabel on ARC has moved to sector 1 offset 0! BEWARE! | Per Fogelstrom | |
1996-09-20 | temp kludge until generic scsi is fixed | Per Fogelstrom | |