Re: CVS commit: src/usr.bin/gzip

2024-06-01 Thread Izumi Tsutsui
> Your diff is backwards and I guess that is the cause for the confusion. Ah, I checked a wrong tree. Sorry for the noise. --- Izumi Tsutsui

Re: CVS commit: src/usr.bin/gzip

2024-06-01 Thread Martin Husemann
On Sat, Jun 01, 2024 at 11:17:11PM +0900, Izumi Tsutsui wrote: > > Log Message: > > Fix typo in previous > > --- > @@ -1126,7 +1126,7 @@ copymodes(int fd, const struct stat *sbp > if (fchmod(fd, sb.st_mode) < 0) > maybe_warn("couldn't fchmod: %s", file); > > -#if !HAVE_NBTOOL

Re: CVS commit: src/usr.bin/gzip

2024-06-01 Thread Izumi Tsutsui
martin@ wrote: > Module Name: src > Committed By: martin > Date: Sat Jun 1 10:17:12 UTC 2024 > > Modified Files: > src/usr.bin/gzip: gzip.c > > Log Message: > Fix typo in previous --- @@ -1126,7 +1126,7 @@ copymodes(int fd, const struct stat *sbp if (fchmod(fd, sb.st_mod

CVS commit: src/usr.bin/gzip

2024-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 1 10:17:12 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/usr.bin/gzip/gzip.c Please note that diffs are not publ

CVS commit: src/usr.bin/gzip

2024-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 1 10:17:12 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/usr.bin/gzip/gzip.c Please note that diffs are not publ

CVS commit: src/usr.bin/gzip

2024-06-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 1 09:45:37 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Don't try to set non-POSIX struct stat members on tools builds. Fixes PR/58278 (src/tools/gzip build failed on Cygwin). To generate a diff of t

CVS commit: src/usr.bin/gzip

2024-06-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 1 09:45:37 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Don't try to set non-POSIX struct stat members on tools builds. Fixes PR/58278 (src/tools/gzip build failed on Cygwin). To generate a diff of t

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:18:06 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c Log Message: PR/58233: RVP: Fix lzip dictionary size calculation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/gzip/unlz.c Pleas

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:18:06 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c Log Message: PR/58233: RVP: Fix lzip dictionary size calculation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/gzip/unlz.c Pleas

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:17:03 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c unxz.c Log Message: PR/58223: RVP: Don't write to stdout when testing. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/gzip/unlz.c s

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:17:03 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c unxz.c Log Message: PR/58223: RVP: Don't write to stdout when testing. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/gzip/unlz.c s

CVS commit: src/usr.bin/gzip

2024-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 12:42:35 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: oops the #endif was too far down. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/usr.bin/gzip/gzip.c Please note that dif

CVS commit: src/usr.bin/gzip

2024-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 12:42:35 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: oops the #endif was too far down. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/usr.bin/gzip/gzip.c Please note that dif

CVS commit: src/usr.bin/gzip

2024-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 22:20:58 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Handle not having SIGINFO (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/gzip/gzip.c Please n

CVS commit: src/usr.bin/gzip

2024-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 22:20:58 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Handle not having SIGINFO (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/gzip/gzip.c Please n

CVS commit: src/usr.bin/gzip

2024-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 02:21:39 UTC 2024 Modified Files: src/usr.bin/gzip: Makefile Log Message: make it work as a tool To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/gzip/Makefile Please note that diffs are no

CVS commit: src/usr.bin/gzip

2024-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 02:21:39 UTC 2024 Modified Files: src/usr.bin/gzip: Makefile Log Message: make it work as a tool To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/gzip/Makefile Please note that diffs are no

CVS commit: src/usr.bin/gzip

2024-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 02:20:52 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: - -n is the default on SMALL, so accept the flag silently. - conditionalize TIMESPEC_TO_TIMEVAL - add nbtool_config.h To generate a diff of thi

CVS commit: src/usr.bin/gzip

2024-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 1 02:20:52 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: - -n is the default on SMALL, so accept the flag silently. - conditionalize TIMESPEC_TO_TIMEVAL - add nbtool_config.h To generate a diff of thi

CVS commit: src/usr.bin/gzip

2024-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 3 22:40:29 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: bump copyright and version. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/usr.bin/gzip/gzip.c Please note that diffs are not

CVS commit: src/usr.bin/gzip

2024-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 3 22:40:29 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: bump copyright and version. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/usr.bin/gzip/gzip.c Please note that diffs are not

CVS commit: src/usr.bin/gzip

2024-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 15 17:35:48 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: PR/57858: Ricardo Branco: Print the full pathname on errors. from FreeBSD https://github.com/NetBSD/src/pull/25 To generate a diff of this comm

CVS commit: src/usr.bin/gzip

2024-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 15 17:35:48 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: PR/57858: Ricardo Branco: Print the full pathname on errors. from FreeBSD https://github.com/NetBSD/src/pull/25 To generate a diff of this comm

CVS commit: src/usr.bin/gzip

2024-01-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 14 18:12:59 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: set file flags after setting other modes otherwise permission to set modes may be revoked by the flags. from PR#57855. thanks! XXX: pullup-all To

CVS commit: src/usr.bin/gzip

2024-01-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 14 18:12:59 UTC 2024 Modified Files: src/usr.bin/gzip: gzip.c Log Message: set file flags after setting other modes otherwise permission to set modes may be revoked by the flags. from PR#57855. thanks! XXX: pullup-all To

CVS commit: src/usr.bin/gzip

2023-06-09 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jun 10 04:45:25 UTC 2023 Modified Files: src/usr.bin/gzip: gzip.c unlz.c unpack.c Log Message: Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD: Remove unneeded checks for prelen. In order to determine

CVS commit: src/usr.bin/gzip

2023-06-09 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jun 10 04:45:25 UTC 2023 Modified Files: src/usr.bin/gzip: gzip.c unlz.c unpack.c Log Message: Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD: Remove unneeded checks for prelen. In order to determine

CVS commit: src/usr.bin/gzip

2022-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 14:00:45 UTC 2022 Modified Files: src/usr.bin/gzip: gzip.c Log Message: make siginfo handler print to /dev/tty. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.bin/gzip/gzip.c Please note th

CVS commit: src/usr.bin/gzip

2022-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 14:00:45 UTC 2022 Modified Files: src/usr.bin/gzip: gzip.c Log Message: make siginfo handler print to /dev/tty. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.bin/gzip/gzip.c Please note th

Re: CVS commit: src/usr.bin/gzip

2018-06-13 Thread Kamil Rytarowski
On 13.06.2018 00:54, Robert Elz wrote: > Date:Tue, 12 Jun 2018 19:52:43 +0200 > From:Kamil Rytarowski > Message-ID: <90519caf-289c-b4d3-7ebc-d14d4efc9...@gmx.com> > > | I will try to meet the expectations in commit messages for *San fixes. > > That would be good (a

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Robert Elz
Date:Tue, 12 Jun 2018 19:52:43 +0200 From:Kamil Rytarowski Message-ID: <90519caf-289c-b4d3-7ebc-d14d4efc9...@gmx.com> | I will try to meet the expectations in commit messages for *San fixes. That would be good (and not just those, unless the board required it, whi

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 15:52, Joerg Sonnenberger wrote: > On Tue, Jun 12, 2018 at 02:35:40PM +0200, Kamil Rytarowski wrote: >> On 12.06.2018 14:24, Joerg Sonnenberger wrote: >>> That's missing the point. A short description of why the specific >>> undefined behavior is seen is useful. Pasting random program

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Joerg Sonnenberger
On Tue, Jun 12, 2018 at 02:35:40PM +0200, Kamil Rytarowski wrote: > On 12.06.2018 14:24, Joerg Sonnenberger wrote: > > That's missing the point. A short description of why the specific > > undefined behavior is seen is useful. Pasting random program output is > > not. > > > > Joerg > > > > Rando

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 14:24, Joerg Sonnenberger wrote: > On Tue, Jun 12, 2018 at 12:00:01PM +0200, Kamil Rytarowski wrote: >> On 12.06.2018 11:51, matthew green wrote: On 12.06.2018 10:28, Kamil Rytarowski wrote: > On 12.06.2018 09:04, Martin Husemann wrote: >> On Tue, Jun 12, 2018 at 05:47:35

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Joerg Sonnenberger
On Tue, Jun 12, 2018 at 12:00:01PM +0200, Kamil Rytarowski wrote: > On 12.06.2018 11:51, matthew green wrote: > >> On 12.06.2018 10:28, Kamil Rytarowski wrote: > >>> On 12.06.2018 09:04, Martin Husemann wrote: > On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: > > To sum it

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 11:51, matthew green wrote: >> On 12.06.2018 10:28, Kamil Rytarowski wrote: >>> On 12.06.2018 09:04, Martin Husemann wrote: On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: > To sum it up, out of 30+ lines of the commit message, the relevant > information i

re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread matthew green
>On 12.06.2018 10:28, Kamil Rytarowski wrote: >> On 12.06.2018 09:04, Martin Husemann wrote: >>> On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: To sum it up, out of 30+ lines of the commit message, the relevant information is contained only in (part of) one line. >>> >>>

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 10:28, Kamil Rytarowski wrote: > On 12.06.2018 09:04, Martin Husemann wrote: >> On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: >>> To sum it up, out of 30+ lines of the commit message, the relevant >>> information is contained only in (part of) one line. >> >> FWIW, I

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 09:04, Martin Husemann wrote: > On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: >> To sum it up, out of 30+ lines of the commit message, the relevant >> information is contained only in (part of) one line. > > FWIW, I fully agree with uwe here. > > Martin > I find

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Martin Husemann
On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: > To sum it up, out of 30+ lines of the commit message, the relevant > information is contained only in (part of) one line. FWIW, I fully agree with uwe here. Martin

Re: CVS commit: src/usr.bin/gzip

2018-06-11 Thread Valery Ushakov
On Mon, Jun 11, 2018 at 21:59:19 -0400, John Hawkinson wrote: > Valery Ushakov wrote on Tue, 12 Jun 2018 > at 04:50:36 +0300 in <20180612015036.ge15...@pony.stderr.spb.ru>: > > > Please, can you keep your commit messages to the point? > > > > "Fix unportable left shift" > > > > is probably a

Re: CVS commit: src/usr.bin/gzip

2018-06-11 Thread John Hawkinson
Valery Ushakov wrote on Tue, 12 Jun 2018 at 04:50:36 +0300 in <20180612015036.ge15...@pony.stderr.spb.ru>: > Please, can you keep your commit messages to the point? > > "Fix unportable left shift" > > is probably a good enough summary. You don't have to paste the test > suite results and the

Re: CVS commit: src/usr.bin/gzip

2018-06-11 Thread Valery Ushakov
Please, can you keep your commit messages to the point? "Fix unportable left shift" is probably a good enough summary. You don't have to paste the test suite results and the actual diffs in free form as well. On Tue, Jun 12, 2018 at 00:42:17 +, Kamil Rytarowski wrote: > Log Message: > Co

re: CVS commit: src/usr.bin/gzip

2017-08-23 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Wed Aug 23 13:04:17 UTC 2017 > > Modified Files: > src/usr.bin/gzip: gzip.c > > Log Message: > now that we are processing SIGINFO write can be interrupted and return > partial results (well, it could befo