Age | Commit message (Expand) | Author |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-08-30 | replace "" with "oldscsibus" in oldscsibus_cd. -moj | Mats O Jansson |
1999-08-20 | change MIPSE{B|L} to __MIPSE{B|L}__. -moj | Mats O Jansson |
1999-08-20 | needs <scsi/cd.h> -moj | Mats O Jansson |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner |
1999-05-22 | pr/796 applied fix from Urazmetov Wasilx <Wasilx@forest.ihep.su> -moj | Mats O Jansson |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-03-28 | inclusion protection; fries | Theo de Raadt |
1999-02-24 | add release kernels and friends | Jason Wright |
1999-01-26 | pmax is also mips based | imp |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-08 | check for lp->d_secpercyl == 0) in bounds_check_with_label() | Todd C. Miller |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt |
1998-11-21 | return -1 for mmap stub, not 0; mrg@netbsd.org | Todd C. Miller |
1998-11-21 | return -1 for negative mmap offset; mrg@netbsd.org | Todd C. Miller |
1998-11-09 | Add ramdisk support for pmax; untested but compiles | Todd C. Miller |
1998-10-16 | revert pmax machdep.c too (Warner missed this one) | Todd C. Miller |
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp |
1998-10-04 | remove default partition table code, disklabel can do a far better job than t... | Todd C. Miller |
1998-10-04 | DIOCGPDINFO support | Todd C. Miller |
1998-10-04 | make sure there is a reasonable 'c' partition | Todd C. Miller |
1998-10-04 | pmax kernels have problems with -O2 so use -O | Todd C. Miller |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-09-30 | Fix ERESTART bug introduced with trapframes | Per Fogelstrom |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries |
1998-09-17 | o missed ifmedia update | Jason Wright |
1998-09-15 | Real trapframe and no more __FORK_BRAINDAMAGE | Per Fogelstrom |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-12 | reference ${PMAX} instead of assuming you can get to the source tree via ".." | Todd C. Miller |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt |
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright |
1998-05-22 | include <machine/locore.h> instead of <pmax/locore.h> - this should solve | Thomas Graichen |
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | Todd C. Miller |
1998-05-17 | bus.h from NetBSD, does not implement OpenBSD extensions yet. | Todd C. Miller |
1998-05-12 | typo | Todd C. Miller |
1998-05-11 | Don't print 'unknown media code' for tapes as we know what they are, they are... | Todd C. Miller |
1998-05-10 | oops, bounds_check_with_label is already proto'd in sys/disklabel.h | Todd C. Miller |
1998-05-10 | prototype bounds_check_with_label | Todd C. Miller |
1998-05-10 | 1) 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-09 | updates from NetBSD. Now probes for geometry and makes decent fictious labels | Todd C. Miller |
1998-05-09 | drop MAXPARTITIONS back to 8 until we have 16 partition support | Todd C. Miller |
1998-05-08 | remove cpu_exec_ecoff_hook and cpu_exec_ecoff_setregs as mips/cpu_ecoff.c has... | Todd C. Miller |
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller |
1998-05-08 | add missing cast | Todd C. Miller |