| Age | Commit message (Expand) | Author |
| 1999-08-13 | This file is no longer needed. | oster |
| 1999-08-13 | Garbage collect rpcc(). | oster |
| 1999-08-13 | First kick at cleaning up the RF_ETIMER code. New timer handling code | oster |
| 1999-08-13 | Nuke configuration of ETimer stuff during main configuration. | oster |
| 1999-08-13 | Clean up reconstruction accounting a bit. While it worked before, it was | oster |
| 1999-08-11 | Garbage collect unused struct rf_test_acc. | oster |
| 1999-08-10 | When reporting the status of a component during configuration, | oster |
| 1999-08-10 | Don't allow reconstructs, copybacks, or forced failures of components if | oster |
| 1999-08-10 | Don't go ape if there is a problem verifying the parity. Note the condition | oster |
| 1999-08-10 | Oops. Make minor change that I forgot when adding the parity check ioctl. | oster |
| 1999-08-10 | Add support for easily checking the parity status from userland. | oster |
| 1999-08-10 | Trying to rebuild parity on a degraded set is bogus, so don't allow that. | oster |
| 1999-08-03 | Nuke unused #define. | oster |
| 1999-07-21 | Need to splbio()/splx() protect some of the reconstruction stuff. | oster |
| 1999-07-19 | rf_UnconfigureVnodes() needs to be called in the DO_RAID_FAIL macro. | oster |
| 1999-07-19 | sectorsPerStripeUnit should be larger than 0. If it isn't, simply fail. | oster |
| 1999-07-08 | Once upon a time, long long ago, there was a "fix" added to the | oster |
| 1999-07-06 | Make the kthread API a bit friendlier to loadable kernel modules. | thorpej |
| 1999-06-13 | Remember to pass down the proc pointer when adding a hot spare. | oster |
| 1999-06-04 | When adding a hot spare, remember to lock down the main raidPtr | oster |
| 1999-06-04 | At config time, initialize a small amount of space for the disk queues | oster |
| 1999-06-04 | Don't count two problems with a single component as two | oster |
| 1999-05-13 | Replace two instances of TNF copyright with one (was replicated for two | ad |
| 1999-04-12 | Fix a couple of compiler warnings on the Alpha. Pointed out by Tim Rightnour. | oster |
| 1999-04-07 | Allow re-writing parity on a RAID 0 to trivially succeed, and to set the | oster |
| 1999-03-27 | Cleanup shutdown code - garbage collect (now) unused shutdownhooks() stuff. | oster |
| 1999-03-18 | Correct a component label problem where a RAID 1 set with a | oster |
| 1999-03-14 | Cleanup rf_RewriteParity() and rf_VerifyParity(). Nuke unused stuff, | oster |
| 1999-03-14 | Disallow interrupting parity re-writes or copybacks by removing PCATCH | oster |
| 1999-03-09 | Cleanup raidattach: move rf_boot's functionality to raidattach, and | oster |
| 1999-03-09 | Cleanup unused cruft. | oster |
| 1999-03-09 | rf_update_component_labels() now lives here. Re-work clean-bit | oster |
| 1999-03-09 | Move rf_update_component_labels() from here to rf_netbsdkintf.c. | oster |
| 1999-03-02 | Update for recent changes including component label support, clean | oster |
| 1999-02-27 | After a vn_close(), set the vnode * to NULL so we don't try closing it | oster |
| 1999-02-27 | Do the VOP_UNLOCK() on an initialized vp, rather than random garbage. | oster |
| 1999-02-24 | Minor cleanups and code rearranging. Now knows a little about component | oster |
| 1999-02-23 | Cleanup/remove unused cruft. First kick at component labels and clean bits. | oster |
| 1999-02-23 | Move vnode cleanup code into one place. Cleanup a bit. | oster |
| 1999-02-23 | Do a VOP_UNLOCK() before a vn_close(). | oster |
| 1999-02-11 | Minor cleanups that got missed last time through. | oster |
| 1999-02-05 | Phase 2 of the RAIDframe cleanup. The source is now closer to KNF | oster |
| 1999-01-26 | Nuke more bits of RAIDframe "demo" code. We're not "demoing" here, | oster |
| 1999-01-26 | More simulator bits going bye-bye. | oster |
| 1999-01-26 | This stuff is no longer needed. Mostly simulator bits. | oster |
| 1999-01-26 | rf_ccmn.h no longer needed. Nuke it's inclusion from rf_disks.c. | oster |
| 1999-01-26 | These files are not used in the kernel driver. We don't need them any more. | oster |
| 1999-01-26 | RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver, | oster |
| 1999-01-15 | Make it so raidframe will only perform synchronous writes, and async | explorer |
| 1999-01-14 | Use M_RAIDFRAME. | thorpej |