summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Expand)Author
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-26callout.h is goneTheo de Raadt
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-03$OpenBSD$Todd T. Fries
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-09-11We do not use the ed driver anymoreNiklas Hallqvist
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-29Move all config files forwrd wrt IDE & dp8390 devicesNiklas Hallqvist
1999-08-15listen to COPTSNiklas Hallqvist
1999-08-15esym is needed for ksymsNiklas Hallqvist
1999-08-12Switchover to new IDE framework, and do away with ed finallyNiklas Hallqvist
1999-08-12Kernel that fits on a floppy, useful for diskless systemsNiklas Hallqvist
1999-08-11Add a slew of new bus_*_region_* functionsNiklas Hallqvist
1999-08-11define ALIGNED_POINTERNiklas Hallqvist
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
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-30Remove various kludges I did to get rpc44 working.imp
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
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-14o include ch.h so that NCH is definedimp
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-30Fix ERESTART bug introduced with trapframesPer Fogelstrom
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
1998-09-15Real trapframe and no more __FORK_BRAINDAMAGEPer Fogelstrom
1998-08-30Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be *s...Todd C. Miller
1998-08-29typo in ksyms spec, add ch tooNiklas Hallqvist
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-13Make compile when DEBUG and DIAGNOSTIC aren't defined.imp
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-05-06Add joy device to conf.c at minor 26 to match i386 portimp
1998-05-05Add commented out joy0 to generic, per i386 portimp
1998-05-05First cut at joy.c port from i386imp
1998-05-05Config file for my rPC44imp
1998-05-03First stab at defining virtual space for rPC44 for X11imp
1998-03-25flush -> syncPer Fogelstrom