aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/uncompress
Commit message (Expand)AuthorAgeFilesLines
* Read GEOM_UNCOMPRESS metadata using several requests that fit intoAndrey V. Elsukov2015-05-191-15/+25
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* g_uncompress_taste: prevent a double free.Pedro F. Giffuni2015-04-201-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)Luiz Otavio O Souza2014-05-011-26/+16
* Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.Luiz Otavio O Souza2014-04-221-5/+23
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.Luiz Otavio O Souza2014-02-071-27/+31
* Fix a logic error. Because of this inflateReset() wasn't being called andLuiz Otavio O Souza2014-02-031-1/+1
* Remove some unnecessary code. The offsets read from the first block areLuiz Otavio O Souza2014-02-031-10/+4
* Build the geom_uncompress(4) module by default.Luiz Otavio O Souza2014-01-101-1/+1
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-281-1/+0
* Fix orphan() methods of several GEOM classes to not assume that thereEdward Tomasz Napierala2012-07-071-3/+1
* GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.Aleksandr Rybalko2012-01-041-0/+670