Re: svn commit: r333393 - head/sys/contrib/ipfilter/netinet

2018-05-09 Thread Cy Schubert
In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes: > On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote: > > Author: cy > > Date: Wed May 9 02:07:09 2018 > > New Revision: 93 > > URL: https://svnweb.freebsd.org/changeset/base/33

Re: svn commit: r333393 - head/sys/contrib/ipfilter/netinet

2018-05-09 Thread Cy Schubert
e other instances of that style in ipfilter already (and none others > >using this comment style). > > Not to mention that code analysis tools like lint, FlexeLint, Coverity etc > expect /* FALLTHROUGH */ comments. Thanks everyone. Just fixed in r333427. -- Cheers, Cy Schubert <cy.sc

svn commit: r333895 - head/lib/libc/stdio

2018-05-19 Thread Cy Schubert
Author: cy Date: Sat May 19 21:26:07 2018 New Revision: 333895 URL: https://svnweb.freebsd.org/changeset/base/333895 Log: Conform to Berne Convention. Prompted by: Recent discussion MFC after:3 days Modified: head/lib/libc/stdio/gets_s.c Modified: head/lib/libc/stdio/gets_s.c

Re: svn commit: r333922 - head/lib/libmagic

2018-05-20 Thread Cy Schubert
In message

svn commit: r333922 - head/lib/libmagic

2018-05-20 Thread Cy Schubert
Author: cy Date: Sun May 20 05:59:35 2018 New Revision: 333922 URL: https://svnweb.freebsd.org/changeset/base/333922 Log: Fix build post r333919. This commit results in an aesthetically unpleasing long line which will be fixed next commit. Modified: head/lib/libmagic/Makefile

svn commit: r333923 - head/lib/libmagic

2018-05-20 Thread Cy Schubert
Author: cy Date: Sun May 20 05:59:42 2018 New Revision: 333923 URL: https://svnweb.freebsd.org/changeset/base/333923 Log: Style fixup: A non-functional commit to make adjustment to an aesthetically unpleasing long line. Modified: head/lib/libmagic/Makefile Modified:

RE: svn commit: r333944 - head/contrib/file/magic/Magdir

2018-05-20 Thread Cy Schubert
Thank you! --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert <cy.schub...@cschubert.com> or <c...@freebsd.org> The need of the many outweighs the greed of the few. --- -Orig

RE: svn commit: r333612 - head/sys/net

2018-05-15 Thread Cy Schubert
supports top post. Apologies. Cy Schubert <cy.schub...@cschubert.com> or <c...@freebsd.org> The need of the many outweighs the greed of the few. --- -Original Message- From: Renato Botelho Sent: 15/05/2018 07:17 To: Stephen Hurd; src-committ...@freebsd.org; svn-src-all@freebsd.org

Re: svn commit: r334008 - head/bin/sh

2018-05-21 Thread Cy Schubert
> > svn-src-h...@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/svn-src-head > > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" > > > Have this been tested? Doesn't compile for me: > > [...] >

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
53:16AM +0700, Eugene Grosbein wrote: > > 24.05.2018 2:30, Cy Schubert wrote: > >=20 > > > Except for old computers and old software that segfaults on 64-bit, how= > many people still use i386? > > >=20 > > > Full disclosure: I'd like to see i386 deorbited

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
In message <5b05c6ac.6010...@grosbein.net>, Eugene Grosbein writes: > 24.05.2018 2:30, Cy Schubert wrote: > > > Except for old computers and old software that segfaults on 64-bit, how man > y people still use i386? > > > > Full disclosure: I'd like to see i386 deo

RE: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
. Apologies. Cy Schubert <cy.schub...@cschubert.com> or <c...@freebsd.org> The need of the many outweighs the greed of the few. --- -Original Message- From: Stefan Esser Sent: 23/05/2018 11:44 To: rgri...@freebsd.org; Mark Linimon Cc: Gleb Smirnoff; Sean Bruno; svn-src-h...@freebsd.o

Deorbiting i386 (was: Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/sha

2018-05-23 Thread Cy Schubert
53:16AM +0700, Eugene Grosbein wrote: > > 24.05.2018 2:30, Cy Schubert wrote: > >=20 > > > Except for old computers and old software that segfaults on 64-bit, how= > many people still use i386? > > >=20 > > > Full disclosure: I'd like to see i386 deorbited

Re: svn commit: r334134 - head/lib/libpmcstat

2018-05-24 Thread Cy Schubert
+136,7 @@ pmu_parse_event(struct pmu_event_desc *ped, const char > if (strcmp(key, "event") == 0) > ped->ped_event = strtol(value, NULL, 16); > if (strcmp(key, "period") == 0) > - ped->ped_umask = st

Re: Deorbiting i386

2018-05-25 Thread Cy Schubert
In message

svn commit: r334202 - stable/10/sys/contrib/ipfilter/netinet

2018-05-25 Thread Cy Schubert
Author: cy Date: Fri May 25 06:26:07 2018 New Revision: 334202 URL: https://svnweb.freebsd.org/changeset/base/334202 Log: MFC r92-r93, r333427 r92: Fix memory leak. (CID 1199373). r93: Document intentional fallthrough. (CID 976535) r333427: Fix style error

svn commit: r334201 - stable/11/sys/contrib/ipfilter/netinet

2018-05-25 Thread Cy Schubert
Author: cy Date: Fri May 25 06:25:33 2018 New Revision: 334201 URL: https://svnweb.freebsd.org/changeset/base/334201 Log: MFC r92-r93, r333427 r92: Fix memory leak. (CID 1199373). r93: Document intentional fallthrough. (CID 976535) r333427: Fix style error

svn commit: r334022 - head/lib/libc/tests/stdio

2018-05-22 Thread Cy Schubert
Author: cy Date: Tue May 22 06:22:58 2018 New Revision: 334022 URL: https://svnweb.freebsd.org/changeset/base/334022 Log: Conform to Berne Convention. MFC after:3 days Modified: head/lib/libc/tests/stdio/gets_s_test.c Modified: head/lib/libc/tests/stdio/gets_s_test.c

svn commit: r335335 - in stable/11/lib/libc: stdio tests/stdio

2018-06-18 Thread Cy Schubert
Author: cy Date: Mon Jun 18 19:35:17 2018 New Revision: 335335 URL: https://svnweb.freebsd.org/changeset/base/335335 Log: MFC r333895, r334022 r333895: Drop obsolete Buenos Aires Convention. Prompted by: Recent discussion r334022: Drop obsolete Buenos Aires Convention.

Re: svn commit: r335244 - head

2018-06-15 Thread Cy Schubert
d is required first. You may have the wrong MAKEOBJDIRPREFIX set. *** [installworld] Error code 1 make: stopped in /opt/src/svn-current 1 error make: stopped in /opt/src/svn-current [00:06:01] Error: Failed to 'make installworld' [00:06:01] Error while creating jail, cleaning up. [00:06:

Re: svn commit: r335244 - head

2018-06-15 Thread Cy Schubert
ne 93: A build is required first. You may have the wrong MAKEOBJDIRPREFIX set. *** [installworld] Error code 1 make: stopped in /opt/src/svn-current 1 error make: stopped in /opt/src/svn-current [00:00:50] Error: Failed to 'make installworld' To build the object I

Re: svn commit: r335244 - head

2018-06-15 Thread Cy Schubert
In message <201806160436.w5g4axks039...@slippy.cwsent.com>, Cy Schubert writes: > In message <201806160035.w5g0zjfd066...@repo.freebsd.org>, Bryan > Drewery writes > : > > Author: bdrewery > > Date: Sat Jun 16 00:35:19 2018 > > New Revision: 335244 > &

svn commit: r335355 - head/contrib/amd/amq

2018-06-18 Thread Cy Schubert
Author: cy Date: Tue Jun 19 01:33:03 2018 New Revision: 335355 URL: https://svnweb.freebsd.org/changeset/base/335355 Log: Fix amq -i timestamp segmentation violation. MFC after:1 week Modified: head/contrib/amd/amq/amq.c Modified: head/contrib/amd/amq/amq.c

RE: svn commit: r335244 - head

2018-06-19 Thread Cy Schubert
. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. --- -Original Message- From: Bryan Drewery Sent: 19/06/2018 08:57 To: Cy Schubert

Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-26 Thread Cy Schubert
> M> > M> That said, I find the change harmful. > > +1 on fundamentally disagree with M_ZERO_INVARIANTS. It makes the > INVARIANTS-enabled kernels to crash _later_ than production kernels, > since instead of uma_junk it places clean zeroes. > > May be changes like that deserve

Re: svn commit: r334320 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys i386/include

2018-05-29 Thread Cy Schubert
amd64 system. --- cddl/lib/libnvpair__L --- In file included from /opt/src/svn-current/sys/cddl/contrib/opensolaris/ common/nvpair/opensolaris_fnvpair.c:29: In file included from /opt/src/svn-current/cddl/contrib/opensolaris/lib/ libzpool/common/sys/zfs_context.h:74: /opt/src/svn-current/sys/cddl/compat/opensolar

Re: svn commit: r334543 - head/usr.bin/top

2018-06-03 Thread Cy Schubert
or an override of that sysctl? > Only if the file doesn't exist and the lowest level directory is writable by UID. Even then if any directory within the path is not searchable by UID it should be disallowed. Otherwise it would be a CVE. -- Cheers, Cy Schubert FreeBSD UNIX: W

Re: svn commit: r334626 - in head: lib/libc/amd64 lib/libc/amd64/sys lib/libc/arm lib/libc/arm/sys lib/libc/i386 lib/libc/i386/sys lib/libc/mips lib/libc/mips/sys lib/libc/powerpc lib/libc/powerpc/

2018-06-05 Thread Cy Schubert
est.c:67) > >>> brk_test.o:(atfu_brk_basic_body) > > /usr/obj/usr/src/arm64.aarch64/tmp/usr/bin/ld: error: undefined symbol: sbrk > >>> referenced by brk_test.c:82 (/usr/src/lib/libc/tests/sys/brk_test.c:82) > &

Re: svn commit: r334701 - in head: lib/libpmc share/examples/hwpmc sys/dev/hwpmc sys/sys usr.sbin/pmc usr.sbin/pmcstat

2018-06-05 Thread Cy Schubert
che.miss rate: 13 > clang-6.0: 875 > sh: 409 > make: 55 > kernel: 33 > awk: 20 > hwpmc: proc(7445): 14 > xargs: 9 > idle: 8 > intr: 3 > zfskern: 2 Hi Matt, I'm not sure if this is due to this commit or one of your others but it's broken

Re: svn commit: r334701 - in head: lib/libpmc share/examples/hwpmc sys/dev/hwpmc sys/sys usr.sbin/pmc usr.sbin/pmcstat

2018-06-05 Thread Cy Schubert
In message <201806060353.w563rpg1070...@slippy.cwsent.com>, Cy Schubert writes: > In message <201806060248.w562m9tb083...@repo.freebsd.org>, Matt Macy > writes: > > Author: mmacy > > Date: Wed Jun 6 02:48:09 2018 > > New Revision: 334701 > > URL: https:

Re: svn commit: r334701 - in head: lib/libpmc share/examples/hwpmc sys/dev/hwpmc sys/sys usr.sbin/pmc usr.sbin/pmcstat

2018-06-05 Thread Cy Schubert
I came to that same conclusion myself moments ago. Thanks. In message , Matthew Macy writes: > -DNO_CLEAN doesn't work with the file rename. > > On Tue, Jun 5, 2018 at 10:14 PM, Cy Schubert wrot > e: > > amd64 > > > > ~cy > > > > In message >

Re: svn commit: r334701 - in head: lib/libpmc share/examples/hwpmc sys/dev/hwpmc sys/sys usr.sbin/pmc usr.sbin/pmcstat

2018-06-05 Thread Cy Schubert
amd64 ~cy In message , Matthew Macy writes: > Which arch? Universe is passing for me (except for pre-existing > breakage of i386-LINT-NOINET). > > -M > > On Tue, Jun 5, 2018 at 8:53 PM, Cy Schubert wrote > : > > In message <201806060248.w562m9tb083...@repo.free

Re: svn commit: r334617 - in head: . etc

2018-06-06 Thread Cy Schubert
t; > > > > I found that "mergemaster -iFUP" deals with unchanged files > > > including mentioned rc* scripts just fine.> > That is, it automatically r > efreshes unchanged files without any > > > silly questions just for change of $FreeBSD$.> > >

Re: svn commit: r334320 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys i386/include

2018-05-29 Thread Cy Schubert
nel i386 LINT + GENERIC with this change. I will > > have a look ASAP. > > > > --HPS > > See r334328 . Thanks. I'll let it build while I'm at $JOB and check it at noon. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outw

Re: svn commit: r334257 - head/share/man/man4

2018-05-27 Thread Cy Schubert
rovider. > > Sponsored by: Smule, Inc. > > Added: > head/share/man/man4/dtrace_sctp.4 (contents, props changed) > Modified: > head/share/man/man4/Makefile Thanks. -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: ht

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
; While useful as an example, veriexecctl, as it is, has very little practica > l > use, since there is nothing ensuring the integrity of the manifest of hashe > s. > A more appropriate set of utilities will replace it. > > Deleted: > head/sbin/veriexecctl/ > Don'

svn commit: r335734 - in stable: 10/contrib/amd/amq 11/contrib/amd/amq

2018-06-27 Thread Cy Schubert
Author: cy Date: Wed Jun 27 19:42:55 2018 New Revision: 335734 URL: https://svnweb.freebsd.org/changeset/base/335734 Log: MFC r335355: Fix amq -i timestamp segmentation violation. Modified: stable/10/contrib/amd/amq/amq.c Directory Properties: stable/10/ (props changed) Changes in

svn commit: r335734 - in stable: 10/contrib/amd/amq 11/contrib/amd/amq

2018-06-27 Thread Cy Schubert
Author: cy Date: Wed Jun 27 19:42:55 2018 New Revision: 335734 URL: https://svnweb.freebsd.org/changeset/base/335734 Log: MFC r335355: Fix amq -i timestamp segmentation violation. Modified: stable/11/contrib/amd/amq/amq.c Directory Properties: stable/11/ (props changed) Changes in

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
In message <201806271405.w5re5rq0038...@slippy.cwsent.com>, Cy Schubert writes: > In message <201806262319.w5qnjtqd030...@repo.freebsd.org>, "Stephen J. > Kiernan" > writes: > > Author: stevek > > Date: Tue Jun 26 23:19:55 2018 > > New Rev

Re: svn commit: r335547 - head/usr.bin/top

2018-06-23 Thread Cy Schubert
I understood the reason why and I now try to do the same on the ports side of the fence too. It's more difficult it but IMO well worth it. I find that git helps separate these types of commits -- if I make a mistake it's easy enough to back out a git commit and do it again before git svn dcommit.

Re: svn commit: r335402 - head/sbin/veriexecctl

2018-06-19 Thread Cy Schubert
> > - Maybe use HMACs instead of raw hashes > - Maybe sign the source-of-trust file > - Fix the style issues > - Fix the compiler warnings at 6 - i386 format issues, build failures in multiple places -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org

svn commit: r335881 - head/usr.bin/top

2018-07-02 Thread Cy Schubert
Author: cy Date: Tue Jul 3 02:54:32 2018 New Revision: 335881 URL: https://svnweb.freebsd.org/changeset/base/335881 Log: When toggling the display using the "m" command to toggle from 'cpu' mode to 'io' mode, an artifact remains because the buffer is not "finished" with a NULL terminator

Re: svn commit: r335856 - in head/sys: netinet sys

2018-07-02 Thread Cy Schubert
l free to make the change. > > Jonathan -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/

RE: svn commit: r333227 - svnadmin/conf

2018-05-03 Thread Cy Schubert
Welcome back Matt! --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert <cy.schub...@cschubert.com> or <c...@freebsd.org> The need of the many outweighs the greed of the few. --- -Orig

svn commit: r325031 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 04:51:05 2017 New Revision: 325031 URL: https://svnweb.freebsd.org/changeset/base/325031 Log: Ensure all incude statements are kept together by moving the sys/cdefs.h include appropriately. MFC after:1 week X-MFC with: r325030 Modified:

svn commit: r325032 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 05:04:29 2017 New Revision: 325032 URL: https://svnweb.freebsd.org/changeset/base/325032 Log: Revert r325031. This breaks the build due to __FBSDID. Pointy hat to:cy Modified: head/lib/libc/stdio/gets.c Modified: head/lib/libc/stdio/gets.c

svn commit: r325030 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 04:47:44 2017 New Revision: 325030 URL: https://svnweb.freebsd.org/changeset/base/325030 Log: Remove redundant sys/cdefs.h include. MFC after:1 week Modified: head/lib/libc/stdio/gets.c Modified: head/lib/libc/stdio/gets.c

Re: svn commit: r335908 - head/sys/conf

2018-07-03 Thread Cy Schubert
In message , Bryan Drewery wr ites: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --5LBlvAHx6wd2MBY6ZJGLCKfNccUC2f3P7 > Content-Type: multipart/mixed; boundary="FxkUanNxVoyIpem522qWwd6g1GQCAsxqA"; > protected-headers="v1" > From: Bryan Dr

Re: svn commit: r335906 - head/sys/conf

2018-07-03 Thread Cy Schubert
GET} -o with -c in the previous line will cause an error. > > assym.inc: $S/kern/genassym.sh genassym.o genoffset_test.o > NM='${NM}' NMFLAGS='${NMFLAGS}' sh $S/kern/genassym.sh genassym.o > ${. > TARGET} > -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeB

Re: svn commit: r335906 - head/sys/conf

2018-07-03 Thread Cy Schubert
rotected-headers="v1" > From: Bryan Drewery > To: Cy Schubert > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <6d02404f-a7bb-01c7-3775-7a0349e30...@freebsd.org> > Subject: Re: svn commit: r335906 - head/sys/con

Re: svn commit: r335908 - head/sys/conf

2018-07-03 Thread Cy Schubert
EST ${.ALLSRC:M*.c} \ > - -o ${.TARGET} > + ${CC} -c ${CFLAGS:N-flto:N-fno-common} -DOFFSET_TEST \ > + $S/kern/genoffset.c -o ${.TARGET} This still won't build because of -c and -o. > > assym.inc: $S/kern/genassym.sh genassym.o genoffset_test.o > NM='${NM}' N

svn commit: r327384 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
Author: cy Date: Sat Dec 30 19:27:22 2017 New Revision: 327384 URL: https://svnweb.freebsd.org/changeset/base/327384 Log: Fix r327383: .../sys/dev/ep/elink.c:31:1: error: '/*' within block comment [-Werror,-Wcomment] /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ ^

Re: svn commit: r327383 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
+/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ > */ > Hi Pedro, I got this: /opt/src/svn-current/sys/dev/ep/elink.c:31:1: error: '/*' within block comment [-Werror,-Wcomment] /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ ^ I'll go ahead and fi

Re: svn commit: r327384 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
In message <37c6dd5a-ef90-4c62-9139-35df00cd0...@freebsd.org>, Pedro Giffuni wr ites: > Oops ... > > > On 30/12/2017 14:27, Cy Schubert wrote: > > Author: cy > > Date: Sat Dec 30 19:27:22 2017 > > New Revision: 327384 > > URL: https://svnweb.fre

Re: svn commit: r327140 - head/sbin/ipfw

2017-12-24 Thread Cy Schubert
as still a grasshopper my sensei taught me not to batch commits. Looking back, this was wise advice as it is easier for those reading the logs to follow each intended change. The two commits should have been: 1) fix rule number truncation... and 2) sort size according to style(9). -- Cheers, C

svn commit: r327737 - head/etc/rc.d

2018-01-09 Thread Cy Schubert
Author: cy Date: Tue Jan 9 20:35:58 2018 New Revision: 327737 URL: https://svnweb.freebsd.org/changeset/base/327737 Log: USNO and possibly others have misinterpreted the maining of the leapseconds last-update field and incorrectly increment it when changing the file even though the

svn commit: r327717 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-08 Thread Cy Schubert
Author: cy Date: Tue Jan 9 06:10:57 2018 New Revision: 327717 URL: https://svnweb.freebsd.org/changeset/base/327717 Log: MFC r327540: Correct function name in description block. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_state.c Directory Properties: stable/10/ (props

svn commit: r327717 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-08 Thread Cy Schubert
Author: cy Date: Tue Jan 9 06:10:57 2018 New Revision: 327717 URL: https://svnweb.freebsd.org/changeset/base/327717 Log: MFC r327540: Correct function name in description block. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_state.c Directory Properties: stable/11/ (props

svn commit: r327716 - in stable: 10/sys/netinet 11/sys/netinet

2018-01-08 Thread Cy Schubert
Author: cy Date: Tue Jan 9 06:07:51 2018 New Revision: 327716 URL: https://svnweb.freebsd.org/changeset/base/327716 Log: MFC r327336: Correct the comment describing badrs which is bad router solicitiation, not bad router advertisement. Modified: stable/11/sys/netinet/icmp6.h

svn commit: r327716 - in stable: 10/sys/netinet 11/sys/netinet

2018-01-08 Thread Cy Schubert
Author: cy Date: Tue Jan 9 06:07:51 2018 New Revision: 327716 URL: https://svnweb.freebsd.org/changeset/base/327716 Log: MFC r327336: Correct the comment describing badrs which is bad router solicitiation, not bad router advertisement. Modified: stable/10/sys/netinet/icmp6.h

svn commit: r327718 - head/sys/contrib/ipfilter/netinet

2018-01-08 Thread Cy Schubert
Author: cy Date: Tue Jan 9 06:43:58 2018 New Revision: 327718 URL: https://svnweb.freebsd.org/changeset/base/327718 Log: When growing the state, also grow the seed array. Otherwise memory that was not allocated will be accessed. This necessitated refactoring state seed allocation from

svn commit: r328203 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-20 Thread Cy Schubert
Author: cy Date: Sat Jan 20 18:00:42 2018 New Revision: 328203 URL: https://svnweb.freebsd.org/changeset/base/328203 Log: MFC r327912: Though this block of code is not used by FreeBSD, correct a call to sprintf() with a macro call to SNPRINTF similar to other calls to SNPRINTF within

svn commit: r328204 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-20 Thread Cy Schubert
Author: cy Date: Sat Jan 20 18:04:08 2018 New Revision: 328204 URL: https://svnweb.freebsd.org/changeset/base/328204 Log: MFC r327913: Remove redundant variable. Modified: stable/11/sys/contrib/ipfilter/netinet/radix_ipf.c Directory Properties: stable/11/ (props changed) Changes in

svn commit: r328204 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-20 Thread Cy Schubert
Author: cy Date: Sat Jan 20 18:04:08 2018 New Revision: 328204 URL: https://svnweb.freebsd.org/changeset/base/328204 Log: MFC r327913: Remove redundant variable. Modified: stable/10/sys/contrib/ipfilter/netinet/radix_ipf.c Directory Properties: stable/10/ (props changed) Changes in

svn commit: r328203 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-20 Thread Cy Schubert
Author: cy Date: Sat Jan 20 18:00:42 2018 New Revision: 328203 URL: https://svnweb.freebsd.org/changeset/base/328203 Log: MFC r327912: Though this block of code is not used by FreeBSD, correct a call to sprintf() with a macro call to SNPRINTF similar to other calls to SNPRINTF within

svn commit: r328274 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-23 Thread Cy Schubert
Author: cy Date: Tue Jan 23 04:01:48 2018 New Revision: 328274 URL: https://svnweb.freebsd.org/changeset/base/328274 Log: MFC r327718: When growing the state, also grow the seed array. Otherwise memory that was not allocated will be accessed. This necessitated refactoring state seed

svn commit: r328274 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-01-23 Thread Cy Schubert
Author: cy Date: Tue Jan 23 04:01:48 2018 New Revision: 328274 URL: https://svnweb.freebsd.org/changeset/base/328274 Log: MFC r327718: When growing the state, also grow the seed array. Otherwise memory that was not allocated will be accessed. This necessitated refactoring state seed

Re: svn commit: r328417 - in head/sys: contrib/ipfilter/netinet fs/nfs fs/nfsclient fs/nfsserver netinet nfsclient sys

2018-01-26 Thread Cy Schubert
gt; head/sys/fs/nfsserver/nfs_nfsdport.c > head/sys/fs/nfsserver/nfs_nfsdserv.c > head/sys/fs/nfsserver/nfs_nfsdstate.c > head/sys/netinet/ip_mroute.c > head/sys/nfsclient/nfsnode.h > head/sys/sys/malloc.h > -- Cheers, Cy Schube

Re: svn commit: r328330 - head/sys/kern

2018-01-24 Thread Cy Schubert
ad/sys/kern/sched_ule.c > > Modified: head/sys/kern/sched_ule.c Why? What happened? -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _

Re: svn commit: r328330 - head/sys/kern

2018-01-24 Thread Cy Schubert
In message <82d52ee3-1c2a-2399-0142-0027b4370...@selasky.org>, Hans Petter Sela sky writes: > On 01/24/18 15:00, Cy Schubert wrote: > > Why? What happened? > > > > Hi, > > See r326376 . This patch is out of date :-) This makes my point. Someone browsing

svn commit: r327859 - in stable: 10/etc/rc.d 11/etc/rc.d

2018-01-11 Thread Cy Schubert
Author: cy Date: Fri Jan 12 02:49:18 2018 New Revision: 327859 URL: https://svnweb.freebsd.org/changeset/base/327859 Log: MFC 327737: USNO and possibly others have misinterpreted the maining of the leapseconds last-update field and incorrectly increment it when changing the file even

svn commit: r327859 - in stable: 10/etc/rc.d 11/etc/rc.d

2018-01-11 Thread Cy Schubert
Author: cy Date: Fri Jan 12 02:49:18 2018 New Revision: 327859 URL: https://svnweb.freebsd.org/changeset/base/327859 Log: MFC 327737: USNO and possibly others have misinterpreted the maining of the leapseconds last-update field and incorrectly increment it when changing the file even

svn commit: r327912 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
Author: cy Date: Sat Jan 13 08:16:10 2018 New Revision: 327912 URL: https://svnweb.freebsd.org/changeset/base/327912 Log: Though this block of code is not used by FreeBSD, correct a call to sprintf() with a macro call to SNPRINTF similar to other calls to SNPRINTF within this same block.

svn commit: r327913 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
Author: cy Date: Sat Jan 13 08:28:46 2018 New Revision: 327913 URL: https://svnweb.freebsd.org/changeset/base/327913 Log: Remove redundant variable. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c

Re: svn commit: r327912 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
In message <201801130816.w0d8gafg024...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Sat Jan 13 08:16:10 2018 > New Revision: 327912 > URL: https://svnweb.freebsd.org/changeset/base/327912 > > Log: > Though this block of code is not used by FreeBSD, co

Re: svn commit: r328474 - head/sys/contrib/libnv

2018-01-27 Thread Cy Schubert
ntrib/libnv/nvpair_impl.h > When was it decided to add SPDX to contrib? -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___

Re: svn commit: r328474 - head/sys/contrib/libnv

2018-01-27 Thread Cy Schubert
In message <20180127215658.GA75080@jarvis>, Mariusz Zaborski writes: > > > --ew6BAiZeqk4r7MaW > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Sat, Jan 27, 2018 at 07:32:39AM -0800, Cy

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-11 Thread Cy Schubert
gger programs on device tree changes. > devd_flags=""# Additional flags for devd(8). > -devmatch_enable="NO" # Demand load kernel modules based on device ids. > +devmatch_enable="YES"# Demand load kernel modules based on device id > s

svn commit: r329361 - head/lib/libc/string

2018-02-15 Thread Cy Schubert
Author: cy Date: Fri Feb 16 05:48:45 2018 New Revision: 329361 URL: https://svnweb.freebsd.org/changeset/base/329361 Log: Document memset_s(3). memset_s(3) is defined in C11 standard (ISO/IEC 9899:2011) K.3.7.4.1 The memset_s function (p: 621-622) Fix memset(3) portion of the man page

svn commit: r329919 - stable/11/lib/libc/string

2018-02-24 Thread Cy Schubert
Author: cy Date: Sat Feb 24 18:16:28 2018 New Revision: 329919 URL: https://svnweb.freebsd.org/changeset/base/329919 Log: MFC r329361: Document memset_s(3). memset_s(3) is defined in C11 standard (ISO/IEC 9899:2011) K.3.7.4.1 The memset_s function (p: 621-622) Fix memset(3)

svn commit: r327336 - head/sys/netinet

2017-12-28 Thread Cy Schubert
Author: cy Date: Fri Dec 29 07:23:18 2017 New Revision: 327336 URL: https://svnweb.freebsd.org/changeset/base/327336 Log: Correct the comment describing badrs which is bad router solicitiation, not bad router advertisement. MFC after:3 days Modified: head/sys/netinet/icmp6.h

Re: svn commit: r327037 - head/sys/dev/acpica

2017-12-20 Thread Cy Schubert
v(, name, , "at", NULL) == 0) { > /* Must have an "at" for acpi or isa. */ > resource_string_value(name, unit, "at", ); > if (!(strcmp(s, "acpi0") == 0 || strcmp(s, "acpi") == 0 || > Would it make sense we upline this

Re: svn commit: r327037 - head/sys/dev/acpica

2017-12-20 Thread Cy Schubert
In message <CANCZdfpX76CXg28bX+V3ESseL+FPD_sTPvNnH05p-AaDpLXfsA@mail.gmail.c om> , Warner Losh writes: > --001a1140eeb8e8b5ac0560cba79f > Content-Type: text/plain; charset="UTF-8" > > On Dec 20, 2017 1:33 PM, "Cy Schubert" <cy.schub...@komquats.com> wro

svn commit: r327540 - head/sys/contrib/ipfilter/netinet

2018-01-03 Thread Cy Schubert
Author: cy Date: Thu Jan 4 04:11:40 2018 New Revision: 327540 URL: https://svnweb.freebsd.org/changeset/base/327540 Log: Correct function name in description block. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_state.c Modified:

Re: svn commit: r335402 - head/sbin/veriexecctl

2018-06-20 Thread Cy Schubert
what's in NetBSD (I've not looked at it in at least a > decade). If this is correct, should it not be imported into the vendor branches first? What are the criteria to import through the vendor branches v.s. direct import into HEAD? Do I fail to understand a missing piece of information or is the

svn commit: r337026 - head/sys/dev/bge

2018-07-31 Thread Cy Schubert
Author: cy Date: Wed Aug 1 02:59:56 2018 New Revision: 337026 URL: https://svnweb.freebsd.org/changeset/base/337026 Log: As non-sparc64 undconditionally returns 1, simplify #ifdefs. MFC after:1 week Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

Re: svn commit: r337271 - head/stand/i386/libi386

2018-08-04 Thread Cy Schubert
2018, at 11:54, Xin Li wrote: > > > > > > Hi, Cy, > > > > > > On 8/3/18 12:11, Cy Schubert wrote: > > >> Author: cy > > >> Date: Fri Aug 3 19:11:00 2018 > > >> New Revision: 337271 > > >> URL: https://svnweb.freebsd.o

svn commit: r337271 - head/stand/i386/libi386

2018-08-03 Thread Cy Schubert
Author: cy Date: Fri Aug 3 19:11:00 2018 New Revision: 337271 URL: https://svnweb.freebsd.org/changeset/base/337271 Log: Some drives report a geometry that is inconsisetent with the total number of sectors reported through the BIOS. Cylinders * heads * sectors may not necessarily be equal

svn commit: r337410 - head/sys/contrib/ipfilter/netinet

2018-08-07 Thread Cy Schubert
Author: cy Date: Tue Aug 7 07:12:59 2018 New Revision: 337410 URL: https://svnweb.freebsd.org/changeset/base/337410 Log: Remove redundant and incorrect default definition of AF_INET6. AF_INET6 is defined in sys/socket.h where it's defined as 28. A bit of trivia: On NetBSD AF_INET6 is

svn commit: r337819 - head/contrib/wpa/src/rsn_supp

2018-08-14 Thread Cy Schubert
Author: cy Date: Tue Aug 14 20:24:10 2018 New Revision: 337819 URL: https://svnweb.freebsd.org/changeset/base/337819 Log: MFV r337818: WPA: Ignore unauthenticated encrypted EAPOL-Key data Ignore unauthenticated encrypted EAPOL-Key data in supplicant processing. When using WPA2,

svn commit: r337817 - in stable/11: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/driv...

2018-08-14 Thread Cy Schubert
Author: cy Date: Tue Aug 14 20:02:01 2018 New Revision: 337817 URL: https://svnweb.freebsd.org/changeset/base/337817 Log: MFC r336203, r336499, r336501-r336502, r336506, r336510, r336512-r336513, r336515, r336528-r336531 r336203: MFV r324714: Update wpa 2.5 --> 2.6. r336499:

svn commit: r337818 - vendor/wpa/dist/src/rsn_supp

2018-08-14 Thread Cy Schubert
Author: cy Date: Tue Aug 14 20:10:25 2018 New Revision: 337818 URL: https://svnweb.freebsd.org/changeset/base/337818 Log: WPA: Ignore unauthenticated encrypted EAPOL-Key data Ignore unauthenticated encrypted EAPOL-Key data in supplicant processing. When using WPA2, these are frames that

Re: svn commit: r337818 - vendor/wpa/dist/src/rsn_supp

2018-08-14 Thread Cy Schubert
In message <201808142010.w7ekaqxp001...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Tue Aug 14 20:10:25 2018 > New Revision: 337818 > URL: https://svnweb.freebsd.org/changeset/base/337818 > > Log: > WPA: Ignore unauthenticated encrypted EAP

svn commit: r337948 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-08-16 Thread Cy Schubert
Author: cy Date: Fri Aug 17 02:46:36 2018 New Revision: 337948 URL: https://svnweb.freebsd.org/changeset/base/337948 Log: MFC r337558, r337560 r337558: Identify the return value (rval) that led to the IPv4 NAT failure in ipf_nat_checkout() and report it in the frb_natv4out and

svn commit: r337948 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2018-08-16 Thread Cy Schubert
Author: cy Date: Fri Aug 17 02:46:36 2018 New Revision: 337948 URL: https://svnweb.freebsd.org/changeset/base/337948 Log: MFC r337558, r337560 r337558: Identify the return value (rval) that led to the IPv4 NAT failure in ipf_nat_checkout() and report it in the frb_natv4out and

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc

2018-08-16 Thread Cy Schubert
In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer writes: > Author: cem > Date: Fri Aug 17 00:23:50 2018 > New Revision: 337936 > URL: https://svnweb.freebsd.org/changeset/base/337936 > > Log: > Bring in libsodium to sys/contrib > > Bring in

svn commit: r337680 - head/usr.bin/systat

2018-08-12 Thread Cy Schubert
Author: cy Date: Sun Aug 12 07:47:44 2018 New Revision: 337680 URL: https://svnweb.freebsd.org/changeset/base/337680 Log: Chasing r337661, fix systat after arc accounting change. Modified: head/usr.bin/systat/main.c Modified: head/usr.bin/systat/main.c

Re: svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec

2018-08-11 Thread Cy Schubert
}/dwatch/sendto -LINKS+=${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept LINKS+=${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-establ ished LINKS+=${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwat

Re: svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec

2018-08-11 Thread Cy Schubert
In message <2a5ddbe0-5a97-4b78-8a1e-5b1e11ae1...@freebsd.org>, "Kristof Provost " writes: > > --=_MailMate_37784F8A-DF73-4094-A86C-D7C2EF0CB551_= > Content-Type: text/plain; charset=utf-8; format=flowed > Content-Transfer-Encoding: 8bit > > On 11 Aug

svn commit: r337558 - head/sys/contrib/ipfilter/netinet

2018-08-09 Thread Cy Schubert
Author: cy Date: Fri Aug 10 00:04:32 2018 New Revision: 337558 URL: https://svnweb.freebsd.org/changeset/base/337558 Log: Identify the return value (rval) that led to the IPv4 NAT failure in ipf_nat_checkout() and report it in the frb_natv4out and frb_natv4in dtrace probes. This is

<    2   3   4   5   6   7   8   9   10   11   >