Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-17 | o missed ifmedia update | Jason Wright | |
o make sure the led blinker doesn't have any extra bits | |||
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 ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
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 | |
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk) | |||
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 ↵ | Todd C. Miller | |
are just not disks!; from NetBSD (simonb) | |||
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 | |
2) 16 partitions | |||
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 ↵ | Todd C. Miller | |
has those | |||
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller | |
1998-05-08 | add missing cast | Todd C. Miller | |
1998-05-08 | remove conflicting decl of switch_exit | Todd C. Miller | |
1998-05-08 | use what we can from mips/include | Todd C. Miller | |
1998-05-08 | add subtype 'mips' to machine line | Todd C. Miller | |
1998-05-08 | use generic mips ansi.h | Todd C. Miller | |
1998-05-07 | Write disk label in canonical location, do not scan. With this change | Todd C. Miller | |
you can now fix a label that is in the wrong place via: disklabel rz0 >! foo ; disklabel -R rz0 foo like disklabel says you can. | |||
1998-05-07 | readdisklabel: Look for label in the correct place (LABELSECTOR + LABELOFFSET) | Todd C. Miller | |
first and then fall back to scanning starting at LABELSECTOR. Previously it just did the scan. writedisklabel: Write label to the correct place (LABELSECTOR + LABELOFFSET) if disk is unlabelled. Previously it was written at LABELSECTOR which hosed bootblock writing (as the boot blocks would overwrite the label). | |||
1998-05-07 | Replace bogus check for partition existence with hp300-like one. | Todd C. Miller | |
Also remove warning when opening a partition that overlaps another, no one else does this. | |||
1998-05-07 | don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵ | Todd C. Miller | |
generic scsi system | |||
1998-05-07 | if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bail | Todd C. Miller | |
1998-05-06 | setdisklabel: | Todd C. Miller | |
o extra sanity checks and support for invalidating old label like on other ports. | |||
1998-04-02 | uudecode and install bootblocks -moj | Mats O Jansson | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-19 | import the pmax bootblocks uuencoded until someone fixes the boot | Thomas Graichen | |
code to compile (it never compiled in OpenBSD and i aslo couldn't find the sources NetBSD/pmax builds it's bootblocks from) pmax bootblocks should be rewritten anyway to be able to load elf kernels etc. | |||
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen | |
on fat kerneles (often reported in the last time) | |||
1998-03-05 | add OpenBSD tag | Mats O Jansson | |
1998-03-05 | please gcc 2.8 | Mats O Jansson | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-02-26 | 150ms delay | Theo de Raadt | |
1998-01-29 | add support for disks and tapes on a second scsi controller (asc1) | Thomas Graichen | |
-> originally from m. hitch -> tested by Andris Strazdins <andzs@latnet.lv> | |||
1998-01-28 | ok - now the full and correct patch for this problem - thanks again to | Thomas Graichen | |
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1998-01-19 | this hack should fix the date/time problem i (and i think others | Thomas Graichen | |
too :-) see since 1998 on their pmaxes - will check it this evening but it looks so trivial that it must work all this should be reworked to get rid of this stupid way of setting the time ... | |||
1998-01-19 | fix typo which prevented the xserver on some pmax from working | Thomas Graichen | |
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-10-02 | kill ESRCH in writedisklabel() | Theo de Raadt | |
1997-09-21 | Add missing #ifdef DEBUG statements so we can build a kernel with | Todd C. Miller | |
DIAGNOSTIC but without DEBUG. | |||
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. |