summaryrefslogtreecommitdiffstats
path: root/sys/geom/uncompress
Commit message (Expand)AuthorAgeFilesLines
* Make some debug printf's into DPRINTF's to reduce noise on attach/detahhngie2015-08-091-6/+6
* Read GEOM_UNCOMPRESS metadata using several requests that fit intoae2015-05-191-15/+25
* Move zlib.c from net to libkern.rodrigc2015-04-221-1/+1
* g_uncompress_taste: prevent a double free.pfg2015-04-201-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)loos2014-05-011-26/+16
* Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.loos2014-04-221-5/+23
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.loos2014-02-071-27/+31
* Fix a logic error. Because of this inflateReset() wasn't being called andloos2014-02-031-1/+1
* Remove some unnecessary code. The offsets read from the first block areloos2014-02-031-10/+4
* Build the geom_uncompress(4) module by default.loos2014-01-101-1/+1
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-281-1/+0
* Fix orphan() methods of several GEOM classes to not assume that theretrasz2012-07-071-3/+1
* GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.ray2012-01-041-0/+670
OpenPOWER on IntegriCloud