aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ccd
Commit message (Expand)AuthorAgeFilesLines
* Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp2003-01-191-431/+143
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp2003-01-191-145/+0
* Inline now trivial functions getccdbuf() and putccdbuf().Poul-Henning Kamp2003-01-181-53/+8
* Fix minor memory-leak.Poul-Henning Kamp2003-01-181-0/+1
* Use the M_CCD malloc bucket instead of M_DEVBUF.Poul-Henning Kamp2003-01-181-41/+25
* Inline trivial function ccdintr() into its one caller ccdiodone().Poul-Henning Kamp2003-01-181-21/+9
* Sanitize the copyright section a bit: We do not need two copies of thePoul-Henning Kamp2003-01-181-51/+17
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-01-171-7/+122
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.Poul-Henning Kamp2003-01-031-21/+4
* Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp2003-01-031-5/+5
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-0/+1
* Fix another two printf() format errors which weren't warnedMaxime Henrion2002-09-131-4/+4
* Fix another printf() format error which wasn't warned aboutMaxime Henrion2002-09-131-2/+3
* Fix a printf() format error on 64 bits architectures.Maxime Henrion2002-09-131-3/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.Bruce Evans2002-05-251-4/+6
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-9/+0
* One less user of the bogus DIOCGPART ioctl.Poul-Henning Kamp2002-04-021-12/+16
* Remove bogus ccddump() function in favour of the standard nodump.Poul-Henning Kamp2002-03-291-10/+1
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-191-4/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-5/+5
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp2001-12-301-2/+7
* Return EOPNOTSUPP for unknown module events.Ian Dowse2001-11-171-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-20/+20
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-0/+3
* Kill the NCCD constant by modernizing the ccd driver.Poul-Henning Kamp2001-09-041-193/+222
* Polish error handling with biofinish().Poul-Henning Kamp2001-05-081-14/+15
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* fix a number of printf format string warnings inside DEBUG ifdefsAndrew Gallatin2001-03-291-14/+15
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Fix a braino in ccd's clone routine.Poul-Henning Kamp2001-01-291-1/+1
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-34/+6
* Proc locking in the form of using the proc lock to protect p_ucred whileJohn Baldwin2001-01-231-6/+34
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-12/+2
* Give ccd a cloning function.Poul-Henning Kamp2000-08-291-8/+32
* Move the truncation code out of vn_open and into the open system callKirk McKusick2000-07-041-2/+3
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Convert to struct bio instead of struct buf.Poul-Henning Kamp2000-05-011-90/+75
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-5/+6
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-6/+7
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-11/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-9/+11
* Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c isPeter Wemm2000-01-291-2/+0
* Cleanup some remaining bdev fluff.Poul-Henning Kamp2000-01-161-35/+6