|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
6882d53b |
| 01-Mar-2022 |
Mateusz Guzik <[email protected]> |
zstd: build with C11
This enables thread-aware timers which in turn fixes benchmark result reports.
Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D34238
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
| #
ecebb3cc |
| 11-Sep-2020 |
Kyle Evans <[email protected]> |
Only set WARNS if not defined
This would allow interested parties to do experimental runs with an environment set appropriately to raise all the warnings throughout the build; e.g. env WARNS=6 NO_WE
Only set WARNS if not defined
This would allow interested parties to do experimental runs with an environment set appropriately to raise all the warnings throughout the build; e.g. env WARNS=6 NO_WERROR=yes buildworld.
Not currently touching the numerous instances in ^/tools.
MFC after: 1 week
show more ...
|
|
Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
612c330d |
| 25-Apr-2018 |
Baptiste Daroussin <[email protected]> |
Use a script wrapper for <compress>grep
Import the wrapper script from zstdgrep (written by [email protected])
Modify it to support more than just zstd (adding support for gzip, lzma, xz and bzip2)
W
Use a script wrapper for <compress>grep
Import the wrapper script from zstdgrep (written by [email protected])
Modify it to support more than just zstd (adding support for gzip, lzma, xz and bzip2)
Write a simple manpage dedicated for it.
Only use that new wrapper both for gnu grep and bsd grep
Next step will be removing code related to compression format from bsdgrep
Reviewed by: kevans Approved by: kevans MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D15193
show more ...
|
| #
0c16b537 |
| 14-Nov-2017 |
Warner Losh <[email protected]> |
Move zstd from contrib to sys/contrib so it can be used in the kernel. Adjust the Makefiles that referenced it to the new path.
Sponsored by: Netflix OK'd by: cem@ and AllanJude@
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
1fc317e3 |
| 06-May-2017 |
Baptiste Daroussin <[email protected]> |
Build zstandard with threading enabled
|
| #
c3b26e0c |
| 06-May-2017 |
Baptiste Daroussin <[email protected]> |
Add a zstdmt which is equivalent as running zstd -T0
|
| #
e96cc413 |
| 15-Apr-2017 |
Baptiste Daroussin <[email protected]> |
Install the zstdgrep shell wrapper
|
| #
404fe491 |
| 15-Apr-2017 |
Baptiste Daroussin <[email protected]> |
Add forgotten links for zstdcat and unzstd
|