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

2019-07-18 Thread Cy Schubert
Author: cy Date: Thu Jul 18 11:43:09 2019 New Revision: 350110 URL: https://svnweb.freebsd.org/changeset/base/350110 Log: MFC r349898, r349916: ipfilter commands, in this case ipf(8), passes its operations and rules via an ioctl interface. Rules can be added or removed and stats and

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

2019-07-18 Thread Cy Schubert
Author: cy Date: Thu Jul 18 11:43:09 2019 New Revision: 350110 URL: https://svnweb.freebsd.org/changeset/base/350110 Log: MFC r349898, r349916: ipfilter commands, in this case ipf(8), passes its operations and rules via an ioctl interface. Rules can be added or removed and stats and

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

2019-07-18 Thread Cy Schubert
Author: cy Date: Thu Jul 18 11:46:37 2019 New Revision: 350111 URL: https://svnweb.freebsd.org/changeset/base/350111 Log: MFC r349917: Remove a tautological test for adding a rule in the block that adds rules. Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory

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

2019-07-18 Thread Cy Schubert
Author: cy Date: Thu Jul 18 11:46:37 2019 New Revision: 350111 URL: https://svnweb.freebsd.org/changeset/base/350111 Log: MFC r349917: Remove a tautological test for adding a rule in the block that adds rules. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory

Re: svn commit: r350301 - head/lib/libsysdecode

2019-07-24 Thread Cy Schubert
; mv -f ${.TARGET}.tmp ${.TARGET} > > Hi Ed, This breaks 32-bit compatibility builds on amd64. --- all_subdir_lib/libsysdecode --- ===> lib/libsysdecode (all) make[5]: make[5]: don't know how to make /export/obj/opt/src/svn-current /amd64.amd64/obj-lib32/tmp/sys/netinet/in.h.

Re: svn commit: r342977 - in head/sys/dev: amdsmn amdtemp

2019-07-22 Thread Cy Schubert
URTMP_MASK) * 5 / 4; > + > + /* > + * On Family 15h and higher, if CurTmpTjSel is 11b, the range is > + * adjusted down by 49.0 degrees Celsius. (This adjustment is not > + * documented in BKDGs prior to family 15h model 00h.) > + */ > + if (CPUID

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Cy Schubert
In message <4ccdcc18-6412-e606-4a74-314033a5f...@freebsd.org>, Dimitry Andric w rites: > On 2019-09-13 22:20, Cy Schubert wrote: > > Author: cy > > Date: Fri Sep 13 20:20:05 2019 > > New Revision: 352304 > > URL: https://svnweb.freebsd.org/changeset/base/3523

svn commit: r352518 - head/usr.sbin/ntp/libntp

2019-09-19 Thread Cy Schubert
Author: cy Date: Thu Sep 19 14:45:04 2019 New Revision: 352518 URL: https://svnweb.freebsd.org/changeset/base/352518 Log: Reduce calls to close(2) at startup through the use of closefrom(2). Submitted by: pawel.bierna...@gmail.com Reviewed by: mjg, cy MFC after:3 days

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Cy Schubert
In message , Dimitry Andric w rites: > > On 19 Sep 2019, at 14:46, Cy Schubert wrote: > >=20 > > In message <4ccdcc18-6412-e606-4a74-314033a5f...@freebsd.org>, Dimitry = > Andric writes: > >> On 2019-09-13 22:20, Cy Schubert wrote: > >>> Author: c

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

2019-09-19 Thread Cy Schubert
Author: cy Date: Thu Sep 19 20:16:51 2019 New Revision: 352540 URL: https://svnweb.freebsd.org/changeset/base/352540 Log: Follow up on r352304 which disabled default mlockall() at startup. Unfortunately though the original tarball supports this in ./configure (for Linux), to fully support

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

2019-09-28 Thread Cy Schubert
Author: cy Date: Sun Sep 29 03:41:15 2019 New Revision: 352866 URL: https://svnweb.freebsd.org/changeset/base/352866 Log: MFC r352737: ipf mistakenly regards UDP packets with a checksum of 0x as bad. Obtained from:NetBSD fil.c r1.30, NetBSD PR/54443 Modified:

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

2019-09-28 Thread Cy Schubert
Author: cy Date: Sun Sep 29 03:41:15 2019 New Revision: 352866 URL: https://svnweb.freebsd.org/changeset/base/352866 Log: MFC r352737: ipf mistakenly regards UDP packets with a checksum of 0x as bad. Obtained from:NetBSD fil.c r1.30, NetBSD PR/54443 Modified:

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

2019-09-28 Thread Cy Schubert
Author: cy Date: Sun Sep 29 03:41:15 2019 New Revision: 352866 URL: https://svnweb.freebsd.org/changeset/base/352866 Log: MFC r352737: ipf mistakenly regards UDP packets with a checksum of 0x as bad. Obtained from:NetBSD fil.c r1.30, NetBSD PR/54443 Modified:

svn commit: r352865 - in stable: 11 11/contrib/ntp/ntpd 11/etc 11/usr.sbin/ntp 12 12/contrib/ntp/ntpd 12/usr.sbin/ntp 12/usr.sbin/ntp/ntpd

2019-09-28 Thread Cy Schubert
Author: cy Date: Sun Sep 29 03:36:50 2019 New Revision: 352865 URL: https://svnweb.freebsd.org/changeset/base/352865 Log: MFC r352304, r352540 r352304: No longer mlock() ntpd pages by default in memory thus allowing its pages to page as necessary. To restore historic BSD behaviour

svn commit: r352865 - in stable: 11 11/contrib/ntp/ntpd 11/etc 11/usr.sbin/ntp 12 12/contrib/ntp/ntpd 12/usr.sbin/ntp 12/usr.sbin/ntp/ntpd

2019-09-28 Thread Cy Schubert
Author: cy Date: Sun Sep 29 03:36:50 2019 New Revision: 352865 URL: https://svnweb.freebsd.org/changeset/base/352865 Log: MFC r352304, r352540 r352304: No longer mlock() ntpd pages by default in memory thus allowing its pages to page as necessary. To restore historic BSD behaviour

svn commit: r352785 - head/contrib/ipfilter/tools

2019-09-26 Thread Cy Schubert
Author: cy Date: Fri Sep 27 00:29:09 2019 New Revision: 352785 URL: https://svnweb.freebsd.org/changeset/base/352785 Log: The no resolve (OPT_NORESOLVE) does nothing. Additionally, it (-R) conflicts with the command option of the same name (also -R). Remove the superfluous and confusing

svn commit: r352786 - in head/contrib/ipfilter: man tools

2019-09-26 Thread Cy Schubert
Author: cy Date: Fri Sep 27 00:29:12 2019 New Revision: 352786 URL: https://svnweb.freebsd.org/changeset/base/352786 Log: Implement the dynamic add (-A) and removal (-R) of ippool pools from the command line. Prior to this the functionality was mostly there however since the pool type (-t)

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

2019-09-26 Thread Cy Schubert
Author: cy Date: Fri Sep 27 00:29:03 2019 New Revision: 352783 URL: https://svnweb.freebsd.org/changeset/base/352783 Log: Fix a typo. MFC after:3 days Modified: head/contrib/ipfilter/man/ippool.8 Modified: head/contrib/ipfilter/man/ippool.8

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

2019-09-26 Thread Cy Schubert
Author: cy Date: Fri Sep 27 00:29:06 2019 New Revision: 352784 URL: https://svnweb.freebsd.org/changeset/base/352784 Log: Sync with source: Only a role of "ipf" is currentlysupported as the other documented (and undocumented) roles are #ifdef'd out. The plan is to complete ippool(8)

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

2019-09-29 Thread Cy Schubert
Author: cy Date: Mon Sep 30 02:32:51 2019 New Revision: 352884 URL: https://svnweb.freebsd.org/changeset/base/352884 Log: MFC r352783: Fix a typo. Modified: stable/10/contrib/ipfilter/man/ippool.8 Directory Properties: stable/10/ (props changed) Changes in other areas also in this

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

2019-09-29 Thread Cy Schubert
Author: cy Date: Mon Sep 30 02:32:51 2019 New Revision: 352884 URL: https://svnweb.freebsd.org/changeset/base/352884 Log: MFC r352783: Fix a typo. Modified: stable/11/contrib/ipfilter/man/ippool.8 Directory Properties: stable/11/ (props changed) Changes in other areas also in this

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

2019-09-29 Thread Cy Schubert
Author: cy Date: Mon Sep 30 02:32:51 2019 New Revision: 352884 URL: https://svnweb.freebsd.org/changeset/base/352884 Log: MFC r352783: Fix a typo. Modified: stable/12/contrib/ipfilter/man/ippool.8 Directory Properties: stable/12/ (props changed) Changes in other areas also in this

svn commit: r352738 - head/contrib/ipfilter/tools

2019-09-25 Thread Cy Schubert
Author: cy Date: Thu Sep 26 03:09:45 2019 New Revision: 352738 URL: https://svnweb.freebsd.org/changeset/base/352738 Log: Teach the ippool parser about address families. This is a precursor to implementing IPv6 support within ippool which requires reworking radix_ipf.c. MFC after:1

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

2019-09-25 Thread Cy Schubert
Author: cy Date: Thu Sep 26 03:09:42 2019 New Revision: 352737 URL: https://svnweb.freebsd.org/changeset/base/352737 Log: ipf mistakenly regards UDP packets with a checksum of 0x as bad. Obtained from:NetBSD fil.c r1.30, NetBSD PR/54443 MFC after:3 days Modified:

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

2019-09-21 Thread Cy Schubert
Author: cy Date: Sun Sep 22 05:16:10 2019 New Revision: 352589 URL: https://svnweb.freebsd.org/changeset/base/352589 Log: MFC r352518: Reduce calls to close(2) at startup through the use of closefrom(2). Submitted by: pawel.bierna...@gmail.com Reviewed by: mjg, cy Differential

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

2019-09-21 Thread Cy Schubert
Author: cy Date: Sun Sep 22 05:16:10 2019 New Revision: 352589 URL: https://svnweb.freebsd.org/changeset/base/352589 Log: MFC r352518: Reduce calls to close(2) at startup through the use of closefrom(2). Submitted by: pawel.bierna...@gmail.com Reviewed by: mjg, cy Differential

svn commit: r353088 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 02:02:59 2019 New Revision: 353088 URL: https://svnweb.freebsd.org/changeset/base/353088 Log: MFC r320221: poolflush() has no positional arguments. Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory Properties: stable/11/ (props changed)

svn commit: r353086 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 02:01:23 2019 New Revision: 353086 URL: https://svnweb.freebsd.org/changeset/base/353086 Log: MFC r320143: Flag poolnodecommand() (ippool -a and ippool -r) command line syntax errors. Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory Properties:

svn commit: r353087 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 02:02:12 2019 New Revision: 353087 URL: https://svnweb.freebsd.org/changeset/base/353087 Log: MFC r320187: Fix -S handling within poolcommand(). Specifying a seed (-S) is only valid when adding a pool (ippool -A), not when removing a pool (ippool -R). It is

svn commit: r354334 - head

2019-11-04 Thread Cy Schubert
Author: cy Date: Mon Nov 4 13:46:21 2019 New Revision: 354334 URL: https://svnweb.freebsd.org/changeset/base/354334 Log: Document contrib updates: r354269: sqlite3 is updated to sqlite3-3.30.1. r351397: WPA is updated from 2.8 to 2.9. Modified: head/RELNOTES Modified:

svn commit: r354256 - vendor/sqlite3/sqlite-3290000

2019-11-02 Thread Cy Schubert
Author: cy Date: Sat Nov 2 17:50:28 2019 New Revision: 354256 URL: https://svnweb.freebsd.org/changeset/base/354256 Log: Tag import of sqlite3-3.29.0 (329) Added: vendor/sqlite3/sqlite-329/ - copied from r354255, vendor/sqlite3/dist/

svn commit: r354257 - in vendor/sqlite3/dist: . tea tea/generic

2019-11-02 Thread Cy Schubert
Author: cy Date: Sat Nov 2 17:57:02 2019 New Revision: 354257 URL: https://svnweb.freebsd.org/changeset/base/354257 Log: Import sqlite3-3.30.1 (3300100) Modified: vendor/sqlite3/dist/Makefile.msc vendor/sqlite3/dist/configure vendor/sqlite3/dist/configure.ac

svn commit: r354258 - vendor/sqlite3/sqlite-3300100

2019-11-02 Thread Cy Schubert
Author: cy Date: Sat Nov 2 18:00:16 2019 New Revision: 354258 URL: https://svnweb.freebsd.org/changeset/base/354258 Log: Import sqlite3-3.30.1 (3300100) Added: vendor/sqlite3/sqlite-3300100/ - copied from r354257, vendor/sqlite3/dist/ ___

svn commit: r354269 - in head/contrib/sqlite3: . tea tea/generic

2019-11-02 Thread Cy Schubert
Author: cy Date: Sun Nov 3 01:25:46 2019 New Revision: 354269 URL: https://svnweb.freebsd.org/changeset/base/354269 Log: MFV r354257: Update sqlite3-3.29.0 (329) --> sqlite3-3.30.1 (3300100) MFC after:1 month Modified: head/contrib/sqlite3/Makefile.msc

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 ,

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
ontent" 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 definition anyw

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

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

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

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

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

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

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

Re: svn commit: r355828 - head/sys/sys

2019-12-16 Thread Cy Schubert
In message , Warner Losh writes: > --9630860599df06a0 > Content-Type: text/plain; charset="UTF-8" > > On Mon, Dec 16, 2019, 9:42 PM Cy Schubert wrote: > > > In message <201912162355.xbgntuq6078...@repo.freebsd.org>, "Pedro F. > > Gi

Re: svn commit: r355828 - head/sys/sys

2019-12-16 Thread Cy Schubert
t; +#ifndef __ILP32__ > +#define ARG_MAX (2 * 256 * 1024) /* max bytes for an exec functi > on */ > +#else > +#define ARG_MAX (256 * 1024) /* max bytes for KVA-starved ar > chs */ > +#endif > #ifndef CHILD_MAX > #define CHILD_MAX

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

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

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

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:

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

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

svn commit: r354129 - head/libexec/rc

2019-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 27 18:27:25 2019 New Revision: 354129 URL: https://svnweb.freebsd.org/changeset/base/354129 Log: Remove trailing tab. MFC after:3 days Modified: head/libexec/rc/rc.subr Modified: head/libexec/rc/rc.subr

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
/sys/net/debugnet.c:662:4: error: implicit declaration of > > > function 'db_printf' is invalid in C99 > > > [-Werror,-Wimplicit-function-declaration] db_printf("%s: Could not > > > get route for that server.\n", ^ /usr/src/sys/net/debugnet.c:662:4: > > > note: did you

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

2019-10-29 Thread Cy Schubert
Author: cy Date: Tue Oct 29 19:36:21 2019 New Revision: 354153 URL: https://svnweb.freebsd.org/changeset/base/354153 Log: MFC r352784: Sync with source: Only a role of "ipf" is currently supported as the other documented (and undocumented) roles are #ifdef'd out. The plan is to

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

2019-10-29 Thread Cy Schubert
Author: cy Date: Tue Oct 29 19:36:21 2019 New Revision: 354153 URL: https://svnweb.freebsd.org/changeset/base/354153 Log: MFC r352784: Sync with source: Only a role of "ipf" is currently supported as the other documented (and undocumented) roles are #ifdef'd out. The plan is to

svn commit: r354160 - stable/12/libexec/rc

2019-10-29 Thread Cy Schubert
Author: cy Date: Wed Oct 30 01:24:28 2019 New Revision: 354160 URL: https://svnweb.freebsd.org/changeset/base/354160 Log: MFC r354129: Remove trailing tab. Modified: stable/12/libexec/rc/rc.subr Directory Properties: stable/12/ (props changed) Modified: stable/12/libexec/rc/rc.subr

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
On October 18, 2019 8:54:06 AM PDT, "Hartmann, O." wrote: >On Fri, 18 Oct 2019 07:24:12 -0700 >Cy Schubert wrote: > >> In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann, >> O." writes: >> > --Sig_/QDD9BZgeMM6.TJk

Re: svn commit: r353742 - in head/sys: conf net

2019-10-18 Thread Cy Schubert
quot;%s: Could not get route for that server.\n", > __func__); > error = ENOENT; > goto cleanup; > Thank you. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O." writes: > --Sig_/icZw9PmU7w9Aj=UqDZhZj.c > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > On Fri, 18 Oct 2019 09:26:51 -0700 > Cy Schubert wrote:

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
In message <201910182216.x9img7wo032...@slippy.cwsent.com>, Cy Schubert writes: > In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O." > writes: > > --Sig_/icZw9PmU7w9Aj=UqDZhZj.c > > Content-Type: text/plain; charset=US-ASCII > &g

Re: svn commit: r343774 - in vendor-crypto/openssh/dist: . contrib/redhat contrib/suse openbsd-compat regress regress/misc/fuzz-harness regress/unittests/sshkey regress/unittests/sshkey/testdata re

2019-10-19 Thread Cy Schubert
of OpenSSH 7.9p1. > Hi des@, Are there plans to merge this into head? -- 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://list

Re: svn commit: r353565 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2019-10-16 Thread Cy Schubert
y phone (K-9 mail), trimming is so time consuming and error prone (one wrong finger movement and you start over again, especially while riding the bus to work -- one bump in the road and I'm guaranteed starting over again) that it's next to impossible. As much as I dislike it, top posting

svn commit: r354111 - in stable: 11/contrib/ipfilter/tools 12/contrib/ipfilter/tools

2019-10-25 Thread Cy Schubert
Author: cy Date: Sat Oct 26 03:07:28 2019 New Revision: 354111 URL: https://svnweb.freebsd.org/changeset/base/354111 Log: MFC r352738: Teach the ippool parser about address families. This is a precursor to implementing IPv6 support within ippool which requires reworking radix_ipf.c.

svn commit: r354111 - in stable: 11/contrib/ipfilter/tools 12/contrib/ipfilter/tools

2019-10-25 Thread Cy Schubert
Author: cy Date: Sat Oct 26 03:07:28 2019 New Revision: 354111 URL: https://svnweb.freebsd.org/changeset/base/354111 Log: MFC r352738: Teach the ippool parser about address families. This is a precursor to implementing IPv6 support within ippool which requires reworking radix_ipf.c.

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:

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:

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

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:

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

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

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

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

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

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

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:

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:

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 > + fi >

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

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

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.

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

2019-09-23 Thread Cy Schubert
>nc_neghits); > > cache_zap_locked(ncp, true); > + numneg_evicted++; > out_unlock_all: > mtx_unlock(>nl_lock); > rw_wunlock(blp); > -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the g

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

2019-10-06 Thread Cy Schubert
Author: cy Date: Mon Oct 7 04:44:01 2019 New Revision: 353164 URL: https://svnweb.freebsd.org/changeset/base/353164 Log: MFC r353116: Add missing definition in DEBUG code. Modified: stable/10/sys/contrib/ipfilter/netinet/radix_ipf.c Directory Properties: stable/10/ (props changed)

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

2019-10-06 Thread Cy Schubert
Author: cy Date: Mon Oct 7 04:44:01 2019 New Revision: 353164 URL: https://svnweb.freebsd.org/changeset/base/353164 Log: MFC r353116: Add missing definition in DEBUG code. Modified: stable/11/sys/contrib/ipfilter/netinet/radix_ipf.c Directory Properties: stable/11/ (props changed)

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

2019-10-06 Thread Cy Schubert
Author: cy Date: Mon Oct 7 04:44:01 2019 New Revision: 353164 URL: https://svnweb.freebsd.org/changeset/base/353164 Log: MFC r353116: Add missing definition in DEBUG code. Modified: stable/12/sys/contrib/ipfilter/netinet/radix_ipf.c Directory Properties: stable/12/ (props changed)

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-06 Thread Cy Schubert
In message <201910070406.x9746n0u009...@slippy.cwsent.com>, Cy Schubert writes: > In message <201910062213.x96mdzv3085...@repo.freebsd.org>, Mateusz Guzik > writes > : > > Author: mjg > > Date: Sun Oct 6 22:13:35 2019 > > New Revision: 353149 > > U

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-06 Thread Cy Schubert
093e9ca80) at /opt/src/svn-current/sys/vm/vm_fault.c:568 #12 0x80a18326 in trap_pfault (frame=0xfe0093e9cac0, signo=, ucode=) at /opt/src/svn-current/sys/amd64/amd64/trap.c:828 #13 0x80a17988 in trap (frame=0xfe0093e9cac0) at /opt/src/svn-current/sys/amd64/

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-07 Thread Cy Schubert
ode = 0}, pv_invl_gen = 0} (kgdb) -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. > > On 10/7/19, Cy Schubert wrote: > > In message <201910070406.x9746n0u009...@slippy.cwsent.com>, Cy Schu

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-07 Thread Cy Schubert
o X11) work well with this. It's only drm-current-kmod that has gas with this rev. I've cc'd the maintainer of drm-current-kmod (x11@). -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Mateu

Re: svn commit: r353429 - in head: share/man/man4 sys/kern sys/vm

2019-10-10 Thread Cy Schubert
; + * In the case of size ties, print out zones > + * in the order they are encountered. That is, > + * when we encounter the most recently output > +

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-08 Thread Cy Schubert
Agreed. Yes, this fixes it. Thank you for all your work and persistence. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Mateusz Guzik writes: > It's definitely drm, I noted it does not l

svn commit: r353074 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 01:38:56 2019 New Revision: 353074 URL: https://svnweb.freebsd.org/changeset/base/353074 Log: MFC r319273: Remove NORESOLVE (-R) option from poollist() (ippool -l). It is not used in poollist(). Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory

svn commit: r353084 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 01:59:25 2019 New Revision: 353084 URL: https://svnweb.freebsd.org/changeset/base/353084 Log: MFC r320095: Flag poolcommand() (ippool -A and ippool -R) command line syntax errors. Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory Properties:

svn commit: r353085 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 02:00:15 2019 New Revision: 353085 URL: https://svnweb.freebsd.org/changeset/base/353085 Log: MFC r320120: poolcommand() (ippool -A and ippool -R) seed takes an argument. Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory Properties: stable/11/

svn commit: r353083 - stable/11/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 01:58:13 2019 New Revision: 353083 URL: https://svnweb.freebsd.org/changeset/base/353083 Log: MFC r319930: Chase r319848: remove -v option from getopt() call. Modified: stable/11/contrib/ipfilter/tools/ippool.c Directory Properties: stable/11/ (props

svn commit: r353093 - in stable: 11/contrib/ipfilter/tools 12/contrib/ipfilter/tools

2019-10-03 Thread Cy Schubert
Author: cy Date: Fri Oct 4 02:09:51 2019 New Revision: 353093 URL: https://svnweb.freebsd.org/changeset/base/353093 Log: MFC r352785: The no resolve (OPT_NORESOLVE) does nothing. Additionally, it (-R) conflicts with the command option of the same name (also -R). Remove the superfluous

<    9   10   11   12   13   14   15   16   17   >