summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc
AgeCommit message (Expand)Author
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-03$OpenBSD$Todd T. Fries
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas 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-02-01Set fifo tresholdsPer Fogelstrom
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-08global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
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-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-19partition name changeTheo de Raadt
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-01-11disklabel spoofing for FAT32.Niels Provos
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-10-23correct obj buildingTheo de Raadt
1997-10-02no more ESRCH in writedisklabel()Theo de Raadt
1997-09-15kill Locore.cTheo de Raadt
1997-08-24New stuffPer Fogelstrom
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
1997-08-01new disklabel codePer Fogelstrom
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-31better version.Per Fogelstrom
1997-07-31link.h from arcPer Fogelstrom
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-21SCSI copy optimizationsPer Fogelstrom
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21New boot code that fits into the boot record with embedded label.Per Fogelstrom
1997-07-07heh, yet one more... comprobe1 call fixedNiklas Hallqvist
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