| Age | Commit message (Expand) | Author |
| 2002-10-04 | Tidy up comments and do some 80-column fixing. No functional changes. | oster |
| 2002-10-04 | As part of the effort to get RAIDframe playing nicely with LOCKDEBUG, | oster |
| 2002-10-02 | Create a thread creation macro that make it easier to name the DAG process. | oster |
| 2002-10-02 | We're going to need rf_lkmgr_mutex_destroy() sooner than I thought. | oster |
| 2002-10-02 | Since we are unlocking the lock before sleeping, there is no need | 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-24 | Nuke some ancient debugging code. | oster |
| 2002-09-24 | Cleanup the comment formatting a bit. | oster |
| 2002-09-23 | Nuke a couple of unneeded #defines. | oster |
| 2002-09-23 | lockTable is not needed for AddToWaitersQueue(). Thanks to Simon B. | oster |
| 2002-09-23 | Nuke a couple of unreached 'break's. Thanks (again) to Simon B. | oster |
| 2002-09-23 | The 'reconDesc' argument to rf_SignalQuiescenceLock() is a holdover from | oster |
| 2002-09-23 | CheckCvscanState never prints the file and line number. Thanks to Simon B. | oster |
| 2002-09-23 | Nuke 'lockflag', a holdover from the simulation code. Thanks to Simon B. | oster |
| 2002-09-23 | rf_lkmgr_mutex_destroy is currently unused. Thanks to Simon B. | oster |
| 2002-09-23 | Hide more stuff inside RF_DEBUG_SHUTDOWN. Add a prototype for | oster |
| 2002-09-23 | Nuke "baddisk". Thanks to Simon B. | oster |
| 2002-09-23 | Another 'unblockNode' goes *poof*. Also nuke an instance of an | oster |
| 2002-09-23 | Clobber basically unused 'pda', and 'unblockNode' and 'wrUnBlock'. | oster |
| 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 | The declaration for rf_GetSpareTableFromDaemon might be supplied in | oster |
| 2002-09-23 | make it compile with DIAGNOSTIC | itojun |
| 2002-09-23 | Don't need declarations for rf_copyback_in_progress and | simonb |
| 2002-09-23 | Ooops.. 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-23 | Neither force nor retcode are used. *poof* Thanks to Simon B. | oster |
| 2002-09-23 | Remove unneeded variables and lame assignments. Thanks Simon B.! | oster |
| 2002-09-23 | bytesPerStripeUnit is set, but never used. Thanks to Simon B. for pointing | oster |
| 2002-09-23 | dataBytesPerStripe is set, but never used. *poof* | oster |
| 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 | Minor cleanup/reformatting. | oster |
| 2002-09-21 | #if 0 more stuff, per Krister's list. Thanks Krister! | oster |
| 2002-09-21 | #if 0 out one other function, and shuffle DEBUG code. Actually | oster |
| 2002-09-21 | rf_RegisterReconDoneProc() isn't needed. | oster |
| 2002-09-21 | rf_ReleaseBufferWaiter(s) were not being used! Thanks Krister! | oster |
| 2002-09-21 | rf_FreePhysDiskAddr is only needed by paritylogging. | oster |
| 2002-09-21 | rf_FreeAccessStripeMapComponent() goes too. Thanks Krister! | oster |
| 2002-09-21 | Nuke rf_AllocAccessStripeMapComponent(). Thanks Krister! | oster |
| 2002-09-21 | Garbage collect some old mountroothook stuff. Thanks Krister! | oster |
| 2002-09-21 | #if 0 an unused stub. Thanks Krister! | oster |
| 2002-09-21 | Protect more stuff that's only used by the declustering code. | oster |
| 2002-09-21 | rf_UnbootRaidframe isn't used. rf_print_assert_panic_message is | oster |
| 2002-09-21 | rf_MakePropListEntry isn't used anywhere, so nuke it. Thanks Krister! | oster |
| 2002-09-21 | Shuffle #ifdefs to include stuff only if we're doing parity logging | oster |
| 2002-09-21 | Various "Fwd" versions of DAG creation functions arn't actually used anywhere! | oster |