Re: CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2018-09-23 Thread Kamil Rytarowski
On 23.09.2018 04:28, Robert Elz wrote: > Date:Sat, 22 Sep 2018 22:03:56 +0200 > From: Kamil Rytarowski > Message-ID: <164fe80f-089f-ea38-1751-e442e6125...@gmx.com> > > > | I know, but in this case the symbol name (preprocessor symbol) was

Re: CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2018-09-22 Thread Kamil Rytarowski
On 21.09.2018 14:22, Christos Zoulas wrote: > In article <20180921114916.d5b8cf...@cvs.netbsd.org>, > Kamil Rytarowski wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:kamil >> Date:Fri Sep 21 11:49:16 UTC 2018 >>

Re: CVS commit: src/sys/kern

2018-08-20 Thread Kamil Rytarowski
On 20.08.2018 20:33, matthew green wrote: > "Maxime Villard" writes: >> Module Name: src >> Committed By:maxv >> Date:Mon Aug 20 11:35:28 UTC 2018 >> >> Modified Files: >> src/sys/kern: files.kern subr_kmem.c >> >> Log Message: >> Retire KMEM_REDZONE and KMEM_POISON. >>

Re: CVS commit: src/external/cddl/osnet/dev/dtrace/amd64

2018-08-16 Thread Kamil Rytarowski
On 12.08.2018 18:07, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Aug 12 16:07:27 UTC 2018 > > Modified Files: > src/external/cddl/osnet/dev/dtrace/amd64: dtrace_isa.c > > Log Message: > handle variable kernel vm min address > > > To generate a d

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

2018-08-04 Thread Kamil Rytarowski
On 04.08.2018 05:44, Robert Elz wrote: > Date:Sat, 4 Aug 2018 04:24:01 +0200 > From: Kamil Rytarowski > Message-ID: <568544f4-36d5-853e-cdf8-248f84fad...@gmx.com> > > | I haven't changed any optimization or similar flags for the builds.

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

2018-08-03 Thread Kamil Rytarowski
On 04.08.2018 03:23, Robert Elz wrote: > Date:Sat, 4 Aug 2018 02:15:15 +0200 > From: Kamil Rytarowski > Message-ID: > > > | In general there shall not be a relation between -O level and > | sanitizers. Sanitizers do not need -O0 or -g for o

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

2018-08-03 Thread Kamil Rytarowski
On 04.08.2018 01:31, Robert Elz wrote: > Kamil: assuming you agree that this is a reasonable analysis, I'd suggest > no more code changes based upon gcc warnings issued this way. In general there shall not be a relation between -O level and sanitizers. Sanitizers do not need -O0 or -g for operati

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

2018-08-03 Thread Kamil Rytarowski
On 03.08.2018 20:49, Roy Marples wrote: > On 03/08/2018 15:22, Robert Elz wrote: >> Whether there need to be any attention to the possibility >> of a malformed packet I will leave for Roy to decide (I am >> assuming probably not) but that added cast just looks to be >> a bandaid for a broken compil

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

2018-08-03 Thread Kamil Rytarowski
On 03.08.2018 15:20, Martin Husemann wrote: > On Fri, Aug 03, 2018 at 03:18:18PM +0200, Kamil Rytarowski wrote: >> The change was indicating to the compiler that code is safe, without >> changing the algorithm. > > I don't get why. > > Martin > Overflow

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

2018-08-03 Thread Kamil Rytarowski
On 03.08.2018 15:02, Martin Husemann wrote: > On Fri, Aug 03, 2018 at 02:47:53PM +0200, Kamil Rytarowski wrote: >>> Further if there ever was a potential problem from this line ... >>> >>> *len = ntohs(p->ip.ip_len) - sizeof(p->ip) - sizeof(p->udp);

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

2018-08-03 Thread Kamil Rytarowski
On 03.08.2018 12:26, Robert Elz wrote: > Date:Fri, 3 Aug 2018 02:17:33 + > From: "Kamil Rytarowski" > Message-ID: <20180803021733.b2002f...@cvs.netbsd.org> > > | GCC with -fsanitize=undefiend detects a potential overflow in the co

Re: CVS commit: src/sys/kern

2018-08-02 Thread Kamil Rytarowski
On 02.08.2018 12:23, Kamil Rytarowski wrote: > I will defer the research on a proper solution in the networking code as > I'm swamped by the development and improving of tool catching > misalignment access. I will be done with it soon. > For the record, I've landed the

Re: ubsan.c (was: CVS commit: src/common/lib/libc/misc)

2018-08-02 Thread Kamil Rytarowski
On 03.08.2018 04:48, Paul Goyette wrote: > If there are no licensing issues or concerns, then please describe the > real reason(s) for avoiding KNF. > > As discussed, we have removed the comment and drop the unnecessary part from CVS log. signature.asc Description: OpenPGP digital signature

Re: CVS commit: src/sys/kern

2018-08-02 Thread Kamil Rytarowski
On 02.08.2018 12:09, Masanobu SAITOH wrote: > On 2018/08/02 18:10, Kamil Rytarowski wrote: >> On 02.08.2018 06:33, Masanobu SAITOH wrote: >>> On 2018/08/02 13:28, SAITOH Masanobu wrote: >>>> Module Name:    src >>>> Committed By:    msaitoh >

Re: CVS commit: src/sys/kern

2018-08-02 Thread Kamil Rytarowski
On 02.08.2018 06:33, Masanobu SAITOH wrote: > On 2018/08/02 13:28, SAITOH Masanobu wrote: >> Module Name:    src >> Committed By:    msaitoh >> Date:    Thu Aug  2 04:28:56 UTC 2018 >> >> Modified Files: >> src/sys/kern: uipc_mbuf2.c >> >> Log Message: >> Adjust alignment in m_pulldown(). >

Re: CVS commit: src/usr.bin

2018-07-29 Thread Kamil Rytarowski
On 25.07.2018 05:52, Christos Zoulas wrote: > In article <20180724185738.ga15...@britannica.bec.de>, > Joerg Sonnenberger wrote: >> >> Why do we need another base64 encoder/decoder? > > So I've been looking into how to get rid of it and re-use uuencode > uudecode for it and it is proving difficu

Re: CVS commit: src/sys/arch

2018-07-15 Thread Kamil Rytarowski
On 14.07.2018 18:29, m...@netbsd.org wrote: > On Sat, Jul 14, 2018 at 03:09:41PM +, Maxime Villard wrote: >> Module Name: src >> Committed By:maxv >> Date:Sat Jul 14 15:09:41 UTC 2018 >> >> Modified Files: >> src/sys/arch/bebox/conf: INSTALL >> src/sys/arch/evb

Re: CVS commit: src/sys

2018-07-10 Thread Kamil Rytarowski
On 09.07.2018 16:07, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jul 9 14:07:37 UTC 2018 > > Modified Files: > src/sys/arch/evbarm/stand/boot2440: dev_sdmmc.c > src/sys/arch/mips/sibyte/dev: sbjcnvar.h > src/sys/dev/sbus: magmareg.h sp

Re: CVS commit: src/lib/libpuffs

2018-07-08 Thread Kamil Rytarowski
On 08.07.2018 18:48, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Jul 8 16:48:47 UTC 2018 > > Modified Files: > src/lib/libpuffs: callcontext.c > > Log Message: > correct previous cast. > How about this patch: http://netbsd.org/~kamil/patch-000

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

2018-07-08 Thread Kamil Rytarowski
On 08.07.2018 15:56, Christos Zoulas wrote: > In article <20180708092413.gb8...@mail.duskware.de>, > Martin Husemann wrote: >> On Sun, Jul 08, 2018 at 10:49:53AM +0200, Jaromír Dole?ek wrote: Module Name:src Committed By: kamil Date: Sat Jul 7 23:05:50 UTC 2018 >>>

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

2018-07-08 Thread Kamil Rytarowski
If it would be differently it would probably brick the booting process. > Jaromir > Le dim. 8 juil. 2018 à 01:05, Kamil Rytarowski a écrit : >> >> Module Name:src >> Committed By: kamil >> Date: Sat Jul 7 23:05:50 UTC 2018 >> >> Modified

Re: CVS commit: src/usr.sbin/sysinst

2018-06-24 Thread Kamil Rytarowski
On 24.06.2018 21:52, Christos Zoulas wrote: > In article <0a88399a-0897-160e-6a56-ae328bd4c...@gmx.com>, > Kamil Rytarowski wrote: >> -=-=-=-=-=- >> -=-=-=-=-=- >> >>> This is not the correct fix. No change to set_status should happen at any >>> i

Re: CVS commit: src/usr.sbin/sysinst

2018-06-24 Thread Kamil Rytarowski
On 24.06.2018 08:31, Martin Husemann wrote: > On Sat, Jun 23, 2018 at 10:35:29PM +0000, Kamil Rytarowski wrote: >> Module Name: src >> Committed By:kamil >> Date:Sat Jun 23 22:35:29 UTC 2018 >> >> Modified Files: >> src/usr

Re: CVS commit: src/external/mpl/dhcp

2018-06-22 Thread Kamil Rytarowski
On 22.06.2018 17:05, Jason Thorpe wrote: > > >> On Jun 22, 2018, at 7:44 AM, matthew green wrote: >> >> meaning -- it uses libraries normally installed in /usr/lib but >> links them statically? >> >> those libraries should move to /lib. they're already part of >> the root fs (mostly). then all

Re: CVS commit: src/external/mpl/dhcp

2018-06-22 Thread Kamil Rytarowski
On 22.06.2018 16:18, matthew green wrote: > "Kamil Rytarowski" writes: >> Module Name: src >> Committed By:kamil >> Date:Thu Jun 21 11:02:48 UTC 2018 >> >> Modified Files: >> src/external/mpl/dhcp: Makefile.inc >&

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

2018-06-22 Thread Kamil Rytarowski
On 22.06.2018 15:38, matthew green wrote: > "Kamil Rytarowski" writes: >> Module Name: src >> Committed By:kamil >> Date:Thu Jun 21 10:41:46 UTC 2018 >> >> Modified Files: >> src/usr.bin/ldd/build: Makefile >>

Re: CVS commit: src/external/mpl/dhcp

2018-06-21 Thread Kamil Rytarowski
On 21.06.2018 13:09, Paul Goyette wrote: > On Thu, 21 Jun 2018, Kamil Rytarowski wrote: > >> Module Name:    src >> Committed By:    kamil >> Date:    Thu Jun 21 11:02:48 UTC 2018 >> >> Modified Files: >> src/external/mpl/dhcp: Makefile.inc &

Re: CVS commit: src/external/bsd/nvi/dist/common

2018-06-16 Thread Kamil Rytarowski
On 16.06.2018 22:39, Christos Zoulas wrote: > In article <20180616185452.afd29f...@cvs.netbsd.org>, > Kamil Rytarowski wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:kamil >> Date:Sat Jun 16 18:54:52 UTC 2018 >>

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

2018-06-13 Thread Kamil Rytarowski
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. &g

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

2018-06-12 Thread Kamil Rytarowski
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 i

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

2018-06-12 Thread Kamil Rytarowski
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:

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

2018-06-12 Thread Kamil Rytarowski
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 comm

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

2018-06-12 Thread Kamil Rytarowski
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 (pa

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

2018-06-12 Thread Kamil Rytarowski
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

Re: CVS commit: src/external/cddl/osnet/lib/libdtrace

2018-06-07 Thread Kamil Rytarowski
On 07.06.2018 15:08, Joerg Sonnenberger wrote: > On Thu, Jun 07, 2018 at 10:07:27AM +0200, Kamil Rytarowski wrote: >> On 07.06.2018 00:03, Joerg Sonnenberger wrote: >>> On Wed, Jun 06, 2018 at 02:18:39PM +, Kamil Rytarowski wrote: >>>> Module Name: src

Re: CVS commit: src/external/cddl/osnet/lib/libdtrace

2018-06-07 Thread Kamil Rytarowski
On 07.06.2018 00:03, Joerg Sonnenberger wrote: > On Wed, Jun 06, 2018 at 02:18:39PM +0000, Kamil Rytarowski wrote: >> Module Name: src >> Committed By:kamil >> Date:Wed Jun 6 14:18:39 UTC 2018 >> >> Modified Files: >> src/exte

Re: CVS commit: src

2018-06-06 Thread Kamil Rytarowski
On 06.06.2018 13:43, Christos Zoulas wrote: > On Jun 6, 9:47am, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Re: CVS commit: src > > | CC: + Yang Zheng who investigated the root cause. > > http://mail-index.netbsd.org/source-changes/2018/06/02/msg095659.html > >

Re: CVS commit: src

2018-06-06 Thread Kamil Rytarowski
CC: + Yang Zheng who investigated the root cause. On 06.06.2018 09:47, Kamil Rytarowski wrote: > On 05.01.2016 14:07, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Tue Jan 5 13:07:47 UTC 2016 >> >> Modifie

Re: CVS commit: src

2018-06-06 Thread Kamil Rytarowski
On 05.01.2016 14:07, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Jan 5 13:07:47 UTC 2016 > > Modified Files: > src/external/bsd/blacklist/lib: Makefile > src/external/bsd/elftoolchain/lib/libdwarf: Makefile > src/external/bsd/fetch/lib

Re: CVS commit: src/external/gpl2/gmake/dist

2018-06-01 Thread Kamil Rytarowski
On 01.06.2018 10:33, Frédéric Fauberteau wrote: > Le 2018-05-01 03:23, Kamil Rytarowski a écrit : >> On 01.05.2018 02:55, Christos Zoulas wrote: >>> In article >>> , >>> Kimihiro Nonaka  wrote: >>>> 2018-05-01 8:53 GMT+09:00 Kamil Rytarowski :

Re: CVS commit: src/tests/lib/libc/sys

2018-05-24 Thread Kamil Rytarowski
intmax_t)p, (uintmax_t)MAP_FAILED); > ^ > /Users/thorpej/NetBSD/current/src/tests/lib/libc/sys/t_ptrace_wait.h:159:18: > note: in definition of macro 'FORKEE_ASSERT_NEQ' > uintmax_t vy = (y); \ > ^ > cc1: all

Re: Register new acronym in wtf(6) (Re: CVS commit: src/share/misc)

2018-05-05 Thread Kamil Rytarowski
On 05.05.2018 11:47, Geoff Wing wrote: > On Friday 2018-05-04 03:01 +1000, Kamil Rytarowski output: > :Module Name: src > :Committed By:kamil > :Date:Thu May 3 17:01:09 UTC 2018 > : > :Modified Files: > : src/share/misc: acronyms > : > :L

Re: CVS commit: src/external/gpl2/gmake/dist

2018-04-30 Thread Kamil Rytarowski
On 28.04.2018 14:20, NONAKA Kimihiro wrote: > Module Name: src > Committed By: nonaka > Date: Sat Apr 28 12:20:41 UTC 2018 > > Modified Files: > src/external/gpl2/gmake/dist: configure configure.in > > Log Message: > gmake: Apply patch to support GLIBC glob interface v2 > > http:/

Re: CVS commit: src/external/gpl2/gmake/dist

2018-04-30 Thread Kamil Rytarowski
On 01.05.2018 02:55, Christos Zoulas wrote: > In article > , > Kimihiro Nonaka wrote: >> 2018-05-01 8:53 GMT+09:00 Kamil Rytarowski : >> >>> This is polling GPLv3 code into GPLv2 gmake - these licenses are >>> incompatible. > > You mean pulling he

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

2018-04-22 Thread Kamil Rytarowski
On 22.04.2018 12:36, Maxime Villard wrote: > Le 22/04/2018 à 12:32, Kamil Rytarowski a écrit : >> On 22.04.2018 07:46, Maxime Villard wrote: >>> Le 22/04/2018 à 01:25, Joerg Sonnenberger a écrit : >>>> Module Name:    src >>>> Committed By:    joerg >

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

2018-04-22 Thread Kamil Rytarowski
On 22.04.2018 07:46, Maxime Villard wrote: > Le 22/04/2018 à 01:25, Joerg Sonnenberger a écrit : >> Module Name:    src >> Committed By:    joerg >> Date:    Sat Apr 21 23:25:01 UTC 2018 >> >> Modified Files: >> src/sys/arch/amd64/amd64: locore.S >> >> Log Message: >> Do not use movq for lo

Re: CVS commit: src/sys/sys

2018-04-17 Thread Kamil Rytarowski
On 18.04.2018 07:30, Michael van Elst wrote: > On Wed, Apr 18, 2018 at 07:09:34AM +0200, Kamil Rytarowski wrote: > >>> Anyway, I think sys/pmf.h is only included for the declaration of >>> pmf_qual_t and that is only used for some function declarations that >>&

Re: CVS commit: src/sys/sys

2018-04-17 Thread Kamil Rytarowski
On 18.04.2018 06:56, Michael van Elst wrote: > On Wed, Apr 18, 2018 at 01:36:23AM +0200, Kamil Rytarowski wrote: > >> Looking at other users, everyone except include >> in the _KERNEL namespace. > > It defines internal kernel data structures. Normal programs must >

Re: CVS commit: src/sys/sys

2018-04-17 Thread Kamil Rytarowski
On 18.04.2018 01:29, Kamil Rytarowski wrote: > On 17.04.2018 23:50, Michael van Elst wrote: >> On Tue, Apr 17, 2018 at 05:45:13PM +0200, Kamil Rytarowski wrote: >>> On 04.03.2018 08:13, Michael van Elst wrote: >>>> Module Name: src >>>> Committed By

Re: CVS commit: src/sys/sys

2018-04-17 Thread Kamil Rytarowski
On 17.04.2018 23:50, Michael van Elst wrote: > On Tue, Apr 17, 2018 at 05:45:13PM +0200, Kamil Rytarowski wrote: >> On 04.03.2018 08:13, Michael van Elst wrote: >>> Module Name:src >>> Committed By: mlelstv >>> Date: Sun Mar 4 07:1

Re: CVS commit: src/sys/sys

2018-04-17 Thread Kamil Rytarowski
On 04.03.2018 08:13, Michael van Elst wrote: > Module Name: src > Committed By: mlelstv > Date: Sun Mar 4 07:13:11 UTC 2018 > > Modified Files: > src/sys/sys: device.h > > Log Message: > Expose device structures to _KMEMUSER > > This broke building device.h with _KMEMUSER. > @

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

2018-03-24 Thread Kamil Rytarowski
On 24.03.2018 16:47, Martin Husemann wrote: > On Sat, Mar 24, 2018 at 09:38:15AM +0100, Thomas Klausner wrote: >> On Sat, Mar 24, 2018 at 09:06:25AM +0100, Michael van Elst wrote: >>> On Sat, Mar 24, 2018 at 02:50:05AM +0100, Kamil Rytarowski wrote: >>> >>&g

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

2018-03-23 Thread Kamil Rytarowski
On 23.03.2018 07:01, Michael van Elst wrote: > Module Name: src > Committed By: mlelstv > Date: Fri Mar 23 06:01:07 UTC 2018 > > Modified Files: > src/sys/dev/scsipi: st.c > > Log Message: > Use separate lock to protect internal state and release locks when > calling biodone. > >

Re: CVS commit: src/tests/lib/libc/sys

2018-02-27 Thread Kamil Rytarowski
On 27.02.2018 12:48, Valery Ushakov wrote: > On Tue, Feb 27, 2018 at 11:15:53 +0000, Kamil Rytarowski wrote: > >> Module Name: src >> Committed By:kamil >> Date:Tue Feb 27 11:15:53 UTC 2018 >> >> Modified Files: >> src/

Re: regnsub, regasub

2018-02-26 Thread Kamil Rytarowski
On 26.02.2018 21:33, Jaromír Doleček wrote: > +1 to removal > > 2018-02-26 18:51 GMT+01:00 : >> >> Any chance we can remove this from libc before releasing 8.0? >> it has one user, and the implementation is very specific for a certain >> use-case. >> >> having a DIY one use case function in libc i

Re: CVS commit: src/lib/libc/regex

2018-02-26 Thread Kamil Rytarowski
On 26.02.2018 15:41, Christos Zoulas wrote: > On Feb 26, 2:33pm, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Re: CVS commit: src/lib/libc/regex > > | Looking at the internals of regasub(3) and regnsub(3), 10 is not just a > | lower limit, but also the upper limit. I will

Re: CVS commit: src/lib/libc/regex

2018-02-26 Thread Kamil Rytarowski
On 25.02.2018 00:45, Christos Zoulas wrote: > On Feb 25, 12:39am, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Re: CVS commit: src/lib/libc/regex > > | > | --MIMEStream=_0+26969_51985210222325_05798576868 > | Content-Type: multipart/signed; micalg=pgp-sha256; > |

Re: CVS commit: src/sys/arch

2018-02-25 Thread Kamil Rytarowski
On 23.02.2018 16:27, Maxime Villard wrote: > Le 23/02/2018 à 15:37, Joerg Sonnenberger a écrit : >> On Fri, Feb 23, 2018 at 03:35:02PM +0100, Maxime Villard wrote: >>> Le 23/02/2018 à 15:07, Maxime Villard a écrit : > Then figure out why not. Placing random pessimisation options all over >

Re: CVS commit: src/lib/libc/regex

2018-02-24 Thread Kamil Rytarowski
On 14.01.2016 21:41, Christos Zoulas wrote: > +The > +.Fa rm > +array must be at least 10 elements long, and should contain the result > +of the matches from a previous > +.Fn regexec > +call. Could we have an argument to regasub(3)/regnsub(3) "size_t nmatch" like in regexec(3), instead of assumin

Re: CVS commit: src/sys/arch

2018-02-17 Thread Kamil Rytarowski
On 17.02.2018 21:56, Joerg Sonnenberger wrote: > On Sat, Feb 17, 2018 at 06:51:53PM +, Maxime Villard wrote: >> Module Name: src >> Committed By:maxv >> Date:Sat Feb 17 18:51:53 UTC 2018 >> >> Modified Files: >> src/sys/arch/amd64/amd64: vector.S >> src/sys/arc

Re: CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2018-02-05 Thread Kamil Rytarowski
On 05.02.2018 23:04, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Mon Feb 5 22:04:54 UTC 2018 > > Modified Files: > src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: > sanitizer_linux.cc sanitizer_platform_limits_posix.cc > src/externa

Re: CVS commit: src/lib/libc

2018-01-06 Thread Kamil Rytarowski
On 07.01.2018 00:42, Joerg Sonnenberger wrote: > On Fri, Jan 05, 2018 at 08:01:32PM +0000, Kamil Rytarowski wrote: >> Module Name: src >> Committed By:kamil >> Date:Fri Jan 5 20:01:32 UTC 2018 >> >> Modified Files: >> src/lib/li

Re: CVS commit: src/lib/libc/include

2018-01-06 Thread Kamil Rytarowski
On 07.01.2018 00:41, Joerg Sonnenberger wrote: > On Fri, Jan 05, 2018 at 06:57:06PM +0000, Kamil Rytarowski wrote: >> Module Name: src >> Committed By:kamil >> Date:Fri Jan 5 18:57:06 UTC 2018 >> >> Modified Files: >> src/

Re: CVS commit: src

2018-01-05 Thread Kamil Rytarowski
On 05.01.2018 22:24, m...@netbsd.org wrote: >> Register new weak symbol in libc for internal usage: atoi > > Why are we protecting libc from users who override standard C functions? > I don't think you should be able to provide a wrong implementation of > them, link to libc, and expect it to work.

Re: CVS commit: src/sys

2017-12-25 Thread Kamil Rytarowski
On 25.12.2017 02:21, m...@netbsd.org wrote: > On Tue, Dec 19, 2017 at 07:40:04PM +0000, Kamil Rytarowski wrote: >> Module Name: src >> Committed By:kamil >> Date:Tue Dec 19 19:40:04 UTC 2017 >> >> Modified Files: >> src

Re: CVS commit: src/sys/kern

2017-12-22 Thread Kamil Rytarowski
On 22.12.2017 17:58, Robert Elz wrote: > Date:Fri, 22 Dec 2017 23:35:12 +0700 > From:Robert Elz > Message-ID: <19521.1513960...@andromeda.noi.kre.to> > > | The EFAULT that is returned there is probably the one Kamil mentioned. > > And of course it is, as in the tes

Re: CVS commit: src/games/fortune/datfiles

2017-12-06 Thread Kamil Rytarowski
On 06.12.2017 17:58, Taylor R Campbell wrote: >> Date: Wed, 6 Dec 2017 16:41:27 +0800 (+08) >> From: Paul Goyette >> >>> Oh, and I'd also change "its canine barking" to "its barking," (note the >>> addition of a comma), which would make that sentence flow better, and >>> avoid the unnecessary re-u

Re: CVS commit: src/sys/arch

2017-12-02 Thread Kamil Rytarowski
On 02.12.2017 22:23, David Holland wrote: > On Sat, Dec 02, 2017 at 10:04:26PM +0100, Maxime Villard wrote: > > > Revert this. Compat on amd64 must be available all the way back to > > > 0.9, same as i386. > > > > > > Also, please stop unilaterally breaking the world. > > > > You are kiddin

Re: CVS commit: src/sys/arch

2017-12-02 Thread Kamil Rytarowski
On 02.12.2017 16:55, Maxime Villard wrote: > Le 02/12/2017 à 14:22, Kamil Rytarowski a écrit : >> There are still users of NetBSD/i386 0.9 executables (like myself - of >> Franz Lisp). > > And? compat_09 is available on i386. > It used to work on the NetBSD/amd64 kernel

Re: CVS commit: src/sys/arch

2017-12-02 Thread Kamil Rytarowski
On 02.12.2017 14:03, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Sat Dec 2 13:03:15 UTC 2017 > > Modified Files: > src/sys/arch/amd64/conf: GENERIC files.amd64 > src/sys/arch/xen/conf: files.xen > Removed Files: > src/sys/arch/amd64/amd64: comp

Re: CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Kamil Rytarowski
On 02.11.2017 20:15, Joerg Sonnenberger wrote: > On Thu, Nov 02, 2017 at 08:15:01PM +0100, Joerg Sonnenberger wrote: >> On Thu, Nov 02, 2017 at 06:37:15PM +0000, Kamil Rytarowski wrote: >>> Module Name:src >>> Committed By: kamil >>> Date:

Re: CVS commit: src/sys/uvm

2017-10-27 Thread Kamil Rytarowski
On 28.10.2017 00:14, Taylor R Campbell wrote: >> Date: Fri, 27 Oct 2017 21:46:48 + (UTC) >> This needs to be pulled up to -8. > > Yes. > I've verified that the reported bug is gone. signature.asc Description: OpenPGP digital signature

Re: src/sys/kern/subr_prf.c r1.161

2017-10-27 Thread Kamil Rytarowski
On 27.10.2017 14:13, Frédéric Fauberteau wrote: > Hi, > > Since revision 1.161 of src/sys/kern/subr_prf.c, I encounter the > following error: > /home/triaxx/netbsd8/usr/src/sys/kern/subr_lockdebug.c: In function > 'lockdebug_barrier': > /home/triaxx/netbsd8/usr/src/sys/kern/subr_lockdebug.c:683:24

Re: CVS commit: src/sys

2017-10-27 Thread Kamil Rytarowski
On 27.10.2017 14:05, Joerg Sonnenberger wrote: > On Fri, Oct 27, 2017 at 01:44:18PM +0200, Kamil Rytarowski wrote: >> Just a remainder that casting function pointers to data pointers is a >> bold hack and not portable from the C language point of view... but I >> know that

Re: CVS commit: src/sys

2017-10-27 Thread Kamil Rytarowski
On 27.10.2017 13:44, Christos Zoulas wrote: > In article <20171027113720.gb5...@britannica.bec.de>, > Joerg Sonnenberger wrote: >> On Fri, Oct 27, 2017 at 09:59:17AM +, Utkarsh Anand wrote: >>> Module Name:src >>> Committed By: utkarsh009 >>> Date: Fri Oct 27 09:59

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

2017-10-21 Thread Kamil Rytarowski
This is really impressive and great work! On 21.10.2017 21:05, Alistair Crooks wrote: > Oh, nice! This is great :) > > Thank you for all your work on this, pkboot, kaslr and the pmap. > > Best, > Alistair > > On 21 October 2017 at 01:27, Maxime Villard wrote: >> Module Name:src >> Committe

Re: CVS commit: src/sys/arch

2017-10-10 Thread Kamil Rytarowski
On 10.10.2017 13:27, Martin Husemann wrote: > On Tue, Oct 10, 2017 at 11:03:42AM +, co...@sdf.org wrote: >> On Tue, Oct 10, 2017 at 05:02:48AM +, Martin Husemann wrote: >>> I think you are confusing things. We do not support FPU emulation in the >>> kernel, but booting on FPU-less machines

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

2017-10-05 Thread Kamil Rytarowski
On 04.10.2017 08:35, Alexander Nasonov wrote: > Maxime Villard wrote: >> In the first mail, you said that it was better to have a all-or-nothing >> sysctl, which is *exactly* what I just committed. > > Yes, sysctl is better than giving rdtsc to root only. But "better" > alone isn't strong enough t

Re: CVS commit: src/sys

2017-10-03 Thread Kamil Rytarowski
On 03.10.2017 19:27, Christos Zoulas wrote: > On Oct 3, 7:03pm, m...@m00nbsd.net (Maxime Villard) wrote: > -- Subject: Re: CVS commit: src/sys > > | What about you both cut the drama and the bullshit right here. What has been > | said already repeatedly, again, and again, is that choosing one sid

Re: CVS commit: src/sys

2017-10-03 Thread Kamil Rytarowski
On 03.10.2017 15:35, Greg Troxel wrote: > Then, I think the debate > reduces to "should the checked-in GENERIC enable the emulation sysctl". I don't see a better answer to this question: yes, no or depends on the flavor of the kernel. My personal preference is to keep it enabled by default, but I

Re: CVS commit: src/sys

2017-10-02 Thread Kamil Rytarowski
On 02.10.2017 15:36, Martin Husemann wrote: > On Mon, Oct 02, 2017 at 03:16:14PM +0200, Maxime Villard wrote: >> Le 02/10/2017 à 14:47, Manuel Bouyer a écrit : >>> On Mon, Oct 02, 2017 at 02:39:47PM +0200, Maxime Villard wrote: > Actually I did suggest to make the default dependant on MODULAR.

Re: CVS commit: src/lib/libc/gen (vax mentions moved to CAVEATs)

2017-09-27 Thread Kamil Rytarowski
On 27.09.2017 11:23, m...@netbsd.org wrote: > On Wed, Sep 27, 2017 at 09:04:30AM +, Maya Rashish wrote: >> Module Name: src >> Committed By:maya >> Date:Wed Sep 27 09:04:30 UTC 2017 >> >> Modified Files: >> src/lib/libc/gen: isinf.3 >> >> Log Message: >> Move VAX no

Re: CVS commit: [netbsd-8] src/doc

2017-08-25 Thread Kamil Rytarowski
On 25.08.2017 07:56, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Fri Aug 25 05:56:00 UTC 2017 > > Modified Files: > src/doc [netbsd-8]: CHANGES-8.0 > > Log Message: > 216, 218, 220, 224-230 > > > To generate a diff of this commit: > cvs rdiff -u -r1.1.2.4

Re: CVS commit: src/sys/arch

2017-08-18 Thread Kamil Rytarowski
On 18.08.2017 12:02, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Fri Aug 18 10:02:37 UTC 2017 > > Modified Files: > src/sys/arch/amd64/amd64: amd64_trap.S > src/sys/arch/i386/i386: i386_trap.S vector.S > > Log Message: > Remove unused and broken code

Re: CVS commit: src/bin/ksh

2017-06-22 Thread Kamil Rytarowski
On 23.06.2017 02:12, matthew green wrote: > "Kamil Rytarowski" writes: >> Module Name: src >> Committed By:kamil >> Date:Thu Jun 22 13:32:04 UTC 2017 >> >> Modified Files: >> src/bin/ksh: c_ksh.c edit.c path.c sh.h >&

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

2017-06-17 Thread Kamil Rytarowski
On 18.06.2017 00:31, Christos Zoulas wrote: > In article <20170617222558.ga24...@britannica.bec.de>, > Joerg Sonnenberger wrote: >> On Sun, Jun 18, 2017 at 12:22:13AM +0200, Kamil Rytarowski wrote: >>> On 18.06.2017 00:16, Christos Zoulas wrote: >>&

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

2017-06-17 Thread Kamil Rytarowski
On 18.06.2017 00:16, Christos Zoulas wrote: > In article <20170617213136.ga21...@britannica.bec.de>, > Joerg Sonnenberger wrote: >> On Sat, Jun 17, 2017 at 05:28:07PM -0400, Christos Zoulas wrote: >>> On Jun 17, 9:38pm, jo...@bec.de (Joerg Sonnenberger) wrote: >>> -- Subject: Re: CVS commit: src

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

2017-06-01 Thread Kamil Rytarowski
I've found this article: http://coypu.sdf.org/20170525-qemu-smp On 31.05.2017 08:51, Jaromír Doleček wrote: > You rock! Thank you. > > 2017-05-31 2:19 GMT+02:00 Maya Rashish >: > > Module Name:src > Committed By: maya > Date: Wed May 31 00:19

Re: CVS commit: src/sys/uvm

2017-05-21 Thread Kamil Rytarowski
On 20.05.2017 02:02, Kamil Rytarowski wrote: > On 19.05.2017 17:30, Chuck Silvers wrote: >> Module Name: src >> Committed By:chs >> Date:Fri May 19 15:30:19 UTC 2017 >> >> Modified Files: >> src/sys/uvm: uvm_map.c uvm_mmap.c >&

Re: CVS commit: src/sys/uvm

2017-05-19 Thread Kamil Rytarowski
On 19.05.2017 17:30, Chuck Silvers wrote: > Module Name: src > Committed By: chs > Date: Fri May 19 15:30:19 UTC 2017 > > Modified Files: > src/sys/uvm: uvm_map.c uvm_mmap.c > > Log Message: > make MAP_FIXED mapping operations atomic. fixes PR 52239. > previously, unmapping any ent

Re: CVS commit: src/sys/kern

2017-04-21 Thread Kamil Rytarowski
On 21.04.2017 18:09, Martin Husemann wrote: > On Fri, Apr 21, 2017 at 05:50:41PM +0200, Kamil Rytarowski wrote: > >> .section ".note.netbsd.ident", "", @note > > That is missing an "a" flag: > > .section ".note.netbsd.ident",

Re: CVS commit: src/sbin/fsck_ext2fs

2017-04-21 Thread Kamil Rytarowski
On 21.04.2017 20:08, co...@sdf.org wrote: > On Fri, Apr 21, 2017 at 07:46:27PM +0200, Kamil Rytarowski wrote: >> >> It's a valid code. >> > > Other things fail: > http://releng.netbsd.org/builds/HEAD/201704202350Z/evbarm64-aarch64.build.failed > > /

Re: CVS commit: src/sbin/fsck_ext2fs

2017-04-21 Thread Kamil Rytarowski
On 21.04.2017 19:47, co...@sdf.org wrote: > On Fri, Apr 21, 2017 at 01:33:05PM -0400, Christos Zoulas wrote: >> e2di_block is an array; can't be NULL, (clang) > > I'm guessing this is from > http://releng.netbsd.org/builds/HEAD-llvm/201704191240Z/amd64.build.failed > > > /home/source/ab/HEAD-llv

Re: CVS commit: src/sys/kern

2017-04-21 Thread Kamil Rytarowski
On 12.02.2017 22:52, Valeriy E. Ushakov wrote: > Module Name: src > Committed By: uwe > Date: Sun Feb 12 21:52:46 UTC 2017 > > Modified Files: > src/sys/kern: exec_elf.c > > Log Message: > netbsd_elf_signature - look at note segments (phdrs) not note > sections. They point to the

Re: CVS commit: src/sys/kern

2017-03-29 Thread Kamil Rytarowski
> Sent: Wednesday, March 29, 2017 at 11:27 PM > From: "Kamil Rytarowski" > To: "Christos Zoulas" > Cc: source-changes-d@NetBSD.org > Subject: Re: CVS commit: src/sys/kern > > > > > Sent: Wednesday, March 29, 2017 at 10:09 PM > > From

Re: CVS commit: src/sys/kern

2017-03-29 Thread Kamil Rytarowski
> Sent: Wednesday, March 29, 2017 at 10:09 PM > From: "Christos Zoulas" > To: source-changes-d@NetBSD.org > Subject: Re: CVS commit: src/sys/kern > > In article <20170329195230.d895af...@cvs.netbsd.org>, > Kamil Rytarowski wrote: > >-=-=-=-=

Re: CVS commit: src/distrib/sets/lists/tests

2017-02-24 Thread Kamil Rytarowski
On 25.02.2017 06:31, matthew green wrote: > "Kamil Rytarowski" writes: >> Module Name: src >> Committed By:kamil >> Date:Wed Feb 22 09:09:49 UTC 2017 >> >> Modified Files: >> src/distrib/sets/lists/tests: md.amd64 m

Re: CVS commit: src/lib/libc/sys

2017-02-23 Thread Kamil Rytarowski
On 23.02.2017 12:33, Robert Elz wrote: > Date:Thu, 23 Feb 2017 13:48:10 +0300 > From:Valery Ushakov > Message-ID: <20170223104810.gw20...@pony.stderr.spb.ru> > > | > From: Kamil Rytarowski > | > In general we don't put POSIX

Re: CVS commit: src/lib/libc/sys

2017-02-23 Thread Kamil Rytarowski
On 08.02.2017 19:01, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Wed Feb 8 18:01:24 UTC 2017 > > Modified Files: > src/lib/libc/sys: accept.2 > > Log Message: > Document accept4 in accept(2) > In general we don't put POSIX/standard and nonstandard funct

Re: CVS commit: src

2017-02-17 Thread Kamil Rytarowski
On 17.02.2017 22:47, Robert Elz wrote: > Date:Fri, 17 Feb 2017 22:28:32 +0100 > From: Kamil Rytarowski > Message-ID: <1f5043f2-b004-f558-bd66-cc96675ab...@gmx.com> > > > | Thank you for your feedback. I was required to manually remove old

<    3   4   5   6   7   8   9   >