# $NetBSD: Makefile,v 1.2 2020/06/21 17:15:51 thorpej Exp $ .include .if ${MKSHARE} != "no" SUBDIR= evbarm evbmips .endif .include nfra.scholz.ruhr/netbsd/atom/sys/dev/raidframe/rf_map.c?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-23Extensive mechanical changes to the pools used in RAIDframe.oster
2019-05-28s/recieve/receive/msaitoh
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2019-02-09- Change the allocation macros to be more like function callschristos
2016-10-15Cleanup/remove unused asm_count. Reported by David Binderman in PR#51552.oster
2014-11-14Adjust comment to reflect reality. (5th arg, not 4th)oster
2011-05-11convert the main raidPtr mutex to a kmutex, and add a couple of cv's tomrg
2009-03-15ansify function definitionscegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-26un-bitrot some of this code (which is not included by default in kernels),oster
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-20For each RAID set, pre-allocate a number of "emergency buffers" to beoster
2004-03-19Take care of six more mallocs:oster
2004-03-19Add a comment. Will hopefully save time next time someone triesoster
2004-03-19Introduce 3 more pools and 6 functions to handle allocating/freeingoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07We don't need 2-fault tollerant stuff here in the default case.oster
2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster
2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster
2003-12-30No point keeping 'pt' around. It's only ever assigned to.oster
2003-12-30rf_FreePDAList() and rf_FreeASMList() wern't using their l_end oroster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29Clean up comments, and generally make more readable. No functional changes.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
2002-09-24Cleanup the comment formatting a bit.oster
2002-09-23Ooops.. should have included this 'row' with the last change.oster
2002-09-23'row' was defined and set, but never used. *poof* Thanks to Simon B.oster
2002-09-21rf_FreePhysDiskAddr is only needed by paritylogging.oster
2002-09-21rf_FreeAccessStripeMapComponent() goes too. Thanks Krister!oster
2002-09-21Nuke rf_AllocAccessStripeMapComponent(). Thanks Krister!oster
2002-09-19Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code.oster
2002-09-14Everyone and their dog was using RF_ERRORMSG3 to print out the sameoster
2002-08-03Nuke two more functions that arn't used anywhere and are only contributingoster