summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkuzip
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an embedded shell script.ru2011-05-131-1/+1
| | | | Reviewed by: sobomax
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-191-1/+1
| | | | Reviewed by: ru
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Support character device as input file.fjoe2007-03-061-7/+21
| | | | PR: 103500
* Markup fixes.ru2006-09-291-1/+5
|
* A few minor corrections to the mkuzip.8 man page.sobomax2006-03-171-25/+24
| | | | | PR: 92576 Submitted by: Stefan Bethke
* 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-022-4/+4
| | | | Submitted by: Matteo Riondato <rionda@gufi.org>
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Fix build: s/mkunzip.8/mkuzip.8/marcel2004-09-121-1/+1
|
* Normalize the manpage.ru2004-09-111-20/+23
| | | | Reviewed by: sobomax
* Normalize the makefile.ru2004-09-111-2/+2
| | | | Reviewed by: sobomax
* 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.
* Clarify/extend in several places and make sure that everything matches reality.sobomax2004-09-101-16/+32
|
* Add mkuzip(8), non-GPL utility to compress filesystem images for use withsobomax2004-09-103-0/+354
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