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

2017-01-25 Thread Cy Schubert
Author: cy Date: Wed Jan 25 20:59:23 2017 New Revision: 312780 URL: https://svnweb.freebsd.org/changeset/base/312780 Log: Remove extraneous blank line. MFC after:2 weeks X-MFC with: r312777 Modified: head/contrib/ipfilter/tools/ipf.c Modified: head/contrib/ipfilter/tools/ipf.c =

svn commit: r312787 - in head: contrib/ipfilter/lib sys/contrib/ipfilter/netinet

2017-01-25 Thread Cy Schubert
Author: cy Date: Thu Jan 26 01:24:05 2017 New Revision: 312787 URL: https://svnweb.freebsd.org/changeset/base/312787 Log: Currently the fragment info is placed at the top of the linked list under a shared read lock. This patch attempts to upgrade the lock to an exclusive write lock. If the e

Re: svn commit: r312780 - head/contrib/ipfilter/tools

2017-01-25 Thread Cy Schubert
In message <20170126144726.u1...@besplex.bde.org>, Bruce Evans writes: > On Wed, 25 Jan 2017, Cy Schubert wrote: > > > Log: > > Remove extraneous blank line. > > > > MFC after: 2 weeks > > X-MFC with:r312777 > > > > Modified: &

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

2017-01-25 Thread Cy Schubert
Author: cy Date: Thu Jan 26 04:51:48 2017 New Revision: 312791 URL: https://svnweb.freebsd.org/changeset/base/312791 Log: Use normal KNF cuddling of elses. Reported by: bde MFC after:2 weeks X-MFC with: r312777 Modified: head/contrib/ipfilter/tools/ipf.c Modified: head/contri

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

2017-01-27 Thread Cy Schubert
Author: cy Date: Fri Jan 27 14:12:34 2017 New Revision: 312886 URL: https://svnweb.freebsd.org/changeset/base/312886 Log: Fix lookup of original destination address when using a redirect rule. Transparent proxying, e.g. to squid, is an example of this. Obtained from:NetBSD ip_nat.

Re: svn commit: r312905 - head/sys/net

2017-01-27 Thread Cy Schubert
> m->m_len = ri->iri_frags[0].irf_len; > } else { > m = assemble_segments(rxq, ri); > > Modified: head/sys/net/iflib.h > = > = > --- head/sys/net/iflib.h

Re: svn commit: r312905 - head/sys/net

2017-01-27 Thread Cy Schubert
In message <201701280719.v0s7jnmf087...@slippy.cwsent.com>, Cy Schubert writes: > In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno > writes: > > Author: sbruno > > Date: Fri Jan 27 23:08:06 2017 > > New Revision: 312905 > > URL:

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
Cy Schubert writes: > In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno > writes: > > Author: sbruno > > Date: Fri Jan 27 23:08:06 2017 > > New Revision: 312905 > > URL: https://svnweb.freebsd.org/changeset/base/312905 > > > >

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
rotected-headers="v1" > From: Sean Bruno > To: Cy Schubert > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org> > Subject: Re: svn commit: r312905 - head/sys/net >

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
rotected-headers="v1" > From: Sean Bruno > To: Cy Schubert > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org> > Subject: Re: svn commit: r312905 - head/sys/net >

Re: svn commit: r293650 - in stable/10: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/lib/isc contrib/ntp/lib/isc/win32 contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contr

2016-01-10 Thread Cy Schubert
4.2.8p5 > > Relnotes: yes > > Added: > stable/10/contrib/ntp/include/safecast.h > - copied unchanged from r293423, head/contrib/ntp/include/safecast.h > Modified: > stable/10/contrib/ntp/ChangeLog Thanks. :) -- Cheers, Cy Schubert or FreeBSD UNIX:

RE: svn commit: r294329 - inhead/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-19 Thread Cy Schubert
Agreed, I do a fair bit of testing (nothing permanent) by putting zpools on zvols. I have never experienced a hang or panic due to zpools on zvols. This is a POLA violation. Regarding zfs hangs, I only experience them with zpool vdevs on USB devices on my laptop when I forget to zpool export tp

RE: svn commit: r294329 - inhead/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-19 Thread Cy Schubert
omise. I'm willing to put together a patch to do this. Sent from my cellphone, ~Cy -Original Message- From: Cy Schubert Sent: 19/01/2016 10:27 To: Shawn Webb; Alan Somers Cc: Kurt Lidl; svn-src-h...@freebsd.org; svn-src-all@freebsd.org; src-committ...@freebsd.org; c...@freebsd.org Subject:

RE: svn commit: r294329 - inhead/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-19 Thread Cy Schubert
Thanks :) I do a lot of ufs on zvols too, and yes, there are performance impacts due to double caching -- I use ufs and zfs mounted zvols for installworld/installkernel which are later unmounted on the host and booted as VMs for testing. Sent from my cellphone, ~Cy -Original Message-

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

2016-01-21 Thread Cy Schubert
y_lock. In other words, the GEOM management code (like g_xxx() stuf > f in > > geom_subr.c) expects that a topology can not change underneath it. But > > zvol_geom_access() clearly breaks that contract. > > May be same cause problem with swap on zvol (don't test on latest

RE: svn commit: r294329 - inhead/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-24 Thread Cy Schubert
A previous email in this thread said that a sysctl will be committed before MFC. I personally have never encountered this particular problem. Sent from my cellphone, ~Cy -Original Message- From: Julian Elischer Sent: 24/01/2016 06:20 To: Shawn Webb; Alan Somers Cc: src-committ...@freebsd

svn commit: r294773 - in head/etc: . defaults periodic/daily rc.d

2016-01-25 Thread Cy Schubert
Author: cy Date: Tue Jan 26 07:06:44 2016 New Revision: 294773 URL: https://svnweb.freebsd.org/changeset/base/294773 Log: Add support for automatic leap-second file updates. The working copy of leapfile resides in /var/dbntpd.leap-seconds.list. /etc/ntp/leap-seconds (periodically updated

Re: svn commit: r287984 - stable/10/sys/contrib/ipfilter/netinet

2015-09-22 Thread Cy Schubert
In message <20150919065128.ga74...@freebsd.org>, Alexey Dokuchaev writes: > On Sat, Sep 19, 2015 at 03:58:32AM +, Cy Schubert wrote: > > New Revision: 287984 > > URL: https://svnweb.freebsd.org/changeset/base/287984 > > > > Log: > > MFC r287651, r

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

2015-09-25 Thread Cy Schubert
Author: cy Date: Sat Sep 26 03:51:53 2015 New Revision: 288250 URL: https://svnweb.freebsd.org/changeset/base/288250 Log: MFC r287674, r287675. Fix ipfilter bug 3600459 NAT bucket count wrong. Obtained from:ipfilter cvs repo r1.48.2.25 Modified: stable/10/sys/contrib/ipfilter/net

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

2015-10-05 Thread Cy Schubert
Author: cy Date: Tue Oct 6 03:41:11 2015 New Revision: 288910 URL: https://svnweb.freebsd.org/changeset/base/288910 Log: On some interfaces, ipfilter drops UDP packets with zero checkum. This commit fixes that. PR: 166372 Submitted by: m...@neon1.net Reviewed by: Darren Re

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

2015-10-12 Thread Cy Schubert
Author: cy Date: Tue Oct 13 04:19:49 2015 New Revision: 289210 URL: https://svnweb.freebsd.org/changeset/base/289210 Log: MFC r288910: On some interfaces, ipfilter drops UDP packets with zero checkum. This commit fixes that. PR: 166372 Submitted by: m...@neon1.net Reviewed b

svn commit: r289211 - stable/9/sys/contrib/ipfilter/netinet

2015-10-12 Thread Cy Schubert
Author: cy Date: Tue Oct 13 04:23:21 2015 New Revision: 289211 URL: https://svnweb.freebsd.org/changeset/base/289211 Log: MFC r288910: On some interfaces, ipfilter drops UDP packets with zero checkum. This commit fixes that. PR: 166372 Submitted by: m...@neon1.net Reviewed b

svn commit: r289421 - in head/etc: . mtree ntp

2015-10-16 Thread Cy Schubert
Author: cy Date: Fri Oct 16 14:04:16 2015 New Revision: 289421 URL: https://svnweb.freebsd.org/changeset/base/289421 Log: Add default leap-seconds file. This should help ntp networks get the leap second date correct Updates to the file can be obtained from ftp://time.nist.gov/pub/ or ft

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-17 Thread Cy Schubert
you have leap second info, always > always always try extra hard to make sure it is as up to date as you > can get it. Any =E2=80=9Cshort cut=E2=80=9D here is asking for trouble, = > even if you think > you can prove that no such trouble is possible. Would an rc.conf option to use an alt

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-17 Thread Cy Schubert
Agreed, this would be best. There was a suggestion a GSoC person could do it (though I'm willing to roll up my sleeves if necessary). -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-17 Thread Cy Schubert
n expiration of the installed file is imminent (like within > a month), and only if both ntp and the leapfile feature are enabled and > stuff like that. It should probably have a configurable list of URLs t > o fetch from. Enablement through and rc.conf option possibly? Not that this is

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

2015-10-17 Thread Cy Schubert
Author: cy Date: Sun Oct 18 03:09:03 2015 New Revision: 289480 URL: https://svnweb.freebsd.org/changeset/base/289480 Log: Really fix ipfilter bug 3600459. Obtained from:ipfilter cvs repo r1.48.2.25, r1.72 and NetBSD repo r1.4 MFC after:3 days Modified: head/sys/contrib/ipfi

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

2015-10-20 Thread Cy Schubert
Author: cy Date: Tue Oct 20 13:20:29 2015 New Revision: 289628 URL: https://svnweb.freebsd.org/changeset/base/289628 Log: MFC r289480. Really fix ipfilter bug 3600459. Obtained from:ipfilter cvs repo r1.48.2.25, r1.72 and NetBSD repo r1.4 Modified: stable/10/sys/contrib/ipfilter/

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-22 Thread Cy Schubert
l script or C/C++. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <201510180200.t9i20kli062...@slippy.cwsent.com>, Cy Schubert writes: > Agreed, this would be best. There was a suggestion a GS

Re: svn commit: r296781 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/o

2016-03-13 Thread Cy Schubert
7.2p2 (fixes xauth command injection bug) > MFH (r296634): re-add aes-cbc to server-side default cipher list > MFH (r296651, r296657): fix gcc build of pam_ssh > > PR: 207679 > Security: CVE-2016-3115 [...] Thanks. -- Cheers, Cy Schubert or Free

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

2016-03-15 Thread Cy Schubert
Author: cy Date: Wed Mar 16 01:48:32 2016 New Revision: 296923 URL: https://svnweb.freebsd.org/changeset/base/296923 Log: MFC r296299 - Remove redundant NULL pointer comparison. Reported by: PVS-Studio (V595) in Differential Revision D5245 Modified: stable/10/sys/contrib/ipfilter/netine

svn commit: r296924 - stable/9/sys/contrib/ipfilter/netinet

2016-03-15 Thread Cy Schubert
Author: cy Date: Wed Mar 16 02:01:17 2016 New Revision: 296924 URL: https://svnweb.freebsd.org/changeset/base/296924 Log: Don't assume checksums will be calculated later when fastfoward is enabled. This is a direct commit to the stable/9 because this branch uses ipfilter 4.1.28 whereas

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

2016-04-06 Thread Cy Schubert
Author: cy Date: Thu Apr 7 01:42:09 2016 New Revision: 297632 URL: https://svnweb.freebsd.org/changeset/base/297632 Log: Add DTrace probes for packets flagged as bad by ipfilter. All probes for bad packets are named ipf_fi_bad_*. An example of its use might be: dtrace -n 'sdt:::ipf_fi_b

svn commit: r298030 - in head: contrib/ipfilter sys/contrib/ipfilter/netinet

2016-04-14 Thread Cy Schubert
Author: cy Date: Fri Apr 15 03:43:16 2016 New Revision: 298030 URL: https://svnweb.freebsd.org/changeset/base/298030 Log: Use NULL instead of 0 for pointer comparison. MFC after:4 weeks Modified: head/contrib/ipfilter/bpf_filter.c head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

svn commit: r298031 - head/contrib/ipfilter

2016-04-14 Thread Cy Schubert
Author: cy Date: Fri Apr 15 03:45:09 2016 New Revision: 298031 URL: https://svnweb.freebsd.org/changeset/base/298031 Log: Static pointers need not be initialized. MFC after:4 weeks Modified: head/contrib/ipfilter/mli_ipl.c Modified: head/contrib/ipfilter/mli_ipl.c =

RE: svn commit: r298378 - head/usr.bin/localedef

2016-04-21 Thread Cy Schubert
Should we MFC this too? Sent from my cellphone, ~Cy -Original Message- From: Baptiste Daroussin Sent: 20/04/2016 14:23 To: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-h...@freebsd.org Subject: svn commit: r298378 - head/usr.bin/localedef Author: bapt Date: Wed Apr 20 21

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
ime modification */ > > > + len = sizeof(int); > > > + if (g_io_getattr("GEOM::canspeedup", cp, &len, &canspeedup) == 0) { > > > + if (canspeedup) > > > + ump->um_flags

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
> > + if (g_io_getattr("GEOM::canspeedup", cp, &len, &canspeedup) == 0) { > > + if (canspeedup) > > + ump->um_flags |= UM_CANSPEEDUP; > > } > > > > ump->um_mountp = mp; > >

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
disk with a UFS label (essentially the same thing). > > > > Can you try changing the “return (0)” that I added to “return (-1)” i > n ata_da.c et all? That might fix it, but I can’t easily test booting off > of UFS at the moment. It didn't change anything. -

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

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:26:49 2020 New Revision: 358064 URL: https://svnweb.freebsd.org/changeset/base/358064 Log: As with ipf(8), give ippool(8) the ability to load IP pools from multiple files. This allows for loading, during the same invocation of ippool, of multiple sources of inp

svn commit: r358065 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:26:52 2020 New Revision: 358065 URL: https://svnweb.freebsd.org/changeset/base/358065 Log: The words ALL, LOCAL, and EXCEPT have special meaning and are documented as in the login.access(5) man page. However strcasecmp() is used to compare for these special str

svn commit: r358066 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:26:56 2020 New Revision: 358066 URL: https://svnweb.freebsd.org/changeset/base/358066 Log: When pam_login_access(5) fails to match a username it attempts to match the primary group a user belongs to. This commit extends the match to secondary groups a user belo

svn commit: r358070 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:27:08 2020 New Revision: 358070 URL: https://svnweb.freebsd.org/changeset/base/358070 Log: This commit makes significant changes to pam_login_access(8) to bring it up to par with the Linux pam_access(8). Like the Linux pam_access(8) our pam_login_access(8) i

svn commit: r358068 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:27:02 2020 New Revision: 358068 URL: https://svnweb.freebsd.org/changeset/base/358068 Log: Add missing SYNOPSIS section. Reported by: ports/textproc/igor MFC after:3 days Modified: head/lib/libpam/modules/pam_login_access/login.access.5 Modified: he

svn commit: r358067 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:26:59 2020 New Revision: 358067 URL: https://svnweb.freebsd.org/changeset/base/358067 Log: There is no pam(8) man page, it is pam(3). Approved by: des (implicit, blanket) MFC after:3 days Modified: head/lib/libpam/modules/pam_login_access/pam_login_a

svn commit: r358069 - head/lib/libpam/modules/pam_login_access

2020-02-18 Thread Cy Schubert
Author: cy Date: Tue Feb 18 11:27:05 2020 New Revision: 358069 URL: https://svnweb.freebsd.org/changeset/base/358069 Log: strchr() returns a pointer not an int. Reported by: bjk Approved by: des (blanket, implicit) MFC after:3 days Modified: head/lib/libpam/modules/pam_login_ac

svn commit: r358195 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:20:10 2020 New Revision: 358195 URL: https://svnweb.freebsd.org/changeset/base/358195 Log: MFC r358068: Add missing SYNOPSIS section. Reported by: ports/textproc/igor Modified: stable/12/lib/libpam/modules/pam_login_access/login.access.5 Directory Pro

svn commit: r358195 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:20:10 2020 New Revision: 358195 URL: https://svnweb.freebsd.org/changeset/base/358195 Log: MFC r358068: Add missing SYNOPSIS section. Reported by: ports/textproc/igor Modified: stable/11/lib/libpam/modules/pam_login_access/login.access.5 Directory Pro

svn commit: r358196 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:22:29 2020 New Revision: 358196 URL: https://svnweb.freebsd.org/changeset/base/358196 Log: MFC r358067: There is no pam(8) man page, it is pam(3). Approved by: des (implicit, blanket) Modified: stable/12/lib/libpam/modules/pam_login_access/pam_login_a

svn commit: r358196 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:22:29 2020 New Revision: 358196 URL: https://svnweb.freebsd.org/changeset/base/358196 Log: MFC r358067: There is no pam(8) man page, it is pam(3). Approved by: des (implicit, blanket) Modified: stable/11/lib/libpam/modules/pam_login_access/pam_login_a

svn commit: r358197 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:23:54 2020 New Revision: 358197 URL: https://svnweb.freebsd.org/changeset/base/358197 Log: MFC r358069: strchr() returns a pointer not an int. Reported by: bjk Approved by: des (blanket, implicit) Modified: stable/12/lib/libpam/modules/pam_login_ac

svn commit: r358197 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-02-20 Thread Cy Schubert
Author: cy Date: Fri Feb 21 04:23:54 2020 New Revision: 358197 URL: https://svnweb.freebsd.org/changeset/base/358197 Log: MFC r358069: strchr() returns a pointer not an int. Reported by: bjk Approved by: des (blanket, implicit) Modified: stable/11/lib/libpam/modules/pam_login_ac

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

2020-02-25 Thread Cy Schubert
Author: cy Date: Tue Feb 25 21:02:52 2020 New Revision: 358321 URL: https://svnweb.freebsd.org/changeset/base/358321 Log: MFC r358064: As with ipf(8), give ippool(8) the ability to load IP pools from multiple files. This allows for loading, during the same invocation of ippool, of multi

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

2020-02-25 Thread Cy Schubert
Author: cy Date: Tue Feb 25 21:02:52 2020 New Revision: 358321 URL: https://svnweb.freebsd.org/changeset/base/358321 Log: MFC r358064: As with ipf(8), give ippool(8) the ability to load IP pools from multiple files. This allows for loading, during the same invocation of ippool, of multi

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

2020-02-26 Thread Cy Schubert
Author: cy Date: Wed Feb 26 20:18:38 2020 New Revision: 358356 URL: https://svnweb.freebsd.org/changeset/base/358356 Log: With the planned removal of GIANT (sysctl uses GIANT), make future-proof ipfilter by making it sysctl locking mpsafe. Reviewed by: kaktus Differential Revision:

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

2020-03-02 Thread Cy Schubert
Author: cy Date: Mon Mar 2 23:24:53 2020 New Revision: 358558 URL: https://svnweb.freebsd.org/changeset/base/358558 Log: Continuing the effort started in r343701, #ifdef cleanup, checking for __FreeBSD_version > 3.0 and 5.0 is redundant. MFC after:3 days Modified: head/sys/contrib

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

2020-03-02 Thread Cy Schubert
Author: cy Date: Mon Mar 2 23:25:02 2020 New Revision: 358560 URL: https://svnweb.freebsd.org/changeset/base/358560 Log: Retire macros: BSD_GE_YEAR BSD_GT_YEAR BSD_LT_YEAR MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h head/sys/

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

2020-03-02 Thread Cy Schubert
Author: cy Date: Mon Mar 2 23:24:58 2020 New Revision: 358559 URL: https://svnweb.freebsd.org/changeset/base/358559 Log: Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV macros. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h Modif

svn commit: r358615 - svnadmin/conf

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 13:58:34 2020 New Revision: 358615 URL: https://svnweb.freebsd.org/changeset/base/358615 Log: Prepare for import of ntp-ntp-4.2.8p14. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r358616 - in vendor/ntp/dist: . html html/drivers include libntp libparse ntpd ntpdate ntpdc ntpq ntpsnmpd parseutil ports/winnt/vs2005 ports/winnt/vs2008/libntp ports/winnt/vs2013/libn...

2020-03-04 Thread Cy Schubert
n Harrison. stenn@ +* [Bug 3628] raw DCF decoding - improve robustness with Zeller's congruence + - implement Zeller's congruence in libparse and libntp +* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap + - integrated patch by Cy Schubert +* [Bug 3620] memory

svn commit: r358617 - vendor/ntp/4.2.8p14

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 14:03:53 2020 New Revision: 358617 URL: https://svnweb.freebsd.org/changeset/base/358617 Log: Tag ntp-4.2.8p14. Added: vendor/ntp/4.2.8p14/ - copied from r358616, vendor/ntp/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r358618 - svnadmin/conf

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 14:03:59 2020 New Revision: 358618 URL: https://svnweb.freebsd.org/changeset/base/358618 Log: Vendor import of ntp-4.2.8p14 is now complete. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf =

svn commit: r358652 - in head: contrib/ntp contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contrib/ntp/ntpdate contrib/ntp/ntp...

2020-03-04 Thread Cy Schubert
nce + - implement Zeller's congruence in libparse and libntp +* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap + - integrated patch by Cy Schubert +* [Bug 3620] memory leak in ntpq sysinfo + - applied patch by Gerry Garvey +* [Bug 3619] Honour drefid setting in

svn commit: r358659 - in stable: 11/contrib/ntp 11/contrib/ntp/html 11/contrib/ntp/html/drivers 11/contrib/ntp/include 11/contrib/ntp/libntp 11/contrib/ntp/libparse 11/contrib/ntp/ntpd 11/contrib/n...

2020-03-04 Thread Cy Schubert
rison. stenn@ +* [Bug 3628] raw DCF decoding - improve robustness with Zeller's congruence + - implement Zeller's congruence in libparse and libntp +* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap + - integrated patch by Cy Schubert +* [Bug 3620] memory leak in ntp

svn commit: r358659 - in stable: 11/contrib/ntp 11/contrib/ntp/html 11/contrib/ntp/html/drivers 11/contrib/ntp/include 11/contrib/ntp/libntp 11/contrib/ntp/libparse 11/contrib/ntp/ntpd 11/contrib/n...

2020-03-04 Thread Cy Schubert
rison. stenn@ +* [Bug 3628] raw DCF decoding - improve robustness with Zeller's congruence + - implement Zeller's congruence in libparse and libntp +* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap + - integrated patch by Cy Schubert +* [Bug 3620] memory leak in ntp

svn commit: r358660 - stable/11/contrib/ntp/ntpd

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 00:18:09 2020 New Revision: 358660 URL: https://svnweb.freebsd.org/changeset/base/358660 Log: This is a direct commit to stable/11: Stack gap is not supported on stable/11. Modified: stable/11/contrib/ntp/ntpd/ntpd.c Modified: stable/11/contrib/ntp/ntpd/ntpd.

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:35:05 2020 New Revision: 358664 URL: https://svnweb.freebsd.org/changeset/base/358664 Log: MFC r358558: Continuing the effort started in r343701, #ifdef cleanup, checking for __FreeBSD_version > 3.0 and 5.0 is redundant. Modified: stable/12/sys/contrib/ip

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:35:05 2020 New Revision: 358664 URL: https://svnweb.freebsd.org/changeset/base/358664 Log: MFC r358558: Continuing the effort started in r343701, #ifdef cleanup, checking for __FreeBSD_version > 3.0 and 5.0 is redundant. Modified: stable/11/sys/contrib/ip

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:36:23 2020 New Revision: 358665 URL: https://svnweb.freebsd.org/changeset/base/358665 Log: MFC r358559: Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV macros. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_compat.h Directory

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:36:23 2020 New Revision: 358665 URL: https://svnweb.freebsd.org/changeset/base/358665 Log: MFC r358559: Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV macros. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_compat.h Directory

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:38:03 2020 New Revision: 358666 URL: https://svnweb.freebsd.org/changeset/base/358666 Log: MFC r358560: Retire macros: BSD_GE_YEAR BSD_GT_YEAR BSD_LT_YEAR Modified: stable/11/sys/contrib/ipfilter/netinet/ip_compat.h stable/11/sy

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

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:38:03 2020 New Revision: 358666 URL: https://svnweb.freebsd.org/changeset/base/358666 Log: MFC r358560: Retire macros: BSD_GE_YEAR BSD_GT_YEAR BSD_LT_YEAR Modified: stable/12/sys/contrib/ipfilter/netinet/ip_compat.h stable/12/sy

Re: svn commit: r358821 - in head: . contrib/amd libexec/rc/rc.d release tools/build/mk tools/build/options usr.sbin usr.sbin/amd usr.sbin/newsyslog/newsyslog.conf.d

2020-03-09 Thread Cy Schubert
soleteFiles.inc > head/UPDATING > head/libexec/rc/rc.d/Makefile > head/release/Makefile > head/tools/build/mk/OptionalObsoleteFiles.inc > head/usr.sbin/Makefile > head/usr.sbin/newsyslog/newsyslog.conf.d/Makefile Can we have a __FreeBSD_version bump? -- Cheers, Cy Schu

Re: svn commit: r358821 - in head: . contrib/amd libexec/rc/rc.d release tools/build/mk tools/build/options usr.sbin usr.sbin/amd usr.sbin/newsyslog/newsyslog.conf.d

2020-03-09 Thread Cy Schubert
In message <202003092054.029ksosc056...@slippy.cwsent.com>, Cy Schubert writes: > In message <202003092046.029kkikt073...@repo.freebsd.org>, Ed Maste writes: > > Author: emaste > > Date: Mon Mar 9 20:46:43 2020 > > New Revision: 358821 > > URL: https://s

Re: svn commit: r358821 - in head: . contrib/amd libexec/rc/rc.d release tools/build/mk tools/build/options usr.sbin usr.sbin/amd usr.sbin/newsyslog/newsyslog.conf.d

2020-03-10 Thread Cy Schubert
istence of /usr/sbin/amd instead. I should put a deprecation flag into the port though I haven't thought about the expiry date yet. Probably at 12 EOL. -- Pardon the typos and autocorrect, small keyboard in use. Cy Schubert FreeBSD UNIX: Web: https://www.FreeBSD.org The need of

Re: svn commit: r358821 - in head: . contrib/amd libexec/rc/rc.d release tools/build/mk tools/build/options usr.sbin usr.sbin/amd usr.sbin/newsyslog/newsyslog.conf.d

2020-03-10 Thread Cy Schubert
one upgrades to 13 and finds out amd is gone they can go > to the port for a quick but short lived fixed. > > Perhaps big giant warnings all over the port too that it is about to EOL? Does adding DEPRECATED= without EXPIRATION_DATE= and a comment to add EXPIRATION_DATE for 13 EOL da

Re: svn commit: r358821 - in head: . contrib/amd libexec/rc/rc.d release tools/build/mk tools/build/options usr.sbin usr.sbin/amd usr.sbin/newsyslog/newsyslog.conf.d

2020-03-10 Thread Cy Schubert
gt; Does adding DEPRECATED= without EXPIRATION_DATE= and a comment to add > > EXPIRATION_DATE for 13 EOL date sound ok? > > Sounds ok, but I was thinking 13.0 EOL, vs 13 EOL, unless you want > to support it for 5 more years?? Or even 13.1 EOL if it is desirable > to give them just a w

Re: svn commit: r358617 - vendor/ntp/4.2.8p14

2020-03-10 Thread Cy Schubert
so@ merges from stable to release. They might have this on their todo list. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <1eae9570-af83-47c1-9a12-b1356de98...@www.fastmail.com>, "Dan

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

2020-03-18 Thread Cy Schubert
Author: cy Date: Wed Mar 18 22:14:25 2020 New Revision: 359097 URL: https://svnweb.freebsd.org/changeset/base/359097 Log: PACKAGE_STRING should be the same as PACKAGE_VERSION. MFC after:3 days Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h

svn commit: r359115 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:29:46 2020 New Revision: 359115 URL: https://svnweb.freebsd.org/changeset/base/359115 Log: MFC r358065: The words ALL, LOCAL, and EXCEPT have special meaning and are documented as in the login.access(5) man page. However strcasecmp() is used to compare for

svn commit: r359115 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:29:46 2020 New Revision: 359115 URL: https://svnweb.freebsd.org/changeset/base/359115 Log: MFC r358065: The words ALL, LOCAL, and EXCEPT have special meaning and are documented as in the login.access(5) man page. However strcasecmp() is used to compare for

svn commit: r359116 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:31:12 2020 New Revision: 359116 URL: https://svnweb.freebsd.org/changeset/base/359116 Log: MFC r358066: When pam_login_access(5) fails to match a username it attempts to match the primary group a user belongs to. This commit extends the match to secondary

svn commit: r359116 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:31:12 2020 New Revision: 359116 URL: https://svnweb.freebsd.org/changeset/base/359116 Log: MFC r358066: When pam_login_access(5) fails to match a username it attempts to match the primary group a user belongs to. This commit extends the match to secondary

svn commit: r359117 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:37:02 2020 New Revision: 359117 URL: https://svnweb.freebsd.org/changeset/base/359117 Log: MFC r358070: This commit makes significant changes to pam_login_access(8) to bring it up to par with the Linux pam_access(8). Like the Linux pam_access(8) our pam

svn commit: r359117 - in stable: 11/lib/libpam/modules/pam_login_access 12/lib/libpam/modules/pam_login_access

2020-03-18 Thread Cy Schubert
Author: cy Date: Thu Mar 19 03:37:02 2020 New Revision: 359117 URL: https://svnweb.freebsd.org/changeset/base/359117 Log: MFC r358070: This commit makes significant changes to pam_login_access(8) to bring it up to par with the Linux pam_access(8). Like the Linux pam_access(8) our pam

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

2016-05-14 Thread Cy Schubert
Author: cy Date: Sat May 14 19:09:32 2016 New Revision: 299749 URL: https://svnweb.freebsd.org/changeset/base/299749 Log: MFC r298030: Use NULL instead of 0 for pointer comparison. Modified: stable/10/contrib/ipfilter/bpf_filter.c stable/10/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Dire

svn commit: r299750 - stable/10/contrib/ipfilter

2016-05-14 Thread Cy Schubert
Author: cy Date: Sat May 14 19:11:35 2016 New Revision: 299750 URL: https://svnweb.freebsd.org/changeset/base/299750 Log: MFC r298031: Static pointers need not be initialized. Modified: stable/10/contrib/ipfilter/mli_ipl.c Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r299857 - stable/9/sys/contrib/ipfilter/netinet

2016-05-15 Thread Cy Schubert
Author: cy Date: Sun May 15 15:26:19 2016 New Revision: 299857 URL: https://svnweb.freebsd.org/changeset/base/299857 Log: Fix: IP Filter bug 1835705: It is impossible to delete a state using SIOCDELST ioctl. This is a direct commit to the stable/9 branch because this patch was already

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

2016-05-15 Thread Cy Schubert
Author: cy Date: Sun May 15 22:35:11 2016 New Revision: 299870 URL: https://svnweb.freebsd.org/changeset/base/299870 Log: Make subsequent code reachable. Reported by: Coverity CID 1354625 MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Modified: head

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

2016-05-15 Thread Cy Schubert
In message <201605152235.u4fmzblj014...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Sun May 15 22:35:11 2016 > New Revision: 299870 > URL: https://svnweb.freebsd.org/changeset/base/299870 > > Log: > Make subsequent code reachable. > >

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

2016-05-18 Thread Cy Schubert
Author: cy Date: Thu May 19 02:06:48 2016 New Revision: 300177 URL: https://svnweb.freebsd.org/changeset/base/300177 Log: Fix typo. Reported by: Ruben Kerkhof MFC after:6 days Modified: head/contrib/ipfilter/man/ipf.5 Modified: head/contrib/ipfilter/man/ipf.5 ===

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

2016-05-18 Thread Cy Schubert
Author: cy Date: Thu May 19 03:18:54 2016 New Revision: 300179 URL: https://svnweb.freebsd.org/changeset/base/300179 Log: Fix another typo. Reported by: cem MFC after:6 days Modified: head/contrib/ipfilter/man/ipf.5 Modified: head/contrib/ipfilter/man/ipf.5 ==

Re: svn commit: r300177 - head/contrib/ipfilter/man

2016-05-18 Thread Cy Schubert
In message , Conrad Meyer writes: > On Wed, May 18, 2016 at 7:06 PM, Cy Schubert wrote: > > Author: cy > > Date: Thu May 19 02:06:48 2016 > > New Revision: 300177 > > URL: https://svnweb.freebsd.org/changeset/base/300177 > > > > Log: > > Fix typo

svn commit: r300180 - head/etc/ntp

2016-05-18 Thread Cy Schubert
Author: cy Date: Thu May 19 03:56:07 2016 New Revision: 300180 URL: https://svnweb.freebsd.org/changeset/base/300180 Log: Update leap-seconds to leap-seconds.3661459200. NO leap second will be introduced at the end of June 2016. This commit reapplies the r298887 minor spelling fix. O

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

2016-05-19 Thread Cy Schubert
Author: cy Date: Fri May 20 03:04:22 2016 New Revision: 300259 URL: https://svnweb.freebsd.org/changeset/base/300259 Log: Enable the two ip_frag tuneables. The code is there but the two ip_frag tuneables aren't registered in the ipf_tuners linked list. This commmit enables the two existing i

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

2016-05-19 Thread Cy Schubert
Author: cy Date: Fri May 20 03:22:41 2016 New Revision: 300260 URL: https://svnweb.freebsd.org/changeset/base/300260 Log: Remove extraneous blank line. MFC after:1 month X-MFC with: r300259 Modified: head/sys/contrib/ipfilter/netinet/ip_frag.c Modified: head/sys/contrib/ipfilter

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

2016-05-19 Thread Cy Schubert
In message <201605200304.u4k34ntl019...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Fri May 20 03:04:22 2016 > New Revision: 300259 > URL: https://svnweb.freebsd.org/changeset/base/300259 > > Log: > Enable the two ip_frag tuneables. The code is th

RE: svn commit: r300617 - head/sys/conf

2016-05-24 Thread Cy Schubert
>From the commit log it would appear that parallel builds worked whereas >sequential (non-parallel) builds did not. That's kind of strange. Sent from my cellphone, ~Cy -Original Message- From: Ruslan Bukin Sent: 24/05/2016 09:30 To: src-committ...@freebsd.org; svn-src-all@freebsd.org; s

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

2016-05-24 Thread Cy Schubert
Author: cy Date: Wed May 25 01:35:02 2016 New Revision: 300638 URL: https://svnweb.freebsd.org/changeset/base/300638 Log: Use the expiry date to determine whether to replace the DB copy of leapfile instead of using the leapfile serial number (create timestamp). PR: 209577 MF

svn commit: r300641 - stable/10/contrib/ipfilter/man

2016-05-24 Thread Cy Schubert
Author: cy Date: Wed May 25 01:48:44 2016 New Revision: 300641 URL: https://svnweb.freebsd.org/changeset/base/300641 Log: MFC r300177 and r300179: fix two typos in man page. Modified: stable/10/contrib/ipfilter/man/ipf.5 Directory Properties: stable/10/ (props changed) Modified: stable/1

<    11   12   13   14   15   16   17   18   >