summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkuzip/mkuzip.c
Commit message (Collapse)AuthorAgeFilesLines
* Support character device as input file.fjoe2007-03-061-7/+21
| | | | PR: 103500
* Tell the user exactly where the problem was.pjd2006-01-301-5/+5
|
* - check for geom_uzip module presence using kldstat -m.fjoe2005-05-111-3/+3
| | | | | | | kldstat -m finds geom_uzip module even if it is compiled in statically. - create output file with x bit set. - build mkuzip on all architectures (verified with "make universe"). - fix typo in info message.
* Make WARNS=6 clean, which should make it compiling on amd64.sobomax2005-05-021-3/+3
| | | | Submitted by: Matteo Riondato <rionda@gufi.org>
* o Print more info in the verbose mode;sobomax2004-09-101-31/+32
| | | | | | | | o use zlib(3) function which computes maximum length of the output buffer instead of rolling own version; o allow size of input file to be not multiple of cluster size by applying zero padding.
* Add mkuzip(8), non-GPL utility to compress filesystem images for use withsobomax2004-09-101-0/+259
geom_uzip module. This is based on utility I wrote some 3 years ago for a hack for md(4), which functionally was close to what geom_uzip does today. Since I don't have a time to test that it compiles/works on other arches, stick it to i386 only. Will do it later. Unlike original cloop util, this one embedds FreeBSD-compatible shell code into the generated image, not Linux one. Unfortunately severe space restriction imposed by the CLOOP format doesn't allow to put conditional code which will work both on Linux and FreeBSD. In fact it was quite a challenge to fit necessary FreeBSD code into 127 bytes. ;-)
OpenPOWER on IntegriCloud