aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/uzip
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-3/+3
* Fix fallout from r366811.Edward Tomasz Napierala2020-10-191-4/+5
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Reimplement aliases in geomWarner Losh2020-05-131-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Fix GEOM_UZIP orphanization.Alexander Motin2019-12-271-26/+34
* geom_uzip(4), mkuzip(8): Add Zstd image modeConrad Meyer2019-08-134-13/+259
* Update geom_uzip to use new zlib:Xin LI2019-08-081-31/+4
* Modularize xz.Konstantin Belousov2019-02-262-1/+1
* geom_uzip(4): set 'gp != NULL' assertion on top of the functionAndriy Voskoboinyk2019-01-261-1/+1
* geom_uzip(4): move NULL pointer KASSERT check before it is dereferencedAndriy Voskoboinyk2019-01-261-1/+1
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-271-3/+3
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* misc geom and gnu: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+21
* 1.Improve handling around last compressed block of the file, which isMaxim Sobolev2016-06-294-21/+117
* Add missing include "opt_geom.h" to make GEOM_UZIP_DEBUG option working,Maxim Sobolev2016-05-061-5/+7
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+3
* Relax TOC offsets checking somewhat, allowing offset pointing toMaxim Sobolev2016-04-261-1/+6
* o Fix handling of images with compression block sizes comparable toMaxim Sobolev2016-04-231-5/+9
* Fixes to make it compile under gcc-4.2.Adrian Chadd2016-02-242-4/+6
* Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)Maxim Sobolev2016-02-2311-143/+985
* Make some debug printf's into DPRINTF's to reduce noise on attach/detachEnji Cooper2015-08-061-4/+4
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* In r264504, we prevented doing I/O for more than MAXPHYS by makingMarcel Moolenaar2014-07-221-158/+177
* 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