summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
AgeCommit message (Expand)Author
2024-11-14man: Misc syntax fixesGraham Percival
2024-10-15manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner 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$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-11-04gzip: Add support for decompressing zstd files.Dag-Erling Smørgrav
2022-05-30zdiff: avoid non-conformant featuresKyle Evans
2022-02-25gzip: fix error handling in unxzEric van Gyzen
2022-01-27Remove SMALL conditionals from gzipTom Jones
2022-01-27Fix test output when gzip is run with -tlvTom Jones
2020-12-08fts_read: Handle error from a NULL return better.Bryan Drewery
2020-03-14Remove unneeded checks for prelen.Xin LI
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-01-07Correct documentation year.Xin LI
2019-01-07Port NetBSD improvements:Xin LI
2018-07-10Use endian.h le32dec() instead of rolling our own.Xin LI
2018-07-09gzip(1): Don't shadow global 'err'Conrad Meyer
2018-07-09Don't delete outfile unconditionally.Xin LI
2018-07-08gzip: fix for undefined behavior.Pedro F. Giffuni
2018-05-10Remove "All rights reserved" from my files.Xin LI
2017-12-12Close the correct file descriptor.Xin LI
2017-12-12gzip(1): Remove duplicate close()Conrad Meyer
2017-12-05Create links for xzdiff.Xin LI
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-25Set errno to EFTYPE instead of EINVAL to be more consistent with theXin LI
2017-11-21Support SIGINFO.Xin LI
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-06Reflect actual NetBSD revision we already have.Xin LI
2017-01-06Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov
2016-11-26style(9) indent changes, no actual code change.Xin LI
2016-08-27Use printable ASCII instead of octal representation.Xin LI
2016-07-30Use nitems() from sys/param.h.Marcelo Araujo
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-27Update NetBSD RCS IDs to reflect the changes being upstreamed.Xin LI
2015-10-26In gunzip(1), treat trailing garbage as a warning and not an error. ThisXin LI