index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
geom_ccd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-4
/
+3
*
Fix error handling for ENOMEM style issues.
phk
2003-06-09
1
-21
/
+9
*
Polishing and nitpicking.
phk
2003-06-07
1
-16
/
+19
*
Make this a true GEOM class:
phk
2003-06-04
1
-751
/
+294
*
Further devilification of CCD:
phk
2003-06-02
1
-86
/
+87
*
Begin deevilification of CCD:
phk
2003-06-02
1
-1
/
+56
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
More correct patch: Only call biofinish if we have not already sent
phk
2003-04-14
1
-1
/
+18
*
Call biofinish() also when we get a malloc() failure.
phk
2003-04-14
1
-4
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-0
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-17
/
+1
*
Initialize the second buffer for mirroring to point to itself and not its
phk
2003-03-04
1
-0
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"
phk
2003-02-21
1
-5
/
+5
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-10
/
+11
*
Announce our ability to do MAXPHYS transfers.
phk
2003-02-11
1
-0
/
+1
*
Eliminate the sc_openmask, ccdopen() and ccdclose() functions, we
phk
2003-02-01
1
-46
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-10
/
+10
*
Finally give CCD the disk mini-layer treatment:
phk
2003-01-19
1
-431
/
+143
*
Unifdef -UDEBUG on the CCD driver. The debugging is mostly useless
phk
2003-01-19
1
-145
/
+0
*
Inline now trivial functions getccdbuf() and putccdbuf().
phk
2003-01-18
1
-53
/
+8
*
Fix minor memory-leak.
phk
2003-01-18
1
-0
/
+1
*
Use the M_CCD malloc bucket instead of M_DEVBUF.
phk
2003-01-18
1
-41
/
+25
*
Inline trivial function ccdintr() into its one caller ccdiodone().
phk
2003-01-18
1
-21
/
+9
*
Sanitize the copyright section a bit: We do not need two copies of the
phk
2003-01-18
1
-51
/
+17
*
Find places to store the previously implicityly passed unit number in
phk
2003-01-17
1
-7
/
+122
*
Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.
phk
2003-01-03
1
-21
/
+4
*
Remove unused second argument from BIO_STRATEGY()
phk
2003-01-03
1
-5
/
+5
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
- Use vrefcnt() instead of v_usecount.
jeff
2002-09-25
1
-1
/
+1
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-0
/
+1
*
Fix another two printf() format errors which weren't warned
mux
2002-09-13
1
-4
/
+4
*
Fix another printf() format error which wasn't warned about
mux
2002-09-13
1
-2
/
+3
*
Fix a printf() format error on 64 bits architectures.
mux
2002-09-13
1
-3
/
+4
*
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
bde
2002-05-25
1
-4
/
+6
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-2
/
+1
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-1
/
+1
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-9
/
+0
*
One less user of the bogus DIOCGPART ioctl.
phk
2002-04-02
1
-12
/
+16
*
Remove bogus ccddump() function in favour of the standard nodump.
phk
2002-03-29
1
-10
/
+1
*
Fix bio->bio_blkno format warning.
alfred
2002-03-19
1
-4
/
+4
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-5
/
+5
*
Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).
phk
2001-12-30
1
-2
/
+7
*
Return EOPNOTSUPP for unknown module events.
iedowse
2001-11-17
1
-1
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-20
/
+20
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
1
-0
/
+3
*
Kill the NCCD constant by modernizing the ccd driver.
phk
2001-09-04
1
-194
/
+223
[next]