Re: svn commit: r235847 - in head/sys/modules/drm2: . drm2 i915kms

2012-05-25 Thread Cy Schubert
. Sponsored by: The FreeBSD Foundation MFC after: 1 month Thank you. -- Cheers, Cy Schubert cy.schub...@komquats.com FreeBSD UNIX: c...@freebsd.org Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few

svn commit: r189267 - head/sbin/dump

2009-03-01 Thread Cy Schubert
Author: cy (ports committer) Date: Mon Mar 2 03:08:46 2009 New Revision: 189267 URL: http://svn.freebsd.org/changeset/base/189267 Log: Verify that the filesystem being referenced in fstab is indeed a UFS filesystem. This avoids confusion with nullfs and unionfs filesystems which reference

Re: svn commit: r233274 - in head/sys/dev/ata: . chipsets

2012-03-25 Thread Cy Schubert
); } -#endif const char * ata_cmd2str(struct ata_request *request) @@ -798,7 +780,6 @@ return buffer; } -#ifndef ATA_CAM static const char * ata_skey2str(u_int8_t skey) { @@ -822,4 +803,3 @@ default: return(UNKNOWN); } } -#endif -- Cheers, Cy Schubert cy.schub

Re: svn commit: r233274 - in head/sys/dev/ata: . chipsets

2012-03-27 Thread Cy Schubert
In message 20120326065004.gs37...@alchemy.franken.de, Marius Strobl writes: On Sun, Mar 25, 2012 at 10:35:33PM -0700, Cy Schubert wrote: In message 201203210857.q2l8vflb062...@svn.freebsd.org, Marius Strobl writes: Author: marius Date: Wed Mar 21 08:57:15 2012 New Revision: 233274

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

2014-07-11 Thread Cy Schubert
Author: cy Date: Fri Jul 11 16:26:51 2014 New Revision: 268532 URL: http://svnweb.freebsd.org/changeset/base/268532 Log: Remove redundant USE_INET6 test that enables INET6 in the ipfilter userland regardless of the setting in make.conf. PR: 190964 Approved by: glebius

svn commit: r268563 - stable/10/contrib/ipfilter/lib

2014-07-12 Thread Cy Schubert
Author: cy Date: Sat Jul 12 05:59:19 2014 New Revision: 268563 URL: http://svnweb.freebsd.org/changeset/base/268563 Log: MFC r268286: Fix compile-time errors when NO_WERROR and WITHOUT_INET6_SUPPORT (NO_INET6) are specified. Approved by: glebius (mentor) Modified:

Re: svn commit: r268585 - head/contrib/ipfilter/lib

2014-07-13 Thread Cy Schubert
printipfexpr(array) Thank you. My bad. That's the proper fix. -- Cheers, Cy Schubert cy.schub...@komquats.com FreeBSD UNIX: c...@freebsd.org Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ svn-src

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

2014-07-21 Thread Cy Schubert
Author: cy Date: Mon Jul 21 06:45:19 2014 New Revision: 268937 URL: http://svnweb.freebsd.org/changeset/base/268937 Log: MFC r268532 and r268585. When world and kernel are built without INET6 support, the userland was still built with INET6 turned on. PR: 190964 Approved by:

svn commit: r269585 - in head: sbin/ipf sys/contrib/ipfilter/netinet

2014-08-05 Thread Cy Schubert
Author: cy Date: Tue Aug 5 13:01:21 2014 New Revision: 269585 URL: http://svnweb.freebsd.org/changeset/base/269585 Log: Honour WITH and WITHOUT_INET6_SUPPORT. Approved by: glebius (mentor) MFC after:3 days Modified: head/sbin/ipf/Makefile.inc

svn commit: r269696 - in stable/10: sbin/ipf sys/contrib/ipfilter/netinet

2014-08-07 Thread Cy Schubert
Author: cy Date: Fri Aug 8 00:58:24 2014 New Revision: 269696 URL: http://svnweb.freebsd.org/changeset/base/269696 Log: MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT. Approved by: glebius (mentor - implicit) Modified: stable/10/sbin/ipf/Makefile.inc

svn commit: r253482 - in head: contrib/ipfilter sys/contrib/ipfilter

2013-07-20 Thread Cy Schubert
Author: cy Date: Sat Jul 20 07:29:19 2013 New Revision: 253482 URL: http://svnweb.freebsd.org/changeset/base/253482 Log: As per the developers handbook (5.3.1 step 1), bootstrap svn:mergeinfo on the ipfilter directories in the main tree to the last commit made to the ipfilter trees in the

svn commit: r254220 - vendor/ipfilter/5.1.2

2013-08-11 Thread Cy Schubert
Author: cy Date: Sun Aug 11 14:37:51 2013 New Revision: 254220 URL: http://svnweb.freebsd.org/changeset/base/254220 Log: Tag import of IP-Filter 5.1.2. Approved by: glebius (Mentor) Added: vendor/ipfilter/5.1.2/ - copied from r254219, vendor/ipfilter/dist/

svn commit: r254221 - vendor-sys/ipfilter/5-1-2

2013-08-11 Thread Cy Schubert
Author: cy Date: Sun Aug 11 14:39:27 2013 New Revision: 254221 URL: http://svnweb.freebsd.org/changeset/base/254221 Log: Tag import of IP-Filter 5.1.2. Approved by: glebius (Mentor) Added: vendor-sys/ipfilter/5-1-2/ - copied from r254220, vendor-sys/ipfilter/dist/

svn commit: r254401 - vendor-sys/ipfilter/dist/netinet

2013-08-16 Thread Cy Schubert
Author: cy Date: Fri Aug 16 07:03:28 2013 New Revision: 254401 URL: http://svnweb.freebsd.org/changeset/base/254401 Log: Include three new files that should be in vendor-sys branch too. Approved by: glebius (Mentor) Added: vendor-sys/ipfilter/dist/netinet/ip_dns_pxy.c

svn commit: r254403 - vendor-sys/ipfilter/5-1-2/netinet

2013-08-16 Thread Cy Schubert
Author: cy Date: Fri Aug 16 07:16:26 2013 New Revision: 254403 URL: http://svnweb.freebsd.org/changeset/base/254403 Log: Tag three new files that should have been in vendor-sys in r254219 and r254221. Approved by: glebius (Mentor) Added: vendor-sys/ipfilter/5-1-2/netinet/ip_dns_pxy.c

svn commit: r254560 - vendor/ipfilter/dist

2013-08-20 Thread Cy Schubert
...@reed.wattle.id.au +User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 +MIME-Version: 1.0 +To: Cy Schubert cy.schub...@komquats.com +CC: Gleb Smirnoff gleb...@freebsd.org, Andre Oppermann an...@freebsd.org, +Pedro Giffuni p...@freebsd.org +Subject: Re: IP Filter

svn commit: r254561 - vendor-sys/ipfilter/dist/netinet

2013-08-20 Thread Cy Schubert
: 51dac488.1050...@reed.wattle.id.au +Date: Mon, 08 Jul 2013 23:54:16 +1000 +From: Darren Reed darr...@reed.wattle.id.au +Reply-To: darr...@reed.wattle.id.au +User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 +MIME-Version: 1.0 +To: Cy Schubert cy.schub

svn commit: r254562 - vendor-sys/ipfilter/dist/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:24:44 2013 New Revision: 254562 URL: http://svnweb.freebsd.org/changeset/base/254562 Log: Add kernel sources from IP-Filter 5.1.2 to vendor-sys/ branch. Approved by: glebius (mentor) Added: vendor-sys/ipfilter/dist/netinet/ip_dstlist.c (contents, props

svn commit: r254563 - vendor/ipfilter/5.1.2

2013-08-20 Thread Cy Schubert
+Date: Mon, 08 Jul 2013 23:54:16 +1000 +From: Darren Reed darr...@reed.wattle.id.au +Reply-To: darr...@reed.wattle.id.au +User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 +MIME-Version: 1.0 +To: Cy Schubert cy.schub...@komquats.com +CC: Gleb Smirnoff gleb

svn commit: r254564 - vendor-sys/ipfilter/5-1-2/netinet

2013-08-20 Thread Cy Schubert
+User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 +MIME-Version: 1.0 +To: Cy Schubert cy.schub...@komquats.com +CC: Gleb Smirnoff gleb...@freebsd.org, Andre Oppermann an...@freebsd.org, +Pedro Giffuni p...@freebsd.org +Subject: Re: IP Filter 5.1.2

svn commit: r254565 - vendor-sys/ipfilter/5-1-2/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:55:49 2013 New Revision: 254565 URL: http://svnweb.freebsd.org/changeset/base/254565 Log: Tag the revert of IP-Filter 5.1.2 licence to the old licence currently used under FreeBSD. Approved by: Darren Reed darr...@reed.wattle.id.au (IP-Filter author)

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

2014-05-24 Thread Cy Schubert
Author: cy Date: Sat May 24 06:05:21 2014 New Revision: 266605 URL: http://svnweb.freebsd.org/changeset/base/266605 Log: Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create() to be consistent with mutex destruction in ipf_log_soft_destroy(). As a result mutex destruction in

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

2014-05-28 Thread Cy Schubert
Author: cy Date: Thu May 29 02:55:07 2014 New Revision: 266829 URL: http://svnweb.freebsd.org/changeset/base/266829 Log: MFC r264235: Implement the final missing sysctls by moving ipf_auth_softc_t from ip_auth.c to ip_auth.h. ip_frag_soft_t moves from ip_frag.c to ip_frag.h. mlfk_ipl.c

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

2014-06-03 Thread Cy Schubert
Author: cy Date: Tue Jun 3 19:06:47 2014 New Revision: 267020 URL: http://svnweb.freebsd.org/changeset/base/267020 Log: MFC r266605. Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create() to be consistent with mutex destruction in ipf_log_soft_destroy(). As a result

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

2014-06-18 Thread Cy Schubert
Author: cy Date: Thu Jun 19 05:45:17 2014 New Revision: 267634 URL: http://svnweb.freebsd.org/changeset/base/267634 Log: Fix case where fastroute or to interface is used with incorrect FIB. PR: 183065 Submitted by: p-freebsd-b...@ziemba.us Approved by: glebius MFC after:

Re: svn commit: r268003 - in head/contrib/llvm: lib/Target/PowerPC patches

2014-06-28 Thread Cy Schubert
-hasFPCVT()) ++ if (DstVT == MVT::i64 !IsSigned !PPCSubTarget.hasFPCVT()) +return false; + Value *Src = I-getOperand(0); Thanks. Looks like they changed PPCSubTarget to a pointer in llvm trunk about five weeks ago. :~ -- Cheers, Cy Schubert cy.schub...@komquats.com FreeBSD

svn commit: r268286 - head/contrib/ipfilter/lib

2014-07-05 Thread Cy Schubert
Author: cy Date: Sat Jul 5 07:15:19 2014 New Revision: 268286 URL: http://svnweb.freebsd.org/changeset/base/268286 Log: Fix compile-time errors when NO_WERROR and WITHOUT_INET6_SUPPORT (NO_INET6) are specified. Approved by: glebius MFC after:1 week Modified:

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

2014-04-07 Thread Cy Schubert
Author: cy Date: Mon Apr 7 19:32:56 2014 New Revision: 264235 URL: http://svnweb.freebsd.org/changeset/base/264235 Log: Implement the final missing sysctls by moving ipf_auth_softc_t from ip_auth.c to ip_auth.h. ip_frag_soft_t moves from ip_frag.c to ip_frag.h. mlfk_ipl.c creates sysctl

svn commit: r255260 - vendor-sys/ipfilter/dist/netinet vendor/ipfilter/dist

2013-09-05 Thread Cy Schubert
Author: cy Date: Thu Sep 5 18:45:23 2013 New Revision: 255260 URL: http://svnweb.freebsd.org/changeset/base/255260 Log: Grab ip_fil_freebsd.c r1.42 from the ipfilter CVS tree to fix, 3529491 checksum validation could be better 3529486 tcp checksum wrong for ipv6

svn commit: r255260 - vendor-sys/ipfilter/dist/netinet vendor/ipfilter/dist

2013-09-05 Thread Cy Schubert
Author: cy Date: Thu Sep 5 18:45:23 2013 New Revision: 255260 URL: http://svnweb.freebsd.org/changeset/base/255260 Log: Grab ip_fil_freebsd.c r1.42 from the ipfilter CVS tree to fix, 3529491 checksum validation could be better 3529486 tcp checksum wrong for ipv6

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

2013-09-10 Thread Cy Schubert
Author: cy Date: Tue Sep 10 13:48:33 2013 New Revision: 255450 URL: http://svnweb.freebsd.org/changeset/base/255450 Log: ipfilter 5.1.2 no longer supports sysctl. Use ipf -V to determine if available (the kernel module is loaded or compiled into the kernel). Approved by: glebius

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

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 03:57:56 2013 New Revision: 255754 URL: http://svnweb.freebsd.org/changeset/base/255754 Log: Remove additional non-FreeBSD code. Approved by: glebius (mentor) Approved by: re (blanket) Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h Modified:

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

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:05:38 2013 New Revision: 255755 URL: http://svnweb.freebsd.org/changeset/base/255755 Log: Convert ipfilter from timeout(9) to callout(9). Submitted by: jhb Approved by: glebius (mentor) Approved by: re (blanket) Modified:

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

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:08:52 2013 New Revision: 255756 URL: http://svnweb.freebsd.org/changeset/base/255756 Log: Enable main ipfilter sysctl MIBs. Approved by: glebius (mentor) Approved by: re (blanket) Modified: head/sys/contrib/ipfilter/netinet/mlfk_ipl.c Modified:

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

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:11:51 2013 New Revision: 255757 URL: http://svnweb.freebsd.org/changeset/base/255757 Log: Address double init of ip_log mutex, fixing a panic after ipfilter is re-enabled following it being disabled. Approved by: glebius (mentor) Approved by: re

svn commit: r255761 - head/contrib/ipfilter

2013-09-21 Thread Cy Schubert
Author: cy Date: Sat Sep 21 14:22:07 2013 New Revision: 255761 URL: http://svnweb.freebsd.org/changeset/base/255761 Log: Check return code from inet_pton. Discovered by:Coverity. Approved by: glebius (mentor) Approved by: re (blanket) Modified:

svn commit: r255762 - in head/contrib/ipfilter: . BSD FWTK FreeBSD FreeBSD-2.2 FreeBSD-3 FreeBSD-4.0 etc perl test

2013-09-21 Thread Cy Schubert
Author: cy Date: Sat Sep 21 14:23:20 2013 New Revision: 255762 URL: http://svnweb.freebsd.org/changeset/base/255762 Log: Remove redundant files. Approved by:glebius (mentor) Approved by:re (blanket) Deleted: head/contrib/ipfilter/BSD/ head/contrib/ipfilter/FAQ.FreeBSD

svn commit: r271970 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:03:29 2014 New Revision: 271970 URL: http://svnweb.freebsd.org/changeset/base/271970 Log: ipv6 address for test.hosts.dots in wrong byte order. Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.11), netbsd CVS repo (r1.5) Modified:

svn commit: r271971 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:06:37 2014 New Revision: 271971 URL: http://svnweb.freebsd.org/changeset/base/271971 Log: #553 gethost needs to zero entire IP address structure Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.11) Modified:

svn commit: r271972 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:09:18 2014 New Revision: 271972 URL: http://svnweb.freebsd.org/changeset/base/271972 Log: #536 ipnat can try to print rule as dstlist incorrectly Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.14), netbsd CVS repo (r1.3)

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

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:13:38 2014 New Revision: 271974 URL: http://svnweb.freebsd.org/changeset/base/271974 Log: #551 ipf.conf address structure not properly zero filled Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.37), netbsd CVS repo (r1.3)

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

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:21:25 2014 New Revision: 271977 URL: http://svnweb.freebsd.org/changeset/base/271977 Log: 3561691 gethost never returns an ipv6 address Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.34), netbsd CVS repo (r1.4) Modified:

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

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:35:48 2014 New Revision: 271978 URL: http://svnweb.freebsd.org/changeset/base/271978 Log: #552 destination port not zero after parsing nat rule Approved by: glebius (mentor) Obtained from:netbsd CVS repo (r1.4), ipfilter CVS repo (r1.38) Modified:

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

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:45:28 2014 New Revision: 271980 URL: http://svnweb.freebsd.org/changeset/base/271980 Log: Check for NULL before de-refencing; in particular sel is assigned to NULL, in the default case, and then couple of lines down we do sel- Approved by: glebius (mentor)

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

2014-09-23 Thread Cy Schubert
Author: cy Date: Wed Sep 24 01:21:31 2014 New Revision: 272052 URL: http://svnweb.freebsd.org/changeset/base/272052 Log: ipfilter bug #558 add in some missing frag table function comments. Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.36) Modified:

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

2014-10-04 Thread Cy Schubert
Author: cy Date: Sun Oct 5 03:41:47 2014 New Revision: 272551 URL: https://svnweb.freebsd.org/changeset/base/272551 Log: ipfiler bug #550 filter rule list corrupted with inserted rules Obtained from:ipfilter CVS repo (r1.128); NetBSD CVS repo (r1.15) Modified:

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

2014-10-04 Thread Cy Schubert
Author: cy Date: Sun Oct 5 03:45:19 2014 New Revision: 272552 URL: https://svnweb.freebsd.org/changeset/base/272552 Log: ipfilter bug #554 Determining why a ipf rule matches is hard -- replace ipfilter rule compare with new ipf_rule_compare() function. Obtained from:ipfilter CVS

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

2014-10-04 Thread Cy Schubert
Author: cy Date: Sun Oct 5 03:48:09 2014 New Revision: 272553 URL: https://svnweb.freebsd.org/changeset/base/272553 Log: ipfilter bug #538 ipf_p_dns_del should return void Obtained from:ipfilter cvs repo (r1.8) Modified: head/sys/contrib/ipfilter/netinet/ip_dns_pxy.c Modified:

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

2014-10-04 Thread Cy Schubert
Author: cy Date: Sun Oct 5 03:52:09 2014 New Revision: 272554 URL: https://svnweb.freebsd.org/changeset/base/272554 Log: ipfilter bug #534 destination list hashing not endian neutral Obtained from:ipfilter CVS repo (r1.26), NetBSD CVS repo (r1.8) Modified:

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

2014-10-04 Thread Cy Schubert
Author: cy Date: Sun Oct 5 03:58:30 2014 New Revision: 272555 URL: https://svnweb.freebsd.org/changeset/base/272555 Log: ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address. This fixes when an IP address mapping is put in the hostmap table for sticky NAT rules, it

svn commit: r272985 - stable/10/contrib/ipfilter/lib

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 16:46:03 2014 New Revision: 272985 URL: https://svnweb.freebsd.org/changeset/base/272985 Log: MFC r271970 ipv6 address for test.hosts.dots in wrong byte order. Obtained from:ipfilter CVS repo (r1.11), netbsd CVS repo (r1.5) Modified:

svn commit: r272986 - stable/10/contrib/ipfilter/lib

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 16:48:22 2014 New Revision: 272986 URL: https://svnweb.freebsd.org/changeset/base/272986 Log: MFC r271971 Fix ipfilter bug #553 gethost needs to zero entire IP address structure. Obtained from:ipfilter CVS repo (r1.11) Modified:

svn commit: r272987 - stable/10/contrib/ipfilter/lib

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 16:51:02 2014 New Revision: 272987 URL: https://svnweb.freebsd.org/changeset/base/272987 Log: MFC r271972 Fix ipfilter bug #536 ipnat can try to print rule as dstlist incorrectly. Obtained from:ipfilter CVS repo (r1.14), netbsd CVS repo (r1.3)

svn commit: r272988 - stable/10/contrib/ipfilter/tools

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 16:55:26 2014 New Revision: 272988 URL: https://svnweb.freebsd.org/changeset/base/272988 Log: MFC r271974 ipfilter bug #551 ipf.conf address structure not properly zero filled. Obtained from:ipfilter CVS repo (r1.37), netbsd CVS repo (r1.3)

svn commit: r272989 - stable/10/contrib/ipfilter/tools

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 16:58:45 2014 New Revision: 272989 URL: https://svnweb.freebsd.org/changeset/base/272989 Log: MFC r271977 3561691 gethost never returns an ipv6 address Obtained from:ipfilter CVS repo (r1.34), netbsd CVS repo (r1.4) Modified:

svn commit: r272990 - stable/10/contrib/ipfilter/tools

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:03:47 2014 New Revision: 272990 URL: https://svnweb.freebsd.org/changeset/base/272990 Log: MFC r271978 ipfilter bug #552 destination port not zero after parsing nat rule. Obtained from:netbsd CVS repo (r1.4), ipfilter CVS repo (r1.38) Modified:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:08:44 2014 New Revision: 272992 URL: https://svnweb.freebsd.org/changeset/base/272992 Log: MFC r271980 Check for NULL before de-refencing; in particular sel is assigned to NULL, in the default case, and then couple of lines down we do sel- Obtained

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:10:44 2014 New Revision: 272993 URL: https://svnweb.freebsd.org/changeset/base/272993 Log: MFC r272052 ipfilter bug #558 add in some missing frag table function comments. Obtained from:ipfilter CVS repo (r1.36) Modified:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:13:14 2014 New Revision: 272994 URL: https://svnweb.freebsd.org/changeset/base/272994 Log: MFC r272551 ipfiler bug #550 filter rule list corrupted with inserted rules Obtained from:ipfilter CVS repo (r1.128); NetBSD CVS repo (r1.15) Modified:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:15:20 2014 New Revision: 272995 URL: https://svnweb.freebsd.org/changeset/base/272995 Log: MFC r272552 ipfilter bug #554 Determining why a ipf rule matches is hard -- replace ipfilter rule compare with new ipf_rule_compare() function. Obtained from:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:17:19 2014 New Revision: 272996 URL: https://svnweb.freebsd.org/changeset/base/272996 Log: MFC r272553 ipfilter bug #538 ipf_p_dns_del should return void Obtained from:ipfilter cvs repo (r1.8) Modified:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:19:11 2014 New Revision: 272997 URL: https://svnweb.freebsd.org/changeset/base/272997 Log: MFC r272554 ipfilter bug #534 destination list hashing not endian neutral Obtained from:ipfilter CVS repo (r1.26), NetBSD CVS repo (r1.8) Modified:

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

2014-10-12 Thread Cy Schubert
Author: cy Date: Sun Oct 12 17:21:15 2014 New Revision: 272998 URL: https://svnweb.freebsd.org/changeset/base/272998 Log: MFC r272555 ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address. This fixes when an IP address mapping is put in the hostmap table for sticky

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

2014-11-27 Thread Cy Schubert
Author: cy Date: Fri Nov 28 04:07:06 2014 New Revision: 275199 URL: https://svnweb.freebsd.org/changeset/base/275199 Log: Correctly define constants. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/fil.c head/sys/contrib/ipfilter/netinet/ip_frag.c Modified:

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

2014-11-28 Thread Cy Schubert
Author: cy Date: Fri Nov 28 20:39:35 2014 New Revision: 275213 URL: https://svnweb.freebsd.org/changeset/base/275213 Log: MFC r274744. Set the current vnet inside the ioctl handler for ipfilter. Without this fix, the vnet was NULL and would crash. This fix is similar to what was

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

2014-12-10 Thread Cy Schubert
Author: cy Date: Wed Dec 10 20:54:23 2014 New Revision: 275690 URL: https://svnweb.freebsd.org/changeset/base/275690 Log: MFC r275199. Correctly define constants. Modified: stable/10/sys/contrib/ipfilter/netinet/fil.c stable/10/sys/contrib/ipfilter/netinet/ip_frag.c Directory

svn commit: r275969 - svnadmin/conf

2014-12-20 Thread Cy Schubert
Author: cy Date: Sat Dec 20 22:51:01 2014 New Revision: 275969 URL: https://svnweb.freebsd.org/changeset/base/275969 Log: Temporarily remove size limit restriction in order to import ntp-4.2.8 into the vendor branch. Modified: svnadmin/conf/sizelimit.conf Modified:

svn commit: r275971 - vendor/ntp/4.2.8

2014-12-20 Thread Cy Schubert
Author: cy Date: Sat Dec 20 22:56:06 2014 New Revision: 275971 URL: https://svnweb.freebsd.org/changeset/base/275971 Log: Tag ntp-4.2.8. Reviewed by: roberto Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security:

svn commit: r275972 - svnadmin/conf

2014-12-20 Thread Cy Schubert
Author: cy Date: Sat Dec 20 22:58:43 2014 New Revision: 275972 URL: https://svnweb.freebsd.org/changeset/base/275972 Log: ntp-4.2.8 vendor import complete. Remove sizelimit restriction. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r278284 - in vendor/ntp/dist: . adjtimed clockstuff html html/drivers html/pic include include/isc kernel kernel/sys lib/isc lib/isc/include/isc lib/isc/unix libjsmn libntp libparse ntp...

2015-02-05 Thread Cy Schubert
Author: cy Date: Thu Feb 5 20:53:33 2015 New Revision: 278284 URL: https://svnweb.freebsd.org/changeset/base/278284 Log: Vendor import ntp-4.2.8p1. Approved by: roberto Added: vendor/ntp/dist/html/pic/ vendor/ntp/dist/html/pic/9400n.jpg (contents, props changed)

svn commit: r278285 - vendor/ntp/4.2.8p1

2015-02-05 Thread Cy Schubert
Author: cy Date: Thu Feb 5 20:55:55 2015 New Revision: 278285 URL: https://svnweb.freebsd.org/changeset/base/278285 Log: Tag ntp-4.2.8p1. Approved by: roberto Added: vendor/ntp/4.2.8p1/ - copied from r278284, vendor/ntp/dist/ ___

svn commit: r278550 - stable/10/etc/rc.d

2015-02-10 Thread Cy Schubert
Author: cy Date: Wed Feb 11 02:43:58 2015 New Revision: 278550 URL: https://svnweb.freebsd.org/changeset/base/278550 Log: MFC r277854: ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4 and IPv6 rules in a single table. ipf -6 -Fa will flush the whole table,

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

2015-01-28 Thread Cy Schubert
Author: cy Date: Wed Jan 28 21:01:55 2015 New Revision: 277854 URL: https://svnweb.freebsd.org/changeset/base/277854 Log: ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4 and IPv6 rules in a single table. ipf -6 -Fa will flush the whole table, including IPv4 rules.

Re: svn commit: r277854 - head/etc/rc.d

2015-01-28 Thread Cy Schubert
In message 201501282101.t0sl1ukn054...@svn.freebsd.org, Cy Schubert writes: Author: cy Date: Wed Jan 28 21:01:55 2015 New Revision: 277854 URL: https://svnweb.freebsd.org/changeset/base/277854 Log: ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4 and IPv6 rules

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

2015-03-31 Thread Cy Schubert
Author: cy Date: Tue Mar 31 19:35:32 2015 New Revision: 280915 URL: https://svnweb.freebsd.org/changeset/base/280915 Log: Fix build. Modified: head/contrib/ntp/ntpd/ntp_parser.y Modified: head/contrib/ntp/ntpd/ntp_parser.y

Re: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contri

2015-03-31 Thread Cy Schubert
In message CAGHfRMCG0iPsbaBkdWvWb326c6hMyrT5LXk8QRhBaXGNBLW4Qg@mail.gmail.c om , NGie Cooper writes: On Mon, Mar 30, 2015 at 6:30 AM, Cy Schubert c...@freebsd.org wrote: Author: cy Date: Mon Mar 30 13:30:15 2015 New Revision: 280849 URL: https://svnweb.freebsd.org/changeset/base/280849

Re: svn commit: r280915 - head/contrib/ntp/ntpd

2015-03-31 Thread Cy Schubert
In message CAGHfRMDU6=0pGoMHhgU8E1d0CcJpup_+XfmpM6-DaOWJ6eDyAA@mail.gmail.c om , NGie Cooper writes: On Tue, Mar 31, 2015 at 12:35 PM, Cy Schubert c...@freebsd.org wrote: Author: cy Date: Tue Mar 31 19:35:32 2015 New Revision: 280915 URL: https://svnweb.freebsd.org/changeset/base/280915

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

2015-04-03 Thread Cy Schubert
Author: cy Date: Fri Apr 3 10:17:36 2015 New Revision: 281015 URL: https://svnweb.freebsd.org/changeset/base/281015 Log: Remove rednandt file. Submitted by: jkim Deleted: head/contrib/ntp/ntpd/ntp_parser.y ___ svn-src-all@freebsd.org mailing

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

2015-04-03 Thread Cy Schubert
Author: cy Date: Fri Apr 3 10:20:59 2015 New Revision: 281016 URL: https://svnweb.freebsd.org/changeset/base/281016 Log: Fix merge error. Submitted by: jkim Modified: head/contrib/ntp/ntpd/ntp_crypto.c Modified: head/contrib/ntp/ntpd/ntp_crypto.c

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

2015-05-04 Thread Cy Schubert
Author: cy Date: Mon May 4 12:42:52 2015 New Revision: 282415 URL: https://svnweb.freebsd.org/changeset/base/282415 Log: Restore CPU dependent compile time conditionals. MFC after:1 month (with r281143 and r282408) Modified: head/usr.sbin/ntp/config.h Modified:

svn commit: r282408 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contrib/ntp/kernel/sys contrib...

2015-05-03 Thread Cy Schubert
Author: cy Date: Mon May 4 04:45:59 2015 New Revision: 282408 URL: https://svnweb.freebsd.org/changeset/base/282408 Log: MFV ntp 4.2.8p2 (r281348) Reviewed by:delphij (suggested MFC) Approved by: roberto Security: CVE-2015-1798, CVE-2015-1799 Security: VuXML

svn commit: r282986 - head/share/mk

2015-05-15 Thread Cy Schubert
Author: cy Date: Fri May 15 19:37:17 2015 New Revision: 282986 URL: https://svnweb.freebsd.org/changeset/base/282986 Log: Correct location for libntpevent.a. Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-17 Thread Cy Schubert
In message 20150517190810.4006b...@bender.home, Andrew Turner writes: On Mon, 4 May 2015 12:42:53 + (UTC) Cy Schubert c...@freebsd.org wrote: Author: cy Date: Mon May 4 12:42:52 2015 New Revision: 282415 URL: https://svnweb.freebsd.org/changeset/base/282415 Log: Restore

Re: svn commit: r284864 - head/usr.sbin/ntp

2015-06-25 Thread Cy Schubert
In message 201506260329.t5q3tndv022...@svn.freebsd.org, Cy Schubert writes: Author: cy Date: Fri Jun 26 03:29:23 2015 New Revision: 284864 URL: https://svnweb.freebsd.org/changeset/base/284864 Log: Add support for additional architectures in ntp. Differential Revision: D2720

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

2015-06-25 Thread Cy Schubert
Author: cy Date: Fri Jun 26 03:29:23 2015 New Revision: 284864 URL: https://svnweb.freebsd.org/changeset/base/284864 Log: Add support for additional architectures in ntp. Differential Revision:D2720 Reviewed by: jmg, reoberto, andrew, ian, imp Modified:

svn commit: r284989 - svnadmin/conf

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

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

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

svn commit: r284992 - vendor/ntp/4.2.8p3

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

svn commit: r284991 - svnadmin/conf

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

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

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

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

2015-07-05 Thread Cy Schubert
In message 1436113168.1191.1.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL: https://svnweb.freebsd.org/changeset/base/285169 Log: MFV ntp-4.2.8p3 (r284990

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

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

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

2015-07-05 Thread Cy Schubert
In message 1436130908.1334.3.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote: In message 1436113168.1191.1.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015

RE: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt.

2015-05-25 Thread Cy schubert
Thanks bapt@. I will take a look after work tonight. ~Cy -Original Message- From: Baptiste Daroussin Sent: 25/05/2015 12:45 To: Cy Schubert Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-h...@freebsd.org Subject: Re: svn commit: r280849 - in head: contrib/ntp contrib

RE: svn commit: r280849 - in head: contrib/ntpcontrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/confcontrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt...

2015-05-25 Thread Cy schubert
I don't have internet access at the moment, just a cell phone with really crappy data performance, so I'm not in the know right now. But if you don't mind I can make openssl a conditional. ~Cy -Original Message- From: Baptiste Daroussin Sent: 25/05/2015 13:36 To: Cy schubert Cc: Cy

Re: svn commit: r280849 - in head: contrib/ntpcontrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/confcontrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt...

2015-05-25 Thread Cy Schubert
In message 20150525210441.ge39...@ivaldir.etoilebsd.net, Baptiste Daroussin w rites: --LSp5EJdfMPwZcMS1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 25, 2015 at 02:02:07PM -0700, Cy schubert wrote: I

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

2015-10-22 Thread Cy Schubert
++. -- Cheers, Cy Schubert <cy.schub...@komquats.com> or <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <201510180200.t9i20kli062...@slippy.cwsent.com>, Cy Sc

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

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:

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

2015-10-17 Thread Cy Schubert
ay too often. When 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

  1   2   3   4   5   6   7   8   9   10   >