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_aes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-4
/
+0
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-1
/
+0
*
Avoid double-free panic.
phk
2003-05-05
1
-1
/
+0
*
remove unused variables.
phk
2003-05-03
1
-2
/
+0
*
Use g_wither_geom() and plug memory leaks.
phk
2003-05-02
1
-4
/
+4
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-4
/
+4
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-4
/
+4
*
style improvement.
phk
2003-05-02
1
-3
/
+2
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-8
/
+0
*
Remove all references to BIO_SETATTR. We will not be using it.
phk
2003-04-03
1
-1
/
+0
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-3
/
+3
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-10
/
+3
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-5
/
+4
*
Style, whitespace and lint fixes.
phk
2002-09-28
1
-4
/
+4
*
Add the new g_slice_config() call, which can add/delete/change a slice,
phk
2002-09-27
1
-0
/
+4
*
Add checks for g_clone_bio() returning NULL, it will be possible RSN.
phk
2002-09-27
1
-0
/
+12
*
Add two new submodes to the AES encryption method.
phk
2002-06-28
1
-11
/
+121
*
Improve some on the naming.
phk
2002-06-09
1
-5
/
+5
*
Add a proof-of-concept encryption class.
phk
2002-05-26
1
-0
/
+274