Age | Commit message (Expand) | Author |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
1999-10-26 | Fix inline function decls to work with C++. | Jason Downs |
1999-08-11 | Add a slew of new bus_*_region_* functions | Niklas Hallqvist |
1999-08-11 | define ALIGNED_POINTER | Niklas Hallqvist |
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-01-26 | Arc is mips based, not m68k based | imp |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be *s... | Todd C. Miller |
1998-05-05 | First cut at joy.c port from i386 | imp |
1998-03-16 | DDB. | Per Fogelstrom |
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 |
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 |
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 |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
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 |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller |
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 |
1997-04-10 | Attempt to clean up local devices. | Per Fogelstrom |
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 |
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 |
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 |
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 |