CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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.

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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.

CVS commit: [netbsd-9] src/doc

2022-10-04 Thread Soren Jacobsen
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

CVS commit: [netbsd-9] src/doc

2022-10-04 Thread Soren Jacobsen
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

Re: CVS commit: src/sys/kern

2022-10-04 Thread Robert Elz
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

CVS commit: [netbsd-9] src/usr.sbin/sysinst/arch/landisk

2022-10-04 Thread Soren Jacobsen
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

CVS commit: [netbsd-9] src/usr.sbin/sysinst/arch/landisk

2022-10-04 Thread Soren Jacobsen
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

Re: CVS commit: src/sys/kern

2022-10-04 Thread Christos Zoulas
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch/powerpc/ibm4xx

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/doc

2022-10-04 Thread Thomas Klausner
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

CVS commit: src/doc

2022-10-04 Thread Thomas Klausner
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

Re: CVS commit: src/sys/dev

2022-10-04 Thread Masanobu SAITOH
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. >>

Re: CVS commit: src/sys/dev

2022-10-04 Thread Taylor R Campbell
> 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 >

Re: CVS commit: src/sys/dev

2022-10-04 Thread Masanobu SAITOH
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!

Re: CVS commit: src/sys/arch

2022-10-04 Thread Rin Okuyama
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

re: CVS commit: src/sys/arch

2022-10-04 Thread matthew green
"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

CVS commit: src/sys/arch

2022-10-04 Thread Rin Okuyama
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

CVS commit: src/sys/arch

2022-10-04 Thread Rin Okuyama
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

Re: CVS commit: src/sys/dev

2022-10-04 Thread Ryo ONODERA
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 >

CVS commit: src/sys/net

2022-10-04 Thread SAITOH Masanobu
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

Re: CVS commit: src/sys/dev

2022-10-04 Thread Taylor R Campbell
> 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

CVS commit: src/sys/net

2022-10-04 Thread SAITOH Masanobu
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

Re: CVS commit: src/sys/dev

2022-10-04 Thread Ryo ONODERA
Hi, Taylor R Campbell writes: >> Date: Tue, 04 Oct 2022 12:12:15 +0900 >> From: Ryo ONODERA >> >> "Taylor R Campbell" writes: >> >> > console(4), constty(4): Rip off the kernel lock. >> >> After introduction of MP-safe console/constty, my kernel stopped >> just after genfb(4) detection. >>