Age | Commit message (Expand) | Author |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-06-21 | remove stupid casts, ok deraadt | Ted Unangst |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-04-14 | Make RAIDFRAME compile | pea |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-07-01 | the only thing left on the raidframe TODO list is to go away | Ted Unangst |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-23 | missing dkio.h includes; ok krw@ | Christian Weisgerber |
2010-04-23 | Make raidframe compile after recent #include rectification. Noted by | Kenneth R Westerback |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-25 | catch up to readdisklabel API change; tested by matthieu | Theo de Raadt |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-03-26 | Add DIOCRLDINFO support. | Kenneth R Westerback |
2008-03-24 | Change XXgetdisklabel() to the 'normal' four parameter model to | Kenneth R Westerback |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-05 | Oops. Stray debug printf snuck in. | Kenneth R Westerback |
2007-11-05 | Fix some cpu_switchto fallout. Reading disklabels to find raid | Kenneth R Westerback |
2007-09-09 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-06-23 | Remove raidmakedisklabel(). The only invocation was commented out in | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-12 | Bring raidgetdisklabel() into line with all other drivers by passing | Kenneth R Westerback |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | Type of raidsize is now daddr64_t, not int. Fixes compile. | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-04-28 | CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in the | Kenneth R Westerback |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2006-10-13 | Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ... | Chad Loder |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat |
2005-12-08 | and remove a bogus free spotted after previous commit | Ted Unangst |
2005-12-08 | missing free, spotted by greg oster | Ted Unangst |
2005-11-10 | Fix botch accidentally introduced by me in my last commit here. | Pedro Martelletto |
2005-09-18 | Correctly close RAID components. Fixes PR 4508, okay deraadt@ | Pedro Martelletto |
2004-11-28 | don't hide the process context in rf_close_component(), since we may | Pedro Martelletto |
2004-09-20 | addres -> address | Miod Vallat |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |