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
*
Add two new submodes to the AES encryption method.
phk
2002-06-28
1
-11
/
+121
*
Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT
phk
2002-06-10
1
-3
/
+1
*
Improve some on the naming.
phk
2002-06-09
12
-53
/
+55
*
Change the registration of magic spaces so it does its own memory management.
phk
2002-06-05
5
-36
/
+43
*
Add compile time asserts for the size of struct gpt_hdr and struct
marcel
2002-05-30
1
-0
/
+3
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
1
-65
/
+0
*
Add support to GEOM for GUID Partition Tables (GPTs). The support
marcel
2002-05-28
2
-0
/
+331
*
Add a proof-of-concept encryption class.
phk
2002-05-26
1
-0
/
+274
*
Give the closet-dev_t we hand to the diskdrivers a name.
phk
2002-05-26
1
-0
/
+1
*
Only clear the spoiled flag if the class had no spoiled method, the spoiled
phk
2002-05-26
1
-1
/
+2
*
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
bde
2002-05-25
1
-4
/
+6
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
6
-3
/
+108
*
Remove the "-class" suffix from classes, they will not be ambiguous.
phk
2002-05-21
6
-8
/
+8
*
Don't grab Giant around malloc(9) and free(9).
phk
2002-05-20
4
-59
/
+44
*
Generalize a bit: we don't need separate functions to find the i386 and
phk
2002-05-19
1
-33
/
+9
*
Include needed #include for regression tests.
phk
2002-05-19
1
-2
/
+1
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-2
/
+1
*
Fix a {} bug which doesn't have any effect yet.
phk
2002-04-27
1
-2
/
+1
*
Improve the cross-references in the XML output.
phk
2002-04-24
1
-12
/
+9
*
Make specific provisions for the kernel simulator used in the regression
phk
2002-04-24
1
-1
/
+1
*
Implement the GEOMGETCONF ioctl which returns vital stats for the
phk
2002-04-23
4
-14
/
+43
*
All in a days work: make a function static.
phk
2002-04-23
2
-2
/
+1
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
5
-6
/
+63
*
Protect against multitple #includes of this file.
phk
2002-04-22
1
-0
/
+4
*
Make kernel dumps work with GEOM.
phk
2002-04-19
4
-0
/
+53
*
Make life easier for reference-vector generatorts in tools/regression/geom
phk
2002-04-19
1
-0
/
+3
*
Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start
phk
2002-04-09
8
-43
/
+87
*
Various stylistic nit picking.
phk
2002-04-09
3
-16
/
+16
*
Introduce the convenience function g_getattr() and make it DWIM.
phk
2002-04-09
2
-0
/
+15
*
Constifixation of attribute argument to g_io_[gs]etattr()
phk
2002-04-09
2
-4
/
+4
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-1
/
+1
*
In reverence of the 3rd X11 development rule:
phk
2002-04-08
2
-6
/
+0
*
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
[next]