| Commit message (Expand) | Author | Age | Files | Lines |
* | kill mcd dead. ok krw matthew millert thib |  tedu | 2011-06-26 | 1 | -1766/+0 |
* | Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9) |  matthew | 2011-06-20 | 1 | -50/+8 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -8/+1 |
* | Get rid of the wlabel argument to bounds_check_with_label(). It's |  matthew | 2011-06-03 | 1 | -3/+2 |
* | Fix two compile errors in mcd(4) due to bitrot: |  matthew | 2011-06-03 | 1 | -10/+5 |
* | All users of physio(9) now pass NULL as the buf pointer argument, so |  matthew | 2010-09-22 | 1 | -3/+3 |
* | Store a struct device pointer within struct disk and populate this when |  jsing | 2010-09-08 | 1 | -2/+2 |
* | Garbage collect struct dkdriver. |  matthew | 2010-08-28 | 1 | -4/+1 |
* | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 2010-04-23 | 1 | -3/+1 |
* | - fix format strings for values that are daddr64_t |  jasper | 2009-08-24 | 1 | -5/+5 |
* | Needs explicit <sys/malloc.h> include; Georg Schwarz |  miod | 2008-11-27 | 1 | -1/+2 |
* | Don't bypass partition bounds check for RAW_PART. We now guarantee that |  krw | 2008-06-15 | 1 | -3/+2 |
* | b_cylinder does not need to be set on the callpath down into drivers. |  deraadt | 2007-06-20 | 1 | -14/+7 |
* | avoid modification race in DIOCRLDINFO; ok krw miod |  deraadt | 2007-06-18 | 1 | -3/+7 |
* | all drivers should spoof version 1 labels |  deraadt | 2007-06-08 | 1 | -1/+2 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -10/+10 |
* | use six new macros to access & store the 48-bit disklabel fields related |  deraadt | 2007-06-05 | 1 | -3/+3 |
* | Don't initialize d_partitions[RAW_DISK] just before calling |  krw | 2007-06-01 | 1 | -6/+1 |
* | move bcd tables to the only place that uses them (the unused mcd driver); |  deraadt | 2007-05-04 | 1 | -1/+29 |
* | MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o. |  krw | 2007-04-29 | 1 | -18/+12 |
* | Zap D_REMOVABLE flag from disklabel. If you didn't already know that |  krw | 2006-09-26 | 1 | -2/+1 |
* | RAW_PART p_size on floppies and mcd's should be in sectors. |  krw | 2006-08-13 | 1 | -3/+2 |
* | Nuke dk_establish(), no longer used. |  miod | 2006-03-15 | 1 | -3/+1 |
* | Silence mcd during probe, as in 1.13 but accidentally lost in 1.24. |  miod | 2006-03-10 | 1 | -3/+2 |
* | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. |  miod | 2006-03-09 | 1 | -3/+1 |
* | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that |  miod | 2006-03-09 | 1 | -1/+3 |
* | remove last traces of __BROKEN_INDIRECT_CONFIG. |  brad | 2006-01-02 | 1 | -10/+1 |
* | Fix a disk_unbusy() that was missing the 3rd argument; Georg Schwarz |  millert | 2004-05-01 | 1 | -2/+3 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -2/+2 |
* | Some easy strcpy elimination. |  krw | 2003-04-06 | 1 | -3/+3 |
* | More splbio around biodone protection. |  art | 2002-05-24 | 1 | -1/+5 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -42/+42 |
* | new timeouts; compiles |  mickey | 2000-11-11 | 1 | -4/+8 |
* | support DIOCRLDINFO |  deraadt | 1999-08-10 | 1 | -1/+5 |
* | make DIOCGPDINFO equivalent to DIOCGDINFO for cd's |  millert | 1998-10-05 | 1 | -8/+2 |
* | Add DIOCGPDINFO support |  millert | 1998-10-04 | 1 | -28/+19 |
* | Add a "spoofonly" argument to readdisklabel() which will be used to |  millert | 1998-10-03 | 1 | -2/+2 |
* | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> |  provos | 1998-04-26 | 1 | -58/+146 |
* | use libkern's bcd convs |  mickey | 1997-11-30 | 1 | -19/+3 |
* | avoid "no disklabel" error messages |  deraadt | 1997-10-18 | 1 | -2/+2 |
* | <sys/types.h> OR <sys/param.h>, BUT NOT both |  mickey | 1997-09-29 | 1 | -2/+1 |
* | Change the bounds_check_with_label API to also take a cpu_disklabel |  niklas | 1997-08-08 | 1 | -1/+2 |
* | readdisklabel() with correct dev_t |  deraadt | 1997-01-04 | 1 | -6/+9 |
* | call readdisklabel() in the same fashion as sd.c does |  deraadt | 1996-12-05 | 1 | -7/+19 |
* | silent probe, silent attach; netbsd pr#2108, mike.long@analog.com |  deraadt | 1996-09-20 | 1 | -1/+3 |
* | enqueue eject for mcdclose() |  deraadt | 1996-06-10 | 1 | -3/+8 |
* | support MTIOCTOP's MTOFFL to mean "eject" |  deraadt | 1996-06-09 | 1 | -1/+6 |
* | all ports have dk_establish() |  deraadt | 1996-06-01 | 1 | -1/+3 |
* | silence getresult during probe |  deraadt | 1996-05-27 | 1 | -2/+4 |
* | sync 0521 |  deraadt | 1996-05-26 | 1 | -2/+3 |