Module Name:src
Committed By: rin
Date: Wed Oct 5 02:56:14 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: As a tiny optimization, drop redundant mtpid.
No regression for ATF on 405. 403 seems to work fine.
T
Module Name:src
Committed By: rin
Date: Wed Oct 5 02:56:14 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: As a tiny optimization, drop redundant mtpid.
No regression for ATF on 405. 403 seems to work fine.
T
Module Name:src
Committed By: snj
Date: Tue Oct 4 17:26:46 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
1535
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.4
Please note that diffs are not public domain;
Module Name:src
Committed By: snj
Date: Tue Oct 4 17:26:46 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
1535
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.4
Please note that diffs are not public domain;
Date:Tue, 04 Oct 2022 10:09:35 -0400
From:Christos Zoulas
Message-ID: <8dd220d16861eb3a890461bdf02d1...@zoulas.com>
| I always forget the O_CLOEXEC is special
| in that regard. I wish it was not, but it is difficult to fix.
POSIX is adding O_CLOFORK in the next v
Module Name:src
Committed By: snj
Date: Tue Oct 4 17:14:08 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/landisk [netbsd-9]: md.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #1535):
usr.sbin/sysinst/arch/landisk/md.c: revision 1.
Module Name:src
Committed By: snj
Date: Tue Oct 4 17:14:08 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/landisk [netbsd-9]: md.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #1535):
usr.sbin/sysinst/arch/landisk/md.c: revision 1.
On 2022-10-01 3:39 pm, Robert Elz wrote:
Date:Sat, 1 Oct 2022 13:00:04 -0400
[stuff deleted]
Even when it is called, the code is:
fp->f_flag = flags & FMASK;
where FMASK is (from fcntl.h)
#define FMASK (FREAD|FWRITE|FCNTLFLAGS|FEXEC)
and
#define FCNTLFLAGS
Module Name:src
Committed By: rin
Date: Tue Oct 4 14:08:30 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: Consistently use tmp as scratch register. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.21
Module Name:src
Committed By: rin
Date: Tue Oct 4 14:08:30 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: Consistently use tmp as scratch register. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.21
Module Name:src
Committed By: rin
Date: Tue Oct 4 14:02:46 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: "insn[TAB]operands;" for inline asm codes.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.
Module Name:src
Committed By: rin
Date: Tue Oct 4 14:02:46 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: "insn[TAB]operands;" for inline asm codes.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.
Module Name:src
Committed By: rin
Date: Tue Oct 4 13:58:54 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: Style sync with copy{in,out}. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: rin
Date: Tue Oct 4 13:58:54 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c
Log Message:
copy{in,out}str: Style sync with copy{in,out}. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: rin
Date: Tue Oct 4 13:45:50 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c trap.c
Log Message:
copy{in,out}{,str}: Drop needless dcbst.
Data cache is purely physical for 40[53] with 16KB pages, and therefore
Module Name:src
Committed By: rin
Date: Tue Oct 4 13:45:50 UTC 2022
Modified Files:
src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c trap.c
Log Message:
copy{in,out}{,str}: Drop needless dcbst.
Data cache is purely physical for 40[53] with 16KB pages, and therefore
Module Name:src
Committed By: wiz
Date: Tue Oct 4 12:18:59 UTC 2022
Modified Files:
src/doc: 3RDPARTY
Log Message:
openssh 9.1 out
To generate a diff of this commit:
cvs rdiff -u -r1.1882 -r1.1883 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: wiz
Date: Tue Oct 4 12:18:59 UTC 2022
Modified Files:
src/doc: 3RDPARTY
Log Message:
openssh 9.1 out
To generate a diff of this commit:
cvs rdiff -u -r1.1882 -r1.1883 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
On 2022/10/04 19:22, Taylor R Campbell wrote:
>> Date: Tue, 4 Oct 2022 17:16:35 +0900
>> From: Masanobu SAITOH
>>
>> Before reverting changes, one of my machine which use serial console
>> didn't print the Copyright message.
>>
>> Revert two revert commit, i.e.
>> http://mail-index.netbsd.org/so
> Date: Tue, 4 Oct 2022 17:16:35 +0900
> From: Masanobu SAITOH
>
> Before reverting changes, one of my machine which use serial console
> didn't print the Copyright message.
>
> Revert two revert commit, i.e.
> http://mail-index.netbsd.org/source-changes/2022/10/04/msg141389.html
> http://mail-i
Hi.
On 2022/10/04 16:24, Ryo ONODERA wrote:
> Hi,
>
> Taylor R Campbell writes:
>
>>> Date: Tue, 04 Oct 2022 15:53:58 +0900
>>> From: Ryo ONODERA
>>>
>>> With this patch, it works fine for me.
>>> There is no stall after genfb(4).
>>> And I do not find any other problem so far.
>>
>> Thanks!
On 2022/10/04 16:38, matthew green wrote:
"Rin Okuyama" writes:
Module Name:src
Committed By: rin
Date: Tue Oct 4 07:24:32 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: ser.c
src/sys/arch/sgimips/dev: scn.c
Log Message:
Remove unused extern declaration of co
"Rin Okuyama" writes:
> Module Name: src
> Committed By: rin
> Date: Tue Oct 4 07:24:32 UTC 2022
>
> Modified Files:
> src/sys/arch/amiga/dev: ser.c
> src/sys/arch/sgimips/dev: scn.c
>
> Log Message:
> Remove unused extern declaration of constty.
thank you.
can someone pleas
Module Name:src
Committed By: rin
Date: Tue Oct 4 07:24:32 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: ser.c
src/sys/arch/sgimips/dev: scn.c
Log Message:
Remove unused extern declaration of constty.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1
Module Name:src
Committed By: rin
Date: Tue Oct 4 07:24:32 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: ser.c
src/sys/arch/sgimips/dev: scn.c
Log Message:
Remove unused extern declaration of constty.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1
Hi,
Taylor R Campbell writes:
>> Date: Tue, 04 Oct 2022 15:53:58 +0900
>> From: Ryo ONODERA
>>
>> With this patch, it works fine for me.
>> There is no stall after genfb(4).
>> And I do not find any other problem so far.
>
> Thanks! There probably is another problem which is that kernel
> con
Module Name:src
Committed By: msaitoh
Date: Tue Oct 4 07:06:32 UTC 2022
Modified Files:
src/sys/net: rtsock_shared.c
Log Message:
Fix comment (!COMPAT_RTSOCK case). No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/net/rtsock_sh
> Date: Tue, 04 Oct 2022 15:53:58 +0900
> From: Ryo ONODERA
>
> With this patch, it works fine for me.
> There is no stall after genfb(4).
> And I do not find any other problem so far.
Thanks! There probably is another problem which is that kernel
console printfs might stop appearing after a ce
Module Name:src
Committed By: msaitoh
Date: Tue Oct 4 07:06:32 UTC 2022
Modified Files:
src/sys/net: rtsock_shared.c
Log Message:
Fix comment (!COMPAT_RTSOCK case). No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/net/rtsock_sh
29 matches
Mail list logo