Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
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-10-04 | remove default partition table code, disklabel can do a far better job than ↵ | Todd C. Miller | |
the kernel in this | |||
1998-10-04 | DIOCGPDINFO support | Todd C. Miller | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright | |
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | 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 | 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-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-02-26 | 150ms delay | Theo de Raadt | |
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 | 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-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-07-07 | let the bootup output fit into 80 columns and make more look like the | Thomas Graichen | |
one for wd and sd drives | |||
1997-07-07 | fix typo ... i hope i got the right one (3 vs. 2) | Thomas Graichen | |
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-05-22 | this should hopefully fix problems with scsi based hangs on 2100 and | Thomas Graichen | |
3100 machines (thanks to michael hitch from NetBSD) | |||
1997-05-21 | fix problem with screensize under x on 5000/25 (originally from NetBSD | Thomas Graichen | |
diff submitted by Jan Mueller <jan.mueller@tu-harburg.d400.de>) | |||
1997-02-01 | nicer output at bootup (before it was somewhat garbled) | Thomas Graichen | |
1997-01-13 | type change to make it compile on the pmax of now | Thomas Graichen | |
1996-12-22 | bring back all the local OpenBSD changes to the pmax tree since 961107 | Thomas Graichen | |
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-) | |||
1996-12-22 | update the pmax stuff to NetBSD 961107 - this version i got somehow | Thomas Graichen | |
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-10-28 | Fix d_done prototype | Niklas Hallqvist | |
1996-10-23 | An empty arglist is called __P((void)) not __P(()) | Niklas Hallqvist | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-01-16 | update from netbsd | Theo de Raadt | |
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1995-12-30 | located in /sys/dev now | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-12-15 | u_int32_t instead of u_long for pixels, to match rcons change | Theo de Raadt | |
1995-12-14 | update from netbsd (verbatim) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |