Age | Commit message (Expand) | Author |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-01-27 | Unbreak the top macros. I guess they had never been used before. | Miod Vallat |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2000-12-28 | Define UADDR not as fixed address, but rather as what it really is: | Miod Vallat |
2000-09-09 | Make pmax work again after ericj's changes to ecoff execution stuff. | Miod Vallat |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-07-04 | Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ok... | Mats O Jansson |
1999-08-20 | change MIPSE{B|L} to __MIPSE{B|L}__. -moj | Mats O Jansson |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-03-28 | inclusion protection; fries | Theo de Raadt |
1999-01-26 | pmax is also mips based | imp |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp |
1998-09-15 | Real trapframe and no more __FORK_BRAINDAMAGE | Per Fogelstrom |
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright |
1998-05-22 | include <machine/locore.h> instead of <pmax/locore.h> - this should solve | Thomas Graichen |
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | Todd C. Miller |
1998-05-17 | bus.h from NetBSD, does not implement OpenBSD extensions yet. | Todd C. Miller |
1998-05-10 | oops, bounds_check_with_label is already proto'd in sys/disklabel.h | Todd C. Miller |
1998-05-10 | prototype bounds_check_with_label | Todd C. Miller |
1998-05-10 | 1) It's a 'lun' not a 'slave' | Todd C. Miller |
1998-05-09 | drop MAXPARTITIONS back to 8 until we have 16 partition support | Todd C. Miller |
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller |
1998-05-08 | remove conflicting decl of switch_exit | Todd C. Miller |
1998-05-08 | use what we can from mips/include | Todd C. Miller |
1998-05-08 | use generic mips ansi.h | Todd C. Miller |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller |
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-07 | set a useful default for NKMEMCLUSTERS here so that we no longer need | Thomas Graichen |
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-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen |
1997-05-11 | Allow setting of ABICALLS outside file | Per Fogelstrom |
1997-05-02 | changes to make libkvm.old build again on the pmax | Thomas Graichen |
1997-05-02 | add posix 1003b types (from NetBSD) - why everyone who does something | Thomas Graichen |
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller |
1997-03-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen |
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen |
1997-01-13 | <pmax/xxx> -> <machine/xxx> | Thomas Graichen |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-12-22 | bring back all the local OpenBSD changes to the pmax tree since 961107 | Thomas Graichen |