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
*
MFC r306279: Use g_wither_provider() where applicable.
mav
2016-10-06
1
-1
/
+1
*
sys/geom: spelling fixes in comments.
pfg
2016-04-29
1
-1
/
+1
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
4
-4
/
+4
*
Constify the AES code and propagate to consumers. This allows us to
des
2014-11-10
1
-3
/
+3
*
Translate the errno to gctl_error() texts.
phk
2014-11-09
1
-0
/
+17
*
- Don't pass geom and provider names as format strings.
jh
2012-11-20
1
-1
/
+1
*
Remove unneeded G_PF_CANDELETE flag.
ed
2012-08-28
1
-8
/
+0
*
Fix orphan() methods of several GEOM classes to not assume that there
trasz
2012-07-07
1
-5
/
+1
*
Add some FEATURE macros for various GEOM classes.
netchild
2011-02-25
1
-0
/
+3
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
2
-2
/
+2
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Kill leading whilespace.
sobomax
2005-11-30
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Comment typo
phk
2005-07-20
1
-1
/
+1
*
stop including rijndael-api-fst.h from rijndael.h.
ume
2005-03-11
4
-4
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
3
-5
/
+6
*
Fix typo in a comment.
brueffer
2004-12-15
1
-1
/
+1
*
Fix a problem that shows up if less than the full complement of
phk
2004-09-11
1
-1
/
+1
*
Respect that G_BDE_MAXKEYS is a compile time variable.
phk
2004-09-11
1
-4
/
+3
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+1
*
Use default method initialization on geoms.
phk
2004-08-08
1
-4
/
+4
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
Do not check error code from closing ->access() calls, we know they succeed.
phk
2004-02-14
1
-3
/
+1
*
Remove the absolute count g_access_abs() function since experience has
phk
2004-02-12
1
-4
/
+4
*
Polish the work/state engine in preparation for HW-crypto support.
phk
2004-02-08
1
-64
/
+65
*
Add a missing error case return.
phk
2004-02-08
1
-0
/
+1
*
We don't need to hold Giant to create the worker kthread.
phk
2004-02-07
1
-2
/
+0
*
Remove the MD5_KEY debugging tool
phk
2004-01-23
1
-33
/
+0
*
Interior decoration changes.
phk
2003-10-07
2
-42
/
+39
*
Correct bzero length so we clear the entire key structure.
phk
2003-09-08
1
-1
/
+1
*
Bzero the right number of bytes.
phk
2003-09-06
1
-1
/
+1
*
Simplify the GEOM OAM api: Drop the request type, and let everything
phk
2003-06-01
1
-28
/
+30
*
Remove unused variable.
phk
2003-05-31
1
-6
/
+0
*
Don't use & in front of arrays.
phk
2003-05-31
1
-2
/
+2
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-1
/
+0
*
Re-order the the initialization slightly to improve structure.
phk
2003-05-05
1
-22
/
+22
*
Use a dedicated malloc(9) bucket for sector storage.
phk
2003-05-05
1
-7
/
+9
*
Considering that I did cast the arguments to (intmax_t) I must have
phk
2003-05-02
1
-4
/
+4
*
Fix an obscure fencepost error in GBDE's sector mapping code:
phk
2003-04-29
1
-0
/
+26
*
Typo in last commit: Do not press xZZ to leave vi(1).
phk
2003-04-29
1
-1
/
+1
*
When a bio comes back from below with a zero error code, check that
phk
2003-04-29
1
-0
/
+4
*
I accidentally leaked this debugging tool in with my last commit.
phk
2003-04-28
1
-2
/
+4
*
Rename g_bde_get_sector() to g_bde_get_keysector() and pick up the
phk
2003-04-28
2
-5
/
+42
*
Only attempt total cache-purge once in case of failure.
phk
2003-04-28
1
-4
/
+3
*
Better criteria for skipping disk reading BIO_READ work packets.
phk
2003-04-28
1
-1
/
+2
*
Explicitly set the sector state to JUNK if we encounter a read-error.
phk
2003-04-28
1
-1
/
+4
*
Bail as soon as the first write request has failed, there is no point
phk
2003-04-26
1
-2
/
+11
*
Appearantly UFS no longer issues BIO_DELETE requests correctly, and
phk
2003-04-26
1
-0
/
+7
[next]