| Age | Commit message (Expand) | Author |
| 2003-11-16 | infoFunc doesn't exist any more. Nuke commented out bits refering | 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-10-19 | Remove unreachable break after return and goto statements. | simonb |
| 2003-08-12 | Let boot code include raidframe.h to get RF_PROTECTED_SECTORS. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-01 | Actually toss the comment I said I was tossing in the last commit. | oster |
| 2003-07-01 | - toss a comment that is no longer relevant. | oster |
| 2003-07-01 | Minor cleanup. No functional changes. | oster |
| 2003-07-01 | Toss experimental versions of some functions that were already #if 0'ed. | oster |
| 2003-07-01 | UpdateNodeHdrPtr() isn't used anywhere. Turf. | oster |
| 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-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 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-13 | Remember to close the component if we decide it's not suitable for use | oster |
| 2003-04-10 | Remove an assigned-to but unused variable. | simonb |
| 2003-04-10 | rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in | simonb |
| 2003-04-10 | Remove an assigned-to but unused variable. | simonb |
| 2003-04-09 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 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-09 | constify some | jdolecek |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-01 | Only use MALLOC_DECLARE() in kernel namespace. | tron |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-03 | Fix typo. PR#19619. | junyoung |
| 2002-11-23 | Nuke all (but one) of the remaining RF_UTILITY's. | oster |
| 2002-11-23 | Nuke some #if 0'ed code. | oster |
| 2002-11-23 | One less goto. | oster |
| 2002-11-23 | Bye-bye to the completely unused reconCtrlPtr->priorityList. | oster |
| 2002-11-22 | rf_SelectMirrorDiskPartition() is only needed in a few cases. #if it | oster |
| 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-18 | #if 0 an unused function. Noted by Krister. Thanks! | oster |
| 2002-11-18 | rf_DiskReadMirrorPartitionFunc() is only needed for some of the clustering | oster |
| 2002-11-17 | When setting root or autoconfig status, be sure to update used_spares too! | oster |
| 2002-11-16 | Cleanup more printfs. | oster |
| 2002-11-16 | Clean up error reporting, and nuke some printf verbosity. | oster |
| 2002-11-15 | After a rebuild-in-place, a reconstruct, or a copyback, we should | 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-14 | Don't allow failing more than one component of a set, or | oster |
| 2002-11-12 | xorBufCount needs to be initialized too! | oster |