summaryrefslogtreecommitdiff
path: root/sys/geom/uzip
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* If compressed length is zero, return a zero-filled block.Hidetoshi Shimokawa2007-04-241-0/+7
* Fix a bug for over 4GB media.Hidetoshi Shimokawa2007-04-071-1/+1
* Rename geom_uzip class to g_uzip in order to be consistent with the namingMax Khon2006-01-221-2/+2
* Fix bio leak in case of malloc(9) failure.Pawel Jakub Dawidek2006-01-181-0/+1
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-2/+2
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Fix "end_blk out of range" panic when INVARIANTS.Max Khon2005-09-291-2/+5
* Use M_ZERO to not panic in mtx_init when INVARIANTS enabled.Max Khon2004-11-201-1/+1
* Use correct malloc type when freeing memory allocated by g_read_data.Max Khon2004-09-191-2/+2
* Do not compile in zlib.c. Add a dependency on module instead.Max Khon2004-09-081-1/+2
* Add geom_uzip -- geom class that implements read-only compressed disks.Max Khon2004-08-131-0/+521