Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-11 | spelling; kleink | Theo de Raadt | |
1998-05-11 | do not convert write faults into vm system read+write faults | Theo de Raadt | |
1998-05-11 | compile if iov_base is void * | Theo de Raadt | |
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 | Nicer fix to the problems on different sun4m machines. | Artur Grabowski | |
from NetBSD-current 980505 | |||
1998-05-10 | Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines, don't | Theo de Raadt | |
swap on BE machines. The previous revision required a ntohs() in atm_output(), to work on LE machines. This was broken for BE machines; bouyer | |||
1998-05-10 | merge in newer netbsd changes | Theo de Raadt | |
1998-05-10 | 80386 specific fix for copyoutstr crossing a page boundary; ↵ | Theo de Raadt | |
drochner@zelux6.zel.kfa-juelich.de | |||
1998-05-10 | oops, bounds_check_with_label is already proto'd in sys/disklabel.h | Todd C. Miller | |
1998-05-10 | Add support for 425e. | Jason Downs | |
1998-05-10 | * Remove stupid, non-working ROM printf()s from apci.c | Jason Downs | |
* Add 425e autodetection. * Increment version number. | |||
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 | Add the new mc driver. | gene | |
1998-05-08 | Add psc.c and the new MACE driver. | gene | |
1998-05-08 | With the new psc framework, incorporate the driver for the AMD MACE ethernet | gene | |
found on Quadra/Centris AV models. Much of this done by Allen Briggs with porting to OpenBSD by me. | |||
1998-05-08 | New and much smarter handling of the PSC chip. | gene | |
Based on briggs' work with some by me. | |||
1998-05-08 | gotta sync pnpdevs | Theo de Raadt | |
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 | Added ym driver as one of the options | Constantine Sapuntzakis | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
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 | comment typo | Todd C. Miller | |
1998-05-08 | fix comments | Todd C. Miller | |
1998-05-08 | use generic mips ansi.h | Todd C. Miller | |
1998-05-08 | add _BSD_WINT_T_ like other ansi.h's | Todd C. Miller | |
1998-05-08 | Add support for RFC-comliant deflate protocol | 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 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-05-06 | setdisklabel: | Todd C. Miller | |
o extra sanity checks and support for invalidating old label like on other ports. | |||
1998-05-06 | Add joy device to conf.c at minor 26 to match i386 port | imp | |
1998-05-05 | more lun flakes; rh@vip.at, simonb@telstra.com.au | Theo de Raadt | |
1998-05-05 | check for invalid padding length, reported by Dan McDonald (Sun Microsystems) | Niels Provos | |
<danmcd@eng.sun.com> | |||
1998-05-05 | Add commented out joy0 to generic, per i386 port | imp | |
1998-05-05 | First cut at joy.c port from i386 | imp | |
1998-05-05 | Config file for my rPC44 | imp | |
1998-05-04 | Use cpuspeed (and hard coded values) to print clock speed on '040 models. | Jason Downs | |
1998-05-03 | First stab at defining virtual space for rPC44 for X11 | imp | |
1998-05-03 | Don't use option MADHATTER. It is rather silly, and there is no reason not | gene | |
to pull in the internal video mappings for these models. Includes support for internal video on the LC475, Centris and Quadras in the 600s, and Q800 and Q900 models. Poof. We support far more than NetBSD. |