Re: CVS commit: src/sys/sys

2024-09-11 Thread Ryo ONODERA
Hi, Christos Zoulas writes: > And committed. Thank you very much for your quick fix. It works fine for me now. > christos > > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/sys

2024-09-11 Thread Ryo ONODERA
fine __GEN_ENDIAN_ENC(bits, endian) \ > @@ -337,6 +339,8 @@ le64dec(const void *buf) > > #endif /* GCC >= 2.95 */ > > +#endif /* _NETBSD_SOURCE */ > + > #endif /* !_LOCORE */ > #endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */ > #endif /* !_SYS_ENDIAN_H_ */ > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/external/bsd/drm2/amdgpu

2024-07-02 Thread Ryo ONODERA
ppy to see the drmkms support from Linux 6.6 in the near future. Almost all my faster laptops require newer drmkms support. Thank you. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/sys

2024-06-02 Thread Ryo ONODERA
#endif > > +#ifndef __UCONTEXT_SIZE > +#define __UCONTEXT_SIZE sizeof(ucontext_t) > +#endif > + > #ifndef _UC_TLSBASE > #error _UC_TLSBASE not defined. > #endif > @@ -105,8 +109,6 @@ int cpu_mcontext_validate(struct lwp *, > > #ifde

CVS commit: src/sys/sys

2024-05-24 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri May 24 13:50:30 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: Move __UCONTEXT_SIZE inside _KERNEL like before Fix pkgsrc/lang/rust runtime SIGILL error during pkgsrc/www/firefox build. To generate a diff of t

CVS commit: src/sys/sys

2024-05-24 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri May 24 13:50:30 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: Move __UCONTEXT_SIZE inside _KERNEL like before Fix pkgsrc/lang/rust runtime SIGILL error during pkgsrc/www/firefox build. To generate a diff of t

CVS commit: src/usr.bin/kdump

2024-03-16 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Mar 16 23:40:26 UTC 2024 Modified Files: src/usr.bin/kdump: kdump.c Log Message: Remove debug print To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/usr.bin/kdump/kdump.c Please note that diffs are not pub

CVS commit: src/usr.bin/kdump

2024-03-16 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Mar 16 23:40:26 UTC 2024 Modified Files: src/usr.bin/kdump: kdump.c Log Message: Remove debug print To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/usr.bin/kdump/kdump.c Please note that diffs are not pub

Re: CVS commit: src/tools/gcc

2024-02-22 Thread Ryo ONODERA
--with-mpc=${TOOLDIR} \ > --with-mpfr=${TOOLDIR} \ > --with-gmp=${TOOLDIR} \ > + ${ISL_CONFIGURE_ARGS} \ > --disable-nls \ > ${MULTILIB_ARGS} \ > ${SOFTFLOAT_ARGS} \ > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Jan 27 05:50:42 UTC 2024 Modified Files: src/lib/libm/src: e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c e_coshl.c s_asinhl.c s_logl.c s_tanhl.c Log Message: Enable asinl, acosl, logl, coshl, tanhl, atanhl, asinhl and a

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Jan 27 05:50:42 UTC 2024 Modified Files: src/lib/libm/src: e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c e_coshl.c s_asinhl.c s_logl.c s_tanhl.c Log Message: Enable asinl, acosl, logl, coshl, tanhl, atanhl, asinhl and a

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 26 12:32:49 UTC 2024 Modified Files: src/lib/libm/src: s_sinl.c Log Message: Fix inverted logic for weak alias * Fix gfortran from pkgsrc/lang/gcc10 and pkgsrc/math/coinmp, for example. To generate a diff of this commit:

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 26 12:32:49 UTC 2024 Modified Files: src/lib/libm/src: s_sinl.c Log Message: Fix inverted logic for weak alias * Fix gfortran from pkgsrc/lang/gcc10 and pkgsrc/math/coinmp, for example. To generate a diff of this commit:

Re: CVS commit: src/sys/compat/linux

2023-08-21 Thread Ryo ONODERA
x_ioctl.c SRCS+= linux_ipc.c linux_misc.c linux_mtio.c linux_sched.c SRCS+= linux_sg.c linux_signal.c linux_signo.c linux_socket.c SRCS+= linux_sysctl.c linux_termios.c linux_time.c linux_mod.c Thank you. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

CVS commit: src/lib/libc/string

2023-08-11 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Aug 11 13:07:17 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc Log Message: Install strncpy.3 to fix build To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/string/Makefile.inc Please not

CVS commit: src/lib/libc/string

2023-08-11 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Aug 11 13:07:17 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc Log Message: Install strncpy.3 to fix build To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/string/Makefile.inc Please not

Re: CVS commit: src

2023-08-02 Thread Ryo ONODERA
nitizers is also bad, but flailing around > with broken builds and without a clear plan for how this should fit > together and be maintained is much worse. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src

2023-08-01 Thread Ryo ONODERA
mes it should all > work, unless I have typo that I have not found yet. > > christos > > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3 libsanitizer.diff Description: Binary data

CVS commit: src/share/mk

2023-05-12 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri May 12 11:49:47 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: Fix broken conditional To generate a diff of this commit: cvs rdiff -u -r1.1317 -r1.1318 src/share/mk/bsd.own.mk Please note that diffs are not p

CVS commit: src/share/mk

2023-05-12 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri May 12 11:49:47 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: Fix broken conditional To generate a diff of this commit: cvs rdiff -u -r1.1317 -r1.1318 src/share/mk/bsd.own.mk Please note that diffs are not p

CVS commit: src/games/cribbage

2023-01-06 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 6 19:02:02 UTC 2023 Modified Files: src/games/cribbage: cribbage.h Log Message: Define yes as extern veriable to fix build PR bin/57164 is insufficient. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/

CVS commit: src/games/cribbage

2023-01-06 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 6 19:02:02 UTC 2023 Modified Files: src/games/cribbage: cribbage.h Log Message: Define yes as extern veriable to fix build PR bin/57164 is insufficient. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/

CVS commit: src/usr.sbin/tprof

2022-12-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Dec 26 03:25:55 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof.c Log Message: Reflect recent new options for top operation, add a and c To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/tprof/tpro

CVS commit: src/usr.sbin/tprof

2022-12-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Dec 26 03:25:55 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof.c Log Message: Reflect recent new options for top operation, add a and c To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/tprof/tpro

Re: CVS commit: src/lib/libcurses

2022-11-30 Thread Ryo ONODERA
t */ > > @@ -1852,6 +1852,13 @@ scrolln(int starts, int startw, int curs > ox = curscr->curx; > n = starts - startw; > > + if (!lineeq(__virtscr->alines[startw]->line, > + curscr->alines[starts]->line, (size_t) __virtscr->maxx)) >

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

2022-10-25 Thread Ryo ONODERA
t;> Builds of some pkgsrc packages that use gobject introspection and meson fails >> because they uses ldd command during build. > > this should be fixed now. sorry for the failure.. I am sorry. I have missed your email. Thanks for your quick fix!!! > .mrg. -- Ryo ONODERA // r...@

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

2022-10-18 Thread Ryo ONODERA
command during build. Thank you. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3 > On Oct 15, 2022, at 14:55, matthew green wrote: > > Module Name:src > Committed By:mrg > Date:Sat Oct 15 05:55:46 UTC 202

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 probab

Re: CVS commit: src/sys/dev

2022-10-03 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 consol

Re: CVS commit: src/sys/dev

2022-10-03 Thread Ryo ONODERA
> > #include > -__KERNEL_RCSID(0, "$NetBSD: cons.c,v 1.83 2022/10/03 19:57:05 riastradh Exp > $"); > +__KERNEL_RCSID(0, "$NetBSD: cons.c,v 1.84 2022/10/03 19:57:25 riastradh Exp > $"); > > #include > #include > @@ -84,7 +84,7 @@ const stru

Re: CVS commit: src

2021-12-30 Thread Ryo ONODERA
Hi, Tobias Nygren writes: > On Fri, 31 Dec 2021 01:44:19 +0900 > Ryo ONODERA wrote: > >> # link LOCKDEBUG/netbsd >> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T >> netbsd.ldscript -Ttext 0x8020 -e start -z max-p

Re: CVS commit: src

2021-12-30 Thread Ryo ONODERA
Hi, chris...@astron.com (Christos Zoulas) writes: > In article <875yr6ujoc@brownie.elements.tetera.org>, > Ryo ONODERA wrote: > >>My Makefile for the kernel has the following line. >>Your code may expect BUILD_KERNEL as kernel configuration file name, >>fo

Re: CVS commit: src

2021-12-30 Thread Ryo ONODERA
ts/debug/mi > cvs rdiff -u -r1.455 -r1.456 src/etc/Makefile > cvs rdiff -u -r1.285 -r1.286 src/sys/conf/Makefile.kern.inc > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

CVS commit: src/lib/libc/time

2021-10-22 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Oct 22 16:57:14 UTC 2021 Modified Files: src/lib/libc/time: zdump.c Log Message: Fix build failure * Fix merge mistake. * Cast to int for strict comparison like before. To generate a diff of this commit: cvs rdiff -u -r1.54

CVS commit: src/lib/libc/time

2021-10-22 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Oct 22 16:57:14 UTC 2021 Modified Files: src/lib/libc/time: zdump.c Log Message: Fix build failure * Fix merge mistake. * Cast to int for strict comparison like before. To generate a diff of this commit: cvs rdiff -u -r1.54

CVS commit: src/sys/sys

2021-09-21 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Sep 21 13:51:46 UTC 2021 Modified Files: src/sys/sys: eventfd.h timerfd.h Log Message: Fix C++ case for eventfd.h and timerd.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/eventfd.h src/sys/sys/time

CVS commit: src/sys/sys

2021-09-21 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Sep 21 13:51:46 UTC 2021 Modified Files: src/sys/sys: eventfd.h timerfd.h Log Message: Fix C++ case for eventfd.h and timerd.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/eventfd.h src/sys/sys/time

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-06 Thread Ryo ONODERA
Hi, Rin Okuyama writes: > On 2021/09/06 23:11, Ryo ONODERA wrote: >> Hi, >> >> Rin Okuyama writes: >> >>> On 2021/09/06 22:11, Ryo ONODERA wrote: >>>> Module Name: src >>>> Committed By: ryoon >>>>

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-06 Thread Ryo ONODERA
Hi, Rin Okuyama writes: > On 2021/09/06 22:11, Ryo ONODERA wrote: >> Module Name: src >> Committed By:ryoon >> Date:Mon Sep 6 13:11:34 UTC 2021 >> >> Modified Files: >> src/crypto/external/bsd/openssh/dist: dns.c >>

CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-06 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Sep 6 13:11:34 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: dns.c Log Message: Make no diff to upstream To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/crypto/external/bsd/openssh/dist/dns

CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-06 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Sep 6 13:11:34 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: dns.c Log Message: Make no diff to upstream To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/crypto/external/bsd/openssh/dist/dns

CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-03 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Sep 4 01:47:47 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: dns.c Log Message: Fix inverted logic in OpenSSH SSHFP DNS record verification To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/c

CVS commit: src/crypto/external/bsd/openssh/dist

2021-09-03 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Sep 4 01:47:47 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: dns.c Log Message: Fix inverted logic in OpenSSH SSHFP DNS record verification To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/c

Re: CVS commit: src

2021-04-07 Thread Ryo ONODERA
Hi, Thanks for your quick fix! I will rebuild userland and ruby30-base. On Wed, Apr 7, 2021 at 7:00 PM Simon Burge wrote: > > Ryo ONODERA wrote: > > > Hi, > > > > dtrace support of pkgsrc/lang/ruby30-base uses drti.o. > > Without drti.o, ruby30-base is not bui

Re: CVS commit: src

2021-04-06 Thread Ryo ONODERA
Hi, dtrace support of pkgsrc/lang/ruby30-base uses drti.o. Without drti.o, ruby30-base is not buildable with dtrace option and dtrace option is enabled by default. Could you please put drti.o back? Thank you. On Mon, Mar 29, 2021 at 10:57 AM Simon Burge wrote: > > Module Name:src > Committ

Re: CVS import: src/external/bsd/dhcpcd/dist

2020-10-16 Thread Ryo ONODERA
Hi, Roy Marples writes: > Hi Ryo > > On 15/10/2020 02:23, Ryo ONODERA wrote: >> dhcpcd-9.3.1 do not detect carrier with cdce(4) and urndis(4) devices. >> dhcpcd-9.2.0 from pkgsrc-2020Q3 branch works without problems. >> (Maybe 9.3.0 in NetBSD base worked for me.) >

Re: CVS import: src/external/bsd/dhcpcd/dist

2020-10-14 Thread Ryo ONODERA
dist/hooks/20-resolv.conf > U src/external/bsd/dhcpcd/dist/hooks/29-lookup-hostname > U src/external/bsd/dhcpcd/dist/hooks/30-hostname.in > U src/external/bsd/dhcpcd/dist/hooks/50-ntp.conf > U src/external/bsd/dhcpcd/dist/hooks/50-ypbind.in > > 9 conflicts created by this import. > Use the following command to help the merge: > > cvs checkout -jROY:yesterday -jROY src/external/bsd/dhcpcd/dist > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/uvm

2020-09-22 Thread Ryo ONODERA
Hi, Chuck Silvers writes: > On Tue, Sep 22, 2020 at 01:51:33AM +0900, Ryo ONODERA wrote: >> Hi, >> >> It seems that r1.124 of uvm_amap.c causes random userland segfaults >> on my NetBSD/amd64. > > this should be fixed now, could you try again? > > this w

Re: CVS commit: src/sys/uvm

2020-09-21 Thread Ryo ONODERA
current amap refcount. >*/ > > - if (amap->am_ppref == NULL && !all && len != amap->am_nslot) { > + if (amap->am_ppref == NULL) { > amap_pp_establish(amap, offset); > } > #endif > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/share/man/man4

2020-08-24 Thread Ryo ONODERA
Hi, Valery Ushakov writes: > On Mon, Aug 24, 2020 at 19:27:36 +0000, Ryo ONODERA wrote: > >> Module Name: src >> Committed By:ryoon >> Date:Mon Aug 24 19:27:36 UTC 2020 >> >> Modified Files: >> src/share/man/man4: viomb.4

Re: CVS commit: src/sys

2020-08-14 Thread Ryo ONODERA
reboot() at sys_reboot vpanic() at vpanic+0x15b __x86_indirect_thunk_rax() at __x86_indirect_thunk_rax uvn_findpage() at uvn_findpage+0xf9 uvn_findpages() at uvn_findpages+0xcd genfs_do_putpages() at genfs_do_putpages+0xc17 VOP_PUTPAGES() at VOP_PUTPAGES+0x43 ffs_full_fsync() at ffs_full_fsync+0x1b4

Freeze or panic during boot was: Re: CVS commit: src/sys/dev/ata

2020-05-01 Thread Ryo ONODERA
est kernel from nyftp > > Same problem on T470. > > -- > Alex -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/dev/ata

2020-04-27 Thread Ryo ONODERA
Ryo ONODERA writes: > Hi, > > After this commit, NetBSD/amd64-current on my HP Spectre x360 > freezes after acpiacad0 detection (before ld0 detection). > Reverting this commit in latest tree fixes my freeze problem. > > Could you take a look at my problem? > > Thank

Re: CVS commit: src/sys/dev/ata

2020-04-27 Thread Ryo ONODERA
a diff of this commit: > cvs rdiff -u -r1.155 -r1.156 src/sys/dev/ata/ata.c > cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ata/ata_subr.c > cvs rdiff -u -r1.105 -r1.106 src/sys/dev/ata/atavar.h > > Please note that diffs are not public domain; they are subject to the > copyright notices

Re: CVS commit: src/lib/libpthread

2020-02-19 Thread Ryo ONODERA
Hi, Kamil Rytarowski writes: > On 13.02.2020 20:03, Ryo ONODERA wrote: >> Hi, >> >> Kamil Rytarowski writes: >> >>> On 12.02.2020 15:01, Ryo ONODERA wrote: >>>> Hi, >>>> >>>> Kamil Rytarowski writes: >>>>

Re: CVS commit: src/lib/libpthread

2020-02-13 Thread Ryo ONODERA
Hi, Kamil Rytarowski writes: > On 12.02.2020 15:01, Ryo ONODERA wrote: >> Hi, >> >> Kamil Rytarowski writes: >> >>> Hello, >>> >>> I will have a look at them. >> >> Thank you. >> Real fix is welcome. >> >&g

Re: CVS commit: src/lib/libpthread

2020-02-12 Thread Ryo ONODERA
Hi, Kamil Rytarowski writes: > Hello, > > I will have a look at them. Thank you. Real fix is welcome. And multimedia/handbrake has workaround already. I have workaround patches for lang/mono6 (like your nspr patch). I will commit them after some tests. > On 12.02.2020 14:02,

Re: CVS commit: src/lib/libpthread

2020-02-12 Thread Ryo ONODERA
will add workarounds to some packages. However I feel that it is not meaningful... > On 12.02.2020 09:49, Ryo ONODERA wrote: >> Hi, >> >> I have two problematic pkgsrc packages at least. >> Of course these programs have misuses and/or bugs, however I feel that >> dealin

Re: CVS commit: src/lib/libpthread

2020-02-12 Thread Ryo ONODERA
, > + (t1 != NULL) && (t1->pt_magic == PT_MAGIC)); > > - pthread__error(EINVAL, "Invalid thread", > - t2->pt_magic == PT_MAGIC); > + pthread__error(0, "Invalid thread", > + (t2 != NULL) && (t2->pt_magic == PT_MAGIC)); > > /* Nothing special here. */ > return (t1 == t2); > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/lib/libpthread

2020-02-03 Thread Ryo ONODERA
Hi, Kamil Rytarowski writes: > On 03.02.2020 17:10, Ryo ONODERA wrote: >> Hi, >> >> Kamil Rytarowski writes: >> >>> Please check this workaround: >>> >>> http://netbsd.org/~kamil/patch-00224-firefox-pthread_equal.txt >>> >&

Re: CVS commit: src/lib/libpthread

2020-02-03 Thread Ryo ONODERA
eal bug. Please file the bug report to Mozilla's bugzilla. Thank you very much. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/lib/libpthread

2020-02-03 Thread Ryo ONODERA
Hi, Ryo ONODERA writes: > Hi, > > I had tested with PTHREAD_DIAGASSERT however it did not produce any output. > > I am building current and pkgsrc packages from scratch now. > > I will reply my situation after this rebuild. > > Thank you. With latest toolchain, kern

Re: CVS commit: src/lib/libpthread

2020-02-02 Thread Ryo ONODERA
mm. Was there not originally an environment variable to control >this >>> behaviour, since many applications are buggy? >>> >>> Andrew >>> >>> On Sun, Feb 02, 2020 at 01:01:49AM +0900, Ryo ONODERA wrote: >>>> Hi, >>>> >>>

Re: CVS commit: src/lib/libpthread

2020-02-01 Thread Ryo ONODERA
Kamil Rytarowski writes: > On 01.02.2020 17:01, Ryo ONODERA wrote: >> Hi, >> >> pthread__error()s in pthread_equal() cause segfault >> during start of pkgsrc/www/firefox-72.0.2. >> >> Without pthread__error()s, www/firefox works fine >> like as

Re: CVS commit: src/lib/libpthread

2020-02-01 Thread Ryo ONODERA
after using it. > > > To generate a diff of this commit: > cvs rdiff -u -r1.160 -r1.161 src/lib/libpthread/pthread.c > cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_getcpuclockid.c > > Please note that diffs are not public domain; they are subject to the > copyright

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Hi, Thanks for your quick fix. It works fine for my laptop now. On January 21, 2020 3:50:23 AM GMT+09:00, Andrew Doran wrote: >Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the >problem as I am running with LOCKDEBUG. > >Apologies for the disruption. &

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Hi, Jason Thorpe writes: >> On Jan 20, 2020, at 6:48 AM, Ryo ONODERA wrote: >> >> The black screen and ims(4) panic are not related to your change. >> Older src tree with LOCKDEBUG reproduces these problem. > > I'll look at the ims(4) issuer. Thank

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Ryo ONODERA writes: > Ryo ONODERA writes: > >> Hi, >> >> Andrew Doran writes: >> >>> Hi, >>> >>> This also happened the last time I touched rw_downgrade(), and I backed out >>> the change then, but both times I don't see th

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Ryo ONODERA writes: > Hi, > > Andrew Doran writes: > >> Hi, >> >> This also happened the last time I touched rw_downgrade(), and I backed out >> the change then, but both times I don't see the bug. I have some questions: >> >> - Are you

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
> Andrew > > > On Mon, Jan 20, 2020 at 12:41:37PM +0900, Ryo ONODERA wrote: >> Hi, >> >> After this commit, the kernel stalls just before root file system >> will be found on my NetBSD/amd64 laptop. >> >> Reverting >> src/sys/kern/kern_rwlock.c

Re: CVS commit: src/sys

2020-01-19 Thread Ryo ONODERA
Sorry I have note sent this e-mail to you. Ryo ONODERA writes: > Hi, > > After this commit, the kernel stalls just before root file system > will be found on my NetBSD/amd64 laptop. > > Reverting > src/sys/kern/kern_rwlock.c to r1.60 > and > src/sys/sys/rwlock.h to

Re: CVS commit: src/sys

2020-01-19 Thread Ryo ONODERA
RW_OWNER(rw) == curthread); > + RW_ASSERT(rw, rw->rw_owner & RW_WRITE_LOCKED); > + RW_ASSERT(rw, RW_OWNER(rw) == curthread); > > return 1; > } > > Index: src/sys/sys/rwlock.h > diff -u src/sys/sys/rwlock.h:1.12 src/sys/sys/rwlock.h:1.13 > --- src/s

Re: CVS commit: src/common/lib/libc/arch/x86_64/string

2020-01-16 Thread Ryo ONODERA
Hi, Andrew Doran writes: > Hi, > > Change backed out. Sorry about the disruption. Thank you. The back-out works fine for me. > Andrew > > On Thu, Jan 16, 2020 at 05:30:20PM +0900, Ryo ONODERA wrote: >> Hi, >> >> pkgsrc/www/firefox and mail/notmuch

Re: CVS commit: src/common/lib/libc/arch/x86_64/string

2020-01-16 Thread Ryo ONODERA
ublic/memtest86/.git/objects/pack/pack-3baed7d30e4536c1173b6c083d81de217e9c829a.idx >error: wrong index v2 file size in >/public/memtest86/.git/objects/pack/pack-3baed7d30e4536c1173b6c083d81de217e9c829a.idx >error: wrong index v2 file size in >/public/memtest86/.git/objects/pack/pack-

Re: CVS commit: src/sys/arch/amd64

2020-01-08 Thread Ryo ONODERA
tab) { > > Index: src/sys/arch/amd64/conf/GENERIC > diff -u src/sys/arch/amd64/conf/GENERIC:1.553 > src/sys/arch/amd64/conf/GENERIC:1.554 > --- src/sys/arch/amd64/conf/GENERIC:1.553 Wed Jan 1 10:36:43 2020 > +++ src/sys/arch/amd64/conf/GENERIC Thu Jan 9 00:42:24 2020 > @@ -1,4 +1,4 @@ > -# $NetBSD: GENERIC,v 1.553 2020/01/01 10:36:43 ryo Exp $ > +# $NetBSD: GENERIC,v 1.554 2020/01/09 00:42:24 manu Exp $ > # > # GENERIC machine description file > # > @@ -22,12 +22,10 @@ include "arch/amd64/conf/std.amd64" > > options INCLUDE_CONFIG_FILE # embed config file in kernel binary > > -#ident "GENERIC-$Revision: 1.553 $" > +#ident "GENERIC-$Revision: 1.554 $" > > maxusers 64 # estimated number of users > > -#options MULTIBOOT # Multiboot support (see multiboot(8)) > - > # delay between "rebooting ..." message and hardware reset, in milliseconds > #options CPURESET_DELAY=2000 > > > Index: src/sys/arch/amd64/conf/files.amd64 > diff -u src/sys/arch/amd64/conf/files.amd64:1.114 > src/sys/arch/amd64/conf/files.amd64:1.115 > --- src/sys/arch/amd64/conf/files.amd64:1.114 Tue Dec 10 02:06:07 2019 > +++ src/sys/arch/amd64/conf/files.amd64 Thu Jan 9 00:42:24 2020 > @@ -1,4 +1,4 @@ > -#$NetBSD: files.amd64,v 1.114 2019/12/10 02:06:07 manu Exp $ > +#$NetBSD: files.amd64,v 1.115 2020/01/09 00:42:24 manu Exp $ > # > # new style config file for amd64 architecture > # > @@ -30,10 +30,6 @@ defflag opt_spectre.h SPECTRE_V2_GCC_MIT > defflag USER_LDT > defflag eisa.h EISA > > -# Multiboot support > -defflag opt_multiboot.h MULTIBOOT > -file arch/x86/x86/multiboot2.c multiboot > - > # Start code > file arch/amd64/amd64/locore.S machdep > file arch/amd64/amd64/vector.S machdep > > Index: src/sys/arch/amd64/conf/kern.ldscript > diff -u src/sys/arch/amd64/conf/kern.ldscript:1.30 > src/sys/arch/amd64/conf/kern.ldscript:1.31 > --- src/sys/arch/amd64/conf/kern.ldscript:1.30Sun Dec 15 02:56:40 2019 > +++ src/sys/arch/amd64/conf/kern.ldscript Thu Jan 9 00:42:24 2020 > @@ -1,4 +1,4 @@ > -/* $NetBSD: kern.ldscript,v 1.30 2019/12/15 02:56:40 manu Exp $*/ > +/* $NetBSD: kern.ldscript,v 1.31 2020/01/09 00:42:24 manu Exp $*/ > > #include "assym.h" > > @@ -13,17 +13,7 @@ __LARGE_PAGE_SIZE = 0x20 ; > ENTRY(_start) > SECTIONS > { > - /* > - * multiboot (file_offset) : AT (load_address) > - * file_offset must be below 32k for multiboot 2 specification > - * BIOS boot requires load_address above 0x20 > - */ > - multiboot 0x1000 : AT (0x20) > - { > - . = ALIGN(8); > - KEEP(*(multiboot)); > - } > - .text : AT (0x20 + SIZEOF(multiboot)) > + .text : AT (ADDR(.text) & 0x0fff) > { > . = ALIGN(__PAGE_SIZE); > __text_user_start = . ; > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/arch/amd64

2019-12-27 Thread Ryo ONODERA
of course. >> > > Both with and without MULTIBOOT works fine. No any hangup/panic. > > Thanks. > > -- > --- > SAITOH Masanobu (msai...@execsw.org > msai...@netbsd.org) -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/arch/amd64

2019-12-25 Thread Ryo ONODERA
Sorry for confusing. My attached patch does not improve my situation. My mail is mistake. Sorry. Reverting linker script fixes the kernel boot. Thank you. On December 26, 2019 1:23:34 AM GMT+09:00, Emmanuel Dreyfus wrote: >On Wed, Dec 25, 2019 at 07:42:47PM +0900, Ryo ONODERA wrote: >

Re: CVS commit: src/sys/arch/amd64

2019-12-25 Thread Ryo ONODERA
Hi, Sorry I have accidentally reverted kern.ldscript. With current kern.ldscript, it stalls after cpu0. Thank you. Ryo ONODERA writes: > Hi, > > Emmanuel Dreyfus writes: > >> On Tue, Dec 24, 2019 at 05:50:00PM +0900, Ryo ONODERA wrote: >>> After this change, amd64

Re: CVS commit: src/sys/arch/amd64

2019-12-25 Thread Ryo ONODERA
Hi, Emmanuel Dreyfus writes: > On Tue, Dec 24, 2019 at 05:50:00PM +0900, Ryo ONODERA wrote: >> After this change, amd64 kernel does not boot on my HP Spectre x360 >> 13-inch ae019TU laptop with pure UEFI boot mode. > > Hello > > Does the attached patch (crafted fo

Re: CVS commit: src/sys/arch/amd64

2019-12-24 Thread Ryo ONODERA
0x20 > + */ > + multiboot 0x1000 : AT (0x20) > + { > + . = ALIGN(8); > + KEEP(*(multiboot)); > + } > + .text : AT (0x20 + SIZEOF(multiboot)) > { > . = ALIGN(__PAGE_SIZE); > __text_user_start = . ; > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/dev/i2c

2019-12-24 Thread Ryo ONODERA
< sc->sc_isize; i++) > DPRINTF((" %.2x", sc->sc_ibuf[i])); > DPRINTF(("\n")); > > scd = sc->sc_subdevs[rep]; > if (scd == NULL || !(scd->sc_state & IHIDEV_OPEN)) > - return (1); > + goto out; > > scd->sc_intr(scd, p, psize); > > - return 1; > + out: > + /* > + * If our interrupt is level-triggered, re-enable it now. > + */ > + if (sc->sc_intr_type == IST_LEVEL) { > +#if NACPICA > 0 > + acpi_intr_unmask(sc->sc_ih); > +#endif > + } > } > > static int > > Index: src/sys/dev/i2c/ihidev.h > diff -u src/sys/dev/i2c/ihidev.h:1.1 src/sys/dev/i2c/ihidev.h:1.2 > --- src/sys/dev/i2c/ihidev.h:1.1 Sun Dec 10 17:05:54 2017 > +++ src/sys/dev/i2c/ihidev.h Sun Dec 22 16:44:35 2019 > @@ -1,4 +1,4 @@ > -/* $NetBSD: ihidev.h,v 1.1 2017/12/10 17:05:54 bouyer Exp $ */ > +/* $NetBSD: ihidev.h,v 1.2 2019/12/22 16:44:35 thorpej Exp $ */ > /* $OpenBSD ihidev.h,v 1.4 2016/01/31 18:24:35 jcs Exp $ */ > > /*- > @@ -100,7 +100,9 @@ struct ihidev_softc { > uint64_tsc_phandle; > > void * sc_ih; > + void * sc_sih; > kmutex_tsc_intr_lock; > + int sc_intr_type; > > u_int sc_hid_desc_addr; > union { > -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src

2019-10-28 Thread Ryo ONODERA
aprint_normal_dev(self, "tagged as %s\n", sc->sc_tag); > + > + error = virtio_child_attach_finish(vsc); > + if (error != 0) > + goto err_mutex; > + > + return; > + > +err_mutex: > + cv_destroy(&sc->sc_wait); > + mutex_destroy(

CVS commit: src/share/man/man4

2019-10-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Oct 15 13:21:19 UTC 2019 Modified Files: src/share/man/man4: bge.4 Log Message: Add Apple adapter, A1433 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/bge.4 Please note that diffs are not p

CVS commit: src/share/man/man4

2019-10-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Oct 15 13:21:19 UTC 2019 Modified Files: src/share/man/man4: bge.4 Log Message: Add Apple adapter, A1433 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/bge.4 Please note that diffs are not p

CVS commit: src/share/man/man4

2019-10-04 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Oct 5 06:28:50 UTC 2019 Modified Files: src/share/man/man4: ihidev.4 Log Message: Fix a pasto, uhdiev, bump date To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/ihidev.4 Please note that diffs

CVS commit: src/share/man/man4

2019-10-04 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Oct 5 06:28:50 UTC 2019 Modified Files: src/share/man/man4: ihidev.4 Log Message: Fix a pasto, uhdiev, bump date To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/ihidev.4 Please note that diffs

CVS commit: src/etc

2019-09-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Sep 15 12:54:21 UTC 2019 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Replace major number in MAKEDEV for vhci To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/etc/MAKEDEV.tmpl Please note that diffs

CVS commit: src/etc

2019-09-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Sep 15 12:54:21 UTC 2019 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Replace major number in MAKEDEV for vhci To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/etc/MAKEDEV.tmpl Please note that diffs

CVS commit: src/share/man/man4

2019-08-05 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Aug 5 15:06:47 UTC 2019 Modified Files: src/share/man/man4: sb.4 Log Message: pnpbios.4 is in i386 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/sb.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2019-08-05 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Aug 5 15:06:47 UTC 2019 Modified Files: src/share/man/man4: sb.4 Log Message: pnpbios.4 is in i386 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/sb.4 Please note that diffs are not public

Re: CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2019-08-01 Thread Ryo ONODERA
stdc++. Once that is done > and all the archs > are building, I will issue pull-ups for -9. Thanks for your explanation. I am waiting the fix. And I am happy to hear the fix will be included in netbsd-9. > Best, > > christos > >> On Aug 1, 2019, at 3:30 AM, Ryo ONODER

Re: CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2019-07-31 Thread Ryo ONODERA
elevant files. Some other changes in your g++locale.diff are required to enable DragonFly code. Are there any plans to commit the others? Thanks for your great works. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/dev/rasops

2019-07-29 Thread Ryo ONODERA
ur quick fix. > Thanks, > rin -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/dev/rasops

2019-07-29 Thread Ryo ONODERA
(default, vt100 emulation) wsdisplay0: screen 4 added (default, vt100 emulation) ubt0: autoconfiguration error: CommandComplete opcode (003|0003) failed (status=0x01) dwiic0: timed out waiting for stop intr dwiic0: timed out waiting for stop intr dwiic0: timed out waiting for stop intr dwiic0: timed out waiting for stop intr Thank you. -- Ryo ONODERA // r...@tetera.org PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3

Re: CVS commit: src/sys/dev

2019-07-25 Thread Ryo ONODERA
Hi, O.k. I will commit your fix later. Thank you. Yorick Hardy writes: > Dear Ryo, > > On 2019-07-25, Ryo ONODERA wrote: >> Hi, >> >> Yorick Hardy writes: >> >> > Dear Ryo, >> > >> > On 2019-07-09, Ryo ONODERA wrote: >>

Re: CVS commit: src/sys/dev

2019-07-24 Thread Ryo ONODERA
Hi, Yorick Hardy writes: > Dear Ryo, > > On 2019-07-09, Ryo ONODERA wrote: >> Module Name: src >> Committed By:ryoon >> Date:Tue Jul 9 12:52:51 UTC 2019 >> >> Modified Files: >> src/sys/dev/hid: hidms.c hidms.h >

CVS commit: src/sys/dev

2019-07-09 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Jul 9 12:56:30 UTC 2019 Modified Files: src/sys/dev/hid: hidms.c src/sys/dev/i2c: ims.c Log Message: Enable finger touch panel of HP Spectre x360 13-inch ae019TU To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev

2019-07-09 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Jul 9 12:56:30 UTC 2019 Modified Files: src/sys/dev/hid: hidms.c src/sys/dev/i2c: ims.c Log Message: Enable finger touch panel of HP Spectre x360 13-inch ae019TU To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/wscons

2019-07-09 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Jul 9 12:55:46 UTC 2019 Modified Files: src/sys/dev/wscons: tpcalib.c Log Message: Do not overflow int64_t on HP Spectre x360 13-inch ae019TU The machine has pen touch panel with (18344, 10544) -> (3840, 2160) conversion. T

CVS commit: src/sys/dev/wscons

2019-07-09 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Jul 9 12:55:46 UTC 2019 Modified Files: src/sys/dev/wscons: tpcalib.c Log Message: Do not overflow int64_t on HP Spectre x360 13-inch ae019TU The machine has pen touch panel with (18344, 10544) -> (3840, 2160) conversion. T

  1   2   >