Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0 |
|
#
30fbdceb |
| 04-Apr-2021 |
Sascha Wildner <saw@online.de> |
Remove external *less programs/manpages.
* Point {xz,bz,...}less manual pages at less(1) since all compressed less is handled by its own lessopen.sh support.
* Stop installing external {lz,xz,zst
Remove external *less programs/manpages.
* Point {xz,bz,...}less manual pages at less(1) since all compressed less is handled by its own lessopen.sh support.
* Stop installing external {lz,xz,zstd,z}less programs and manual pages.
show more ...
|
Revision tags: v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3 |
|
#
c93c76c6 |
| 02-Feb-2020 |
zrj <rimvydas.jasinskas@gmail.com> |
Makefile.inc1: Pass _SHLIBDIRPREFIX for btools too.
Allow to to link in with crossworld target built libraries if available.
These are not needed for DragonFly crossworld target, however helps wi
Makefile.inc1: Pass _SHLIBDIRPREFIX for btools too.
Allow to to link in with crossworld target built libraries if available.
These are not needed for DragonFly crossworld target, however helps with bootstrapping on OpenBSD or glibc based systems where static versions are not available or mismatches the lex(1) too much.
show more ...
|
Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0 |
|
#
86d7f5d3 |
| 26-Nov-2011 |
John Marino <draco@marino.st> |
Initial import of binutils 2.22 on the new vendor branch
Future versions of binutils will also reside on this branch rather than continuing to create new binutils branches for each new version.
|
Revision tags: v2.12.0, v2.13.0 |
|
#
d49e4f59 |
| 29-Sep-2011 |
YONETANI Tomokazu <y0netan1@dragonflybsd.org> |
Resurrect z*grep script to support gzip'ped files.
|
Revision tags: v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0 |
|
#
00e71414 |
| 18-Jul-2009 |
Peter Avalos <pavalos@theshell.com> |
Update gzip.
- gzexe: Ensure we do not compress files we need for decompressing by also checking hard links. From Andrew Dalgleish. (from OpenBSD) - note that -n also stops the timestamp from being
Update gzip.
- gzexe: Ensure we do not compress files we need for decompressing by also checking hard links. From Andrew Dalgleish. (from OpenBSD) - note that -n also stops the timestamp from being output. - Don't abort decompression if there are no bytes in the output buffer when the end of compressed block (ie the crc) is reached. (ie when decompressing concatenated zipped files). - If stdin is the input stream, fstat it and check if it's file. If so, use it's mtime for the mtime in the header. Otherwise use time(2)'s result instead. Lines up with GNU gzip and RFC 1952 now as well. - Fix parsing of $GZIP so that not to overrun the end of string. - handle partial reads. - avoid an infinite loop while decompressing invalid gzip files. - in file_compress() always stat() the input file. this patch avoids reading from uninitialised space. - Fix a few issues: gzip -vt just prints the contents of a .Z file gzip -vt will print OK even if the .gz file is corrupt gzip -vt prints nothing with a .bz2 file gzip can loop endlessly with a corrupt .bz2 file - Don't warn about >4GB files not having their size correctly stored. - Remove unhandled H option from getopt() argument. Describe -l in usage. - properly check the return value of read() & pread(). - Delete impossible code. - Abort decompression with an error when EOF is reached on input. The test output will then be 'NOT OK'. - End a decompression when trailing garbage is found. It emits a warning message and causes a non-zero exit status (similar to GNU gzip). - properly detect when the output fails (eg, full filesystem) and do not delete the input file.
Dragonfly-bug: http://bugs.dragonflybsd.org/issue1026
show more ...
|
Revision tags: v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1 |
|
#
c03f08f3 |
| 27-Aug-2007 |
Peter Avalos <pavalos@dragonflybsd.org> |
Pull WARNS6 into usr.bin/Makefile.inc.
Most of usr.bin is marked as WARNS6, so add exceptions in individual Makefiles. Also, remove any warning flags from CFLAGS in those Makefiles.
|
#
53e987ce |
| 22-Apr-2005 |
Joerg Sonnenberger <joerg@dragonflybsd.org> |
Use system version of getopt_long and basename for the bootstrapping tools.
|
#
cb622d03 |
| 16-Nov-2004 |
YONETANI Tomokazu <y0netan1@dragonflybsd.org> |
Do not overwrite z*grep commands with shell wrappers in this directory. These z*grep shell wrappers rely on `--label' option when they deal with multiple files, and our version of grep doesn't have t
Do not overwrite z*grep commands with shell wrappers in this directory. These z*grep shell wrappers rely on `--label' option when they deal with multiple files, and our version of grep doesn't have that option.
show more ...
|
#
e75d098c |
| 31-Oct-2004 |
Joerg Sonnenberger <joerg@dragonflybsd.org> |
We have to support uncompress by default, because zcat is used e.g. by the port system for both gzip and compress files. Therefore replace GZIP_UNCOMPRESS with NO_GZIP_UNCOMPRESS and the reverse mean
We have to support uncompress by default, because zcat is used e.g. by the port system for both gzip and compress files. Therefore replace GZIP_UNCOMPRESS with NO_GZIP_UNCOMPRESS and the reverse meaning.
show more ...
|
#
62529567 |
| 26-Oct-2004 |
Joerg Sonnenberger <joerg@dragonflybsd.org> |
Add gzip based on libz. This is faster for decompression and yields better compression than GNU gzip (300 KB for the plan9 ISO image).
The optional support for decompression of compress and bzip2 is
Add gzip based on libz. This is faster for decompression and yields better compression than GNU gzip (300 KB for the plan9 ISO image).
The optional support for decompression of compress and bzip2 is disabled, the normal frontends should be used instead. They can be activated by setting GZIP_UNCOMPRESS and GZIP_UNBZIP2 respectively.
The only missing features from GNU gzip are the omission of zip support (it could only handle the first entry anyway) and unpack support.
This differs from the NetBSD version in that all compile time warnings has been fixed.
Obtained-from: NetBSD
show more ...
|