| Age | Commit message (Expand) | Author |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-21 | Fix 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-19 | For reconstructs, move checks for failed components to before the | oster |
| 2002-11-17 | When setting root or autoconfig status, be sure to update used_spares too! | oster |
| 2002-11-15 | These printf's have outlived their usefulness. *poof* | oster |
| 2002-11-14 | rf_markalldirty() needs to update the mod_counter for used_spares too! | oster |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-04 | As part of the effort to get RAIDframe playing nicely with LOCKDEBUG, | oster |
| 2002-10-01 | Add a generic config finalization hook, to be called once all real | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-23 | struct proc *p was only assigned to. Thanks Simon B. | oster |
| 2002-09-23 | Make this build w/ DEBUG. | oster |
| 2002-09-23 | make it compile with DIAGNOSTIC | itojun |
| 2002-09-22 | RAIDGETBUF and RAIDPUTBUF were #defines that were only used in | oster |
| 2002-09-22 | rf_flags wasn't being used. *poof* | oster |
| 2002-09-22 | A little housecleaning to nuke stuff that was unused. | oster |
| 2002-09-21 | #if 0 out one other function, and shuffle DEBUG code. Actually | oster |
| 2002-09-21 | Garbage collect some old mountroothook stuff. Thanks Krister! | oster |
| 2002-09-19 | Nuke old (and now incorrect) comment. | oster |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-07 | Let's not bother poking CD's to see if they might have RAID sets | oster |
| 2002-08-04 | Nuke some unneeded #includes. | oster |
| 2002-07-24 | RAIDframe doesn't need to be so chatty on autoconfigure. Leave it | oster |
| 2002-07-21 | Rename bufq_init() to bufq_alloc(). | hannken |
| 2002-07-20 | Convert to new device buffer queue interface. | hannken |
| 2002-07-13 | No need to unlock and then immediately relock a mutex. | oster |
| 2002-07-13 | - don't be quite so chatty. | oster |
| 2002-07-13 | As suggested by MRG, if we have an autoconfig set for root, we should | oster |
| 2002-06-27 | Exclude the Atari/Milan floppy driver from being a RAID capable device. | leo |
| 2002-05-23 | Not so fast... Add a bit of comment to the previous change. | leo |
| 2002-05-23 | Treat the "hdfd" (Atari/Hades floppy) like all the other "fd"s. OK-ed by | leo |
| 2002-05-22 | bcopy -> memcpy. Reviewed by Greg Oster. | wiz |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-09 | We only need a single component buffer pool. | thorpej |
| 2001-12-16 | Fix an off-by-one error when autoconfig is hunting for a free RAID | oster |
| 2001-11-28 | use #ifdef RAID_AUTOCONFIG (for consistency with the rest of the kernel) | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-06 | Backout a line that accidentally got included when the .h reorg went in. | oster |
| 2001-10-04 | Step 2 of the disentanglement. We now look to <dev/raidframe/*> for | oster |
| 2001-07-27 | Nuke the 5 NULL parameters from rf_DoAccess(). Observe that 4 of | oster |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-07-16 | If we're closing the last partition on a RAID set and the system is | oster |
| 2001-06-21 | We don't need to check for raidautoconfig here, so nuke it and | oster |