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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-2
/
+2
*
Centralize EOF handling and improve access controls for bio scheduling.
phk
2002-04-04
4
-44
/
+71
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
11
-36
/
+31
*
s/classs/classes/ to fixup grammer after the previous global renaming.
phk
2002-04-04
4
-8
/
+8
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
2
-20
/
+0
*
One less user of the bogus DIOCGPART ioctl.
phk
2002-04-02
1
-12
/
+16
*
Initialize a field to cater for ata-raid
phk
2002-04-02
1
-0
/
+1
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-7
/
+0
*
Remove bogus ccddump() function in favour of the standard nodump.
phk
2002-03-29
1
-10
/
+1
*
Complete an incomplete cut&paste operation.
phk
2002-03-28
1
-3
/
+3
*
Add preliminary PC98 class to GEOM.
phk
2002-03-28
1
-0
/
+189
*
In the absense of any smarter way to do this, cast various printf
phk
2002-03-28
6
-13
/
+15
*
Calculate the checksum the right place for alpha. The fact that this
phk
2002-03-27
1
-1
/
+1
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
14
-90
/
+140
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
12
-122
/
+122
*
Push BIO_FORMAT into a local hack inside the floppy drivers where
phk
2002-03-26
1
-1
/
+0
*
Make the BSD method width/endian agnostic and support alpha
phk
2002-03-24
1
-11
/
+187
*
Be more systematic about conversion of on-disk formats in a endian/width
phk
2002-03-24
5
-234
/
+309
*
Fix bio->bio_blkno format warning.
alfred
2002-03-19
1
-4
/
+4
*
Add five GEOM oriented ioctls to get basic information about a geom device.
phk
2002-03-19
1
-11
/
+31
*
Need a different #include for the userland regression test.
phk
2002-03-17
1
-1
/
+1
*
Make this compile in the userland-regression testsuite again.
phk
2002-03-17
1
-13
/
+3
*
Change the giant-dropping method a fair bit to keep WITNESS more
phk
2002-03-17
1
-8
/
+6
*
Forgot to remove the old g_malloc() call when I split it.
phk
2002-03-17
1
-2
/
+0
*
Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again.
phk
2002-03-16
1
-6
/
+4
*
Add a generic and general ioctl pass-through mechanism.
phk
2002-03-16
4
-50
/
+84
*
Teach GEOM about Sun disklabel formats.
phk
2002-03-15
1
-0
/
+209
*
Try to get used to architectures which are picky about alignment.
phk
2002-03-15
1
-11
/
+4
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-1
/
+1
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
13
-0
/
+3690
*
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
*
Polish error handling with biofinish().
phk
2001-05-08
1
-14
/
+15
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-2
/
+1
*
fix a number of printf format string warnings inside DEBUG ifdefs
gallatin
2001-03-29
1
-14
/
+15
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Fix a braino in ccd's clone routine.
phk
2001-01-29
1
-1
/
+1
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-34
/
+6
*
Proc locking in the form of using the proc lock to protect p_ucred while
jhb
2001-01-23
1
-6
/
+34
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-12
/
+2
*
Give ccd a cloning function.
phk
2000-08-29
1
-8
/
+32
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
1
-2
/
+3
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Convert to struct bio instead of struct buf.
phk
2000-05-01
1
-90
/
+75
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
[next]