Age | Commit message (Expand) | Author |
2001-04-09 | A much tidier layout, from NetBSD. | Hugh Graham |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham |
2001-03-12 | Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600. | Hugh Graham |
2001-02-25 | Code to enable the cache on VS4000/VLC. From mhitch@netbsd.org. | Hugh Graham |
2001-02-25 | Provide both system sub type and system variant data for KA45 and KA48. | Hugh Graham |
2001-02-24 | Gone the vsbus route for now. | Hugh Graham |
2001-02-24 | Support for VAX 4000/{2,4,5}00 from Michael Kukat. untested. | Hugh Graham |
2001-02-06 | Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. | Hugh Graham |
2001-01-30 | Update with SIE data provided by: | Hugh Graham |
2001-01-28 | Basic support for boardtype 1303 (Cheetah) machines. | Hugh Graham |
2001-01-27 | g/c superfluous definitions. (millert ok) | Hugh Graham |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham |
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton |
2000-10-09 | some definitions; from netbsd | Brandon Creighton |
2000-10-09 | save the right info in struct md_coredump | Brandon Creighton |
2000-10-09 | - remove vmapbuf/vunmapbuf dummy macros (we have these now) | Brandon Creighton |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-04-27 | put vsbus_intr() prototype here so other vsbus devices can avail themselves | Brandon Creighton |
2000-04-27 | oops -- forgot to give this an $OpenBSD$ tag | Brandon Creighton |
2000-04-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller |
1998-03-01 | Make kernel compilable. -moj | Mats O Jansson |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-10-02 | indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you can | Niklas Hallqvist |
1997-10-02 | We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 again | Niklas Hallqvist |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson |
1997-08-30 | Since the previous one died... | Mats O Jansson |
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 | 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-05-29 | RCS tagging | Niklas Hallqvist |
1997-05-28 | Correct proto | Niklas Hallqvist |
1997-04-04 | Fix NTOHS and HTONS macros. | Todd C. Miller |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist |
1997-01-16 | Don't define MAXBSIZE here. -moj | Mats O Jansson |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson |
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-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |