Author: cy
Date: Wed May 9 02:02:58 2018
New Revision: 92
URL: https://svnweb.freebsd.org/changeset/base/92
Log:
Fix memory leak. (CID 1199373).
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_dstlist.c
Modified: head/sys/contrib/ipfilter/netinet/ip_dstlist.
Author: cy
Date: Wed May 9 02:07:09 2018
New Revision: 93
URL: https://svnweb.freebsd.org/changeset/base/93
Log:
Document intentional fallthrough. (CID 976535)
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fil
Author: cy
Date: Wed May 9 19:05:27 2018
New Revision: 333427
URL: https://svnweb.freebsd.org/changeset/base/333427
Log:
Fix style error introduced in r93.
Reported by: jhb, imp, phk
MFC after:6 days
X-MFC with: r93
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
M
In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
> On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > Author: cy
> > Date: Wed May 9 02:07:09 2018
> > New Revision: 93
> > URL: https://svnweb.freebsd.org/changeset/base/33
e other instances of that style in ipfilter already (and none others
> >using this comment style).
>
> Not to mention that code analysis tools like lint, FlexeLint, Coverity etc
> expect /* FALLTHROUGH */ comments.
Thanks everyone. Just fixed in r333427.
--
Cheers,
Cy Schubert
FreeBS
In message <201805091907.w49j7y0l003...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
> > On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > > Author: cy
> > > Date: Wed May 9 0
Author: cy
Date: Sun May 14 21:18:01 2017
New Revision: 318281
URL: https://svnweb.freebsd.org/changeset/base/318281
Log:
Separate the ipfilter function/static string from the error with a
colon (:) in error messages to assist the user in parsing out the error
from where or which object the
Author: cy
Date: Sun May 14 23:45:10 2017
New Revision: 318283
URL: https://svnweb.freebsd.org/changeset/base/318283
Log:
As of r318281, there is no need to put a colon (:) in the message
string.
MFC after:3 days
X-MFC with: r318281
Modified:
head/contrib/ipfilter/lib/printhash
Author: cy
Date: Mon May 15 03:39:35 2017
New Revision: 318284
URL: https://svnweb.freebsd.org/changeset/base/318284
Log:
Just like r318173, which was for outputting IPv6 addresses in tree
pools, implement outputting of IPv6 addresses in the ippool debug list
of hash type pools (ippool -l -d
Author: cy
Date: Tue May 16 02:48:46 2017
New Revision: 318333
URL: https://svnweb.freebsd.org/changeset/base/318333
Log:
Implement ippool command line IPv6 address parse support (for the -i
option).
PR: 218433
Modified:
head/contrib/ipfilter/tools/ippool.c
Modified: head/co
Author: cy
Date: Sat May 20 16:58:48 2017
New Revision: 318578
URL: https://svnweb.freebsd.org/changeset/base/318578
Log:
Fix non-recoverable name resolution failures due to negative cache
entries never expiring. This patch honours the negative cache timeout.
To test/experience the failur
Author: cy
Date: Sat May 20 18:16:26 2017
New Revision: 318588
URL: https://svnweb.freebsd.org/changeset/base/318588
Log:
Fix up two assertions following malloc(). vangyzen@ notified me of
the second one. The first one is fixed as well.
Reported by: vangyzen@
MFC after:1 week
Modi
Author: cy
Date: Mon May 22 03:01:35 2017
New Revision: 318606
URL: https://svnweb.freebsd.org/changeset/base/318606
Log:
Refactor & compact struct i6addr_t #ifdef: remove redundant structure
definintion when USE_INET6 is false.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/
Author: cy
Date: Tue May 23 14:38:59 2017
New Revision: 318745
URL: https://svnweb.freebsd.org/changeset/base/318745
Log:
Remove redundant variable declaration.
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: Wed May 24 14:36:51 2017
New Revision: 318789
URL: https://svnweb.freebsd.org/changeset/base/318789
Log:
Ifdef out a redundant if statement when LARGE_NAT is disabled.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_nat.c
Modified: head/sys/contrib/i
t. So this
> bug is limited to -m src|null|tar.
Hi Bryan,
If do you choose to fix this, please provide a facility to override the
liberal rebuilds. I for one know when I need to blow away all my package
repos and start from scratch, which BTW I commenc
Author: cy
Date: Sat May 27 18:01:14 2017
New Revision: 318998
URL: https://svnweb.freebsd.org/changeset/base/318998
Log:
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
MFC after:1 w
Author: cy
Date: Mon May 29 07:15:28 2017
New Revision: 319099
URL: https://svnweb.freebsd.org/changeset/base/319099
Log:
Revert r318789. It causes hanging NAT tcp sessions.
Modified:
head/sys/contrib/ipfilter/netinet/ip_nat.c
Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c
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
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
Free
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
lbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4
> QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1
> /LaIFggAlEX4pLTfDUaRsGoxWbGI0DiirmhR1nW74ESXjGXd4u9WSYKfvxK+oGPJ
> LRwxcimGw/v+h8piM102ijsmquE0+NlyyMAYjFNLb9tsZuR+kfzRbDwqiu3FNg8R
> zDnsvo69JHiyoi7r9BJB30Q6P9fZDGBtCrSQ9Up2IUiP
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
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 outweigh
Author: cy
Date: Sat Oct 22 22:27:51 2016
New Revision: 307800
URL: https://svnweb.freebsd.org/changeset/base/307800
Log:
Sources from the "current" build tree and generated sources in the
object tree should be used instead of sources and headers from the
already installed source tree on the
Author: cy
Date: Sat Oct 22 22:29:03 2016
New Revision: 307801
URL: https://svnweb.freebsd.org/changeset/base/307801
Log:
Align whitespace.
MFC after:2 weeks
X-MFC with: r307800
Modified:
head/usr.sbin/amd/amd/Makefile
Modified: head/usr.sbin/amd/amd/Makefile
===
Author: cy
Date: Fri Nov 11 02:42:53 2016
New Revision: 308493
URL: https://svnweb.freebsd.org/changeset/base/308493
Log:
MFV r305100: Update amd from am-utils 6.1.5 to 6.2.
Used extensively on my network over the past month.
Reviewed by: pfg, brooks
Suggested by: pfg
Obtained fro
; platforms?
It builds and runs on i386 here. I'll figure something out tonight.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
svn-src-head@fr
--- amd/include/amq_defs.h (revision 308608)
+++ amd/include/amq_defs.h (working copy)
@@ -66,7 +66,7 @@
/*
* TYPEDEFS
*/
-typedef long *time_type;
+typedef time_t *time_type;
typedef struct amq_mount_info amq_mount_info;
typedef struct amq_map_info amq_map_info;
typedef struct amq_mount
dcard.c:50: error:
previou
s declaration of 'beri_sdcard_disk_print' was here
/home/cy/current/sys/boot/mips/beri/loader/beri_disk_sdcard.c: In function
'beri
_sdcard_disk_print':
/home/cy/current/sys/boot/mips/beri/loader/beri_disk_sdcard.c: In function
'ber
Author: cy
Date: Mon Nov 14 00:33:03 2016
New Revision: 308619
URL: https://svnweb.freebsd.org/changeset/base/308619
Log:
Fix mips 32-bit buildworld.
Reported by: adrian
MFC after:6 weeks
X-MFC with: r308493
Modified:
head/contrib/amd/amd/readdir.c
head/contrib/amd/amq/amq.c
,
> .Xr hv_storvsc 4 ,
> .Xr hv_utils 4
>
>
This causes a build failure:
make[5]: make[5]: don't know how to make hv_ata_pci_disengage.4. Stop
make[5]: stopped in /opt/src/svn-current/share/man/man4
*** [all_subdir_share/man/man4] Error code 2
You'll need to remove its re
; >
> > make[5]: stopped in /opt/src/svn-current/share/man/man4
> > *** [all_subdir_share/man/man4] Error code 2
> >
> > You'll need to remove its reference from the Makefile.
>
> Hi Cy,
>
> Thank you for reporting this! I committed a fix just now.
Thanks fo
= 0
||
-validate_number_field(header->rdevmajor,
sizeof(header->rdevmajor)) == 0 ||
-validate_number_field(header->rdevminor,
sizeof(header->rdevminor)) == 0)) {
- bid = 0;
+ if (bid > 0 &
In message <201612020225.ub22piql039...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201611292214.uatmegqh079...@repo.freebsd.org>, Martin Matuska
> write
> s:
> > Author: mm
> > Date: Tue Nov 29 22:14:42 2016
> > New Revision: 309300
> > U
Author: cy
Date: Fri Oct 4 22:10:38 2019
New Revision: 353116
URL: https://svnweb.freebsd.org/changeset/base/353116
Log:
Add missing definition in DEBUG code.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/radix_ipf.c
Modified: head/sys/contrib/ipfilter/netinet/radix_
8a723 in vm_fault_trap (map=0xf80173eb5000,
vaddr=, fault_type=2 '\002',
fault_flags=, signo=0xfe0093e9ca84,
ucode=0xfe0093e9ca80) at /opt/src/svn-current/sys/vm/vm_fault.c:568
#12 0x80a18326 in trap_pfault (frame=0xfe0093e9cac0,
signo=, ucode=
In message <201910070406.x9746n0u009...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201910062213.x96mdzv3085...@repo.freebsd.org>, Mateusz Guzik
> writes
> :
> > Author: mjg
> > Date: Sun Oct 6 22:13:35 2019
> > New Revision: 353149
> > U
ode = 0},
pv_invl_gen = 0}
(kgdb)
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
>
> On 10/7/19, Cy Schubert wrote:
> > In message <201910070406.x9746n0u009...@slippy.cwsent.com>, Cy Schu
;de
v->struct_mutex))
<4>WARN_ON(!mutex_is_locked(&fbc->lock))WARN_ON(!mutex_is_locked(&fbc->
lock))
My servers (no X11) work well with this. It's only drm-current-kmod that
has gas with this rev.
I've cc'd the maintainer of drm-current-kmod (x11@).
--
Che
Agreed. Yes, this fixes it. Thank you for all your work and persistence.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
In message
, Mateusz Guzik writes:
> It's definitely drm, I noted it does not
der they are encountered. That is,
> + * when we encounter the most recently output
> + * zone, we have already printed all preceding
> + * ties, and we must print all following ties.
> +
gt;>> /usr/src/sys/sys/epoch.h:44:10: fatal error: 'opt_epoch.h' file no
> t found
> >> >> >>> #include "opt_epoch.h"
> >> >> >>> ^
> >> >> >>> --- linux_anon_inodes.o ---
> >>
eplying using my phone (K-9 mail), trimming is
so time consuming and error prone (one wrong finger movement and you start
over again, especially while riding the bus to work -- one bump in the road
and I'm guaranteed starting over again) that it's next to impossible. As
much as
.o ---
> > > /usr/src/sys/net/debugnet.c:662:4: error: implicit declaration of
> > > function 'db_printf' is invalid in C99
> > > [-Werror,-Wimplicit-function-declaration] db_printf("%s: Could not
> > > get route for that server.\n", ^ /usr/src/sys/net/debugne
On October 18, 2019 8:54:06 AM PDT, "Hartmann, O."
wrote:
>On Fri, 18 Oct 2019 07:24:12 -0700
>Cy Schubert wrote:
>
>> In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann,
>> O." writes:
>> > --Sig_/QDD9BZgeMM6.TJk
In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O."
writes:
> --Sig_/icZw9PmU7w9Aj=UqDZhZj.c
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: quoted-printable
>
> On Fri, 18 Oct 2019 09:26:51 -0700
> Cy Schubert wrote:
quot;%s: Could not get route for that server.\n",
> __func__);
> error = ENOENT;
> goto cleanup;
>
Thank you.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the m
In message <201910182216.x9img7wo032...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O."
> writes:
> > --Sig_/icZw9PmU7w9Aj=UqDZhZj.c
> > Content-Type: text/plain; charset=US-ASCII
> &g
Author: cy
Date: Sun Oct 27 18:27:25 2019
New Revision: 354129
URL: https://svnweb.freebsd.org/changeset/base/354129
Log:
Remove trailing tab.
MFC after:3 days
Modified:
head/libexec/rc/rc.subr
Modified: head/libexec/rc/rc.subr
===
Author: cy
Date: Sun Nov 3 01:25:46 2019
New Revision: 354269
URL: https://svnweb.freebsd.org/changeset/base/354269
Log:
MFV r354257:
Update sqlite3-3.29.0 (329) --> sqlite3-3.30.1 (3300100)
MFC after:1 month
Modified:
head/contrib/sqlite3/Makefile.msc
head/contrib/sqlite
Author: cy
Date: Mon Nov 4 13:46:21 2019
New Revision: 354334
URL: https://svnweb.freebsd.org/changeset/base/354334
Log:
Document contrib updates:
r354269:
sqlite3 is updated to sqlite3-3.30.1.
r351397:
WPA is updated from 2.8 to 2.9.
Modified:
head/RELNOTES
Modified: head/REL
exact related commit to RELNOTES
>should also be merged unaltered.
>
>The RELNOTES file should state that revision numbers in this file
>are ^/HEAD revision numbers, and that a merge serach may be needed
>to find the branch verson of the MFC.
>
>The ^/head RELNOTES file shoul
Author: cy
Date: Fri Nov 15 16:34:35 2019
New Revision: 354733
URL: https://svnweb.freebsd.org/changeset/base/354733
Log:
Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffers SIGSEGV.
PR: 241421, 241960
Reported by: Vladimir Zakharov ,
dewa...@heur
} -o ${_YC} ${.ALLSRC}
>+ ${YACC} ${YFLAGS} ${YFLAGS.${_YSRC}} -o ${_YC} ${.ALLSRC}
> SRCS+=${_YH}
> CLEANFILES+= ${_YH}
> .endfor
> .else
> ${_YC}: ${_YSRC}
>- ${YACC} ${YFLAGS} -o ${_YC} ${.ALLSRC}
>+ ${YACC} ${YFLAGS} ${YFLAGS.${_YSRC}} -o ${_YC} ${.
at "content" means more like semantic, functional changes
> > that affect some particular meaning. Grammar fixes are just, well,
> > grammar fixes and thus do not warrant .Dd bump.
>
> Indeed, this was always my understanding as well. I can't find a
> concrete d
Author: cy
Date: Thu Nov 21 20:15:22 2019
New Revision: 354978
URL: https://svnweb.freebsd.org/changeset/base/354978
Log:
Chase r344883. ntp is 4.2.8p13.
MFC after:3 days
Modified:
head/usr.sbin/ntp/config.h
Modified: head/usr.sbin/ntp/config.h
==
fi
> +
> if checkyesno ntp_leapfile_fetch_verbose; then
> verbose=echo
> else
> @@ -182,6 +207,11 @@ ntpd_needfetch_leapfile() {
> }
>
> ntpd_fetch_leapfile() {
> +
> + if leapfile_is_disabled; then
> + return
> + fi
Author: cy
Date: Wed Nov 27 20:08:39 2019
New Revision: 355141
URL: https://svnweb.freebsd.org/changeset/base/355141
Log:
Save a little stack by removing a used once intermediate variable.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/
Author: cy
Date: Wed Nov 27 20:08:35 2019
New Revision: 355140
URL: https://svnweb.freebsd.org/changeset/base/355140
Log:
Remove redundant #ifdef'd function definitions.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fi
Author: cy
Date: Wed Nov 27 20:08:42 2019
New Revision: 355142
URL: https://svnweb.freebsd.org/changeset/base/355142
Log:
Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This
FreeBSD-only function should live in the O/S specific source file.
This essentially reverts r349929
101 - 200 of 997 matches
Mail list logo