| Age | Commit message (Expand) | Author |
| 2000-04-05 | Introduce new filesystem type FS_CCD so that an operator can mark the | enami |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-16 | On initialization failure, free all the storage allocated to store | enami |
| 2000-02-08 | Since we now only allocate this one, no longer necessary to check and free(). | enami |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-11-03 | from jason: | chs |
| 1999-08-11 | We really only need *one* componenet buffer pool... | thorpej |
| 1999-03-04 | a kindler gentler fix | mjacob |
| 1999-03-04 | adjust format args for compiler changes | mjacob |
| 1999-02-12 | Fix some printf format problems on Alpha. | thorpej |
| 1999-01-21 | Fix a st00p1d bug I introduced in rev 1.57, which would cause any activity | thorpej |
| 1999-01-12 | Make this compile again with -DDEBUG | christos |
| 1999-01-12 | Whole lotta cleanup wrt. how configuration data is stored internally, and | thorpej |
| 1998-11-13 | Handle the case where ccdbuffer() fails due to memory shortage. Build | thorpej |
| 1998-11-13 | Simplify calling of ccdbuffer() now that the mirroring code is nuked. | thorpej |
| 1998-11-13 | Return EINVAL if invalid flags are passed. | thorpej |
| 1998-11-13 | Nuke the mirroring code. RAIDframe is about to go in, and is a much | thorpej |
| 1998-11-12 | Must use PR_NOWAIT when allocating component buffers. | thorpej |
| 1998-07-31 | Use the pool allocator for component buffer headers. | thorpej |
| 1998-07-09 | Fix int32_t overflow with large serially concatenated components, | thorpej |
| 1998-03-01 | Sweep up some miscellaneous leftover lite2 integration shrapnel. | ross |
| 1998-02-22 | Fix message printed in case (b) in last commit; what actually shouldn't | enami |
| 1998-02-22 | Check disklabel just read from disk and warn if: | enami |
| 1998-02-06 | Allow a ccd component to be on any partition type. | thorpej |
| 1997-10-09 | Fix tipo inherited from old version of TNF copyright template. | jtc |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-08-04 | %x -> 0x%x | fair |
| 1997-06-26 | Leftover from last commit: require us to be initialized when a DIOCGDINFO | kleink |
| 1997-06-26 | In ccdioctl(), consolidate checks for "open for writes" and "initialized". | thorpej |
| 1997-06-23 | Two changes to ccdsize(): | thorpej |
| 1997-03-12 | Remove bogus use of splhigh(), and apparently unneeded bzero(). | mycroft |
| 1997-01-30 | A performance optimization, inspired by a conversation with Thor Simon: | thorpej |
| 1997-01-30 | Fix OBOB in ccdopen() partition range check. | thorpej |
| 1996-12-18 | Compute the componet number properly so that error reporting is somewhat | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-05 | Fix bogus return value in ccdopen(); it failed to indicate an error | thorpej |
| 1996-04-22 | remove sys/cpu.h | christos |
| 1996-03-30 | Remove dependencies to dev_conf.h and the file itself. | christos |
| 1996-03-24 | %d -> %ld in a few places... | mrg |
| 1996-03-07 | prototypes for ccd audio and ncr5380 | christos |
| 1996-02-28 | Copyright assigned to The NetBSD Foundation. | thorpej |
| 1996-02-11 | Avoid deref'ing a bad pointer in ccdopen(). This could happen if | thorpej |
| 1996-02-10 | detatch this spelling mistake from this source file. | hpeyerl |
| 1996-02-06 | Fix typo, from Thorsten Frueauf <frueauf@ira.uka.de>. | thorpej |
| 1996-02-01 | Add experimental data mirroring support, derived from code written by | thorpej |
| 1996-01-07 | New generic disk framework. Highlights: | thorpej |
| 1995-12-08 | When unconfiguring a ccd, only free as many interleave indices as | thorpej |
| 1995-11-06 | Fix a race condition where if a process is asleep waiting on an | thorpej |
| 1995-11-03 | In ccdstart(), only translate the block number from partition-relative | thorpej |