summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
AgeCommit message (Expand)Author
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-07-12reference ${PMAX} instead of assuming you can get to the source tree via ".."Todd C. Miller
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-05-22include <machine/locore.h> instead of <pmax/locore.h> - this should solveThomas Graichen
1998-05-18new cpureg.h from NetBSD plus modifications to use the changed macro namesTodd C. Miller
1998-05-17bus.h from NetBSD, does not implement OpenBSD extensions yet.Todd C. Miller
1998-05-12typoTodd C. Miller
1998-05-11Don't print 'unknown media code' for tapes as we know what they are, they are...Todd C. Miller
1998-05-10oops, bounds_check_with_label is already proto'd in sys/disklabel.hTodd C. Miller
1998-05-10prototype bounds_check_with_labelTodd C. Miller
1998-05-101) It's a 'lun' not a 'slave'Todd C. Miller
1998-05-09#include <pmax/foo.h> -> #include <machine/foo.h>Todd C. Miller
1998-05-09updates from NetBSD. Now probes for geometry and makes decent fictious labelsTodd C. Miller
1998-05-09drop MAXPARTITIONS back to 8 until we have 16 partition supportTodd C. Miller
1998-05-08remove cpu_exec_ecoff_hook and cpu_exec_ecoff_setregs as mips/cpu_ecoff.c has...Todd C. Miller
1998-05-08can't use common mips cpu.h yetTodd C. Miller
1998-05-08add missing castTodd C. Miller
1998-05-08remove conflicting decl of switch_exitTodd C. Miller
1998-05-08use what we can from mips/includeTodd C. Miller
1998-05-08add subtype 'mips' to machine lineTodd C. Miller
1998-05-08use generic mips ansi.hTodd C. Miller
1998-05-07Write disk label in canonical location, do not scan. With this changeTodd C. Miller
1998-05-07readdisklabel: Look for label in the correct place (LABELSECTOR + LABELOFFSET)Todd C. Miller
1998-05-07Replace bogus check for partition existence with hp300-like one.Todd C. Miller
1998-05-07don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the gen...Todd C. Miller
1998-05-07if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bailTodd C. Miller
1998-05-06setdisklabel:Todd C. Miller
1998-04-02uudecode and install bootblocks -mojMats O Jansson
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-19import the pmax bootblocks uuencoded until someone fixes the bootThomas Graichen
1998-03-16raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortageThomas Graichen
1998-03-05add OpenBSD tagMats O Jansson
1998-03-05please gcc 2.8Mats O Jansson
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-02-26150ms delayTheo de Raadt
1998-01-29add support for disks and tapes on a second scsi controller (asc1)Thomas Graichen
1998-01-28ok - now the full and correct patch for this problem - thanks again toThomas Graichen
1998-01-19this hack should fix the date/time problem i (and i think othersThomas Graichen
1998-01-19fix typo which prevented the xserver on some pmax from workingThomas Graichen
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-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-02kill ESRCH in writedisklabel()Theo de Raadt
1997-09-21Add missing #ifdef DEBUG statements so we can build a kernel withTodd C. Miller
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