| Commit message (Expand) | Author | Age | Files | Lines |
* | Put raidframe in the attic. |  jsing | 2012-04-06 | 1 | -3481/+0 |
* | Eliminate redundant buf validation checks in xxstrategy() methods now |  matthew | 2011-07-06 | 1 | -2/+2 |
* | remove stupid casts, ok deraadt |  tedu | 2011-06-21 | 1 | -4/+4 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -16/+1 |
* | Get rid of the wlabel argument to bounds_check_with_label(). It's |  matthew | 2011-06-03 | 1 | -6/+4 |
* | Make RAIDFRAME compile |  pea | 2011-04-14 | 1 | -2/+2 |
* | The only sensible argument for VOP_* calls that take a struct proc pointer is |  oga | 2010-09-23 | 1 | -7/+7 |
* | 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 |
* | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 2010-06-26 | 1 | -2/+1 |
* | missing dkio.h includes; ok krw@ |  naddy | 2010-05-23 | 1 | -1/+2 |
* | Make raidframe compile after recent #include rectification. Noted by |  krw | 2010-04-23 | 1 | -1/+2 |
* | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 2010-04-23 | 1 | -3/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | catch up to readdisklabel API change; tested by matthieu |  deraadt | 2009-08-25 | 1 | -10/+8 |
* | The only value that d_npartitions should have is MAXPARTITIONS. |  krw | 2009-05-21 | 1 | -2/+2 |
* | Correct cases of mishandling of pending reads and writes to prevent |  beck | 2008-07-23 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Don't bypass partition bounds check for RAW_PART. We now guarantee that |  krw | 2008-06-15 | 1 | -8/+7 |
* | Add DIOCRLDINFO support. |  krw | 2008-03-26 | 1 | -1/+10 |
* | Change XXgetdisklabel() to the 'normal' four parameter model to |  krw | 2008-03-24 | 1 | -6/+6 |
* | Oops. Stray debug printf snuck in. |  krw | 2007-11-05 | 1 | -2/+1 |
* | Fix some cpu_switchto fallout. Reading disklabels to find raid |  krw | 2007-11-05 | 1 | -37/+23 |
* | The obvious bzero/memset -> M_ZERO changes. |  krw | 2007-09-09 | 1 | -16/+7 |
* | Remove raidmakedisklabel(). The only invocation was commented out in |  krw | 2007-06-23 | 1 | -25/+1 |
* | b_cylinder does not need to be set on the callpath down into drivers. |  deraadt | 2007-06-20 | 1 | -18/+10 |
* | Bring raidgetdisklabel() into line with all other drivers by passing |  krw | 2007-06-12 | 1 | -14/+16 |
* | all drivers should spoof version 1 labels |  deraadt | 2007-06-08 | 1 | -2/+3 |
* | Type of raidsize is now daddr64_t, not int. Fixes compile. |  krw | 2007-06-07 | 1 | -3/+3 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -6/+6 |
* | use six new macros to access & store the 48-bit disklabel fields related |  deraadt | 2007-06-05 | 1 | -11/+11 |
* | CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in the |  krw | 2007-04-28 | 1 | -15/+11 |
* | Don't print the error strings returned by readdisklabel(). If you |  krw | 2007-02-15 | 1 | -2/+2 |
* | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -2/+2 |
* | Remove now unused zeroref member in cfattach structures. |  miod | 2006-01-21 | 1 | -8/+2 |
* | and remove a bogus free spotted after previous commit |  tedu | 2005-12-08 | 1 | -2/+1 |
* | missing free, spotted by greg oster |  tedu | 2005-12-08 | 1 | -1/+2 |
* | Fix botch accidentally introduced by me in my last commit here. |  pedro | 2005-11-10 | 1 | -2/+2 |
* | Correctly close RAID components. Fixes PR 4508, okay deraadt@ |  pedro | 2005-09-18 | 1 | -8/+5 |
* | don't hide the process context in rf_close_component(), since we may |  pedro | 2004-11-28 | 1 | -4/+2 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -2/+3 |
* | Do not fill more than the first three fields of cfdriver structures unless |  miod | 2004-01-14 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -8/+11 |
* | Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), until |  tdeval | 2003-01-19 | 1 | -7/+4 |
* | Major KNF. Incentive from Tedu |  tdeval | 2002-12-16 | 1 | -871/+854 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -8/+8 |
* | Remove those noisy informational messages from dmesg. |  tdeval | 2002-08-09 | 1 | -26/+33 |
* | Clean up hook cookies from shutdown hook. |  tdeval | 2002-08-05 | 1 | -1/+5 |
* | splbio protection for biodone() |  tdeval | 2002-05-28 | 1 | -12/+19 |