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
=
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
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:
&
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
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.
> 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
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:
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
> >
> >
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
>
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
>
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:
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
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:
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-
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
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
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
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
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
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
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
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
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
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
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 <
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
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
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/
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
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
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
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
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
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
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
=
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
ime modification */
> > > + len = sizeof(int);
> > > + if (g_io_getattr("GEOM::canspeedup", cp, &len, &canspeedup) == 0) {
> > > + if (canspeedup)
> > > + ump->um_flags
> > + if (g_io_getattr("GEOM::canspeedup", cp, &len, &canspeedup) == 0) {
> > + if (canspeedup)
> > + ump->um_flags |= UM_CANSPEEDUP;
> > }
> >
> > ump->um_mountp = mp;
> >
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.
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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/
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
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
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
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
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
=
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
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
===
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
==
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
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
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
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
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
>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
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
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
1501 - 1600 of 1701 matches
Mail list logo