aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkuzip/mkuzip.c
Commit message (Expand)AuthorAgeFilesLines
* Try to make gcc builds happy again by removing a redundant declaration.Bjoern A. Zeeb2016-04-251-1/+0
* Improve performance in a few key areas:Maxim Sobolev2016-04-231-98/+169
* In the de-duplication mode, when found matching md5 checksum also readMaxim Sobolev2016-03-131-1/+1
* When -S is specified dump summary to stdout, not stderr, so it'sMaxim Sobolev2016-03-101-5/+10
* Add -S option to print out summary after compression has beenMaxim Sobolev2016-03-101-3/+9
* Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)Maxim Sobolev2016-02-231-61/+160
* Fixed an embedded shell script.Ruslan Ermilov2011-05-131-1/+1
* Support character device as input file.Max Khon2007-03-061-7/+21
* Tell the user exactly where the problem was.Pawel Jakub Dawidek2006-01-301-5/+5
* - check for geom_uzip module presence using kldstat -m.Max Khon2005-05-111-3/+3
* Make WARNS=6 clean, which should make it compiling on amd64.Maxim Sobolev2005-05-021-3/+3
* o Print more info in the verbose mode;Maxim Sobolev2004-09-101-31/+32
* Add mkuzip(8), non-GPL utility to compress filesystem images for use withMaxim Sobolev2004-09-101-0/+259