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
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
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
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
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]
&
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
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
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 (
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
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/
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
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
===
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
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
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
==
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
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
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
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
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
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
===
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
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
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
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
===
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.
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
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
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
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:
> &
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
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
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
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
>
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
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
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
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
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
lbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4
> QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1
> /LaIFggAlEX4pLTfDUaRsGoxWbGI0DiirmhR1nW74ESXjGXd4u9WSYKfvxK+oGPJ
> LRwxcimGw/v+h8piM102ijsmquE0+NlyyMAYjFNLb9tsZuR+kfzRbDwqiu3FNg8R
> zDnsvo69JHiyoi7r9BJB30Q6P9fZDGBtCrSQ9Up2IUi
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
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
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,
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@
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/
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 :
>
> >
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
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.
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
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
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/
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
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
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
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
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
=
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:
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
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
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
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
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
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/
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
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
==
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
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
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
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
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
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
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
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
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
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.
>
-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);
> }
&
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
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
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
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
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
===
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
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
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
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
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
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
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
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
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:
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.
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
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
> >
>
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
(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
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
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
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
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
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
1401 - 1500 of 1701 matches
Mail list logo