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
/
bde
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all references to BIO_SETATTR. We will not be using it.
phk
2003-04-03
1
-1
/
+0
*
Use sys/endian.h instead of geom_enc.c for endian-agnostfication.
phk
2003-04-03
2
-17
/
+19
*
Remove the old config interface now that the new OAM is functional.
phk
2003-04-01
1
-153
/
+0
*
Add create_geom and destroy_geom methods.
phk
2003-03-29
1
-0
/
+159
*
Forward compatibility: NULL check the passed in meta argument.
phk
2003-03-25
1
-1
/
+1
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
4
-4
/
+0
*
Limit our requests to DFLTPHYS, this is generally a good idea for
phk
2003-03-07
1
-0
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Typo in last commit.
phk
2003-02-11
1
-2
/
+2
*
Better names for struct disk elements: d_maxsize, d_stripeoffset
phk
2003-02-11
1
-0
/
+2
*
Unconditionally make our provider with G_PF_CANDELETE.
phk
2003-02-11
1
-0
/
+1
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
2
-2
/
+0
*
Add the new statistics structure, put one in consumers and providers.
phk
2003-02-07
1
-0
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Optimize the size of the work-items by letting the mapping function
phk
2003-01-02
3
-48
/
+66
*
Solve another bug in the mapping code: correctly skip lock sectors.
phk
2002-12-18
1
-2
/
+2
*
Fix two blunders in the mapping functions which can lead to corrupt data,
phk
2002-12-18
3
-44
/
+15
*
Fix spelling in comment.
phk
2002-12-13
1
-1
/
+1
*
Conceiveably, there may exist an algorithm which can tell if a sequence of bytes
phk
2002-12-01
1
-0
/
+7
*
Use unsigned for an index.
phk
2002-12-01
1
-6
/
+7
*
Straighten up the geom.ctl config interface definitions.
phk
2002-11-06
1
-5
/
+5
*
Run a revision on the GBDE encryption facility.
phk
2002-11-04
5
-244
/
+429
*
Change the kkey generation cherry-picker to use MD5.
phk
2002-10-30
3
-42
/
+26
*
Fix a bug in the cherry-picker kkey generator routine.
phk
2002-10-28
1
-0
/
+1
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-10
/
+2
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-0
/
+1
*
Be consistent about functions being static.
phk
2002-10-20
1
-2
/
+2
*
Constify input to the arc4 seed function.
phk
2002-10-20
2
-9
/
+52
*
Fix a missing initialization.
phk
2002-10-19
1
-0
/
+1
*
Add Geom Based Disk Encryption to the tree.
phk
2002-10-19
5
-0
/
+1830