aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/uzip
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak in g_uzip_taste(). After retrieve all the block offsets fromLuiz Otavio O Souza2014-05-011-0/+1
* Actually the FEATURE() macro is defined on sys/sysctl.h.Luiz Otavio O Souza2014-05-011-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)Luiz Otavio O Souza2014-05-011-23/+26
* Make sure not to do I/O for more than MAXPHYS bytes. Doing so can causeMarcel Moolenaar2014-04-151-5/+22
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.Luiz Otavio O Souza2014-02-071-24/+27
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-281-1/+0
* Fix orphan() methods of several GEOM classes to not assume that thereEdward Tomasz Napierala2012-07-071-3/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Change the way in which zero stripesize is handled. Instead of reportingAlexander Motin2010-01-061-4/+2
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+5
* 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