| Age | Commit message (Expand) | Author |
| 2003-12-29 | Since rf_mutex_destroy() is effectively a NOP now, nuke it. | oster |
| 2003-12-29 | Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Since | oster |
| 2003-12-29 | Reduce uses of rf_mutex_init() and rf_cond_init(). Streamlines code, | oster |
| 2003-12-29 | Tidy up a comment. | oster |
| 2003-12-29 | init_mcpair() and clean_mcpair() are much like init_rad() and | oster |
| 2003-12-29 | init_rad() and clean_rad() really do..... very little.. and only serve | oster |
| 2003-12-29 | General format/comment cleanups. No functional changes. | oster |
| 2003-12-29 | Remove rf_freelist.h. Its contents are no longer needed. | 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-12-21 | (Although I want this code to Go Away, I might as well fix this bug for compl... | oster |
| 2003-12-21 | Since the 5th arg of pool_init() wasn't actually the number | oster |
| 2003-12-21 | Fix usage of fifth argument to pool_init(). | simonb |
| 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 |