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-...@freebsd.org;
svn-src-head@freebsd.org
Subject: svn commit: r295045 - in head:
.sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Author: asomer
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
-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);
> }
&g
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
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
===
Author: cy
Date: Sun May 15 22:35:11 2016
New Revision: 299870
URL: https://svnweb.freebsd.org/changeset/base/299870
Log:
Make subsequent code reachable.
Reported by: Coverity CID 1354625
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
Modified: head
In message <201605152235.u4fmzblj014...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Sun May 15 22:35:11 2016
> New Revision: 299870
> URL: https://svnweb.freebsd.org/changeset/base/299870
>
> Log:
> Make subsequent code reachable.
>
>
Author: cy
Date: Thu May 19 02:06:48 2016
New Revision: 300177
URL: https://svnweb.freebsd.org/changeset/base/300177
Log:
Fix typo.
Reported by: Ruben Kerkhof
MFC after:6 days
Modified:
head/contrib/ipfilter/man/ipf.5
Modified: head/contrib/ipfilter/man/ipf.5
===
Author: cy
Date: Thu May 19 03:18:54 2016
New Revision: 300179
URL: https://svnweb.freebsd.org/changeset/base/300179
Log:
Fix another typo.
Reported by: cem
MFC after:6 days
Modified:
head/contrib/ipfilter/man/ipf.5
Modified: head/contrib/ipfilter/man/ipf.5
==
In message
, Conrad Meyer writes:
> On Wed, May 18, 2016 at 7:06 PM, Cy Schubert wrote:
> > Author: cy
> > Date: Thu May 19 02:06:48 2016
> > New Revision: 300177
> > URL: https://svnweb.freebsd.org/changeset/base/300177
> >
> > Log:
> > Fix typo
Author: cy
Date: Thu May 19 03:56:07 2016
New Revision: 300180
URL: https://svnweb.freebsd.org/changeset/base/300180
Log:
Update leap-seconds to leap-seconds.3661459200.
NO leap second will be introduced at the end of June 2016.
This commit reapplies the r298887 minor spelling fix.
O
Author: cy
Date: Fri May 20 03:04:22 2016
New Revision: 300259
URL: https://svnweb.freebsd.org/changeset/base/300259
Log:
Enable the two ip_frag tuneables. The code is there but the two
ip_frag tuneables aren't registered in the ipf_tuners linked list.
This commmit enables the two existing i
Author: cy
Date: Fri May 20 03:22:41 2016
New Revision: 300260
URL: https://svnweb.freebsd.org/changeset/base/300260
Log:
Remove extraneous blank line.
MFC after:1 month
X-MFC with: r300259
Modified:
head/sys/contrib/ipfilter/netinet/ip_frag.c
Modified: head/sys/contrib/ipfilter
In message <201605200304.u4k34ntl019...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Fri May 20 03:04:22 2016
> New Revision: 300259
> URL: https://svnweb.freebsd.org/changeset/base/300259
>
> Log:
> Enable the two ip_frag tuneables. The code is th
>From the commit log it would appear that parallel builds worked whereas
>sequential (non-parallel) builds did not. That's kind of strange.
Sent from my cellphone,
~Cy
-Original Message-
From: Ruslan Bukin
Sent: 24/05/2016 09:30
To: src-committ...@freebsd.org; svn-src-...@freebsd.org;
s
Author: cy
Date: Wed May 25 01:35:02 2016
New Revision: 300638
URL: https://svnweb.freebsd.org/changeset/base/300638
Log:
Use the expiry date to determine whether to replace the DB copy of
leapfile instead of using the leapfile serial number (create
timestamp).
PR: 209577
MF
This looks like it could be MFCable. Can it be?
Sent from my cellphone,
tiny keyboard in use,
~Cy
-Original Message-
From: Ed Schouten
Sent: 30/05/2016 09:26
To: src-committ...@freebsd.org; svn-src-...@freebsd.org;
svn-src-head@freebsd.org
Subject: svn commit: r300998 - head/include
Aut
I figured that since it brought the header file closer to POSIX conformance (I
consider that a bug fix), it might be a good candidate. It's your choice though.
Sent from my cellphone,
tiny keyboard in use,
~Cy
-Original Message-
From: Ed Schouten
Sent: 30/05/2016 10:23
To: Cy Sch
In message <0100015509c22d19-fb9e2052-3ab3-4f80-b697-273cebbedcb5-00@ema
il.
amazonses.com>, Colin Percival writes:
> On 01/25/16 23:06, Cy Schubert wrote:
> > Author: cy
> > Date: Tue Jan 26 07:06:44 2016
> > New Revision: 294773
> > URL: https://svnweb.
Author: cy
Date: Wed Jun 1 04:37:43 2016
New Revision: 301102
URL: https://svnweb.freebsd.org/changeset/base/301102
Log:
Don't rely on $ntpd_enable to periodically fetch the latest
leapfile.
Suggested by: cperciva
MFC after:1 week
Modified:
head/etc/periodic/daily/480.leapfile-n
Author: cy
Date: Sat Jun 4 01:01:46 2016
New Revision: 301295
URL: https://svnweb.freebsd.org/changeset/base/301295
Log:
Enable daily_ntpd_leapfile_enable by default. Otherwise an expired
leapfile will be ignored and ntpd will behave as if it has no
leapfile.
While here, remove an extr
Author: cy
Date: Fri Jun 10 00:06:58 2016
New Revision: 301773
URL: https://svnweb.freebsd.org/changeset/base/301773
Log:
Update the man ipf.8 man page to accurately reflect that the -6
option is a noop and only here for backward compatibility.
MFC after:1 week
Modified:
head/contr
Author: cy
Date: Fri Jun 10 01:10:48 2016
New Revision: 301775
URL: https://svnweb.freebsd.org/changeset/base/301775
Log:
Clarify the wording to be more accurate.
Approved by: re@ (gjb)
MFC after:1 week
X-MFC with: r301773
Modified:
head/contrib/ipfilter/man/ipf.8
Modified: h
fi
fi
+ # Before we prepend limits, test if limits is
+ # available (/usr is mounted) so that limits can
+ # be run.
+ if limits >/dev/null 2>&1; then
d is practically a NOP anyway.
(Except it could negatively affect fsck of huge UFS filesystems some day.)
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
bout an O/S that
doesn't need to be re-imaged every hardware/software upgrade or migration.
It's also an issue for systems which have a small local root/ramdisk, and
mount /usr via NFS. I managed a setup like this (not FreeBSD) once.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: htt
In message <4e985ab9-0d98-a160-bdad-fa4924ddc...@freebsd.org>, Niclas
Zeising w
rites:
> On 2016-06-19 07:12, Cy Schubert wrote:
> > In message c
> > om>
> > , Adrian Chadd writes:
> >> i think that's fine for -11. I'd like to just move limits to
to the previous behaviour in that aspect. As for
> the others... I'm not saying each one of those is wrong, but they
> certainly warrant further discussion, especially #2 and #4.
I think #2 is wrong behavior on any UNIX-like or POSIX system.
>
> Basically, what I
ystems that have been upgraded over the years. If nobody
minds, I'd like to assign this to myself, unless of course someone else
wants it...
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
__
Author: cy
Date: Fri Apr 15 03:43:16 2016
New Revision: 298030
URL: https://svnweb.freebsd.org/changeset/base/298030
Log:
Use NULL instead of 0 for pointer comparison.
MFC after:4 weeks
Modified:
head/contrib/ipfilter/bpf_filter.c
head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
Author: cy
Date: Fri Apr 15 03:45:09 2016
New Revision: 298031
URL: https://svnweb.freebsd.org/changeset/base/298031
Log:
Static pointers need not be initialized.
MFC after:4 weeks
Modified:
head/contrib/ipfilter/mli_ipl.c
Modified: head/contrib/ipfilter/mli_ipl.c
=
Should we MFC this too?
Sent from my cellphone,
~Cy
-Original Message-
From: Baptiste Daroussin
Sent: 20/04/2016 14:23
To: src-committ...@freebsd.org; svn-src-...@freebsd.org;
svn-src-head@freebsd.org
Subject: svn commit: r298378 - head/usr.bin/localedef
Author: bapt
Date: Wed Apr 20 21
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-...@freebsd.org;
svn-src-head@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.
>
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: http://bugs.ntp.org/show_bug.cgi?id
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
==
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
&g
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: Tue Oct 6 03:41:11 2015
New Revision: 288910
URL: https://svnweb.freebsd.org/changeset/base/288910
Log:
On some interfaces, ipfilter drops UDP packets with zero checkum.
This commit fixes that.
PR: 166372
Submitted by: m...@neon1.net
Reviewed by: Darren Re
Author: cy
Date: Fri Oct 16 14:04:16 2015
New Revision: 289421
URL: https://svnweb.freebsd.org/changeset/base/289421
Log:
Add default leap-seconds file. This should help ntp networks get the
leap second date correct
Updates to the file can be obtained from ftp://time.nist.gov/pub/ or
ft
n expiration of the installed file is imminent (like within
> a month), and only if both ntp and the leapfile feature are enabled and
> stuff like that. It should probably have a configurable list of URLs t
> o fetch from.
Enablement through and rc.conf option possibly? Not that this is
you have leap second info, always
> always always try extra hard to make sure it is as up to date as you
> can get it. Any =E2=80=9Cshort cut=E2=80=9D here is asking for trouble, =
> even if you think
> you can prove that no such trouble is possible.
Would an rc.conf option to use an alt
Agreed, this would be best. There was a suggestion a GSoC person could do
it (though I'm willing to roll up my sleeves if necessary).
--
Cheers,
Cy Schubert or
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
In message <
Author: cy
Date: Sun Oct 18 03:09:03 2015
New Revision: 289480
URL: https://svnweb.freebsd.org/changeset/base/289480
Log:
Really fix ipfilter bug 3600459.
Obtained from:ipfilter cvs repo r1.48.2.25, r1.72 and NetBSD repo r1.4
MFC after:3 days
Modified:
head/sys/contrib/ipfi
l script or C/C++.
--
Cheers,
Cy Schubert or
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
In message <201510180200.t9i20kli062...@slippy.cwsent.com>, Cy Schubert
writes:
> Agreed, this would be best. There was a suggestion a GS
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
Author: cy
Date: Thu Apr 7 01:42:09 2016
New Revision: 297632
URL: https://svnweb.freebsd.org/changeset/base/297632
Log:
Add DTrace probes for packets flagged as bad by ipfilter. All probes
for bad packets are named ipf_fi_bad_*. An example of its use might be:
dtrace -n 'sdt:::ipf_fi_b
till not attached to the build.
>
> Sponsored by: The FreeBSD Foundation
> MFC after: 1 month
>
Thank you.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
__
static void
ata_sort_queue(struct ata_channel *ch, struct ata_request *request)
{
@@ -682,7 +665,6 @@
ch->freezepoint = request;
TAILQ_INSERT_AFTER(&ch->ata_queue, this, request, chain);
}
-#endif
const char *
ata_cmd2str(struct ata_request *request)
@@ -798,7 +780,6 @@
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
> >
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 ve
t;< (32 - bits));
> }
> - }
> #endif
> + }
> }
>
Thanks.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
svn-
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 (mentor)
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: head
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:
head/sys/contrib/ipfilter/net
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: head/sy
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 (blanket
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:
head/contrib/ipfilter/ip_fil.
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
head/
Author: cy
Date: Sun Jan 1 10:37:10 2017
New Revision: 311005
URL: https://svnweb.freebsd.org/changeset/base/311005
Log:
Fix up grammar.
MFC after:3 days
Modified:
head/usr.sbin/ntp/doc/ntp.conf.5
Modified: head/usr.sbin/ntp/doc/ntp.conf.5
==
(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
Author: cy
Date: Wed Jan 25 20:59:23 2017
New Revision: 312780
URL: https://svnweb.freebsd.org/changeset/base/312780
Log:
Remove extraneous blank line.
MFC after:2 weeks
X-MFC with: r312777
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contrib/ipfilter/tools/ipf.c
=
Author: cy
Date: Thu Jan 26 01:24:05 2017
New Revision: 312787
URL: https://svnweb.freebsd.org/changeset/base/312787
Log:
Currently the fragment info is placed at the top of the linked list
under a shared read lock. This patch attempts to upgrade the lock to
an exclusive write lock. If the e
In message <20170126144726.u1...@besplex.bde.org>, Bruce Evans writes:
> On Wed, 25 Jan 2017, Cy Schubert wrote:
>
> > Log:
> > Remove extraneous blank line.
> >
> > MFC after: 2 weeks
> > X-MFC with:r312777
> >
> > Modified:
&
Author: cy
Date: Thu Jan 26 04:51:48 2017
New Revision: 312791
URL: https://svnweb.freebsd.org/changeset/base/312791
Log:
Use normal KNF cuddling of elses.
Reported by: bde
MFC after:2 weeks
X-MFC with: r312777
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contri
Author: cy
Date: Fri Jan 27 14:12:34 2017
New Revision: 312886
URL: https://svnweb.freebsd.org/changeset/base/312886
Log:
Fix lookup of original destination address when using a redirect rule.
Transparent proxying, e.g. to squid, is an example of this.
Obtained from:NetBSD ip_nat.
> m->m_len = ri->iri_frags[0].irf_len;
> } else {
> m = assemble_segments(rxq, ri);
>
> Modified: head/sys/net/iflib.h
> =
> =
> --- head/sys/net/iflib.h
In message <201701280719.v0s7jnmf087...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno
> writes:
> > Author: sbruno
> > Date: Fri Jan 27 23:08:06 2017
> > New Revision: 312905
> > URL:
Cy Schubert writes:
> In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno
> writes:
> > Author: sbruno
> > Date: Fri Jan 27 23:08:06 2017
> > New Revision: 312905
> > URL: https://svnweb.freebsd.org/changeset/base/312905
> >
> >
rotected-headers="v1"
> From: Sean Bruno
> To: Cy Schubert
> Cc: src-committ...@freebsd.org, svn-src-...@freebsd.org,
> svn-src-head@freebsd.org
> Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org>
> Subject: Re: svn commit: r312905 - head/sys/net
>
rotected-headers="v1"
> From: Sean Bruno
> To: Cy Schubert
> Cc: src-committ...@freebsd.org, svn-src-...@freebsd.org,
> svn-src-head@freebsd.org
> Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org>
> Subject: Re: svn commit: r312905 - head/sys/net
>
Author: cy
Date: Mon Jan 30 04:51:18 2017
New Revision: 312982
URL: https://svnweb.freebsd.org/changeset/base/312982
Log:
Correct comment grammar and make it easier to understand.
MFC after:1 week
Modified:
head/sys/netinet/tcp_output.c
Modified: head/sys/netinet/tcp_output.c
==
explodes, 1949
>
Does this file still need to be in FreeBSD? It may have been a novelty back
in the day but IMO calendar.history has nothing to do with BSD, computers
or anything else of interest to FreeBSD. At the very least this file should
be moved to ports or better yet, removed entirely.
rdon Bergling wrote:
> > On Tue, Sep 22, 2020 at 09:01:46PM +0300, Andriy Gapon wrote:
> > > On 22/09/2020 06:06, Conrad Meyer wrote:
> > > > Big ol plus one from me.
> > > >=20
> > > > On Mon, Sep 21, 2020 at 4:16 PM Cy Schubert m> wrote:
> &
Author: cy
Date: Sun Sep 27 18:39:09 2020
New Revision: 366202
URL: https://svnweb.freebsd.org/changeset/base/366202
Log:
Continuing the effort started in r343701, #ifdef cleanup, remove
never to be used again checks.
MFC after:1 week
Modified:
head/contrib/ipfilter/ipsend/iptests.
Author: cy
Date: Sun Sep 27 18:39:12 2020
New Revision: 366203
URL: https://svnweb.freebsd.org/changeset/base/366203
Log:
Remove Linux and IRIX specific files.
MFC after:1 week
Deleted:
head/contrib/ipfilter/ipsend/larp.c
head/contrib/ipfilter/ipsend/linux.h
head/contrib/ipfilter
Author: cy
Date: Sun Sep 27 18:39:15 2020
New Revision: 366204
URL: https://svnweb.freebsd.org/changeset/base/366204
Log:
Remove extraneous bracket.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_proxy.h
Modified: head/sys/contrib/ipfilter/netinet/ip_proxy.h
===
Author: cy
Date: Wed Sep 30 08:26:00 2020
New Revision: 366285
URL: https://svnweb.freebsd.org/changeset/base/366285
Log:
Resurrect ipfilter's getifname, replacing the stub with the real
function.
MFC after:2 months
Modified:
head/contrib/ipfilter/lib/getifname.c
Modified: head/co
Author: cy
Date: Wed Sep 30 08:26:22 2020
New Revision: 366286
URL: https://svnweb.freebsd.org/changeset/base/366286
Log:
ipfilter getifname ifdef cleanup.
MFC after:2 months
Modified:
head/contrib/ipfilter/lib/getifname.c
Modified: head/contrib/ipfilter/lib/getifname.c
Author: cy
Date: Wed Sep 30 08:26:25 2020
New Revision: 366287
URL: https://svnweb.freebsd.org/changeset/base/366287
Log:
Continued ipfilter #ifdef cleanup. The r343701 log entry contains a
complete description.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_nat.c
erated.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: https://FreeBSD.org
NTP: Web: https://nwtime.org
The need of the many outweighs the greed of the few.
In message <202010012328.091nslq2085...@repo.freebsd.org>, Matt Macy writes:
> Author: mmacy
> Date
block_asm.S)
> > ACFLAGS+= -DELF -Wa,--noexecstack
> > .endif
> >
>
> We need some kind of magic to walk across this for -DNO_CLEAN builds
> -- skein_block.c has no reason to get rebuilt, but we need it to
> because we're now defining SKEIN_USE_ASM=1792, which wil
rnel: link_elf_obj: symbol
acpi_video_get_backlight_type undefined
Oct 2 18:23:58 slippy kernel: Warning: memory type debugfsint leaked
memory on destroy (2 allocations, 80 bytes leaked).
Oct 2 18:23:59 slippy kernel: linker_load_file: /boot/modules/i915kms.ko -
unsupported file type
And this is also
In message <50246694-58eb-0a68-7c9f-309ae2777...@freebsd.org>, Jung-uk Kim writ
es:
>
> On 20. 10. 3., Cy Schubert wrote:
> > In message c
> > om>
> > , Mateusz Guzik writes:
> >> On 10/2/20, Emmanuel Vadot wrote:
> >>> Author: manu
> >
In message <20201003103357.24c2f3201ab4b2637fb8e...@bidouilliste.com>,
Emmanuel
Vadot writes:
> On Fri, 02 Oct 2020 21:12:01 -0700
> Cy Schubert wrote:
>
> > In message c
> > om>
> > , Mateusz Guzik writes:
> > > On 10/2/20, Emmanuel Vadot wrote:
901 - 997 of 997 matches
Mail list logo