Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-04compress(1): warn about link handlingFernando ApesteguĂ­a
2020-10-20compress(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2019-01-18Fix descriptor/memory leak in compress(1) codeOleksandr Tymoshenko
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.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-05-21compress: Allow uncompress -c with multiple pathnames, as required by POSIX.Jilles Tjoelker
2017-05-21compress: Add basic tests.Jilles Tjoelker
2017-03-01Renumber copyright clause 4Warner Losh
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-02-17compress,gzip,xz: Preserve timestamps with nanosecond precision.Jilles Tjoelker
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
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-11-12- add a missing "be" and "in"Eitan Adler
2011-11-06Mark global functions and/or variables in compress(1) static where possible.Ed Schouten
2011-10-16- change "is is" to "is" or "it is"Eitan Adler
2011-09-28Fix handling of corrupt compress(1)ed data. [11:04]Bjoern A. Zeeb
2011-03-31Remove $Log$ keyword, which can cause annoyance in diffs in some cases.Ed Maste
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-10-16Correct some typos in comments, no functional changes.Benedict Reuschling
2010-03-28Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-12Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2005-11-18-mdoc sweep.Ruslan Ermilov
2005-09-07Several changes: Added a BUGS section with several bugs. AndGary W. Swearingen
2005-05-18Unbreak r1.11 by delhij. Blind change from unsigned to signed charAlexander Kabaev
2005-05-02Consistently use signed char so gcc4 won't complainXin LI
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-09-11Bump WARNS level to 6.Tom Rhodes
2004-07-05Fix the NAME section making whatis(1) happy in particular.Ruslan Ermilov
2004-07-03Mechanically kill hard sentence breaks.Ruslan Ermilov
2003-06-14Don't truncate the output file before making sure that we canTom Rhodes
2002-12-31Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-10-16Spelling.Philippe Charnier
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-05-29mdoc(7) police: lint.Ruslan Ermilov
2002-05-17Add a Standards section, and note that compress(1) and uncompress(1) nowTim J. Robbins
2002-05-17As required by SUSv3, a file argument of "-" causes standard inputTim J. Robbins
2002-05-17Compression ratio statistics should be written to stderr instead of stdout.Tim J. Robbins
2002-05-17Use exit status 2 to indicate that the file was not compressed becauseTim J. Robbins