Author: dougm
Date: Sun Aug 25 07:06:51 2019
New Revision: 351476
URL: https://svnweb.freebsd.org/changeset/base/351476
Log:
vm_map_simplify_entry considers merging an entry with its two
neighbors, and is used in a way so that if entries a and b cannot be
merged, we consider them twice, firs
On 2019-Aug-18 09:19:33 +, Michal Meloun wrote:
> Improve rk_pinctrl driver:
Sorry for the late notice but this breaks my Rock64 (RK3328).
I'm using:
U-Boot 2017.09-rockchip-ayufan-1035-gd646df03ac (Oct 26 2018 - 08:36:01 +)
At r351452, the kernel boot looks like:
...
gic0: mem
0xff8
Author: delphij
Date: Sun Aug 25 07:50:44 2019
New Revision: 351477
URL: https://svnweb.freebsd.org/changeset/base/351477
Log:
GZIO: Update to use zlib 1.2.11.
PR: 229763
Submitted by: Yoshihiro Ota
Differential Revision:https://reviews.freebsd.org/D21408
Modified:
Author: kib
Date: Sun Aug 25 13:26:06 2019
New Revision: 351478
URL: https://svnweb.freebsd.org/changeset/base/351478
Log:
Move OBJT_VNODE specific code from vm_object_terminate() to
vnode_destroy_vobject().
Reviewed by: alc, jeff (previous version), markj
Tested by:pho
Sponsored
Author: cy
Date: Sun Aug 25 13:36:20 2019
New Revision: 351479
URL: https://svnweb.freebsd.org/changeset/base/351479
Log:
MFC r350881:
Calculate the number interface array elements using the new FR_NUM macro
instead of the hard-coded value of 4. This is a precursor to increasing
the num
Author: cy
Date: Sun Aug 25 13:36:20 2019
New Revision: 351479
URL: https://svnweb.freebsd.org/changeset/base/351479
Log:
MFC r350881:
Calculate the number interface array elements using the new FR_NUM macro
instead of the hard-coded value of 4. This is a precursor to increasing
the num
==
--- head/ObsoleteFiles.inc Sun Aug 25 13:36:20 2019(r351479)
+++ head/ObsoleteFiles.inc Sun Aug 25 17:13:00 2019(r351480)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20190825: zlib 1.0.4 removed from kernel
+OLD_FILES+=/usr/include/sys/zlib.h
Author: 0mp (ports committer)
Date: Sun Aug 25 17:55:31 2019
New Revision: 351481
URL: https://svnweb.freebsd.org/changeset/base/351481
Log:
mixer(8): Report an error if the passed value is an empty string
This patch fixes a bug that made the mixer command enter
an infinite loop when inst
Author: hrs
Date: Sun Aug 25 18:46:10 2019
New Revision: 351482
URL: https://svnweb.freebsd.org/changeset/base/351482
Log:
Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load the
kernel module automatically when FreeBSD is running on VMware.
Reviewed by: mp
Different
Author: hrs
Date: Sun Aug 25 18:52:10 2019
New Revision: 351483
URL: https://svnweb.freebsd.org/changeset/base/351483
Log:
Document soft updates journaling and GEOM-based UFS journaling.
Reviewed by: mckusick
Modified:
head/share/man/man7/ffs.7
Modified: head/share/man/man7/ffs.7
=
Hi,
Alan Somers wrote
in <201908231522.x7nfmluj068...@repo.freebsd.org>:
as> Author: asomers
as> Date: Fri Aug 23 15:22:20 2019
as> New Revision: 351423
as> URL: https://svnweb.freebsd.org/changeset/base/351423
as>
as> Log:
as> ping6: Rename options for better consistency with ping
as>
a
Author: hrs
Date: Sun Aug 25 19:27:14 2019
New Revision: 351484
URL: https://svnweb.freebsd.org/changeset/base/351484
Log:
Fix build (r351481).
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote:
>
> Hi,
>
> Alan Somers wrote
> in <201908231522.x7nfmluj068...@repo.freebsd.org>:
>
> as> Author: asomers
> as> Date: Fri Aug 23 15:22:20 2019
> as> New Revision: 351423
> as> URL: https://svnweb.freebsd.org/changeset/base/351423
> as>
> as> L
Author: imp
Date: Sun Aug 25 19:39:31 2019
New Revision: 351485
URL: https://svnweb.freebsd.org/changeset/base/351485
Log:
Fix bogusly declared WERRORs in kernel build
Many arm kernel configs bogusly specified WERROR=-Werror. There's no
reason for this because the default is that and ther
On Sunday, August 25, 2019, Mateusz Guzik wrote:
> Author: mjg
> Date: Sun Aug 25 05:11:43 2019
> New Revision: 351471
> URL: https://svnweb.freebsd.org/changeset/base/351471
>
> Log:
> vfs: add vholdnz (for already held vnodes)
Why?
(Yes, is can read the real reason in phabricator, but the
Author: jhibbits
Date: Sun Aug 25 20:08:48 2019
New Revision: 351486
URL: https://svnweb.freebsd.org/changeset/base/351486
Log:
powerpc/booke: Use the DMAP if possible in pmap_map()
This avoids unnecessary TLB usage for statically mapped regions, such as
vm_page_array.
Modified:
head/s
Alan Somers wrote
in :
as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote:
as> >
as> > Hi,
as> >
as> > Alan Somers wrote
as> > in <201908231522.x7nfmluj068...@repo.freebsd.org>:
as> >
as> > as> Author: asomers
as> > as> Date: Fri Aug 23 15:22:20 2019
as> > as> New Revision: 351423
as> >
Author: jhibbits
Date: Sun Aug 25 20:11:35 2019
New Revision: 351487
URL: https://svnweb.freebsd.org/changeset/base/351487
Log:
powerpc/booke: Clean up pmap a little for 64-bit
64-bit Book-E pmap doesn't need copy and zero bounce pages, nor the mutex.
Don't initialize them or reserve spac
Author: vmaffione
Date: Sun Aug 25 20:16:03 2019
New Revision: 351488
URL: https://svnweb.freebsd.org/changeset/base/351488
Log:
netmap: remove obsolete file
The netmap_pt.c module has become obsolete after
the refactoring that added netmap_kloop.c.
Remove it and unlink it from the buil
On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote:
> Alan Somers wrote
> in :
>
> as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote:
> as> >
> as> > Hi,
> as> >
> as> > Alan Somers wrote
> as> > in <201908231522.x7nfmluj068...@repo.freebsd.org>:
> as> >
> as> > as> Author: asomers
> as>
Author: dim
Date: Sun Aug 25 20:29:50 2019
New Revision: 351489
URL: https://svnweb.freebsd.org/changeset/base/351489
Log:
Import missed sources for lldb-specific TableGen tool.
Added:
vendor/lldb/dist/utils/
vendor/lldb/dist/utils/TableGen/
vendor/lldb/dist/utils/TableGen/LLDBOptionDefEm
Author: dim
Date: Sun Aug 25 20:32:48 2019
New Revision: 351490
URL: https://svnweb.freebsd.org/changeset/base/351490
Log:
Remove tag for lldb trunk r366426, for re-tagging.
Deleted:
vendor/lldb/lldb-trunk-r366426/
___
svn-src-all@freebsd.org mailin
Author: dim
Date: Sun Aug 25 20:33:56 2019
New Revision: 351491
URL: https://svnweb.freebsd.org/changeset/base/351491
Log:
Re-tag stripped llvm trunk r366426 (just before the release_90 branch
point).
Added:
vendor/lldb/lldb-trunk-r366426/
- copied from r351490, vendor/lldb/dist/
_
Author: kib
Date: Sun Aug 25 20:57:39 2019
New Revision: 351494
URL: https://svnweb.freebsd.org/changeset/base/351494
Log:
amd64: If domain-local page for pcpu cannot be allocated, keep use
existing one.
Allocation failure is possible for instance when cpu domain has no memory.
Repor
Author: kib
Date: Sun Aug 25 21:01:40 2019
New Revision: 351495
URL: https://svnweb.freebsd.org/changeset/base/351495
Log:
amd64: loose constraints on the APs dpcpu and nmi/dbg stack allocations.
Use DOMAINSET_PREF() instead of DOMAINSET_FIXED(), to gracefully
fallback in case of memory-l
Author: markj
Date: Sun Aug 25 21:14:46 2019
New Revision: 351496
URL: https://svnweb.freebsd.org/changeset/base/351496
Log:
Handle UMA_ANYDOMAIN in kstack_import().
The kernel thread stack zone performs first-touch allocations by
default, and must handle the case where the local memory d
Author: imp
Date: Sun Aug 25 22:06:26 2019
New Revision: 351498
URL: https://svnweb.freebsd.org/changeset/base/351498
Log:
Replace -Werror with ${WERROR} in pmcstudy
Modified:
head/usr.sbin/pmcstudy/Makefile
Modified: head/usr.sbin/pmcstudy/Makefile
==
Author: imp
Date: Sun Aug 25 22:06:17 2019
New Revision: 351497
URL: https://svnweb.freebsd.org/changeset/base/351497
Log:
Replace -Werror with ${WERROR} in module builds
Modified:
head/sys/modules/linux/Makefile
head/sys/modules/linux64/Makefile
Modified: head/sys/modules/linux/Makefile
=
Author: mjg
Date: Sun Aug 25 22:30:18 2019
New Revision: 351499
URL: https://svnweb.freebsd.org/changeset/base/351499
Log:
vfs: swap vop_unlock_post and vop_unlock_pre definitions to the logical order
The change is no-op.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/v
Hi Alan, Hiroki,
It would be pretty easy to install a `ping6` link to the `ping(8)`
binary with different option parsing (conditional on argv[0]). That
removes most of the issues of code and space duplication, I think?
And the goal would be for the 'ping6' name to retain option
compatibility with
Author: delphij
Date: Sun Aug 25 23:51:44 2019
New Revision: 351500
URL: https://svnweb.freebsd.org/changeset/base/351500
Log:
Import vendor commit 38e8ce32afbaa82f67d992b9f3056f281fe69259:
Author: Mark Adler
Date: Sun Jan 22 23:38:52 2017 -0800
Fix CLEAR_HASH macro to be usa
Jan (please keep him CCed on replies) has been musing about the same
thing. That might satisfy everyone. Jan, would it be straightforward
to implement?
-Alan
On Sun, Aug 25, 2019 at 5:51 PM Conrad Meyer wrote:
>
> Hi Alan, Hiroki,
>
> It would be pretty easy to install a `ping6` link to the `pi
Hi Alan and Conrad,
I agree with the idea having ping6(8) as a hardlink to ping(8) to
provide the historical ping6(8) behavior.
Alan Somers wrote
in :
as> Jan (please keep him CCed on replies) has been musing about the same
as> thing. That might satisfy everyone. Jan, would it be straight
Author: delphij
Date: Mon Aug 26 00:46:39 2019
New Revision: 351501
URL: https://svnweb.freebsd.org/changeset/base/351501
Log:
MFV r351500: Fix CLEAR_HASH macro to be usable as a single statement.
MFC after:2 weeks
Modified:
head/sys/contrib/zlib/deflate.c
Directory Properties:
he
On Mon, Aug 26, 2019 at 04:20:56AM +0900, Hiroki Sato wrote:
> Hi,
>
> Alan Somers wrote
> in <201908231522.x7nfmluj068...@repo.freebsd.org>:
>
> as> Author: asomers
> as> Date: Fri Aug 23 15:22:20 2019
> as> New Revision: 351423
> as> URL: https://svnweb.freebsd.org/changeset/base/351423
> as
[ Charset UTF-8 unsupported, converting... ]
> On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote:
>
> > Alan Somers wrote
> > in :
> >
> > as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote:
> > as> >
> > as> > Hi,
> > as> >
> > as> > Alan Somers wrote
> > as> > in <201908231522.x7nfmluj0
On Sun, Aug 25, 2019 at 6:47 PM Shawn Webb wrote:
> I wonder if something like this could be done:
Something like it could be; I suggested so two hours ago.
> Somewhere in ping(8):
> bool ping6_compat;
> if (strcmp(argv[0], "ping6")) {
> ping6_compat = true;
You've gotten the sense of t
Hello,
I can implement it. I suppose that ping6's manual page should be kept it
this case.
I was also thinking about printing a warning for each option renamed to
lead a willing user to use the new unified option set of ping. It could
be either only with -v, or by default and suppressed with
On Sun, Aug 25, 2019, 10:35 PM Jan Sucan wrote:
> Hello,
>
> I can implement it. I suppose that ping6's manual page should be kept it
> this case.
>
The differences are small enough you may be able to combine man pages.
I was also thinking about printing a warning for each option renamed to
> l
In message <201908260229.x7q2tmsm074...@gndrsh.dnsmgr.net>, "Rodney W.
Grimes"
writes:
> [ Charset UTF-8 unsupported, converting... ]
> > On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote:
> >
> > > Alan Somers wrote
> > > in
> :
> > >
> > > as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wro
Author: delphij
Date: Mon Aug 26 06:41:17 2019
New Revision: 351502
URL: https://svnweb.freebsd.org/changeset/base/351502
Log:
Comment boot block checks and perform additional sanity checks:
The following checks are now being enforced:
- bpbBytesPerSec: only accept 512, 1024, 2048 and
41 matches
Mail list logo