summaryrefslogtreecommitdiffstats
path: root/sys/geom/uzip
Commit message (Expand)AuthorAgeFilesLines
* Rename geom_uzip class to g_uzip in order to be consistent with the namingfjoe2006-01-221-2/+2
* Fix bio leak in case of malloc(9) failure.pjd2006-01-181-0/+1
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-2/+2
* Check for g_read_data(9) errors properly:sobomax2005-11-301-2/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Fix "end_blk out of range" panic when INVARIANTS.fjoe2005-09-291-2/+5
* Use M_ZERO to not panic in mtx_init when INVARIANTS enabled.fjoe2004-11-201-1/+1
* Use correct malloc type when freeing memory allocated by g_read_data.fjoe2004-09-191-2/+2
* Do not compile in zlib.c. Add a dependency on module instead.fjoe2004-09-081-1/+2
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-131-0/+521
OpenPOWER on IntegriCloud