| Age | Commit message (Expand) | Author |
| 2010-03-01 | When setting up a non-autoconfigured RAID set, fail a component if the | jld |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-04-03 | Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent | sborrill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-26 | In a land before time, when kernel processes roamed the system, we | oster |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-07-18 | Fix fallout from recent kthread changes. | ad |
| 2007-06-26 | Change dk_lookup() to accept an additional argument of the type enum uio_seg | cube |
| 2007-03-13 | Fix typo in print statement; from khorben | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-27 | - use dk_lookup instead of our home-spun version. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - avoid variable shadowing | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-10 | Make this actually compile. | tron |
| 2004-10-10 | when truncating a spare disk, also log what its original size was. | mrg |
| 2004-08-26 | rf_CheckLabels() needs to die, but for now, we patch it by setting | oster |
| 2004-05-22 | Add support for the word "absent" in the "disks" section of | oster |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-03-21 | Fix a nastly little bug that I've been chasing over the past 12 hours. | oster |
| 2004-03-13 | raidPtr->num_spare is *NOT* sufficient here. We must allocate | oster |
| 2003-12-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-30 | Fix slight bogon from row removal. 'r' would have been 0 here, not 1, | 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-21 | Correct NULL abuse. | fvdl |
| 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-04-13 | Remember to close the component if we decide it's not suitable for use | oster |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2002-10-22 | Better protect hot-spare adding, and make it LOCKDEBUG friendly. | oster |
| 2002-09-23 | Neither force nor retcode are used. *poof* Thanks to Simon B. | oster |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-05 | More #if 0's bite the dust. | oster |
| 2001-10-04 | Step 2 of the disentanglement. We now look to <dev/raidframe/*> for | oster |
| 2000-12-05 | Fix a couple of warnings about uninitialized variables. Thanks go to | oster |
| 2000-09-21 | Correct a few calls to VOP_CLOSE(). | oster |
| 2000-09-08 | Make sure we are passing a locked vp to VOP_CLOSE. | oster |
| 2000-06-02 | Use 'componentN' rather than leaving blanks for non-existant disks | oster |
| 2000-05-29 | Don't let the autodetection code get tripped up by negative mod-counters. | oster |
| 2000-05-28 | In the event that an up-to-date component cannot be located for a specific | oster |
| 2000-05-28 | We need to be slightly more clever during auto-configuration, to make | oster |
| 2000-03-31 | Minor cleanup of unneeded verbosity. | oster |
| 2000-03-27 | cleanup function prototypes. | oster |
| 2000-03-26 | Add bits for eventual support of deleteing components and moving | oster |
| 2000-03-25 | Nuke a function prototype that shouldn't be here. | oster |