summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2003-11-16infoFunc doesn't exist any more. Nuke commented out bits referingoster
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix uninitialized variable warningschristos
2003-10-21Correct NULL abuse.fvdl
2003-10-19Remove unreachable break after return and goto statements.simonb
2003-08-12Let boot code include raidframe.h to get RF_PROTECTED_SECTORS.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-01Actually toss the comment I said I was tossing in the last commit.oster
2003-07-01- toss a comment that is no longer relevant.oster
2003-07-01Minor cleanup. No functional changes.oster
2003-07-01Toss experimental versions of some functions that were already #if 0'ed.oster
2003-07-01UpdateNodeHdrPtr() isn't used anywhere. Turf.oster
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-13Remember to close the component if we decide it's not suitable for useoster
2003-04-10Remove an assigned-to but unused variable.simonb
2003-04-10rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only insimonb
2003-04-10Remove an assigned-to but unused variable.simonb
2003-04-09Use PAGE_SIZE rather than NBPG.thorpej
2003-03-21Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLdsl
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-09constify somejdolecek
2003-02-05Make the buffer cache code MP-safe.pk
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-01Only use MALLOC_DECLARE() in kernel namespace.tron
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-03Fix typo. PR#19619.junyoung
2002-11-23Nuke all (but one) of the remaining RF_UTILITY's.oster
2002-11-23Nuke some #if 0'ed code.oster
2002-11-23One less goto.oster
2002-11-23Bye-bye to the completely unused reconCtrlPtr->priorityList.oster
2002-11-22rf_SelectMirrorDiskPartition() is only needed in a few cases. #if itoster
2002-11-21Fix up locking on a call to rf_update_component_labels().oster
2002-11-19#if out some stuff that's only used for some distributed sparing stuff.oster
2002-11-19For reconstructs, move checks for failed components to before theoster
2002-11-18#if 0 an unused function. Noted by Krister. Thanks!oster
2002-11-18rf_DiskReadMirrorPartitionFunc() is only needed for some of the clusteringoster
2002-11-17When setting root or autoconfig status, be sure to update used_spares too!oster
2002-11-16Cleanup more printfs.oster
2002-11-16Clean up error reporting, and nuke some printf verbosity.oster
2002-11-15After a rebuild-in-place, a reconstruct, or a copyback, we shouldoster
2002-11-15These printf's have outlived their usefulness. *poof*oster
2002-11-14rf_markalldirty() needs to update the mod_counter for used_spares too!oster
2002-11-14Don't allow failing more than one component of a set, oroster
2002-11-12xorBufCount needs to be initialized too!oster