> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>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.
>>>
>>>
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
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
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
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
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
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
"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
44 matches
Mail list logo