summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include
AgeCommit message (Expand)Author
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-08-11Add a slew of new bus_*_region_* functionsNiklas Hallqvist
1999-08-11define ALIGNED_POINTERNiklas Hallqvist
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-01-26Arc is mips based, not m68k basedimp
1999-01-21just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1998-08-30Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be *s...Todd C. Miller
1998-05-05First cut at joy.c port from i386imp
1998-03-16DDB.Per Fogelstrom
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-01-29Wrong namePer Fogelstrom
1998-01-28Moving around files for new mips arch layoutPer Fogelstrom
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
1998-01-11disklabel spoofing for FAT32.Niels Provos
1997-11-10DOH! conflicts from meNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-09-29DOSMBR_SIGNATURE, DOSACTIVE; weingartTheo de Raadt
1997-09-24make this compile.. bad Per..Theo de Raadt
1997-09-23Make disksubr byte order independent. This code is now so generic that itPer Fogelstrom
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-08-01move MACHINE_NONCONTIG to an includeTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
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-11More profiling gunk...Per Fogelstrom
1997-05-11Allow ABICALLS set outside filePer Fogelstrom
1997-05-02One step towards working profilingPer Fogelstrom
1997-04-30Our gas isn't ready for 64 bit constants used in expressionsNiklas Hallqvist
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-19-Wall cleanup.Per Fogelstrom
1997-04-10Attempt to clean up local devices.Per Fogelstrom
1997-04-10additions & fixes from niklas & iTheo de Raadt
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
1997-03-26Replace "isa_io" with "bus". Not isa specific.Per Fogelstrom
1997-03-23Adding more arches require more structuring and cleanup. More to come...Per Fogelstrom
1997-03-12Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032.Per Fogelstrom
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-06need a frame.h; empty for now; PR#74, gwen@rtmx.comTheo de Raadt
1997-01-22pmap enter fixes for I/O mapping.Per Fogelstrom
1997-01-19Ooops. This should have been committed along with pccons.cPer Fogelstrom
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
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