summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-25catch up to readdisklabel API change; tested by matthieuTheo de Raadt
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-03-26Add DIOCRLDINFO support.Kenneth R Westerback
2008-03-24Change XXgetdisklabel() to the 'normal' four parameter model toKenneth R Westerback
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-05Oops. Stray debug printf snuck in.Kenneth R Westerback
2007-11-05Fix some cpu_switchto fallout. Reading disklabels to find raidKenneth R Westerback
2007-09-09The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-06-23Remove raidmakedisklabel(). The only invocation was commented out inKenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-12Bring raidgetdisklabel() into line with all other drivers by passingKenneth R Westerback
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-07Type of raidsize is now daddr64_t, not int. Fixes compile.Kenneth R Westerback
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-04-28CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in theKenneth R Westerback
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2006-10-13Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...Chad Loder
2006-07-09I don't think we're talking about animals in here, soMichael Knudsen
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-21Remove now unused zeroref member in cfattach structures.Miod Vallat
2005-12-08and remove a bogus free spotted after previous commitTed Unangst
2005-12-08missing free, spotted by greg osterTed Unangst
2005-11-10Fix botch accidentally introduced by me in my last commit here.Pedro Martelletto
2005-09-18Correctly close RAID components. Fixes PR 4508, okay deraadt@Pedro Martelletto
2004-11-28don't hide the process context in rf_close_component(), since we mayPedro Martelletto
2004-09-20addres -> addressMiod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-08Remove unused files.Alexander Yurchenko
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-11-27on behalf of tdeval@:Henning Brauer
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-01-19Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untilThierry Deval
2003-01-19Wording.Thierry Deval
2002-12-16Major KNF. Incentive from TeduThierry Deval
2002-12-03Missing initialization.Thierry Deval
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-08-09Remove those noisy informational messages from dmesg.Thierry Deval