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
/
uzip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes to make it compile under gcc-4.2.
adrian
2016-02-24
2
-4
/
+6
*
Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)
sobomax
2016-02-23
11
-143
/
+985
*
Make some debug printf's into DPRINTF's to reduce noise on attach/detach
ngie
2015-08-06
1
-4
/
+4
*
Move zlib.c from net to libkern.
rodrigc
2015-04-22
1
-1
/
+1
*
In r264504, we prevented doing I/O for more than MAXPHYS by making
marcel
2014-07-22
1
-158
/
+177
*
Fix a leak in g_uzip_taste(). After retrieve all the block offsets from
loos
2014-05-01
1
-0
/
+1
*
Actually the FEATURE() macro is defined on sys/sysctl.h.
loos
2014-05-01
1
-0
/
+1
*
Some style and whitespace fixes. Reduce the difference between geom_uzip(4)
loos
2014-05-01
1
-23
/
+26
*
Make sure not to do I/O for more than MAXPHYS bytes. Doing so can cause
marcel
2014-04-15
1
-5
/
+22
*
Fix the build with DEBUG enabled. Where possible, fix style(9) issues.
loos
2014-02-07
1
-24
/
+27
*
Remove unneeded G_PF_CANDELETE flag.
ed
2012-08-28
1
-1
/
+0
*
Fix orphan() methods of several GEOM classes to not assume that there
trasz
2012-07-07
1
-3
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add some FEATURE macros for various GEOM classes.
netchild
2011-02-25
1
-0
/
+3
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
1
-4
/
+2
*
If provider is open for writing when we taste it, skip it for classes that
pjd
2009-10-09
1
-0
/
+5
*
If compressed length is zero, return a zero-filled block.
simokawa
2007-04-24
1
-0
/
+7
*
Fix a bug for over 4GB media.
simokawa
2007-04-07
1
-1
/
+1
*
Rename geom_uzip class to g_uzip in order to be consistent with the naming
fjoe
2006-01-22
1
-2
/
+2
*
Fix bio leak in case of malloc(9) failure.
pjd
2006-01-18
1
-0
/
+1
*
Don't pass error value pointer to g_read_data(9) at all if we don't
sobomax
2005-11-30
1
-2
/
+2
*
Check for g_read_data(9) errors properly:
sobomax
2005-11-30
1
-2
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
- Fix "end_blk out of range" panic when INVARIANTS.
fjoe
2005-09-29
1
-2
/
+5
*
Use M_ZERO to not panic in mtx_init when INVARIANTS enabled.
fjoe
2004-11-20
1
-1
/
+1
*
Use correct malloc type when freeing memory allocated by g_read_data.
fjoe
2004-09-19
1
-2
/
+2
*
Do not compile in zlib.c. Add a dependency on module instead.
fjoe
2004-09-08
1
-1
/
+2
*
Add geom_uzip -- geom class that implements read-only compressed disks.
fjoe
2004-08-13
1
-0
/
+521