summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-8/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-091-4/+0
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Initialize the dev->si_bsize fields.phk1999-08-261-1/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-4/+4
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-20/+2
* Fix 2nd arg to udev2dev() call in ccd.cphk1999-07-171-2/+2
* Initialize and hold locks for ccd generated bufs..peter1999-06-271-3/+6
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Don't use <sys/disk.h>phk1999-05-061-34/+27
* Fixed variable overflow problem.dg1999-03-111-5/+5
* Don't forget to remove devstat entries when takingmjacob1999-03-101-1/+6
* Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCDken1999-02-181-2/+2
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-17/+17
* Convert ccd to a proper module vs. something started by PSEUDO_SET().peter1999-01-221-14/+30
* Update system to new device statistics code.gibbs1998-09-151-48/+18
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-191-1/+2
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+22
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Slightly more correct initialisation of the new buf struct for soft-updates.julian1998-03-091-1/+3
* Properly bzero() structures after they're returned from getccdbuf().jkh1998-02-221-1/+3
* Revert part of my previous patch - I don't see the *need*jkh1998-02-151-3/+1
* missing spl() call and off by one error in the handling of the partitions.jkh1998-02-151-2/+3
* Remove unused devfs include. (Julian or Satoshi might want to add propereivind1998-01-311-4/+1
* There is no ccdread() nor ccdwrite().phk1997-11-181-3/+1
* Statizice.phk1997-10-241-21/+24
* Remove a #ifndef __FreeBSD__ chunk.phk1997-10-111-5/+1
* Removed unused #includes.bde1997-06-141-5/+1
* Make ccd use the maxsecsize sector size as denominator, thissos1997-05-011-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make ccd compile again after the Lite2 merge.mpp1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix CCD for bounced devices.dyson1997-01-101-1/+3
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+1
* Fail when odd number of disks are specified with mirror flag. Memoryasami1996-07-241-28/+36
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-14/+3
* Substitute raw{read|write} for ccd{read|write}phk1996-07-211-59/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-10/+7
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideasami1996-05-131-1/+3
* Leave 16 lines in front of each component partition. It's now safe toasami1996-05-131-3/+10
* Add missing "int" to static var.asami1996-04-241-2/+2
* Change how mirror writes are handled, according to the discussion on theasami1996-03-261-9/+39
OpenPOWER on IntegriCloud