Age | Commit message (Expand) | Author |
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-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
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-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-01-19 | Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), until | Thierry Deval |
2002-12-16 | Major KNF. Incentive from Tedu | Thierry Deval |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-08-09 | Remove those noisy informational messages from dmesg. | Thierry Deval |
2002-08-05 | Clean up hook cookies from shutdown hook. | Thierry Deval |
2002-05-28 | splbio protection for biodone() | Thierry Deval |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-06 | Implement a shutdown hook. | Thierry Deval |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-12-29 | Enable the RAIDFrame auto-configuration feature. | Thierry Deval |
2001-12-08 | Fix compilation error when building a raid enabled kernel. | Thierry Deval |
2000-08-08 | sync RAIDframe with Gre Oster's work for NetBSD. | Peter Galbavy |
2000-01-11 | sync with NetBSD | Peter Galbavy |
2000-01-07 | sync with work by Greg Oster on NetBSD | Peter Galbavy |
1999-12-03 | Init b_dep so that soft updates work. | Artur Grabowski |
1999-08-03 | * rf_reconstruct.c: adopt nilkas' suggestion regard statics and | Peter Galbavy |
1999-08-02 | revert from using static functions, as per niklas@openbsd.org advice. | Peter Galbavy |
1999-08-02 | * make some function static, copied from rf_netbsdkintf.c | Peter Galbavy |
1999-07-30 | Update RAIDframe from NetBSD-current as of 1999/07/26. | Peter Galbavy |
1999-02-16 | Merge from NetBSD, mostly indentation | Niklas Hallqvist |
1999-01-11 | Import of CMU's RAIDframe via NetBSD. | Niklas Hallqvist |