| Commit message (Expand) | Author | Age | Files | Lines |
* | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 2017-05-04 | 1 | -2/+2 |
* | Remove last two 'uses' of d_subtype in tree. No point in setting |  krw | 2015-08-12 | 1 | -2/+1 |
* | Format string fixes and removal of -Wno-format for arm kernels. |  miod | 2014-05-08 | 1 | -2/+2 |
* | replace disksort with bufqs. |  dlg | 2013-11-11 | 1 | -11/+7 |
* | Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET() |  krw | 2013-10-29 | 1 | -2/+5 |
* | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to |  krw | 2013-10-20 | 1 | -2/+2 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -5/+5 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -8/+1 |
* | Eliminate redundant buf validation checks in xxstrategy() methods now |  matthew | 2011-07-06 | 1 | -18/+10 |
* | Use disk_lock_nointr() in the xxclose() routines so that they cannot |  deraadt | 2011-06-19 | 1 | -6/+2 |
* | Use disk_lock/disk_unlock directly and in the same way in these drivers, |  deraadt | 2011-06-19 | 1 | -10/+8 |
* | Get rid of the wlabel argument to bounds_check_with_label(). It's |  matthew | 2011-06-03 | 1 | -2/+2 |
* | - missing semicolon from r@undefined.ch |  jasper | 2010-09-24 | 1 | -2/+2 |
* | Add DIOCGPDINFO to drivers that were lacking it. Where there |  krw | 2010-09-22 | 1 | -1/+6 |
* | 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 | -4/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -2/+2 |
* | Fix after readdisklabel() change. |  kili | 2009-08-18 | 1 | -9/+10 |
* | Revert bufq's. this is inline with the major midlayer reverts that |  thib | 2009-06-17 | 1 | -4/+6 |
* | remove variable left behind by thib |  deraadt | 2009-06-04 | 1 | -2/+2 |
* | add a flexible buffer queue (bufq) api, based on the never used |  thib | 2009-06-03 | 1 | -5/+3 |
* | 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 | -12/+7 |
* | all drivers should spoof version 1 labels |  deraadt | 2007-06-08 | 1 | -1/+2 |
* | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no |  deraadt | 2007-06-07 | 1 | -7/+3 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -4/+4 |
* | 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 | -7/+1 |
* | Don't print the error strings returned by readdisklabel(). If you |  krw | 2007-02-15 | 1 | -3/+4 |
* | Initial NAND flash support for Zaurus, not enabled yet; prodded by many. |  uwe | 2006-11-25 | 1 | -0/+1099 |