aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gzip
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-6/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1610-10/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-3/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* gzip: Add support for decompressing zstd files.Dag-Erling Smørgrav2022-11-045-15/+143
* zdiff: avoid non-conformant featuresKyle Evans2022-05-314-22/+154
* gzip: fix error handling in unxzEric van Gyzen2022-02-251-2/+1
* Remove SMALL conditionals from gzipTom Jones2022-01-271-136/+0
* Fix test output when gzip is run with -tlvTom Jones2022-01-271-6/+11
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+3
* Remove unneeded checks for prelen.Xin LI2020-03-143-22/+17
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Correct documentation year.Xin LI2019-01-071-1/+1
* Port NetBSD improvements:Xin LI2019-01-074-9/+1021
* Use endian.h le32dec() instead of rolling our own.Xin LI2018-07-101-17/+6
* gzip(1): Don't shadow global 'err'Conrad Meyer2018-07-091-4/+4
* Don't delete outfile unconditionally.Xin LI2018-07-091-4/+12
* gzip: fix for undefined behavior.Pedro F. Giffuni2018-07-081-5/+9
* Remove "All rights reserved" from my files.Xin LI2018-05-101-1/+0
* Close the correct file descriptor.Xin LI2017-12-121-1/+1
* gzip(1): Remove duplicate close()Conrad Meyer2017-12-121-1/+0
* Create links for xzdiff.Xin LI2017-12-051-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Set errno to EFTYPE instead of EINVAL to be more consistent with theXin LI2017-11-251-1/+1
* Support SIGINFO.Xin LI2017-11-215-95/+263
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Reflect actual NetBSD revision we already have.Xin LI2017-02-061-1/+1
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-4/+4
* style(9) indent changes, no actual code change.Xin LI2016-11-261-22/+21
* Use printable ASCII instead of octal representation.Xin LI2016-08-271-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Update NetBSD RCS IDs to reflect the changes being upstreamed.Xin LI2015-10-272-2/+2
* In gunzip(1), treat trailing garbage as a warning and not an error. ThisXin LI2015-10-262-3/+10
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0