svn commit: r360223 - head/contrib/sqlite3

2020-04-23 Thread Cy Schubert
Author: cy Date: Thu Apr 23 14:08:40 2020 New Revision: 360223 URL: https://svnweb.freebsd.org/changeset/base/360223 Log: Fix PowerPC segfault. The segfault fix was originally developed by our upstream, sqlite.org, to address S/390 and Sparc segfaults, both of which are big endian. Our

svn commit: r360591 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-05-02 Thread Cy Schubert
Author: cy Date: Sun May 3 03:21:42 2020 New Revision: 360591 URL: https://svnweb.freebsd.org/changeset/base/360591 Log: MFC r360100: fib4_free_nh_ext is an empty function. It does nothing. Don't call it. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory Proper

svn commit: r360591 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-05-02 Thread Cy Schubert
Author: cy Date: Sun May 3 03:21:42 2020 New Revision: 360591 URL: https://svnweb.freebsd.org/changeset/base/360591 Log: MFC r360100: fib4_free_nh_ext is an empty function. It does nothing. Don't call it. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory Proper

Re: svn commit: r360648 - in head: lib/libvmmapi share/man/man5 share/mk sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel sys/amd64/vmm/io sys/conf sys/modules/vmm tools/build/

2020-05-05 Thread Cy Schubert
asis of a vmotion-like function. And possibly a hot-failover facility like VMware has. Vmotion and hot-failover require shared disk but we could use ZFS snapshots instead. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org

Re: svn commit: r350089 - head

2019-11-08 Thread Cy Schubert
exact related commit to RELNOTES >should also be merged unaltered. > >The RELNOTES file should state that revision numbers in this file >are ^/HEAD revision numbers, and that a merge serach may be needed >to find the branch verson of the MFC. > >The ^/head RELNOTES file shoul

svn commit: r354733 - head/contrib/ntp/ntpd

2019-11-15 Thread Cy Schubert
Author: cy Date: Fri Nov 15 16:34:35 2019 New Revision: 354733 URL: https://svnweb.freebsd.org/changeset/base/354733 Log: Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffers SIGSEGV. PR: 241421, 241960 Reported by: Vladimir Zakharov , dewa...@heur

Re: svn commit: r354747 - head/share/mk

2019-11-15 Thread Cy Schubert
} -o ${_YC} ${.ALLSRC} >+ ${YACC} ${YFLAGS} ${YFLAGS.${_YSRC}} -o ${_YC} ${.ALLSRC} > SRCS+=${_YH} > CLEANFILES+= ${_YH} > .endfor > .else > ${_YC}: ${_YSRC} >- ${YACC} ${YFLAGS} -o ${_YC} ${.ALLSRC} >+ ${YACC} ${YFLAGS} ${YFLAGS.${_YSRC}} -o ${_YC} ${.

Re: svn commit: r354824 - head/lib/geom/part

2019-11-18 Thread Cy Schubert
at "content" means more like semantic, functional changes > > that affect some particular meaning. Grammar fixes are just, well, > > grammar fixes and thus do not warrant .Dd bump. > > Indeed, this was always my understanding as well. I can't find a > concrete

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

2019-11-21 Thread Cy Schubert
Author: cy Date: Thu Nov 21 20:15:22 2019 New Revision: 354978 URL: https://svnweb.freebsd.org/changeset/base/354978 Log: Chase r344883. ntp is 4.2.8p13. MFC after:3 days Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h ==

svn commit: r355044 - in stable: 11/usr.sbin/ntp 12/usr.sbin/ntp

2019-11-23 Thread Cy Schubert
Author: cy Date: Sun Nov 24 02:27:50 2019 New Revision: 355044 URL: https://svnweb.freebsd.org/changeset/base/355044 Log: MFC r354978: Chase r344883. ntp is 4.2.8p13. Modified: stable/12/usr.sbin/ntp/config.h Directory Properties: stable/12/ (props changed) Changes in other areas al

svn commit: r355044 - in stable: 11/usr.sbin/ntp 12/usr.sbin/ntp

2019-11-23 Thread Cy Schubert
Author: cy Date: Sun Nov 24 02:27:50 2019 New Revision: 355044 URL: https://svnweb.freebsd.org/changeset/base/355044 Log: MFC r354978: Chase r344883. ntp is 4.2.8p13. Modified: stable/11/usr.sbin/ntp/config.h Directory Properties: stable/11/ (props changed) Changes in other areas al

Re: svn commit: r355100 - head/libexec/rc/rc.d

2019-11-25 Thread Cy Schubert
fi > + > if checkyesno ntp_leapfile_fetch_verbose; then > verbose=echo > else > @@ -182,6 +207,11 @@ ntpd_needfetch_leapfile() { > } > > ntpd_fetch_leapfile() { > + > + if leapfile_is_disabled; then > + return > + f

svn commit: r355127 - stable/12/contrib/ntp/ntpd

2019-11-26 Thread Cy Schubert
Author: cy Date: Wed Nov 27 03:18:35 2019 New Revision: 355127 URL: https://svnweb.freebsd.org/changeset/base/355127 Log: MFC rr354733: Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffers SIGSEGV. PR: 241421, 241960 Reported by: Vladimir Zakharov ,

svn commit: r355131 - in stable/11: . sbin/ipf targets/pseudo/userland

2019-11-27 Thread Cy Schubert
Author: cy Date: Wed Nov 27 13:46:28 2019 New Revision: 355131 URL: https://svnweb.freebsd.org/changeset/base/355131 Log: MFC r315223, r325182: Disconnect ipftest and ipresend from the build until it can be verified that they still work. These utilities have become out of sync with the

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

2019-11-27 Thread Cy Schubert
Author: cy Date: Wed Nov 27 20:08:35 2019 New Revision: 355140 URL: https://svnweb.freebsd.org/changeset/base/355140 Log: Remove redundant #ifdef'd function definitions. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/ipfilter/netinet/fi

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

2019-11-27 Thread Cy Schubert
Author: cy Date: Wed Nov 27 20:08:39 2019 New Revision: 355141 URL: https://svnweb.freebsd.org/changeset/base/355141 Log: Save a little stack by removing a used once intermediate variable. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/

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

2019-11-27 Thread Cy Schubert
Author: cy Date: Wed Nov 27 20:08:42 2019 New Revision: 355142 URL: https://svnweb.freebsd.org/changeset/base/355142 Log: Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This FreeBSD-only function should live in the O/S specific source file. This essentially reverts r349929

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

2019-11-27 Thread Cy Schubert
Author: cy Date: Thu Nov 28 00:46:33 2019 New Revision: 355156 URL: https://svnweb.freebsd.org/changeset/base/355156 Log: Include fin, the packet information structure (fr_info_t), in the l4sums DTrace probe, making more information available for the diagnosis of IPv6 checksum errors. M

svn commit: r355300 - head/contrib/ipfilter/man

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:39:40 2019 New Revision: 355300 URL: https://svnweb.freebsd.org/changeset/base/355300 Log: Fix a typo (upto --> up to) and reword to improve word flow. MFC after:3 days Modified: head/contrib/ipfilter/man/ipf.5 Modified: head/contrib/ipfilter/man/ipf.5

svn commit: r355302 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:55:08 2019 New Revision: 355302 URL: https://svnweb.freebsd.org/changeset/base/355302 Log: MFC r355140: Remove redundant #ifdef'd function definitions. Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/12/ (props change

svn commit: r355302 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:55:08 2019 New Revision: 355302 URL: https://svnweb.freebsd.org/changeset/base/355302 Log: MFC r355140: Remove redundant #ifdef'd function definitions. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/11/ (props change

svn commit: r355303 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:57:13 2019 New Revision: 355303 URL: https://svnweb.freebsd.org/changeset/base/355303 Log: MFC r355141: Save a little stack by removing a used once intermediate variable. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/

svn commit: r355303 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:57:13 2019 New Revision: 355303 URL: https://svnweb.freebsd.org/changeset/base/355303 Log: MFC r355141: Save a little stack by removing a used once intermediate variable. Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/

svn commit: r355305 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:58:55 2019 New Revision: 355305 URL: https://svnweb.freebsd.org/changeset/base/355305 Log: MFC r355142: Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This FreeBSD-only function should live in the O/S specific source file. This essential

svn commit: r355305 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 20:58:55 2019 New Revision: 355305 URL: https://svnweb.freebsd.org/changeset/base/355305 Log: MFC r355142: Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This FreeBSD-only function should live in the O/S specific source file. This essential

svn commit: r355306 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 21:00:29 2019 New Revision: 355306 URL: https://svnweb.freebsd.org/changeset/base/355306 Log: MFC r355156: Include fin, the packet information structure (fr_info_t), in the l4sums DTrace probe, making more information available for the diagnosis of IPv6 check

svn commit: r355306 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-02 Thread Cy Schubert
Author: cy Date: Mon Dec 2 21:00:29 2019 New Revision: 355306 URL: https://svnweb.freebsd.org/changeset/base/355306 Log: MFC r355156: Include fin, the packet information structure (fr_info_t), in the l4sums DTrace probe, making more information available for the diagnosis of IPv6 check

svn commit: r355326 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea/generic

2019-12-03 Thread Cy Schubert
Author: cy Date: Tue Dec 3 13:47:46 2019 New Revision: 355326 URL: https://svnweb.freebsd.org/changeset/base/355326 Log: MFC r354269: MFV r354257: Update sqlite3-3.29.0 (329) --> sqlite3-3.30.1 (3300100) Modified: stable/12/contrib/sqlite3/Makefile.msc stable/12/contrib/sqlit

svn commit: r355326 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea/generic

2019-12-03 Thread Cy Schubert
Author: cy Date: Tue Dec 3 13:47:46 2019 New Revision: 355326 URL: https://svnweb.freebsd.org/changeset/base/355326 Log: MFC r354269: MFV r354257: Update sqlite3-3.29.0 (329) --> sqlite3-3.30.1 (3300100) Modified: stable/11/contrib/sqlite3/Makefile.msc stable/11/contrib/sqlit

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

2019-12-04 Thread Cy Schubert
Author: cy Date: Wed Dec 4 15:04:06 2019 New Revision: 355388 URL: https://svnweb.freebsd.org/changeset/base/355388 Log: Chase r352304. The default rlimit memlock is no memory locking. Reported by: egypcio@ MFC after:3 days Modified: head/usr.sbin/ntp/doc/ntp.conf.5 Modified: he

svn commit: r355477 - in stable: 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2019-12-06 Thread Cy Schubert
Author: cy Date: Sat Dec 7 00:51:37 2019 New Revision: 355477 URL: https://svnweb.freebsd.org/changeset/base/355477 Log: MFC r355300: Fix a typo (upto --> up to) and reword to improve word flow. Modified: stable/11/contrib/ipfilter/man/ipf.5 Directory Properties: stable/11/ (props c

svn commit: r355477 - in stable: 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2019-12-06 Thread Cy Schubert
Author: cy Date: Sat Dec 7 00:51:37 2019 New Revision: 355477 URL: https://svnweb.freebsd.org/changeset/base/355477 Log: MFC r355300: Fix a typo (upto --> up to) and reword to improve word flow. Modified: stable/12/contrib/ipfilter/man/ipf.5 Directory Properties: stable/12/ (props c

svn commit: r355478 - in stable: 11/usr.sbin/ntp/doc 12/usr.sbin/ntp/doc

2019-12-06 Thread Cy Schubert
Author: cy Date: Sat Dec 7 00:53:22 2019 New Revision: 355478 URL: https://svnweb.freebsd.org/changeset/base/355478 Log: MFC r355388: Chase r352304. The default rlimit memlock is no memory locking. Reported by: egypcio@ Modified: stable/11/usr.sbin/ntp/doc/ntp.conf.5 Directory Pro

svn commit: r355478 - in stable: 11/usr.sbin/ntp/doc 12/usr.sbin/ntp/doc

2019-12-06 Thread Cy Schubert
Author: cy Date: Sat Dec 7 00:53:22 2019 New Revision: 355478 URL: https://svnweb.freebsd.org/changeset/base/355478 Log: MFC r355388: Chase r352304. The default rlimit memlock is no memory locking. Reported by: egypcio@ Modified: stable/12/usr.sbin/ntp/doc/ntp.conf.5 Directory Pro

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

2019-12-12 Thread Cy Schubert
Author: cy Date: Thu Dec 12 20:44:46 2019 New Revision: 355669 URL: https://svnweb.freebsd.org/changeset/base/355669 Log: in6_cksum() returns zero when checksums are good. PR: 203275 Reported by: Frank Volf MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/

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

2019-12-12 Thread Cy Schubert
Author: cy Date: Thu Dec 12 20:44:49 2019 New Revision: 355670 URL: https://svnweb.freebsd.org/changeset/base/355670 Log: Rather than pass the address of the packet information control block to ipf_pcksum6(), directly pass the adddress of the mbuf to it. This reduces one pointer dereference.

svn commit: r355785 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-15 Thread Cy Schubert
Author: cy Date: Sun Dec 15 21:28:08 2019 New Revision: 355785 URL: https://svnweb.freebsd.org/changeset/base/355785 Log: MFC r355669: in6_cksum() returns zero when checksums are good. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/11/ (props chan

svn commit: r355785 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-15 Thread Cy Schubert
Author: cy Date: Sun Dec 15 21:28:08 2019 New Revision: 355785 URL: https://svnweb.freebsd.org/changeset/base/355785 Log: MFC r355669: in6_cksum() returns zero when checksums are good. Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/12/ (props chan

svn commit: r355795 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-15 Thread Cy Schubert
Author: cy Date: Mon Dec 16 02:38:47 2019 New Revision: 355795 URL: https://svnweb.freebsd.org/changeset/base/355795 Log: MFC r355670: Rather than pass the address of the packet information control block to ipf_pcksum6(), directly pass the adddress of the mbuf to it. This reduces one po

svn commit: r355795 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-12-15 Thread Cy Schubert
Author: cy Date: Mon Dec 16 02:38:47 2019 New Revision: 355795 URL: https://svnweb.freebsd.org/changeset/base/355795 Log: MFC r355670: Rather than pass the address of the packet information control block to ipf_pcksum6(), directly pass the adddress of the mbuf to it. This reduces one po

RE: svn commit: r264378 - head/sys/geom/part

2018-10-08 Thread Cy Schubert
+1 --- 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: Poul-Henning Kamp Sent: 08/10/2018 11:33 To: John

RE: svn commit: r339355 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-10-14 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 or The need of the many outweighs the greed of the few. --- -Original Message- From: Mateusz Guzik Sent: 14/10/2018 10:14 To

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

2018-10-23 Thread Cy Schubert
Author: cy Date: Tue Oct 23 14:16:02 2018 New Revision: 339656 URL: https://svnweb.freebsd.org/changeset/base/339656 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ MFC after:3 days Modified:

RE: svn commit: r339658 - head/stand/i386/libi386

2018-10-23 Thread Cy Schubert
Thank you Toomas. --- 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: Toomas Soome Sent: 23/10/2018 07:44

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
y: The FreeBSD Foundation > Differential revision: https://reviews.freebsd.org/D17658 > > Modified: > head/sys/fs/nfsclient/nfs_clvnops.c > head/sys/kern/vfs_default.c > head/sys/kern/vfs_init.c > head/sys/kern/vfs_mount.c > head/sys/sys/mount.h > head/sys/

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert writes: > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin > Belousov > writes: > > Author: kib > > Date: Tue Oct 23 21:43:41 2018 > > New Revision: 339672 > &

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert writes: > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin > Belousov > writes: > > Author: kib > > Date: Tue Oct 23 21:43:41 2018 > > New Revision: 339672 > &

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <20181024145649.gc5...@kib.kiev.ua>, Konstantin Belousov writes: > On Wed, Oct 24, 2018 at 07:19:33AM -0700, Cy Schubert wrote: > > In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert > > writes: > > > In message <20181

svn commit: r339828 - stable/12/lib/libc/stdio

2018-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 28 00:57:39 2018 New Revision: 339828 URL: https://svnweb.freebsd.org/changeset/base/339828 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ Approved by: re (kib@) Modified

svn commit: r339829 - stable/11/lib/libc/stdio

2018-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 28 00:57:44 2018 New Revision: 339829 URL: https://svnweb.freebsd.org/changeset/base/339829 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ Modified: stable/11/lib/libc/std

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
=== > = > --- head/sys/sys/proc.h Tue Nov 13 22:41:20 2018(r340412) > +++ head/sys/sys/proc.h Tue Nov 13 22:58:38 2018(r340413) > @@ -193,6 +193,7 @@ struct trapframe; > struct turnstile; > struct vm_map; > st

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
Sorry. This should have been a private email. But now that it's in the wild, if_sk.c calls epoch_enter_preempt() at line 84 which causes panic early in boot. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of th

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
In message <178c3d69-4a3b-49cb-dab4-f6f4139df...@selasky.org>, Hans Petter Sela sky writes: > On 11/14/18 10:33 AM, Cy Schubert wrote: > > + epoch_thread_init(td); > > Did you forget to call epoch_thread_init() for thread0 ? > > --HPS It appears that interfaces t

Re: svn commit: r340478 - head/share/man/man7

2018-11-16 Thread Cy Schubert
EGACY (or pick a name) would preserve traditional behavior. RB_POWEROFF, RB_POWERCYCLE and RB_HALT would also signal init except when RB_FASTBOOT flag is set. This aligns us better with what Linux is currently doing. IIRC Solaris still uses the legacy behavior however Solaris isn't relev

Re: svn commit: r340478 - head/share/man/man7

2018-11-16 Thread Cy Schubert
In message , =?utf-8?Q?Edward _Tomasz_Napiera=C5=82a?= writes: > > > > On 16 Nov 2018, at 18:40, Cy Schubert wrote: > > > > In message <201811161804.wagi44wc047...@pdx.rh.cn85.dnsmgr.net>, > > "Rodney W. Gri > > mes" writes: > >

Re: svn commit: r308200 - in stable: 10/crypto/openssl/ssl 9/crypto/openssl/ssl

2016-11-02 Thread Cy Schubert
pkt.c :1204:48: error: use of undeclared identifier 'SSL_R_TOO_MANY_WARN_ALERTS' SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_TOO_MANY_WARN_ALERTS); ^ /usr/obj/opt/src/svn-stable10/tmp/usr/include/openssl/err.h:217:54: note: expanded f

Re: svn commit: r308200 - in stable: 10/crypto/openssl/ssl 9/crypto/openssl/ssl

2016-11-02 Thread Cy Schubert
In message , Oliver Pinter writes: > On 11/2/16, Cy Schubert wrote: > > In message <201611020709.ua279wm3070...@repo.freebsd.org>, Xin LI writes: > >> Author: delphij > >> Date: Wed Nov 2 07:09:31 2016 > >> New Revision: 308200 > >> UR

svn commit: r308346 - in stable: 10/usr.sbin/amd 10/usr.sbin/amd/amd 10/usr.sbin/amd/libamu 11/usr.sbin/amd 11/usr.sbin/amd/amd 11/usr.sbin/amd/libamu 9/usr.sbin/amd 9/usr.sbin/amd/amd 9/usr.sbin/a...

2016-11-05 Thread Cy Schubert
Author: cy Date: Sat Nov 5 17:02:38 2016 New Revision: 308346 URL: https://svnweb.freebsd.org/changeset/base/308346 Log: MFC r307800, r307801 r307800: Sources from the "current" build tree and generated sources in the object tree should be used instead of sources and headers fro

svn commit: r308346 - in stable: 10/usr.sbin/amd 10/usr.sbin/amd/amd 10/usr.sbin/amd/libamu 11/usr.sbin/amd 11/usr.sbin/amd/amd 11/usr.sbin/amd/libamu 9/usr.sbin/amd 9/usr.sbin/amd/amd 9/usr.sbin/a...

2016-11-05 Thread Cy Schubert
Author: cy Date: Sat Nov 5 17:02:38 2016 New Revision: 308346 URL: https://svnweb.freebsd.org/changeset/base/308346 Log: MFC r307800, r307801 r307800: Sources from the "current" build tree and generated sources in the object tree should be used instead of sources and headers fro

svn commit: r308346 - in stable: 10/usr.sbin/amd 10/usr.sbin/amd/amd 10/usr.sbin/amd/libamu 11/usr.sbin/amd 11/usr.sbin/amd/amd 11/usr.sbin/amd/libamu 9/usr.sbin/amd 9/usr.sbin/amd/amd 9/usr.sbin/a...

2016-11-05 Thread Cy Schubert
Author: cy Date: Sat Nov 5 17:02:38 2016 New Revision: 308346 URL: https://svnweb.freebsd.org/changeset/base/308346 Log: MFC r307800, r307801 r307800: Sources from the "current" build tree and generated sources in the object tree should be used instead of sources and headers fro

svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/umoun...

2016-11-10 Thread Cy Schubert
Author: cy Date: Fri Nov 11 02:42:53 2016 New Revision: 308493 URL: https://svnweb.freebsd.org/changeset/base/308493 Log: MFV r305100: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past month. Reviewed by: pfg, brooks Suggested by: pfg Obtained fro

Re: svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/um

2016-11-12 Thread Cy Schubert
; platforms? It builds and runs on i386 here. I'll figure something out tonight. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ svn-src-all@fr

Re: svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/um

2016-11-13 Thread Cy Schubert
--- amd/include/amq_defs.h (revision 308608) +++ amd/include/amq_defs.h (working copy) @@ -66,7 +66,7 @@ /* * TYPEDEFS */ -typedef long *time_type; +typedef time_t *time_type; typedef struct amq_mount_info amq_mount_info; typedef struct amq_map_info amq_map_info; typedef struct amq_mount

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw

2016-11-13 Thread Cy Schubert
dcard.c:50: error: previou s declaration of 'beri_sdcard_disk_print' was here /home/cy/current/sys/boot/mips/beri/loader/beri_disk_sdcard.c: In function 'beri _sdcard_disk_print': /home/cy/current/sys/boot/mips/beri/loader/beri_disk_sdcard.c: In function 'ber

svn commit: r308619 - in head/contrib/amd: amd amq include

2016-11-13 Thread Cy Schubert
Author: cy Date: Mon Nov 14 00:33:03 2016 New Revision: 308619 URL: https://svnweb.freebsd.org/changeset/base/308619 Log: Fix mips 32-bit buildworld. Reported by: adrian MFC after:6 weeks X-MFC with: r308493 Modified: head/contrib/amd/amd/readdir.c head/contrib/amd/amq/amq.c

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

2016-11-18 Thread Cy Schubert
, > .Xr hv_storvsc 4 , > .Xr hv_utils 4 > > This causes a build failure: make[5]: make[5]: don't know how to make hv_ata_pci_disengage.4. Stop make[5]: stopped in /opt/src/svn-current/share/man/man4 *** [all_subdir_share/man/man4] Error code 2 You'll need to remove its re

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

2016-11-18 Thread Cy Schubert
; > > > make[5]: stopped in /opt/src/svn-current/share/man/man4 > > *** [all_subdir_share/man/man4] Error code 2 > > > > You'll need to remove its reference from the Makefile. > > Hi Cy, > > Thank you for reporting this! I committed a fix just now. Thanks fo

Re: svn commit: r309300 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar/test lib/libarchive/tests

2016-12-01 Thread Cy Schubert
= 0 || -validate_number_field(header->rdevmajor, sizeof(header->rdevmajor)) == 0 || -validate_number_field(header->rdevminor, sizeof(header->rdevminor)) == 0)) { - bid = 0; + if (bid > 0 &

Re: svn commit: r309300 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar/test lib/libarchive/tests

2016-12-01 Thread Cy Schubert
In message <201612020225.ub22piql039...@slippy.cwsent.com>, Cy Schubert writes: > In message <201611292214.uatmegqh079...@repo.freebsd.org>, Martin Matuska > write > s: > > Author: mm > > Date: Tue Nov 29 22:14:42 2016 > > New Revision: 309300 > > U

Re: svn commit: r335919 - head/sys/netinet6

2018-07-04 Thread Cy Schubert
mcast); 421 goto badheadlocked; 422 } 423 INP_RLOCK(last); 424 if (__predict_true(inp->inp_flags2 & INP_FREED) == 0) { 425 UDP_PROBE(receive, NULL, last, ip6, last, u

Re: svn commit: r335919 - head/sys/netinet6

2018-07-04 Thread Cy Schubert
9UW"; > protected-headers="v1" > From: "Andrey V. Elsukov" > To: Cy Schubert , Matt Macy > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <13fa004f-6d8a-025e-9d4f-957f08111...@yandex.ru> >

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

2018-07-06 Thread Cy Schubert
,7 @@ new_message(int type, const char *msgfmt, ...) > > va_start(args, msgfmt); > > > > /* first, format the message */ > > -vsnprintf(next_msg, sizeof(next_msg), msgfmt, args); > > +vsnprintf(next_msg, strlen(next_msg), msgfmt, args); > I hi

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

2018-07-07 Thread Cy Schubert
_msg, strlen(next_msg), msgfmt, args); +vsnprintf(next_msg, screen_width + 5, msgfmt, args); va_end(args); > > > > I also think restructure of the buffer management is required first > > if we want to eliminate the column width limitation. Using sbuf(9) > > consisten

svn commit: r336151 - head/kerberos5/usr.bin/verify_krb5_conf

2018-07-09 Thread Cy Schubert
Author: cy Date: Tue Jul 10 00:26:13 2018 New Revision: 336151 URL: https://svnweb.freebsd.org/changeset/base/336151 Log: Remove redundant space. MFC after:3 days Modified: head/kerberos5/usr.bin/verify_krb5_conf/Makefile Modified: head/kerberos5/usr.bin/verify_krb5_conf/Makefile ==

svn commit: r336203 - in head: 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/drivers c...

2018-07-11 Thread Cy Schubert
Author: cy Date: Wed Jul 11 18:53:18 2018 New Revision: 336203 URL: https://svnweb.freebsd.org/changeset/base/336203 Log: MFV r324714: Update wpa 2.5 --> 2.6. MFC after:1 month Added: head/contrib/wpa/src/ap/mbo_ap.c - copied unchanged from r336186, vendor/wpa/dist/src/ap/m

Re: svn commit: r336203 - in head: 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/drive

2018-07-11 Thread Cy Schubert
In message <201807111853.w6biri9b080...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jul 11 18:53:18 2018 > New Revision: 336203 > URL: https://svnweb.freebsd.org/changeset/base/336203 > > Log: > MFV r324714: > > Update wpa 2.5 --> 2.6

Re: svn commit: r336203 - in head: 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/drive

2018-07-11 Thread Cy Schubert
In message <201807111853.w6biri9b080...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jul 11 18:53:18 2018 > New Revision: 336203 > URL: https://svnweb.freebsd.org/changeset/base/336203 > > Log: > MFV r324714: > > Update wpa 2.5 --&g

svn commit: r336235 - stable/11/kerberos5/usr.bin/verify_krb5_conf

2018-07-12 Thread Cy Schubert
Author: cy Date: Fri Jul 13 00:37:47 2018 New Revision: 336235 URL: https://svnweb.freebsd.org/changeset/base/336235 Log: MFC r336151: Remove redundant space. Modified: stable/11/kerberos5/usr.bin/verify_krb5_conf/Makefile Directory Properties: stable/11/ (props changed) Modified: s

Re: svn commit: r336203 - in head: 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/drive

2018-07-18 Thread Cy Schubert
gt; : > > Is it during a rekey event? > > > > > > > > -adrian > > > > On Wed, 18 Jul 2018 at 08:16, Kyle Evans wrote: > >> > >> On Wed, Jul 11, 2018 at 1:53 PM, Cy Schubert wrote: > >> > Author: cy > >> > Date: Wed J

Re: svn commit: r336203 - in head: 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/drive

2018-07-19 Thread Cy Schubert
c.d/netif restart). Then it works for a little while, before > going down again. With the old wpa_supplicant I didn't have this problem. > > I don't have very much else to add except noting that I'm affected as > well. I haven't had time to debug it properly (w

Re: svn commit: r336203 - in head: 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/drive

2018-07-19 Thread Cy Schubert
ekeying ended up bypassing the AUTHENTICATION2 state where a new ANonce is generated when going directly to the PTKSTART state since there is no need to try to determine the PMK again in such a case. This is far from ideal since the new PTK would depend on a new nonce only from th

Re: svn commit: r336203 - in head: 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/drive

2018-07-19 Thread Cy Schubert
e, before going > > down again. With the old wpa_supplicant I didn't have this problem. > > > > I don't have very much else to add except noting that I'm affected as well. > > I haven't had time to debug it properly (which is why I've never reported

svn commit: r336485 - vendor/wpa/dist/src/ap

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 14:35:27 2018 New Revision: 336485 URL: https://svnweb.freebsd.org/changeset/base/336485 Log: Import upline hostapd-avoid-key-reinstallation security patch. Obtained from:https://w1.fi/security/2017-1/\ rebased-v2.6-0001-hostapd-Avoid-key-

svn commit: r336486 - in vendor/wpa/dist/src: common rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 14:37:32 2018 New Revision: 336486 URL: https://svnweb.freebsd.org/changeset/base/336486 Log: Import upline security patch to prevent an alreadi in use group ke. Obtained from:https://w1.fi/security/2017-1/\ rebased-v2.6-0002-Prevent-reins

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

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 14:41:46 2018 New Revision: 336487 URL: https://svnweb.freebsd.org/changeset/base/336487 Log: Import upline security patch: Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases. This git commit 87e2db16bafcbc60b8d0016175814a73c1e8ed45. Obtain

svn commit: r336490 - in vendor/wpa/dist/src: common rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 16:58:20 2018 New Revision: 336490 URL: https://svnweb.freebsd.org/changeset/base/336490 Log: Import upline security patch: Prevent installation of an all-zero TK This is also upline git commit 53bb18cc8b7a4da72e47e4b3752d0d2135cffb23. Obtained from:htt

svn commit: r336493 - vendor/wpa/dist/src/ap

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 17:34:58 2018 New Revision: 336493 URL: https://svnweb.freebsd.org/changeset/base/336493 Log: Import upline security patch: Fix PTK rekeying to generate a new ANonce. This is also upline git commit 0adc9b28b39d414d5febfff752f6a1576f785c85. Obtained from:

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

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 17:37:13 2018 New Revision: 336494 URL: https://svnweb.freebsd.org/changeset/base/336494 Log: Import upline security patch: TDLS: Reject TPK-TK reconfiguration. This is also upline git commmit ff89af96e5a35c86f50330d2b86c18323318a60c. Obtained from:http

svn commit: r336495 - vendor/wpa/dist/wpa_supplicant

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 17:46:33 2018 New Revision: 336495 URL: https://svnweb.freebsd.org/changeset/base/336495 Log: Import upline security patch: WNM: Ignore WNM-Sleep Mode Request in wnm_sleep_mode=0 case. This is also upline git commit 114f2830d2c2aee6db23d48240e93415a256a37c.

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

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 17:49:39 2018 New Revision: 336496 URL: https://svnweb.freebsd.org/changeset/base/336496 Log: Import upline security patch: FILS: Do not allow multiple (Re)Association Response frames. This is also upline git commit e760851176c77ae6de19821bb1d5bf3ae2cb5187. O

svn commit: r336499 - head/contrib/wpa/src/ap

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:04:30 2018 New Revision: 336499 URL: https://svnweb.freebsd.org/changeset/base/336499 Log: MFV: r336485 Address: hostapd: Avoid key reinstallation in FT handshake Obtained from:https://w1.fi/security/2017-1/\ rebased-v2.6-0001-host

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

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:22:26 2018 New Revision: 336501 URL: https://svnweb.freebsd.org/changeset/base/336501 Log: MFV: r336486 Prevent reinstallation of an already in-use group key. Upline git commit cb5132bb35698cc0c743e34fe0e845dfc4c3e410. Obtained from:https://w1.f

svn commit: r336502 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:32:08 2018 New Revision: 336502 URL: https://svnweb.freebsd.org/changeset/base/336502 Log: MFV r336487: Import upline security patch: Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases. This git commit 87e2db16bafcbc60b8d0016175814a73c1e

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

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:10:34 2018 New Revision: 336506 URL: https://svnweb.freebsd.org/changeset/base/336506 Log: MFV r336490: Prevent installation of an all-zero TK. This is also upline git commit 53bb18cc8b7a4da72e47e4b3752d0d2135cffb23. Obtained from:https://w1.fi/

svn commit: r336510 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:14:33 2018 New Revision: 336510 URL: https://svnweb.freebsd.org/changeset/base/336510 Log: MFV r336493: Fix PTK rekeying to generate a new ANonce. This is also upline git commit 0adc9b28b39d414d5febfff752f6a1576f785c85. This commit is a NOP, just changi

svn commit: r336512 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:18:13 2018 New Revision: 336512 URL: https://svnweb.freebsd.org/changeset/base/336512 Log: MFV r336494: TDLS: Reject TPK-TK reconfiguration. This is also upline git commmit ff89af96e5a35c86f50330d2b86c18323318a60c. Once again this is a NOP as this is a

svn commit: r336513 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:20:43 2018 New Revision: 336513 URL: https://svnweb.freebsd.org/changeset/base/336513 Log: MFV r336495: Another props change. The real work was done by r324696. We're simply syncing up with the vendor branch again. mport upline security patch: WNM: Ign

svn commit: r336515 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:23:27 2018 New Revision: 336515 URL: https://svnweb.freebsd.org/changeset/base/336515 Log: MFV r336496: A props change to sync up with the vendor branch. The real work was done by r324696. FILS: Do not allow multiple (Re)Association Response frames. T

Re: svn commit: r336203 - in head: 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/drive

2018-07-19 Thread Cy Schubert
In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" writes: > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: > > In message > il.com> > > > > , Kyle Evans writes: > > > On Thu, Jul 19, 2018 at 7:13 AM, Niclas

Re: svn commit: r336203 - in head: 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/drive

2018-07-19 Thread Cy Schubert
In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert writes: > In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" > writes: > > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: > > > In message &

<    5   6   7   8   9   10   11   12   13   14   >