summaryrefslogtreecommitdiffstats
path: root/sys/geom/uzip
Commit message (Expand)AuthorAgeFilesLines
* sys: extend use of the howmany() macro when available.pfg2016-04-261-4/+3
* Relax TOC offsets checking somewhat, allowing offset pointing tosobomax2016-04-261-1/+6
* o Fix handling of images with compression block sizes comparable tosobomax2016-04-231-5/+9
* Fixes to make it compile under gcc-4.2.adrian2016-02-242-4/+6
* Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)sobomax2016-02-2311-143/+985
* Make some debug printf's into DPRINTF's to reduce noise on attach/detachngie2015-08-061-4/+4
* Move zlib.c from net to libkern.rodrigc2015-04-221-1/+1
* In r264504, we prevented doing I/O for more than MAXPHYS by makingmarcel2014-07-221-158/+177
* Fix a leak in g_uzip_taste(). After retrieve all the block offsets fromloos2014-05-011-0/+1
* Actually the FEATURE() macro is defined on sys/sysctl.h.loos2014-05-011-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)loos2014-05-011-23/+26
* Make sure not to do I/O for more than MAXPHYS bytes. Doing so can causemarcel2014-04-151-5/+22
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.loos2014-02-071-24/+27
* 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