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

2017-05-30 Thread Cy Schubert
Author: cy Date: Wed May 31 03:11:25 2017 New Revision: 319273 URL: https://svnweb.freebsd.org/changeset/base/319273 Log: Remove NORESOLVE (-R) option from poollist() (ippool -l). It is not used in poollist(). Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/t

svn commit: r319632 - stable/11/sys/contrib/ipfilter/netinet

2017-06-06 Thread Cy Schubert
Author: cy Date: Tue Jun 6 19:20:28 2017 New Revision: 319632 URL: https://svnweb.freebsd.org/changeset/base/319632 Log: MFC r318998: Fix return value of ip_sync_nat. Previously, regardless of error it always returned a return code of 0. Obtained from:NetBSD ip_sync.c r1.5

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

2017-06-06 Thread Cy Schubert
Author: cy Date: Tue Jun 6 19:21:35 2017 New Revision: 319633 URL: https://svnweb.freebsd.org/changeset/base/319633 Log: MFC r318998: Fix return value of ip_sync_nat. Previously, regardless of error it always returned a return code of 0. Obtained from:NetBSD ip_sync.c r1.5

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved c

2017-06-08 Thread Cy Schubert
lib/libxo (all) /home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of type def 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition] typedef uint8_t xo_color_t; ^ /home/cy/current/contrib/libxo/libxo/libxo.c:206:17: note: previous definition i

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved con

2017-06-08 Thread Cy Schubert
In message <201706081801.v58i1tmv075...@idle.juniper.net>, Phil Shafer writes: > Cy Schubert writes: > >/home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of > typedef 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition] &

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved c

2017-06-09 Thread Cy Schubert
In message <51546.1497056...@kaos.jnpr.net>, "Simon J. Gerraty" writes: > Cy Schubert wrote: > > This commit breaks at the below: > > Can you pls confirm which compiler hit the error below? > It has been suggested that this might only have bitten gcc... > wh

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sat Jun 10 16:42:39 2017 New Revision: 319794 URL: https://svnweb.freebsd.org/changeset/base/319794 Log: Flag poollist() (ippool -l) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sat Jun 10 17:05:14 2017 New Revision: 319795 URL: https://svnweb.freebsd.org/changeset/base/319795 Log: Disable the -O (output fields) option in poollist() (ippool -l) for now. The option does not presently work. However, similar functions in ipfstat (for state) and ipnat (

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

2017-06-10 Thread Cy Schubert
In message <201706101705.v5ah5eep078...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Sat Jun 10 17:05:14 2017 > New Revision: 319795 > URL: https://svnweb.freebsd.org/changeset/base/319795 > > Log: > Disable the -O (output fields) option in poollis

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sat Jun 10 23:16:00 2017 New Revision: 319810 URL: https://svnweb.freebsd.org/changeset/base/319810 Log: Remove redundant assignment of infile from optarg in loadpoolfile() which was previously assigned from optarg in the argument list from main(). Modified: head/contrib/

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sun Jun 11 03:56:13 2017 New Revision: 319820 URL: https://svnweb.freebsd.org/changeset/base/319820 Log: Identify command line syntax errors in poolflush() (ippool -F). Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sun Jun 11 04:00:26 2017 New Revision: 319821 URL: https://svnweb.freebsd.org/changeset/base/319821 Log: Identify poolstats() (ippool -s) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c ===

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

2017-06-10 Thread Cy Schubert
Author: cy Date: Sun Jun 11 04:03:09 2017 New Revision: 319822 URL: https://svnweb.freebsd.org/changeset/base/319822 Log: Flag loadpoolfile() (ippool -f) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c

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

2017-06-11 Thread Cy Schubert
Author: cy Date: Mon Jun 12 06:08:57 2017 New Revision: 319848 URL: https://svnweb.freebsd.org/changeset/base/319848 Log: -v (verbose) is not a command option. (See ippool.1 for a definition of command options). Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter

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

2017-06-13 Thread Cy Schubert
Author: cy Date: Wed Jun 14 02:41:22 2017 New Revision: 319929 URL: https://svnweb.freebsd.org/changeset/base/319929 Log: -n (do nothing) is not a commmand option. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c ==

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

2017-06-13 Thread Cy Schubert
Author: cy Date: Wed Jun 14 02:42:38 2017 New Revision: 319930 URL: https://svnweb.freebsd.org/changeset/base/319930 Log: Chase r319848: remove -v option from getopt() call. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c

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

2017-06-14 Thread Cy Schubert
Author: cy Date: Thu Jun 15 00:59:02 2017 New Revision: 319962 URL: https://svnweb.freebsd.org/changeset/base/319962 Log: Correct example directory location. Submitted by: olivier@ MFC after:3 days Modified: head/contrib/ipfilter/man/ipf.5 Modified: head/contrib/ipfilter/man/ipf.5

Re: svn commit: r319964 - head/sys/dev/qlnx/qlnxe

2017-06-14 Thread Cy Schubert
nx/qlnxe/storage_common.h > head/sys/dev/qlnx/qlnxe/tcp_common.h > [...] Hi David, Tell me if I'm off base here but this driver comes directly from Cavium, right? Why was it never imported into vendor-sys and MFVed into head like other vendor source? -- Cheers, Cy Schubert FreeBSD

svn commit: r320089 - stable/11/contrib/ipfilter/man

2017-06-18 Thread Cy Schubert
Author: cy Date: Mon Jun 19 05:01:51 2017 New Revision: 320089 URL: https://svnweb.freebsd.org/changeset/base/320089 Log: MFC r319962: Correct example directory location. Submitted by: olivier@ Approved by: re@ (kib@) Modified: stable/11/contrib/ipfilter/man/ipf.5 Directory Prope

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

2017-06-18 Thread Cy Schubert
Author: cy Date: Mon Jun 19 05:02:27 2017 New Revision: 320090 URL: https://svnweb.freebsd.org/changeset/base/320090 Log: MFC r319962: Correct example directory location. Submitted by: olivier@ Modified: stable/10/contrib/ipfilter/man/ipf.5 Directory Properties: stable/10/ (prop

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

2017-06-19 Thread Cy Schubert
Author: cy Date: Mon Jun 19 12:33:22 2017 New Revision: 320095 URL: https://svnweb.freebsd.org/changeset/base/320095 Log: Flag poolcommand() (ippool -A and ippool -R) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c ===

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

2017-06-19 Thread Cy Schubert
Author: cy Date: Mon Jun 19 19:27:37 2017 New Revision: 320120 URL: https://svnweb.freebsd.org/changeset/base/320120 Log: poolcommand() (ippool -A and ippool -R) seed takes an argument. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c

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

2017-06-20 Thread Cy Schubert
Author: cy Date: Tue Jun 20 12:31:58 2017 New Revision: 320143 URL: https://svnweb.freebsd.org/changeset/base/320143 Log: Flag poolnodecommand() (ippool -a and ippool -r) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool

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

2017-06-21 Thread Cy Schubert
Author: cy Date: Wed Jun 21 12:19:05 2017 New Revision: 320187 URL: https://svnweb.freebsd.org/changeset/base/320187 Log: Fix -S handling within poolcommand(). Specifying a seed (-S) is only valid when adding a pool (ippool -A), not when removing a pool (ippool -R). It is a command line synt

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

2017-06-21 Thread Cy Schubert
Author: cy Date: Thu Jun 22 06:25:34 2017 New Revision: 320221 URL: https://svnweb.freebsd.org/changeset/base/320221 Log: poolflush() has no positional arguments. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippool.c ===

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

2017-06-22 Thread Cy Schubert
Author: cy Date: Thu Jun 22 12:46:48 2017 New Revision: 320232 URL: https://svnweb.freebsd.org/changeset/base/320232 Log: In poolnodcommand(): TTL (-T) is only valid when adding a node to a pool (ippool -a) not when removing a node from a pool (ippool -r). Flag -T as an error in ippool -r.

svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
Author: cy Date: Thu Jun 22 19:25:17 2017 New Revision: 320242 URL: https://svnweb.freebsd.org/changeset/base/320242 Log: Update leap-seconds to leap-seconds.3701462400. As per https://datacenter.iers.org/eop/-/somos/5Rgv/latest/16: INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTE

svn commit: r320256 - head/etc/ntp

2017-06-22 Thread Cy Schubert
Author: cy Date: Fri Jun 23 01:05:49 2017 New Revision: 320256 URL: https://svnweb.freebsd.org/changeset/base/320256 Log: Replace the leap-seconds file in r320242 from USNO - ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.3701462400 - with a leap-seconds file from NIST at ftp://time.nist.gov

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: > On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: > > Author: cy > > Date: Thu Jun 22 19:25:17 2017 > > New Revision: 320242 > > URL: https://svnweb.freebsd.org/changeset/base/320242

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <2caa5927-9919-ce19-93f4-1005a5257...@freebsd.org>, Allan Jude write s: > On 2017-06-22 21:04, Cy Schubert wrote: > > In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: > >> On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: > &

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <201706230210.v5n2at0l075...@slippy.cwsent.com>, Cy Schubert writes: > In message <2caa5927-9919-ce19-93f4-1005a5257...@freebsd.org>, Allan Jude > write > s: > > On 2017-06-22 21:04, Cy Schubert wrote: > > > In message <1498161747.66489.1

svn commit: r320257 - in head/contrib/ipfilter: lib tools

2017-06-22 Thread Cy Schubert
Author: cy Date: Fri Jun 23 02:42:04 2017 New Revision: 320257 URL: https://svnweb.freebsd.org/changeset/base/320257 Log: Replace AF_INET6 ifdefs with USE_INET6 ifdefs. This is more consistent and guaranteed to build everywhere in ipfilter. Not all of this commit can be MFCed. Some is ori

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

2017-06-23 Thread Cy Schubert
ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD}) > + > +_ld_version!=${${ld}} --version 2>/dev/null | head -n 1 || echo none This line gave one of my machines a bit of gas with the error: sh: head: not found make[2]: "/opt/src/svn-current/share/mk

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

2017-06-23 Thread Cy Schubert
F. '{print $$1 * 1 + $ > $2 * 100 + $$3;}' > +${X_}LINKER_VERSION!=echo "${_v:M[1-9].[0-9]*}" | \ > + awk -F. '{print $$1 * 1 + $$2 * 100 + $$3;}' > +.undef _ld_version > +.undef _v >

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

2017-06-23 Thread Cy Schubert
In message <201706231347.v5ndlt39037...@slippy.cwsent.com>, Cy Schubert writes: > Let me try replying to this again. It's an exmh thing. Sorry. > > In message <201706222103.v5ml3oq3026...@repo.freebsd.org>, Bryan Drewery > writes > : > > Author: bdrew

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

2017-06-23 Thread Cy Schubert
In message , Bryan Drewery wr ites: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --wgtDeWvwHi0cSQFVbm1oqMHHag11O62n3 > Content-Type: multipart/mixed; boundary="77famXCJfxNoDslk4Jg33FDxFgUd929a1"; > protected-headers="v1" > From: Bryan Dr

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

2017-06-23 Thread Cy Schubert
In message <201706240335.v5o3zttg084...@slippy.cwsent.com>, Cy Schubert writes: > In message , Bryan > Drewery wr > ites: > > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > > --wgtDeWvwHi0cSQFVbm1oqMHHag11O62n3 > > Conten

svn commit: r320349 - stable/11/etc/ntp

2017-06-25 Thread Cy Schubert
Author: cy Date: Mon Jun 26 05:42:35 2017 New Revision: 320349 URL: https://svnweb.freebsd.org/changeset/base/320349 Log: MFC r320242, r320256: Update leap-seconds to leap-seconds.3676924800. As per https://datacenter.iers.org/eop/-/somos/5Rgv/latest/16: INTERNATIONAL EARTH R

svn commit: r320350 - stable/10/etc/ntp

2017-06-25 Thread Cy Schubert
Author: cy Date: Mon Jun 26 05:43:44 2017 New Revision: 320350 URL: https://svnweb.freebsd.org/changeset/base/320350 Log: MFC r320242, r320256: Update leap-seconds to leap-seconds.3676924800. As per https://datacenter.iers.org/eop/-/somos/5Rgv/latest/16: INTERNATIONAL EARTH R

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-26 Thread Cy Schubert
lbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 > QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 > /LaIFggAlEX4pLTfDUaRsGoxWbGI0DiirmhR1nW74ESXjGXd4u9WSYKfvxK+oGPJ > LRwxcimGw/v+h8piM102ijsmquE0+NlyyMAYjFNLb9tsZuR+kfzRbDwqiu3FNg8R > zDnsvo69JHiyoi7r9BJB30Q6P9fZDGBtCrSQ9Up2IUi

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

2017-06-26 Thread Cy Schubert
Author: cy Date: Tue Jun 27 04:54:58 2017 New Revision: 320395 URL: https://svnweb.freebsd.org/changeset/base/320395 Log: Replace AF_INET6 ifdefs with USE_INET6 to be consistent with the rest of the ipfilter souce tree. Modified: head/contrib/ipfilter/tools/ippool_y.y Modified: head/contri

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

2017-06-27 Thread Cy Schubert
Author: cy Date: Wed Jun 28 02:30:32 2017 New Revision: 320428 URL: https://svnweb.freebsd.org/changeset/base/320428 Log: In poolnodecommand() (ippool -a and ippool -r) -m (pool name) is not optional. Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/ippo

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
ms to fix the problem with "make -j4 installworld" for me. > Do you intend to commit it? Thanks! (And sorry for the breakage.) > > > 2017-06-27 4:48 GMT+01:00 Cy Schubert : > > > (since we're top posting ) > > > > Hi Sean,

svn commit: r320454 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
Author: cy Date: Wed Jun 28 19:05:04 2017 New Revision: 320454 URL: https://svnweb.freebsd.org/changeset/base/320454 Log: Allow parallel installworld (-j N) and poudriere installworld (poudriere jail -c and poudriere jail -u) to proceed. Reviewed by: trasz@ Tested by:trasz@, cy@

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

2017-06-28 Thread Cy Schubert
Author: cy Date: Wed Jun 28 19:08:07 2017 New Revision: 320455 URL: https://svnweb.freebsd.org/changeset/base/320455 Log: Ansify entry and exit points. MFC after:1 month Modified: head/contrib/ipfilter/lib/hostname.c head/contrib/ipfilter/lib/portname.c head/contrib/ipfilter/lib/

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
It's committed. Remember to MFC it with r320362. ~cy In message , Edward Napierala writes: > --001a114df91c80e879055306eec4 > Content-Type: text/plain; charset="UTF-8" > > Please do. Thanks again :-) > > 2017-06-28 15:15 GMT+01:00 Cy Schubert : > > >

Re: svn commit: r320454 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
or f in ${TZS} > install-zones: ${DESTDIR}/usr/share/zoneinfo/${f} > ${DESTDIR}/usr/share/zoneinfo/${f}: ${f} > ${INSTALL} ... > .endfor This is definitely cleaner. Having said that, the problem wasn't caused by the loop itself but the edit of path. > > I=E2=80=99m not

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

2017-07-04 Thread Cy Schubert
Author: cy Date: Wed Jul 5 05:50:36 2017 New Revision: 320664 URL: https://svnweb.freebsd.org/changeset/base/320664 Log: Document supported poollist() (ippool -l) options in usage() and in ippool.8 man page. Modified: head/contrib/ipfilter/man/ippool.8 head/contrib/ipfilter/tools/ippool.

Re: svn commit: r320644 - in head: bin/rcp libexec/rlogind libexec/rshd usr.bin/rlogin usr.bin/rsh usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod

2017-07-05 Thread Cy Schubert
BSD software. My plan is to create a local git repo which can either be downloaded directly by the port and checked out into $WRKDIR directly or host it on github. The port should probably include a warning to use Kerberos or SSH instead. I haven't figured out how to clone cherrypicked bits

Re: svn commit: r320644 - in head: bin/rcp libexec/rlogind libexec/rshd usr.bin/rlogin usr.bin/rsh usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod

2017-07-05 Thread Cy Schubert
r retired FreeBSD software. > > > > My plan is to create a local git repo which can either be downloaded > > directly by the port and checked out into $WRKDIR directly or host it on > > github. > > > > The port should probably include a warning to use Kerb

svn commit: r320784 - svnadmin/conf

2017-07-07 Thread Cy Schubert
Author: cy Date: Fri Jul 7 16:14:52 2017 New Revision: 320784 URL: https://svnweb.freebsd.org/changeset/base/320784 Log: Add myself temporarily for the MIT KRB5 vendor-crypto import, which will gracefully replace KTH Heimdal. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/

svn commit: r320786 - svnadmin/conf

2017-07-07 Thread Cy Schubert
Author: cy Date: Fri Jul 7 16:25:58 2017 New Revision: 320786 URL: https://svnweb.freebsd.org/changeset/base/320786 Log: Up my limit to 1300 as 12525245 is actually needed. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r320791 - vendor-crypto/krb5/1.15.1

2017-07-07 Thread Cy Schubert
Author: cy Date: Fri Jul 7 17:05:07 2017 New Revision: 320791 URL: https://svnweb.freebsd.org/changeset/base/320791 Log: Tag MIT KRB5 1.15.1. Added: vendor-crypto/krb5/1.15.1/ - copied from r320790, vendor-crypto/krb5/dist/ ___ svn-src-all@fre

svn commit: r320792 - svnadmin/conf

2017-07-07 Thread Cy Schubert
Author: cy Date: Fri Jul 7 17:07:12 2017 New Revision: 320792 URL: https://svnweb.freebsd.org/changeset/base/320792 Log: Resume regularly scheduled programming. MIT KRB5 1.15.1 has been imported into vendor-crypto. Remove sizelimit exception. Modified: svnadmin/conf/sizelimit.conf Modifie

Re: svn commit: r320927 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test usr.bin/bsdcat usr.bin/cpio usr.bin/tar

2017-07-16 Thread Cy Schubert
stReport/junit/lib. > libarchive/functional_test/test_archive_api_feature/ I have a real world reproducible example of this: virtualbox-ose port build in poudriere and old-school biuld. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweig

svn commit: r321504 - head/kerberos5/lib/libkafs5

2017-07-25 Thread Cy Schubert
Author: cy Date: Wed Jul 26 02:05:09 2017 New Revision: 321504 URL: https://svnweb.freebsd.org/changeset/base/321504 Log: Remove trailing slash (/) for consistency. Modified: head/kerberos5/lib/libkafs5/Makefile Modified: head/kerberos5/lib/libkafs5/Makefile =

svn commit: r321605 - head/contrib/ipfilter

2017-07-26 Thread Cy Schubert
Author: cy Date: Thu Jul 27 06:26:15 2017 New Revision: 321605 URL: https://svnweb.freebsd.org/changeset/base/321605 Log: As in r315225, discard 3072 bytes of RC4 bytestream instead of 1024. PR: 217920 Submitted by: codar...@hackers.mu Reviewed by: emaste, cem Approved by:

Re: svn commit: r321605 - head/contrib/ipfilter

2017-07-30 Thread Cy Schubert
In message <59e80a44-d9de-5081-9eda-f068188b8...@delphij.net>, Xin Li writes: > On 7/26/17 23:26, Cy Schubert wrote: > > Author: cy > > Date: Thu Jul 27 06:26:15 2017 > > New Revision: 321605 > > URL: https://svnweb.freebsd.org/changeset/base/321605 > >=2

Re: svn commit: r321605 - head/contrib/ipfilter

2017-07-30 Thread Cy Schubert
Cy Schubert writes: > In message <59e80a44-d9de-5081-9eda-f068188b8...@delphij.net>, Xin Li > writes: > > On 7/26/17 23:26, Cy Schubert wrote: > > > Author: cy > > > Date: Thu Jul 27 06:26:15 2017 > > > New Revision: 321605 > > > URL: htt

Re: svn commit: r321605 - head/contrib/ipfilter

2017-07-30 Thread Cy Schubert
In message <201707310527.v6v5rdrj004...@slippy.cwsent.com>, Cy Schubert writes: > Cy Schubert writes: > > In message <59e80a44-d9de-5081-9eda-f068188b8...@delphij.net>, Xin Li > > writes: > > > On 7/26/17 23:26, Cy Schubert wrote: > > > > A

svn commit: r321806 - head/lib/libtelnet

2017-07-31 Thread Cy Schubert
Author: cy Date: Mon Jul 31 19:07:45 2017 New Revision: 321806 URL: https://svnweb.freebsd.org/changeset/base/321806 Log: Remove redundant include directories which expand to a noop, "-I/lib/krb5 -I -I". Reviewed by: ngie@, markm@ MFC after:1 month Differential Revision:D

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

2015-09-04 Thread Cy Schubert
Author: cy Date: Fri Sep 4 16:59:01 2015 New Revision: 287468 URL: https://svnweb.freebsd.org/changeset/base/287468 Log: Turn on RAWDCF by default. Suggested by: ian Approved by: roberto MFC after:1 week Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h

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

2015-09-11 Thread Cy Schubert
Author: cy Date: Fri Sep 11 08:27:32 2015 New Revision: 287651 URL: https://svnweb.freebsd.org/changeset/base/287651 Log: Fixup typos in comments. Obtained from:NetBSD r1.4. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_state.c Modified: head/sys/contrib/

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

2015-09-11 Thread Cy Schubert
Author: cy Date: Fri Sep 11 08:35:53 2015 New Revision: 287652 URL: https://svnweb.freebsd.org/changeset/base/287652 Log: Fix mutex errors. Obtained from:NetBSD r1.4. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_state.c Modified: head/sys/contrib/ipfilte

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

2015-09-11 Thread Cy Schubert
Author: cy Date: Fri Sep 11 08:48:16 2015 New Revision: 287653 URL: https://svnweb.freebsd.org/changeset/base/287653 Log: Revert $FreeBSD$. Modified: head/sys/contrib/ipfilter/netinet/ip_state.c Modified: head/sys/contrib/ipfilter/netinet/ip_state.c ==

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

2015-09-11 Thread Cy Schubert
In message <20150911091222.ga61...@freebsd.org>, Alexey Dokuchaev writes: > On Fri, Sep 11, 2015 at 08:48:17AM +, Cy Schubert wrote: > > New Revision: 287653 > > URL: https://svnweb.freebsd.org/changeset/base/287653 > > > > Log: > > Revert $Fr

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

2015-09-11 Thread Cy Schubert
Author: cy Date: Fri Sep 11 16:49:52 2015 New Revision: 287674 URL: https://svnweb.freebsd.org/changeset/base/287674 Log: Fix ipfilter bug 3600459 NAT bucket count wrong. Obtained from:ipfilter cvs repo r1.48.2.25 MFC after:2 weeks Modified: head/sys/contrib/ipfilter/netine

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

2015-09-11 Thread Cy Schubert
Author: cy Date: Fri Sep 11 16:52:13 2015 New Revision: 287675 URL: https://svnweb.freebsd.org/changeset/base/287675 Log: Revert ip_fil_freebsd.c -r287674. This should not have gone in yet. Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Modified: head/sys/contrib/ipfilter/netin

svn commit: r287700 - stable/10/usr.sbin/ntp

2015-09-11 Thread Cy Schubert
Author: cy Date: Sat Sep 12 02:36:17 2015 New Revision: 287700 URL: https://svnweb.freebsd.org/changeset/base/287700 Log: MFC r287468, turn on RAWDCF by default. Modified: stable/10/usr.sbin/ntp/config.h Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/ntp/co

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

2015-09-18 Thread Cy Schubert
Author: cy Date: Sat Sep 19 03:58:31 2015 New Revision: 287984 URL: https://svnweb.freebsd.org/changeset/base/287984 Log: MFC r287651, r287652, r287653. Fix mutex errors, fixup typos in comments. Obtained from:NetBSD r1.4. -This lie, anr those below, will be ignored-- > Des

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

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

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: head/usr.sbin/ntp/confi

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

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-19 Thread Cy Schubert
-79,6 +79,8 @@ __FBSDID("$FreeBSD$"); > #include > #ifdef IPSEC > #include > +#include > +#include > #endif /* IPSEC */ > #include > > @@ -500,12 +502,22 @@ tooshort: > m_adj(m, ip_len - m->m_pkthdr.len); > } &

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

2015-12-20 Thread Cy Schubert
Author: cy Date: Sun Dec 20 18:02:13 2015 New Revision: 292518 URL: https://svnweb.freebsd.org/changeset/base/292518 Log: Don't assume checksums will be calculated later when fastfoward is enabled (by default in r290383). PR: 72210 MFC after:1 week Modified: head/sys/co

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-20 Thread Cy Schubert
Cy Schubert writes: > In message <201511050726.ta57qxlu074...@repo.freebsd.org>, "George V. > Neville-N > eil" writes: > > Author: gnn > > Date: Thu Nov 5 07:26:32 2015 > > New Revision: 290383 > > URL: https://svnweb.freebsd.org/changeset/base/2

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

2015-12-27 Thread Cy Schubert
Author: cy Date: Sun Dec 27 23:25:21 2015 New Revision: 292811 URL: https://svnweb.freebsd.org/changeset/base/292811 Log: MFC r292518. Don't assume checksums will be calculated later when fastfoward is enabled (by default in r290383). PR: 72210 Modified: stable/10/sys/co

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-27 Thread Cy Schubert
In message <98f16c2b-3904-438d-912b-85c17acfb...@freebsd.org>, "George Neville- Neil" writes: > > > > On 20 Dec 2015, at 13:02, Cy Schubert wrote: > > > Cy Schubert writes: > >> In message <201511050726.ta57qxlu074...@repo.freebsd.org>, &quo

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

2015-12-27 Thread Cy Schubert
Author: cy Date: Mon Dec 28 00:42:15 2015 New Revision: 292813 URL: https://svnweb.freebsd.org/changeset/base/292813 Log: Correct __FreeBSD__ check. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c ===

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

2015-12-30 Thread Cy Schubert
In message <1451491490.1369.41.ca...@freebsd.org>, Ian Lepore writes: > On Wed, 2015-12-30 at 04:50 -0800, Colin Percival wrote: > > On 10/16/15 07:04, Cy Schubert wrote: > > > Add default leap-seconds file. This should help ntp networks get > > > the

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

2015-12-30 Thread Cy Schubert
Author: cy Date: Thu Dec 31 06:01:07 2015 New Revision: 292979 URL: https://svnweb.freebsd.org/changeset/base/292979 Log: MFC r292813. Correct __FreeBSD__ check. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_nat.c Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r293037 - head/etc/ntp

2016-01-01 Thread Cy Schubert
Author: cy Date: Fri Jan 1 11:57:32 2016 New Revision: 293037 URL: https://svnweb.freebsd.org/changeset/base/293037 Log: Update leap-seconds to latest. This will satisfy the ntpd leap-second version check. Obtained from:ftp://tycho.usno.navy.mil/pub/ntp/. See also: http://w

svn commit: r294884 - in head/etc: defaults rc.d

2016-01-26 Thread Cy Schubert
Author: cy Date: Wed Jan 27 02:25:25 2016 New Revision: 294884 URL: https://svnweb.freebsd.org/changeset/base/294884 Log: Allow specification of fetch options for ntp leap-seconds fetch. MFC after:1 week X-MFC with: r289421, r293037, r294773 Modified: head/etc/defaults/rc.conf

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

2016-01-29 Thread Cy Schubert
Thank you. :) Sent from my cellphone, ~Cy -Original Message- From: Alan Somers Sent: 29/01/2016 09:08 To: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-h...@freebsd.org Subject: svn commit: r295045 - in head: .sys/cddl/contrib/opensolaris/uts/common/fs/zfs Author: asomer

svn commit: r295462 - in stable/9/etc: . defaults mtree ntp periodic/daily rc.d

2016-02-09 Thread Cy Schubert
Author: cy Date: Wed Feb 10 07:16:22 2016 New Revision: 295462 URL: https://svnweb.freebsd.org/changeset/base/295462 Log: MFC r289421, r293037, r294773, and r294884. ntp leap-leapseconds support. r289421: Add default leap-seconds file. This should help ntp networks get the leap

svn commit: r295461 - in stable/10/etc: . defaults mtree ntp periodic/daily rc.d

2016-02-09 Thread Cy Schubert
Author: cy Date: Wed Feb 10 07:16:17 2016 New Revision: 295461 URL: https://svnweb.freebsd.org/changeset/base/295461 Log: MFC r289421, r293037, r294773, and r294884. ntp leap-leapseconds support. r289421: Add default leap-seconds file. This should help ntp networks get the leap

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

2016-02-10 Thread Cy Schubert
Author: cy Date: Thu Feb 11 01:16:57 2016 New Revision: 295495 URL: https://svnweb.freebsd.org/changeset/base/295495 Log: Update leapsecond file in non-chroot environments. PR: 207095 Submitted by: madpilot MFC after:3 days Modified: head/etc/rc.d/ntpd Modified: head/e

svn commit: r295620 - stable/9/etc/rc.d

2016-02-14 Thread Cy Schubert
Author: cy Date: Sun Feb 14 23:05:45 2016 New Revision: 295620 URL: https://svnweb.freebsd.org/changeset/base/295620 Log: MFC r295495 - Update leapsecond file in non-chroot environments. PR: 207095 Submitted by: madpilot Modified: stable/9/etc/rc.d/ntpd Directory Properties:

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

2016-02-14 Thread Cy Schubert
Author: cy Date: Sun Feb 14 23:04:52 2016 New Revision: 295619 URL: https://svnweb.freebsd.org/changeset/base/295619 Log: MFC r295495 - Update leapsecond file in non-chroot environments. PR: 207095 Submitted by: madpilot Approved by: re (marius) Modified: stable/10/etc/rc.

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

2016-03-01 Thread Cy Schubert
Author: cy Date: Wed Mar 2 03:28:57 2016 New Revision: 296299 URL: https://svnweb.freebsd.org/changeset/base/296299 Log: Remove redundant NULL pointer comparison. Reported by: PVS-Studio (V595) in D5245 Differential Revision:D5245 Modified: head/sys/contrib/ipfilter/n

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

2016-03-01 Thread Cy Schubert
In message <201603020340.u223ehi1055...@gw.catspoiler.org>, Don Lewis writes: > On 2 Mar, Cy Schubert wrote: > > Author: cy > > Date: Wed Mar 2 03:28:57 2016 > > New Revision: 296299 > > URL: https://svnweb.freebsd.org/changeset/base/296299 > > >

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

2016-03-01 Thread Cy Schubert
In message , Marcelo Araujo writes: > --001a113c48b0b9a687052d08a983 > 2016-03-02 11:40 GMT+08:00 Don Lewis : > > > On 2 Mar, Cy Schubert wrote: > > > Author: cy > > > Date: Wed Mar 2 03:28:57 2016 > > > New Revision: 296299 > > > UR

Re: svn commit: r311568 - in head/sys: kern sys

2017-01-06 Thread Cy Schubert
(r311567) > +++ head/sys/sys/socket.h Fri Jan 6 23:41:45 2017(r311568) > @@ -435,6 +435,7 @@ struct msghdr { > #endif > #ifdef _KERNEL > #define MSG_SOCALLBCK 0x1 /* for use by socket callbacks > - soreceive (TCP) */ > +#define

Re: svn commit: r311578 - head/sys/net80211

2017-01-06 Thread Cy Schubert
caps; /* hardware crypto support */ > uint32_tdc_htcaps; /* HT/802.11n support */ > + uint32_tdc_vhtcaps; /* VHT/802.11ac capabilities */ > struct ieee80211req_chaninfo dc_chaninfo; > }; > #define IEEE80211_DEVCAPS_SIZE

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

2017-01-12 Thread Cy Schubert
compat.h" > #include "netinet/ipf_rb.h" > #if NETBSD_GE_REV(10404) > @@ -24,10 +28,6 @@ > # endif > #endif > > -#if !defined(linux) || !defined(_KERNEL) > -# include > -#endif > - > #ifndef SOLARIS > # if defined(sun) && (def

Re: svn commit: r312103 - head/tests/sys/vfs

2017-01-13 Thread Cy Schubert
ame) Buildworld is busted right here. It's probably best to leave the underbar here and in the ATF_REQIRE below. > { > int fd; > > - ATF_REQUIRE((fd = openat(_dirfd, name, O_CREAT | O_TRUNC | O_WRONLY, > + ATF_REQUIRE((fd = openat(dirfd, name, O_CREAT | O_TRUNC | O_WRO

Re: svn commit: r312103 - head/tests/sys/vfs

2017-01-13 Thread Cy Schubert
No problem. My make.conf doesn't adjust any warning levels, they're vanilla so, the build barfed at that line. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Conrad Meyer write

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

2017-01-25 Thread Cy Schubert
Author: cy Date: Wed Jan 25 20:41:16 2017 New Revision: 312777 URL: https://svnweb.freebsd.org/changeset/base/312777 Log: Issue an error message when an incorrect flush argument is encountered.` MFC after:2 weeks Modified: head/contrib/ipfilter/tools/ipf.c Modified: head/contrib/i

<    10   11   12   13   14   15   16   17   18   >