| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2004-01-04 | raidPtr->reconControl->percentCompleted only gets used in one | oster |
| 2003-12-31 | Remove a couple of incorrect comments. (rf_recon_req needs to be | oster |
| 2003-12-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-29 | Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Since | 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 amount | oster |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-10-21 | Correct NULL abuse. | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-10 | Remove an assigned-to but unused variable. | simonb |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 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 |