Module Name:xsrc
Committed By: mrg
Date: Wed Nov 6 07:14:56 UTC 2024
Modified Files:
xsrc/external/mit/xorg-server.old/dist/dix: devices.c
Log Message:
port xorg-server change 26769aa71fcbe0a8403b7fb13b7c9010cc07c3a8
there are two chunks in this change, and while they ap
Module Name:xsrc
Committed By: mrg
Date: Wed Nov 6 07:14:56 UTC 2024
Modified Files:
xsrc/external/mit/xorg-server.old/dist/dix: devices.c
Log Message:
port xorg-server change 26769aa71fcbe0a8403b7fb13b7c9010cc07c3a8
there are two chunks in this change, and while they ap
"Rin Okuyama" writes:
> Module Name: src
> Committed By: rin
> Date: Wed Nov 6 04:44:12 UTC 2024
>
> Modified Files:
> src/distrib/sets/lists/xdebug: md.sparc
>
> Log Message:
> xdebug: md.sparc: Fix confusion for pnozz_drv.so.0.debug
>
> which was registered both as valid and obsol
Module Name:src
Committed By: rin
Date: Wed Nov 6 04:44:12 UTC 2024
Modified Files:
src/distrib/sets/lists/xdebug: md.sparc
Log Message:
xdebug: md.sparc: Fix confusion for pnozz_drv.so.0.debug
which was registered both as valid and obsolete files at the same time.
To
Module Name:src
Committed By: rin
Date: Wed Nov 6 04:44:12 UTC 2024
Modified Files:
src/distrib/sets/lists/xdebug: md.sparc
Log Message:
xdebug: md.sparc: Fix confusion for pnozz_drv.so.0.debug
which was registered both as valid and obsolete files at the same time.
To
Date:Tue, 5 Nov 2024 16:50:06 -0500
From:Jan Schaumann
Message-ID:
| +In multi-column output
| +.Pq Fl C No or Fl x ,
| +a total sum for all the file sizes is output on a line before the listing.
should probably say (the first two lines there, and then):
a
Date:Tue, 5 Nov 2024 16:50:06 -0500
From:Jan Schaumann
Message-ID:
That is, it looks good aside from this:
| +.Ns ( Fl C
| +or
| +.Fl x Ns ),
Ns as the first macro on a line makes no sense, there is
nothing to have no space after, try instead
.Pq Fl
Date:Tue, 5 Nov 2024 16:50:06 -0500
From:Jan Schaumann
Message-ID:
| How about the attached diff?
Yes, that all looks good.
I wasn't sure the change to printcol() would be that simple,
but it looks good, the one to printacol() is exactly as I
imagined it!
kre
Module Name:src
Committed By: andvar
Date: Tue Nov 5 22:00:31 UTC 2024
Modified Files:
src/sys/arch/powerpc/include/booke: etsecreg.h
src/sys/dev/pci: if_ti.c
Log Message:
s/UCP/UDP/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/
Module Name:src
Committed By: andvar
Date: Tue Nov 5 22:00:31 UTC 2024
Modified Files:
src/sys/arch/powerpc/include/booke: etsecreg.h
src/sys/dev/pci: if_ti.c
Log Message:
s/UCP/UDP/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/
Robert Elz wrote:
> Is is the output format which is chosen (by option, or by
> using the rule to select the default) which affects what is
> output.
>
> And I believe that the -x and -C variation depending upon how
> many columns are output really is a bug, that should just be
> fixed.
How abo
Module Name:src
Committed By: rillig
Date: Tue Nov 5 20:07:41 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: fix usage, remove redundant break statements
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/raidctl/raidctl.
Module Name:src
Committed By: rillig
Date: Tue Nov 5 20:07:41 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: fix usage, remove redundant break statements
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/raidctl/raidctl.
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:58:27 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: trim trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/raidctl/raidctl.c
Please note that d
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:58:27 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: trim trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/raidctl/raidctl.c
Please note that d
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:52:18 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: remove unused and undocumented option '-B'
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/raidctl/raidctl.c
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:52:18 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: remove unused and undocumented option '-B'
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/raidctl/raidctl.c
Date:Tue, 5 Nov 2024 13:32:01 -0500
From:Jan Schaumann
Message-ID:
| "If the output is to a terminal and results in multiple
| columns being printed, a total sum for all the file
| sizes is output on a line before the listing."
It actually has almost nothing t
Robert Elz wrote:
> It is more complex than that
Hmm. Maybe
"If the output is to a terminal and results in multiple
columns being printed, a total sum for all the file
sizes is output on a line before the listing."
?
(The fact that "total" is printed for '-l' whether or
not output goes to a
Date:Tue, 5 Nov 2024 04:04:19 +
From:"Jan Schaumann"
Message-ID: <20241105040419.6c798f...@cvs.netbsd.org>
| Note that when '-s' is combined with '-1', the 'total' is _not_ printed.
It is more complex than that (though that is correct, and applies when the
-1 i
Module Name:src
Committed By: martin
Date: Tue Nov 5 06:42:00 UTC 2024
Modified Files:
src/distrib/sets/lists/debug: module.mi
Log Message:
Add new ds2482ow module debug info
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/debug/modu
Module Name:src
Committed By: martin
Date: Tue Nov 5 07:58:44 UTC 2024
Modified Files:
src/distrib/sets/lists/debug: module.mi
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/sets/lists/debug/module.mi
Please note that diffs
22 matches
Mail list logo