summaryrefslogtreecommitdiff
path: root/usr.bin/mkuzip
AgeCommit message (Expand)Author
2024-10-20mkuzip: drop support for executable uzip imagesRobert Wing
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-06-20mkuzip: Remove set but unused variable.John Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2019-08-13geom_uzip(4), mkuzip(8): Add Zstd image modeConrad Meyer
2019-02-19Minor cleanup for mkuzip(8) man page.Konstantin Belousov
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-06-23Doh, fix some botched "fix" in r320277.Maxim Sobolev
2017-06-23Don't leak file descriptor in some cases.Maxim Sobolev
2017-06-17o Move logic that determines size of the input image into its ownMaxim Sobolev
2017-05-10Don't depend on assert(3) getting evaluatedAlan Somers
2017-05-10strcpy => strlcpyAlan Somers
2017-02-11Remove spaces at EOL and sort correctly the SEE ALSO sectionBaptiste Daroussin
2016-05-04DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-04-25Try to make gcc builds happy again by removing a redundant declaration.Bjoern A. Zeeb
2016-04-23GC duplicate define.Maxim Sobolev
2016-04-23Improve performance in a few key areas:Maxim Sobolev
2016-03-13In the de-duplication mode, when found matching md5 checksum also readMaxim Sobolev
2016-03-10When -S is specified dump summary to stdout, not stderr, so it'sMaxim Sobolev
2016-03-10Add -S option to print out summary after compression has beenMaxim Sobolev
2016-02-24DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-02-23Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)Maxim Sobolev
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-05-13Fixed an embedded shell script.Ruslan Ermilov
2010-05-19mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2007-03-06Support character device as input file.Max Khon
2006-09-29Markup fixes.Ruslan Ermilov
2006-03-17A few minor corrections to the mkuzip.8 man page.Maxim Sobolev
2006-01-30Tell the user exactly where the problem was.Pawel Jakub Dawidek
2005-05-11- check for geom_uzip module presence using kldstat -m.Max Khon
2005-05-02Make WARNS=6 clean, which should make it compiling on amd64.Maxim Sobolev