summaryrefslogtreecommitdiffstats
path: root/sys/geom/uzip/g_uzip.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286367:ngie2015-10-251-4/+4
* MFC 268986; fix file system corruption by creating as many BIOs as neededmarcel2014-08-031-158/+177
* MFC r260522, r260523, r261439, r261440, r261586, r264504, r264769, r265193,loos2014-05-161-50/+75
* 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
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Change the way in which zero stripesize is handled. Instead of reportingmav2010-01-061-4/+2
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+5
* If compressed length is zero, return a zero-filled block.simokawa2007-04-241-0/+7
* Fix a bug for over 4GB media.simokawa2007-04-071-1/+1
* 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