svn commit: r326558 - in head: . usr.sbin/fdformat

2017-12-04 Thread Cy Schubert
Author: cy Date: Tue Dec 5 05:02:46 2017 New Revision: 326558 URL: https://svnweb.freebsd.org/changeset/base/326558 Log: fdformat is a sysadmin command and thus its man page should be in volume 8 instead of volume 1. Reviewed by: imp MFC after:1 week Differential Revision:

svn commit: r326566 - head

2017-12-05 Thread Cy Schubert
Author: cy Date: Tue Dec 5 13:41:21 2017 New Revision: 326566 URL: https://svnweb.freebsd.org/changeset/base/326566 Log: Fix cut & paste error from r326558. Reported by: ed MFC after:1 week X-MFC with: r326558 Pointy hat to:cy Modified: head/ObsoleteFiles.inc Modif

Re: svn commit: r326558 - in head: . usr.sbin/fdformat

2017-12-05 Thread Cy Schubert
In message , Ed Schouten writes: > 2017-12-05 6:02 GMT+01:00 Cy Schubert : > > +OLD_FILES+=usr/share/man/man8/fdformat.1.gz > > s/man8/man1/, right? :-) Thank you for pointing this out Ed. Fixed in 326566. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.o

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
this in any iteration, but I could be mistaken. > > I do not see any of these names with checks in the reviewed by box, > providing feedback in a review != reviewed by unless they have > accepted it. > > Further more, why does freebsd need this in base? When I saw this commit in the i

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
*iov)); > + > + for (;;) { > + buf = safe_malloc(DEFAULT_BUF_SIZE); > + i = read(STDIN_FILENO, buf, DEFAULT_BUF_SIZE); > + if (whichbuf == bufcnt) { > + bufcnt *= 2; > + iov = safe_reallocf(iov, bufcnt * s

RE: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Why not update sed to create the backup file only if the suffix is given to -i, like gnu sed does. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
I'll post a phab review at openhack tonight. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. 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: Cy Sch

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
What side effects? Can you give one or two examples, please? --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. 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

RE: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
ne only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. --- -Original Message- From: Devin Teske Sent: 05/12/2017 09:23 To: Cy Schubert Cc: Hans Petter Selasky; rgri...@freebsd.org; c...@freebsd.org; Eitan Adler; src-committers; svn-src-all@

RE: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Looks like it was disconnected from buildworld. I have a patch on my laptop but I won't have internet connectivity for another hour. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. This old phone only supports top post. Apologies. Cy Schubert or The need o

svn commit: r326575 - in head/usr.bin: . sponge

2017-12-05 Thread Cy Schubert
Author: cy Date: Tue Dec 5 20:06:53 2017 New Revision: 326575 URL: https://svnweb.freebsd.org/changeset/base/326575 Log: Fix build after r326554; reconnect sponge to build again. Modified: head/usr.bin/Makefile head/usr.bin/sponge/sponge.c Modified: head/usr.bin/Makefile =

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
roblem. r326575 addresses the issue. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. > > On 5 December 2017 at 10:08, Eric Joyner wrote: > > I got told by a co-worker that this broke buildworld.

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

2017-12-05 Thread Cy Schubert
Author: cy Date: Wed Dec 6 00:00:37 2017 New Revision: 326604 URL: https://svnweb.freebsd.org/changeset/base/326604 Log: MFC r326343: Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop Original commit by:asomers MFC PR: 224126 Modified: stable/1

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

2017-12-05 Thread Cy Schubert
Author: cy Date: Wed Dec 6 00:00:37 2017 New Revision: 326604 URL: https://svnweb.freebsd.org/changeset/base/326604 Log: MFC r326343: Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop Original commit by:asomers MFC PR: 224126 Modified: stable/1

Re: svn commit: r326554 - in head: . usr.bin/spongeusr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Cy Schubert
Thanks. It doesn't matter anyway FreeBSD sed -i '' == gsed -i . -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <4fe900e7-10e6-4909-bb4a-c5e6f83ff...@freebsd.org>, P

Re: svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Cy Schubert
hbuf; > + (void )gethostname(hbuf, MAXHOSTNAMELEN); > + *strchr(hostname, '.') = '\0'; Hi Gleb, I'm getting a segfault here. [New LWP 101396] Core was generated by `logger -p daemon.notice -t local-dhclient(lagg0):4629 2 dhclient-script for inter&#

Re: svn commit: r326574 - head/usr.bin/logger

2017-12-05 Thread Cy Schubert
In message <20171206044051.gf1...@freebsd.org>, Gleb Smirnoff writes: > > > --/NkBOFFp2J2Af1nK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Hi Cy, > > On Tue, Dec 05, 2017 at 08:30:07PM -0800, Cy Schubert wrote: > C> Hi

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 2018, a

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 ===

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 h

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: 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, these

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 frb_natv4

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 frb_natv4

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 https://github.com/jedisct1

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-17 Thread Cy Schubert
mistic.. Agreed, which is why importing into vendor is important. It makes the job of some random committer who's chosen to or been tasked to update it easier. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of t

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

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:44:56 2018 New Revision: 338045 URL: https://svnweb.freebsd.org/changeset/base/338045 Log: Expose np (nat_t - an entry in the nat table structure) in the DTrace probe when nat fails (label badnat). This is useful in diagnosing failed NAT issues and was used in

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

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:44:59 2018 New Revision: 338046 URL: https://svnweb.freebsd.org/changeset/base/338046 Log: Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes are situated next to error counters and/or in one instance prior to the -1 return from various func

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

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:45:03 2018 New Revision: 338047 URL: https://svnweb.freebsd.org/changeset/base/338047 Log: The bucket index is subtracted by one at lines 2304 and 2314. When 0 it becomes -1, except these are unsigned integers, so they become very large numbers. Thus are alway

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

2018-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 21 00:37:48 2018 New Revision: 338123 URL: https://svnweb.freebsd.org/changeset/base/338123 Log: MFC r337410: 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 NetB

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

2018-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 21 00:37:48 2018 New Revision: 338123 URL: https://svnweb.freebsd.org/changeset/base/338123 Log: MFC r337410: 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 NetB

svn commit: r338154 - head/contrib/wpa/src/drivers

2018-08-21 Thread Cy Schubert
Author: cy Date: Tue Aug 21 19:17:35 2018 New Revision: 338154 URL: https://svnweb.freebsd.org/changeset/base/338154 Log: For CID 1394785, add a comment explaining that global->event_buf is not really a char * but a struct rt_msghdr *. MFC after:3 days Modified: head/contrib/wpa/sr

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:04:52 2018 New Revision: 338169 URL: https://svnweb.freebsd.org/changeset/base/338169 Log: MFC r338045: Expose np (nat_t - an entry in the nat table structure) in the DTrace probe when nat fails (label badnat). This is useful in diagnosing failed NAT issue

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:04:52 2018 New Revision: 338169 URL: https://svnweb.freebsd.org/changeset/base/338169 Log: MFC r338045: Expose np (nat_t - an entry in the nat table structure) in the DTrace probe when nat fails (label badnat). This is useful in diagnosing failed NAT issue

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:23:11 2018 New Revision: 338170 URL: https://svnweb.freebsd.org/changeset/base/338170 Log: MFC r338046: Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes are situated next to error counters and/or in one instance prior to the -1 return

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:23:11 2018 New Revision: 338170 URL: https://svnweb.freebsd.org/changeset/base/338170 Log: MFC r338046: Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes are situated next to error counters and/or in one instance prior to the -1 return

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:43:11 2018 New Revision: 338171 URL: https://svnweb.freebsd.org/changeset/base/338171 Log: MFC r338047: The bucket index is subtracted by one at lines 2304 and 2314. When 0 it becomes -1, except these are unsigned integers, so they become very large numbe

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

2018-08-21 Thread Cy Schubert
Author: cy Date: Wed Aug 22 01:43:11 2018 New Revision: 338171 URL: https://svnweb.freebsd.org/changeset/base/338171 Log: MFC r338047: The bucket index is subtracted by one at lines 2304 and 2314. When 0 it becomes -1, except these are unsigned integers, so they become very large numbe

svn commit: r338367 - head/crypto/heimdal/doc/doxyout/krb5/man/man3

2018-08-28 Thread Cy Schubert
Author: cy Date: Wed Aug 29 06:04:54 2018 New Revision: 338367 URL: https://svnweb.freebsd.org/changeset/base/338367 Log: Avoid printing extraneous function names when searching man page database (apropos, man -k). This commit Replaces .SS with .SH, similar to the man page provided by origin

Re: svn commit: r338098 - in head: . tools/build

2018-08-29 Thread Cy Schubert
> + > .include > This broke my krb5 project branch. The fix for me is easy but rather inelegant, adding yet another for loop. Would it not be better to guarantee that mtree is in $WORLDTEMP for platforms that don't have it naturally or unconditionally? And, before we use it? Wit

svn commit: r338464 - in stable: 10/crypto/heimdal/doc/doxyout/krb5/man/man3 11/crypto/heimdal/doc/doxyout/krb5/man/man3

2018-09-04 Thread Cy Schubert
Author: cy Date: Wed Sep 5 01:33:30 2018 New Revision: 338464 URL: https://svnweb.freebsd.org/changeset/base/338464 Log: Avoid printing extraneous function names when searching man page database (apropos, man -k). This commit Replaces .SS with .SH, similar to the man page provided by origin

svn commit: r338464 - in stable: 10/crypto/heimdal/doc/doxyout/krb5/man/man3 11/crypto/heimdal/doc/doxyout/krb5/man/man3

2018-09-04 Thread Cy Schubert
Author: cy Date: Wed Sep 5 01:33:30 2018 New Revision: 338464 URL: https://svnweb.freebsd.org/changeset/base/338464 Log: Avoid printing extraneous function names when searching man page database (apropos, man -k). This commit Replaces .SS with .SH, similar to the man page provided by origin

Re: svn commit: r338861 - head/lib/libc

2018-09-21 Thread Cy Schubert
t > +.endif > + > # All library objects contain FreeBSD revision strings by default; they may > be > # excluded as a space-saving measure. To produce a library that does > # not contain these strings, add -DSTRIP_FBSDID (see ) to CFLAG > S > Should this require bumping __

Re: svn commit: r326347 - in head/sys: kern sys vm

2017-12-10 Thread Cy Schubert
ntil its impact on ZFS is examined (and fixed)? > > Unfortunately, there is no public comment from you at all. > Not even "yes, I am aware, will be looking into it". Until we can address the ARC breakage, can we revert this, please? -- Cheers, Cy Schubert FreeBSD UNIX: W

RE: svn commit: r326792 - head/stand/uboot/common

2017-12-12 Thread Cy Schubert
PR 224080??? --- 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: Mateusz Guzik Sent: 12/12/2017 11:13 To

svn commit: r326833 - in stable: 10 11

2017-12-13 Thread Cy Schubert
Author: cy Date: Wed Dec 13 20:15:23 2017 New Revision: 326833 URL: https://svnweb.freebsd.org/changeset/base/326833 Log: MFC r324248: hen building multiple kernels using KERNCONF, non-existent KERNCONF files will produce an error and buildkernel will fail. Previously missing KERNCONF f

svn commit: r326833 - in stable: 10 11

2017-12-13 Thread Cy Schubert
Author: cy Date: Wed Dec 13 20:15:23 2017 New Revision: 326833 URL: https://svnweb.freebsd.org/changeset/base/326833 Log: MFC r324248: hen building multiple kernels using KERNCONF, non-existent KERNCONF files will produce an error and buildkernel will fail. Previously missing KERNCONF f

Re: svn commit: r326617 - head/usr.sbin/newsyslog

2017-12-15 Thread Cy Schubert
¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥ ¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥ ¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥Â

svn commit: r326918 - in stable: 10 10/usr.sbin/fdformat 11 11/usr.sbin/fdformat

2017-12-16 Thread Cy Schubert
Author: cy Date: Sun Dec 17 06:00:49 2017 New Revision: 326918 URL: https://svnweb.freebsd.org/changeset/base/326918 Log: MFC r326558, r326566: fdformat is a sysadmin command and thus its man page should be in volume 8 instead of volume 1. Reviewed by: imp Added: stable/10/usr.sb

svn commit: r326918 - in stable: 10 10/usr.sbin/fdformat 11 11/usr.sbin/fdformat

2017-12-16 Thread Cy Schubert
Author: cy Date: Sun Dec 17 06:00:49 2017 New Revision: 326918 URL: https://svnweb.freebsd.org/changeset/base/326918 Log: MFC r326558, r326566: fdformat is a sysadmin command and thus its man page should be in volume 8 instead of volume 1. Reviewed by: imp Added: stable/11/usr.sb

Re: svn commit: r326617 - head/usr.sbin/newsyslog

2017-12-18 Thread Cy Schubert
In message <20171218093635.ilumboo655ual...@ivaldir.net>, Baptiste Daroussin wr ites: > On Fri, Dec 15, 2017 at 05:40:15PM -0800, Cy Schubert wrote: > > In message <201712060944.vb69izqe027...@repo.freebsd.org>, Baptiste=20 > > Daroussin w > > rites: > > &

Re: svn commit: r326617 - head/usr.sbin/newsyslog

2017-12-18 Thread Cy Schubert
In message <20171218093635.ilumboo655ual...@ivaldir.net>, Baptiste Daroussin wr ites: > On Fri, Dec 15, 2017 at 05:40:15PM -0800, Cy Schubert wrote: > > In message <201712060944.vb69izqe027...@repo.freebsd.org>, Baptiste=20 > > Daroussin w > > rites: > > &

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

2017-12-20 Thread Cy Schubert
; > - > +while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { > /* Must have an "at" for acpi or isa. */ > resource_string_value(name, unit, "at", &s); > if (!(strcmp(s, "acpi0") == 0 || strcmp(s, "acpi") == 0 |

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

2017-12-20 Thread Cy Schubert
In message , Warner Losh writes: > --001a1140eeb8e8b5ac0560cba79f > Content-Type: text/plain; charset="UTF-8" > > On Dec 20, 2017 1:33 PM, "Cy Schubert" wrote: > > In message <201712201914.vbkjeg68087...@repo.freebsd.org>, Warner Losh > writes: >

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

2017-12-24 Thread Cy Schubert
s show up as null changes in the diff > > I can not see any change, not even white space. > > They are sorted by size according to style(9). When I was still a grasshopper my sensei taught me not to batch commits. Looking back, this was wise advice as it is easier for those r

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 Modif

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 $ ^ Modif

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

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

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: head/sys/contrib/ipfilter/netinet/i

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 Directory

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 Directory

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 chang

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 chang

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: 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 leapseco

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 th

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 th

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.

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

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: r327949 - in head/sys/dev: aacraid advansys ath beri/virtio bnxt bwn ciss cxgbe/crypto esp fb gpio if_ndis iwi kbd liquidio liquidio/base mpr mps mpt mrsas mxge netmap nvme pst ral r

2018-01-13 Thread Cy Schubert
mxge/if_mxge.c:4538:9: error: unused variable 'bytes' [-Werror,-Wunused-variable] size_t bytes; ^ 1 error generated. *** [if_mxge.o] Error code 1 > - sc->msix_ih = malloc(bytes, M_DEVBUF, M_NOWAIT|M_ZERO); > + sc->msix_ih = mallocarray(sc->num_

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 th

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 th

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: 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) portion

Re: svn commit: r330297 - in head: lib/libc/sys sys/compat/freebsd32 sys/i386/ibcs2 sys/kern sys/sys

2018-03-02 Thread Cy Schubert
rc/svn-current/contrib/netbsd-tests/kernel/t_sysv.c === --- /opt/src/svn-current/contrib/netbsd-tests/kernel/t_sysv.c (revision 330299) +++ /opt/src/svn-current/contrib/netbsd-tests/kernel/t_sysv.c (working copy) @

Re: svn commit: r330297 - in head: lib/libc/sys sys/compat/freebsd32 sys/i386/ibcs2 sys/kern sys/sys

2018-03-02 Thread Cy Schubert
In message <201803022325.w22npyiw050...@slippy.cwsent.com>, Cy Schubert writes: > In message <20180302223138.ga83...@spindle.one-eyed-alien.net>, Brooks > Davis wr > ites: > > > > --yrj/dFKFPuw6o+aM > > Content-Type: text/plain; charset=us-ascii >

Re: svn commit: r330297 - in head: lib/libc/sys sys/compat/freebsd32 sys/i386/ibcs2 sys/kern sys/sys

2018-03-02 Thread Cy Schubert
In message <20180302233343.gc83...@spindle.one-eyed-alien.net>, Brooks Davis wr ites: > > > --ALfTUftag+2gvp1h > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Mar 02, 2018 at 03:31

Re: svn commit: r328013 - head/sbin/fsck_ffs

2018-03-10 Thread Cy Schubert
aid that, I maintain backup slices on an alternate disk in case of loss should the primary slice fail to boot. In that case data loss is tolerable to allow a better chance I can remotely ssh in. (Of course there's no 100% guarantee if there's data loss but it's better than 0% if

Re: svn commit: r328013 - head/sbin/fsck_ffs

2018-03-10 Thread Cy Schubert
t soft updates enabled. > > One must try to remeber that fsck -p during /etc/rc processing can > run into many different file systems, some more resilent to running > things like fsck -R -y, some not. Having been in this situation with FreeBSD, Solaris, Linux, and many other operating

RE: svn commit: r330972 - stable/11/share/misc

2018-03-15 Thread Cy Schubert
interrupt rather than having to poll. Polling is inefficient use of my time. --- 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. --- -Origin

Re: svn commit: r331326 - in head/stand: forth i386/loader

2018-03-21 Thread Cy Schubert
d/i386/loader/loader.rc Wed Mar 21 22:01:51 2018(r33132 > 6) > @@ -3,10 +3,13 @@ > \ > \ Includes additional commands > include /boot/loader.4th > +include /boot/efi.4th > try-include /boot/loader.rc.local > &

Re: svn commit: r331326 - in head/stand: forth i386/loader

2018-03-21 Thread Cy Schubert
In message , Kyle Evans writes: > On Wed, Mar 21, 2018 at 10:30 PM, Cy Schubert wro > te: > > In message <201803212201.w2lm1pvl020...@repo.freebsd.org>, Kyle Evans > > writes: > >> Author: kevans > >> Date: Wed Mar 21 22:01:51 2018 > >> New Re

svn commit: r284989 - svnadmin/conf

2015-06-30 Thread Cy Schubert
Author: cy Date: Wed Jul 1 02:55:20 2015 New Revision: 284989 URL: https://svnweb.freebsd.org/changeset/base/284989 Log: Temporarily remove size limit restriction in order to import ntp-4.2.8p3 into the vendor branch. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimi

svn commit: r284990 - in vendor/ntp/dist: . adjtimed clockstuff html html/drivers include include/isc kernel kernel/sys lib/isc/unix libjsmn libjsmn/example libntp libparse ntpd ntpdate ntpdc ntpq ...

2015-06-30 Thread Cy Schubert
Author: cy Date: Wed Jul 1 03:12:13 2015 New Revision: 284990 URL: https://svnweb.freebsd.org/changeset/base/284990 Log: Vendor import ntp-4.2.8p3. Approved by: delphij (implicit, using SO hat) Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org

svn commit: r284991 - svnadmin/conf

2015-06-30 Thread Cy Schubert
Author: cy Date: Wed Jul 1 03:17:10 2015 New Revision: 284991 URL: https://svnweb.freebsd.org/changeset/base/284991 Log: ntp-4.2.8p3 vendor import complete. Revert size limit restriction. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf =

svn commit: r284992 - vendor/ntp/4.2.8p3

2015-06-30 Thread Cy Schubert
Author: cy Date: Wed Jul 1 03:49:35 2015 New Revision: 284992 URL: https://svnweb.freebsd.org/changeset/base/284992 Log: Tag ntp-4.2.8p3. Approved by: delphij (implicit, wearing SO hat) Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bu

svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contr...

2015-07-05 Thread Cy Schubert
Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL: https://svnweb.freebsd.org/changeset/base/285169 Log: MFV ntp-4.2.8p3 (r284990). Approved by: roberto, delphij Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bug.cgi?id

svn commit: r285170 - head/usr.sbin/ntp

2015-07-05 Thread Cy Schubert
Author: cy Date: Sun Jul 5 16:48:40 2015 New Revision: 285170 URL: https://svnweb.freebsd.org/changeset/base/285170 Log: Update ntp version number. (This is a manual update that was missed.) Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h ==

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel c

2015-07-05 Thread Cy Schubert
In message <1436113168.1191.1.ca...@freebsd.org>, Ian Lepore writes: > On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: > > Author: cy > > Date: Sun Jul 5 15:42:16 2015 > > New Revision: 285169 > > URL: https://svnweb.freebsd.org/changeset/base/285169 &g

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel c

2015-07-05 Thread Cy Schubert
In message <1436130908.1334.3.ca...@freebsd.org>, Ian Lepore writes: > On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote: > > In message <1436113168.1191.1.ca...@freebsd.org>, Ian Lepore writes: > > > On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: > >

svn commit: r310490 - in stable: 10/contrib/amd 10/contrib/amd/amd 10/contrib/amd/amq 10/contrib/amd/conf/checkmount 10/contrib/amd/conf/mtab 10/contrib/amd/conf/nfs_prot 10/contrib/amd/conf/transp...

2016-12-23 Thread Cy Schubert
Author: cy Date: Fri Dec 23 22:42:14 2016 New Revision: 310490 URL: https://svnweb.freebsd.org/changeset/base/310490 Log: MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past ten weeks. Reviewed by:pfg, brooks Suggested by: p

svn commit: r310490 - in stable: 10/contrib/amd 10/contrib/amd/amd 10/contrib/amd/amq 10/contrib/amd/conf/checkmount 10/contrib/amd/conf/mtab 10/contrib/amd/conf/nfs_prot 10/contrib/amd/conf/transp...

2016-12-23 Thread Cy Schubert
Author: cy Date: Fri Dec 23 22:42:14 2016 New Revision: 310490 URL: https://svnweb.freebsd.org/changeset/base/310490 Log: MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past ten weeks. Reviewed by:pfg, brooks Suggested by: p

svn commit: r311005 - head/usr.sbin/ntp/doc

2017-01-01 Thread Cy Schubert
Author: cy Date: Sun Jan 1 10:37:10 2017 New Revision: 311005 URL: https://svnweb.freebsd.org/changeset/base/311005 Log: Fix up grammar. MFC after:3 days Modified: head/usr.sbin/ntp/doc/ntp.conf.5 Modified: head/usr.sbin/ntp/doc/ntp.conf.5 ==

svn commit: r311259 - in stable: 10/usr.sbin/ntp/doc 11/usr.sbin/ntp/doc

2017-01-03 Thread Cy Schubert
Author: cy Date: Wed Jan 4 06:53:00 2017 New Revision: 311259 URL: https://svnweb.freebsd.org/changeset/base/311259 Log: MFC r311005 Fix up grammar. Modified: stable/10/usr.sbin/ntp/doc/ntp.conf.5 Directory Properties: stable/10/ (props changed) Changes in other areas also in this

svn commit: r311259 - in stable: 10/usr.sbin/ntp/doc 11/usr.sbin/ntp/doc

2017-01-03 Thread Cy Schubert
Author: cy Date: Wed Jan 4 06:53:00 2017 New Revision: 311259 URL: https://svnweb.freebsd.org/changeset/base/311259 Log: MFC r311005 Fix up grammar. Modified: stable/11/usr.sbin/ntp/doc/ntp.conf.5 Directory Properties: stable/11/ (props changed) Changes in other areas also in this

<    7   8   9   10   11   12   13   14   15   16   >