summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_netbsdkintf.c
AgeCommit message (Expand)Author
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2004-01-04raidPtr->reconControl->percentCompleted only gets used in oneoster
2003-12-31Remove a couple of incorrect comments. (rf_recon_req needs to beoster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Sinceoster
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-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix uninitialized variable warningschristos
2003-10-21Correct NULL abuse.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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-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-10Remove an assigned-to but unused variable.simonb
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-05Make the buffer cache code MP-safe.pk
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-19Merge the nathanw_sa branch.thorpej
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-17When setting root or autoconfig status, be sure to update used_spares too!oster
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-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-04As part of the effort to get RAIDframe playing nicely with LOCKDEBUG,oster
2002-10-01Add a generic config finalization hook, to be called once all realthorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-23struct proc *p was only assigned to. Thanks Simon B.oster
2002-09-23Make this build w/ DEBUG.oster
2002-09-23make it compile with DIAGNOSTICitojun
2002-09-22RAIDGETBUF and RAIDPUTBUF were #defines that were only used inoster
2002-09-22rf_flags wasn't being used. *poof*oster
2002-09-22A little housecleaning to nuke stuff that was unused.oster
2002-09-21#if 0 out one other function, and shuffle DEBUG code. Actuallyoster
2002-09-21Garbage collect some old mountroothook stuff. Thanks Krister!oster
2002-09-19Nuke old (and now incorrect) comment.oster
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Let's not bother poking CD's to see if they might have RAID setsoster
2002-08-04Nuke some unneeded #includes.oster
2002-07-24RAIDframe doesn't need to be so chatty on autoconfigure. Leave itoster
2002-07-21Rename bufq_init() to bufq_alloc().hannken
2002-07-20Convert to new device buffer queue interface.hannken
2002-07-13No need to unlock and then immediately relock a mutex.oster
2002-07-13 - don't be quite so chatty.oster