summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
1997-06-25Include usage notes in the rest of the endian.h files for consistancy.grr
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-05-24mvme88k will not make release, but just as well make the source as close asDale S. Rahn
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-07wrong placeTheo de Raadt
1997-04-07add cd9660 spoofing and repair partition offset/block offset stuffTheo de Raadt
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1997-03-21Yet more DDB type correctnessNiklas Hallqvist
1997-03-03When importing a tree, make certain that a bunch of garbage isn't left around.Dale S. Rahn
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn
1997-03-03Second try at importing the mvme88k port. This is a working kernelDale S. Rahn
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale S. Rahn
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-15add kernel_text symbol (just like other archs)Michael Shalayeff
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-16do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock u...kstailey
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-19random device is permanent now.Michael Shalayeff
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, eri...Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
1996-04-24Add network config dependencies.Michael Shalayeff
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
1996-03-24Use __asm in place of asmThorsten Lockert
1996-03-24Provide empty __warn_references() when we are not running GCCThorsten Lockert
1996-01-12SIGBUS is an alignment fault. SIGSEGV is an access violationTheo de Raadt
1996-01-05ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd p...Theo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05Third try at importing the mvme88k port. This is a working kernelTheo de Raadt