summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2003-12-29Since rf_mutex_destroy() is effectively a NOP now, nuke it.oster
2003-12-29Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Sinceoster
2003-12-29Reduce uses of rf_mutex_init() and rf_cond_init(). Streamlines code,oster
2003-12-29Tidy up a comment.oster
2003-12-29init_mcpair() and clean_mcpair() are much like init_rad() andoster
2003-12-29init_rad() and clean_rad() really do..... very little.. and only serveoster
2003-12-29General format/comment cleanups. No functional changes.oster
2003-12-29Remove rf_freelist.h. Its contents are no longer needed.oster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-12-21(Although I want this code to Go Away, I might as well fix this bug for compl...oster
2003-12-21Since the 5th arg of pool_init() wasn't actually the numberoster
2003-12-21Fix usage of fifth argument to pool_init().simonb
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