| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
5b7adeb1
|
| 20-May-2022 |
Kyle Evans <kevans@FreeBSD.org> |
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforw
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforward, so let's do it.
Tests are added to make sure that I didn't break anything major in the process.
Reviewed by: bapt (previous version), jilles Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35275
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
5b7adeb1
|
| 20-May-2022 |
Kyle Evans <kevans@FreeBSD.org> |
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforw
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforward, so let's do it.
Tests are added to make sure that I didn't break anything major in the process.
Reviewed by: bapt (previous version), jilles Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35275
show more ...
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
3ac3f600
|
| 23-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
| #
be07528c
|
| 23-May-2011 |
Xin LI <delphij@FreeBSD.org> |
Diff reduction against NetBSD. The most notable change is to zdiff(1) to handle more file formats including bzip2 and xz.
MFC after: 2 weeks
|
| #
9a9ea25f
|
| 26-Jan-2007 |
Xin LI <delphij@FreeBSD.org> |
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation.
- Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2.
Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
5b7adeb1
|
| 20-May-2022 |
Kyle Evans <kevans@FreeBSD.org> |
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforw
zdiff: avoid non-conformant features
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforward, so let's do it.
Tests are added to make sure that I didn't break anything major in the process.
Reviewed by: bapt (previous version), jilles Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35275
show more ...
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
3ac3f600
|
| 23-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
| #
be07528c
|
| 23-May-2011 |
Xin LI <delphij@FreeBSD.org> |
Diff reduction against NetBSD. The most notable change is to zdiff(1) to handle more file formats including bzip2 and xz.
MFC after: 2 weeks
|
| #
9a9ea25f
|
| 26-Jan-2007 |
Xin LI <delphij@FreeBSD.org> |
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation.
- Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2.
Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
show more ...
|
| #
3ac3f600
|
| 23-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
| #
be07528c
|
| 23-May-2011 |
Xin LI <delphij@FreeBSD.org> |
Diff reduction against NetBSD. The most notable change is to zdiff(1) to handle more file formats including bzip2 and xz.
MFC after: 2 weeks
|
| #
9a9ea25f
|
| 26-Jan-2007 |
Xin LI <delphij@FreeBSD.org> |
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected
Replace the GNU gzip with a slightly modified NetBSD gzip. The NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation.
- Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2.
Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
show more ...
|