aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCDKenneth D. Merry1999-02-181-2/+2
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-2/+3
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-17/+17
* Convert ccd to a proper module vs. something started by PSEUDO_SET().Peter Wemm1999-01-221-14/+30
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-48/+18
* Make struct buf->b_offset reflect the real byte offset which gotSøren Schmidt1998-08-191-1/+2
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-8/+22
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Slightly more correct initialisation of the new buf struct for soft-updates.Julian Elischer1998-03-091-1/+3
* Properly bzero() structures after they're returned from getccdbuf().Jordan K. Hubbard1998-02-221-1/+3
* Revert part of my previous patch - I don't see the *need*Jordan K. Hubbard1998-02-151-3/+1
* missing spl() call and off by one error in the handling of the partitions.Jordan K. Hubbard1998-02-151-2/+3
* Remove unused devfs include. (Julian or Satoshi might want to add properEivind Eklund1998-01-311-4/+1
* There is no ccdread() nor ccdwrite().Poul-Henning Kamp1997-11-181-3/+1
* Statizice.Poul-Henning Kamp1997-10-241-21/+24
* Remove a #ifndef __FreeBSD__ chunk.Poul-Henning Kamp1997-10-111-5/+1
* Removed unused #includes.Bruce Evans1997-06-141-5/+1
* Make ccd use the maxsecsize sector size as denominator, thisSøren Schmidt1997-05-011-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make ccd compile again after the Lite2 merge.Mike Pritchard1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix CCD for bounced devices.John Dyson1997-01-101-1/+3
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-2/+1
* Fail when odd number of disks are specified with mirror flag. MemorySatoshi Asami1996-07-241-28/+36
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-14/+3
* Substitute raw{read|write} for ccd{read|write}Poul-Henning Kamp1996-07-211-59/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-10/+7
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideSatoshi Asami1996-05-131-1/+3
* Leave 16 lines in front of each component partition. It's now safe toSatoshi Asami1996-05-131-3/+10
* Add missing "int" to static var.Satoshi Asami1996-04-241-2/+2
* Change how mirror writes are handled, according to the discussion on theSatoshi Asami1996-03-261-9/+39
* Ported to 2.2-current. Uses [bc]devsw_add(), and is also now a properSatoshi Asami1996-03-211-69/+66
* Fix one warning and fix one bug found while looking at another warning (butSatoshi Asami1996-01-311-1/+9
* Mirror support. When CCDF_MIRROR is set:Satoshi Asami1996-01-311-15/+41
* Prepare for adding mirroring. Check for flags (mirror forces uniform),Satoshi Asami1996-01-301-6/+25
* Prepare to add support for parity. Report the post-parity size,Satoshi Asami1996-01-021-4/+20
* Added $Id$.Satoshi Asami1995-12-281-0/+2
* Changes to make it work on FreeBSD-2.1.Satoshi Asami1995-12-271-36/+113
* ccd.c and ccd.4 from NetBSD-current circa 12/25/95.Satoshi Asami1995-12-271-0/+1428