svn commit: r344270 - stable/12/share/termcap

2019-02-18 Thread Ben Widawsky
Author: bwidawsk Date: Tue Feb 19 02:26:47 2019 New Revision: 344270 URL: https://svnweb.freebsd.org/changeset/base/344270 Log: MFC r344043: termcap: Add an entry for kitty The project is here: https://github.com/kovidgoyal/kitty/ I created a port (which now needs updating):

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Patrick Kelsey
On Mon, Feb 18, 2019 at 3:15 PM Warner Losh wrote: > > > On Mon, Feb 18, 2019 at 10:51 AM Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > >> > On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: >> > >> > > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: >> > > > > On 18 Feb

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Andrey V. Elsukov
18.02.2019 16:09, Toomas Soome пишет: >> This restores the old functionality by resetting d_offset to the start >> of the raw slice after disk_open() returns. For good measure, d_partition >> is also set back to -1, although that doesn't currently affect anything. >> >> I would have preferred

Re: svn commit: r344188 - in head: lib/libc/sys sys/vm

2019-02-18 Thread Gleb Smirnoff
Bruce, On Sun, Feb 17, 2019 at 02:58:43AM +1100, Bruce Evans wrote: B> This is only a rollback for the vnode pager pbufs sub-pool. Total B> resource usage (preallocated kva and maximum on RAM that can be mapped B> into this kva) is still about 5/2 times higher than before in my B>

svn commit: r344269 - head/lib/libmemstat

2019-02-18 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 18 21:27:13 2019 New Revision: 344269 URL: https://svnweb.freebsd.org/changeset/base/344269 Log: With r343051 UMA switched from atomic counts to counter(9) and now kernel reports snap counts of how much a zone alloced and how much it freed. It may happen that

svn commit: r344268 - head/stand/common

2019-02-18 Thread Toomas Soome
Author: tsoome Date: Mon Feb 18 20:29:19 2019 New Revision: 344268 URL: https://svnweb.freebsd.org/changeset/base/344268 Log: loader: ptable_close() should check its argument If the passed in table is NULL, just return. Modified: head/stand/common/part.c Modified:

Re: svn commit: r344157 - stable/12/lib/libc/x86/sys

2019-02-18 Thread Herbert J. Skuhra
On Mon, Feb 18, 2019 at 04:03:05PM +0200, Konstantin Belousov wrote: > On Mon, Feb 18, 2019 at 12:37:45PM +0100, Herbert J. Skuhra wrote: > > On Mon, Feb 18, 2019 at 09:58:14AM +0200, Konstantin Belousov wrote: > > > On Sun, Feb 17, 2019 at 11:22:48PM +0100, Herbert J. Skuhra wrote: > > > > On

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 10:51 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: > > > > > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > > > > > Author: ian

svn commit: r344267 - head/sys/arm/freescale/imx

2019-02-18 Thread Ian Lepore
Author: ian Date: Mon Feb 18 19:50:53 2019 New Revision: 344267 URL: https://svnweb.freebsd.org/changeset/base/344267 Log: Add a compatible string to match recent changes in the upstream dts. Modified: head/sys/arm/freescale/imx/imx6_snvs.c Modified: head/sys/arm/freescale/imx/imx6_snvs.c

svn commit: r344266 - stable/11/stand/libsa

2019-02-18 Thread Kyle Evans
Author: kevans Date: Mon Feb 18 19:16:14 2019 New Revision: 344266 URL: https://svnweb.freebsd.org/changeset/base/344266 Log: MFC r332170, r332173: light cd9660 cleanup r332170: libsa: cd9660: warning: 'lenskip' may be used uninitialized in this function We better provide value for

svn commit: r344265 - stable/11/stand/zfs

2019-02-18 Thread Kyle Evans
Author: kevans Date: Mon Feb 18 19:13:28 2019 New Revision: 344265 URL: https://svnweb.freebsd.org/changeset/base/344265 Log: MFC r329727-r329728: lualoader ZFS BE Support r329727: stand/zfs: Add all bootenvs to environment For the benefit of lualoader, add all bootenvs to

svn commit: r344264 - head/lib/clang/libllvmminimal

2019-02-18 Thread Dimitry Andric
Author: dim Date: Mon Feb 18 19:07:15 2019 New Revision: 344264 URL: https://svnweb.freebsd.org/changeset/base/344264 Log: Add one additional file to libllvmminimal, since in some cases (e.g. upgrading from stable/10 to stable/11) symbols from it are needed to link llvm-tblgen and

svn commit: r344263 - stable/11/sbin/mdmfs

2019-02-18 Thread Brooks Davis
Author: brooks Date: Mon Feb 18 18:57:52 2019 New Revision: 344263 URL: https://svnweb.freebsd.org/changeset/base/344263 Log: MFC r344023: mdmfs: Fix many bugs in automatic md(4) creation. This code allocated a correctly sized buffer, read past the end of the source buffer, writing

svn commit: r344262 - stable/12/sbin/mdmfs

2019-02-18 Thread Brooks Davis
Author: brooks Date: Mon Feb 18 18:44:20 2019 New Revision: 344262 URL: https://svnweb.freebsd.org/changeset/base/344262 Log: MFC r344023: mdmfs: Fix many bugs in automatic md(4) creation. This code allocated a correctly sized buffer, read past the end of the source buffer, writing

svn commit: r344261 - head/contrib/libc++/include

2019-02-18 Thread Dimitry Andric
Author: dim Date: Mon Feb 18 18:34:13 2019 New Revision: 344261 URL: https://svnweb.freebsd.org/changeset/base/344261 Log: Pull in r345199 from upstream libc++ trunk (by Petr Hosek): Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are floating-point types."

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Rodney W. Grimes
> On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: > > > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > > > Author: ian > > > > Date: Sun Feb 17 23:32:09 2019 > > > > New Revision: 344238 > > > > URL:

svn commit: r344260 - head/stand/uboot/common

2019-02-18 Thread Ian Lepore
Author: ian Date: Mon Feb 18 17:12:30 2019 New Revision: 344260 URL: https://svnweb.freebsd.org/changeset/base/344260 Log: Allow the u-boot loaderdev env var to be formatted in the "usual" loader(8) way: device[s|p]. E.g., disk0s2a or disk3p12. The code first tries to parse the variable in

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Toomas Soome via svn-src-all
> On 18 Feb 2019, at 18:25, Warner Losh wrote: > > > > On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore > wrote: > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > Author: ian > > > Date: Sun Feb 17

Re: svn commit: r344021 - head/share/man/man7

2019-02-18 Thread Edward Napierala
niedz., 17 lut 2019 o 16:05 Enji Cooper napisał(a): > > > > On Feb 17, 2019, at 04:17, Jan Beich wrote: > > > > Edward Tomasz Napierala writes: > > > >> ... while the > >> +.Em quarterly > > > > .Em looks unnecessary as "the" is enough. /quarterly is a package set > > (or repository), not an

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > Author: ian > > > Date: Sun Feb 17 23:32:09 2019 > > > New Revision: 344238 > > > URL:

Re: svn commit: r344243 - head/stand/lua

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 12:17 AM Devin Teske wrote: > > > > On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: > > > > We did a lot of that traditionally in the FORTH loader too, and weren't > always that good about it. > > Uh, no. I only clear regions of the screen by positioning the cursor using

svn commit: r344259 - stable/12/sbin/bectl/tests

2019-02-18 Thread Kyle Evans
Author: kevans Date: Mon Feb 18 16:11:11 2019 New Revision: 344259 URL: https://svnweb.freebsd.org/changeset/base/344259 Log: MFC r343543: bectl(8) test: Force destroy the zpool in cleanup This is a wild guess as to why bectl tests failed once upon a time in CI, given no apparent way to

svn commit: r344258 - stable/11/usr.sbin/nscd

2019-02-18 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Feb 18 16:03:48 2019 New Revision: 344258 URL: https://svnweb.freebsd.org/changeset/base/344258 Log: MFC r339214: Remove BUGS section from nscd.conf(5) man page. This was missed in r339194. Sponsored by: DARPA, AFRL Modified:

svn commit: r344257 - stable/11/usr.sbin/nscd

2019-02-18 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Feb 18 16:02:50 2019 New Revision: 344257 URL: https://svnweb.freebsd.org/changeset/base/344257 Log: MFC r339194: Remove the BUGS section of nscd(8) man page. According to bushman@'s reponse quoted in PR, he no longer maintains it. PR: 210590

svn commit: r344256 - head/sys/amd64/amd64

2019-02-18 Thread Konstantin Belousov
Author: kib Date: Mon Feb 18 16:02:00 2019 New Revision: 344256 URL: https://svnweb.freebsd.org/changeset/base/344256 Log: amd64: cleanup pmap_init_pat(). The pmap_works variable is always true for amd64. Remove it, the branch in the initialization taken when false, and corresponding

svn commit: r344255 - head/stand/uboot/common

2019-02-18 Thread Ian Lepore
Author: ian Date: Mon Feb 18 15:28:12 2019 New Revision: 344255 URL: https://svnweb.freebsd.org/changeset/base/344255 Log: Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'. Modified: head/stand/uboot/common/main.c Modified: head/stand/uboot/common/main.c

svn commit: r344254 - head/stand/uboot/common

2019-02-18 Thread Ian Lepore
Author: ian Date: Mon Feb 18 15:09:19 2019 New Revision: 344254 URL: https://svnweb.freebsd.org/changeset/base/344254 Log: Use DEV_TYP_NONE instead of -1 to indicate no device was specified. DEV_TYP_NONE has a value of zero, which makes more sense since the device type is a bunch of bits

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Ian Lepore
On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > Author: ian > > Date: Sun Feb 17 23:32:09 2019 > > New Revision: 344238 > > URL: https://svnweb.freebsd.org/changeset/base/344238 > > > > Log: > > Restore loader(8)'s ability for

svn commit: r344253 - head/sys/dev/netmap

2019-02-18 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Feb 18 14:21:41 2019 New Revision: 344253 URL: https://svnweb.freebsd.org/changeset/base/344253 Log: netmap: don't schedule kqueue notify task when kqueue is not used This change adds a counter (kqueue_users) to keep track of how many kqueue users are

Re: svn commit: r344157 - stable/12/lib/libc/x86/sys

2019-02-18 Thread Konstantin Belousov
On Mon, Feb 18, 2019 at 12:37:45PM +0100, Herbert J. Skuhra wrote: > On Mon, Feb 18, 2019 at 09:58:14AM +0200, Konstantin Belousov wrote: > > On Sun, Feb 17, 2019 at 11:22:48PM +0100, Herbert J. Skuhra wrote: > > > On Sun, 17 Feb 2019 22:19:16 +0100, Konstantin Belousov wrote: > > > > > > > > On

svn commit: r344252 - head/sys/conf

2019-02-18 Thread Ruslan Bukin
Author: br Date: Mon Feb 18 13:14:53 2019 New Revision: 344252 URL: https://svnweb.freebsd.org/changeset/base/344252 Log: Avoid orphan sections between __bss_start and .(s)bss. Ensure __bss_start is associated with the next section in case orphan sections are placed directly after

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Toomas Soome via svn-src-all
> On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > Author: ian > Date: Sun Feb 17 23:32:09 2019 > New Revision: 344238 > URL: https://svnweb.freebsd.org/changeset/base/344238 > > Log: > Restore loader(8)'s ability for lsdev to show partitions within a bsd slice. > > I'm pretty sure this

Re: svn commit: r341825 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contr

2019-02-18 Thread Charlie Li via svn-src-all
On 18/02/2019 06:49, Dimitry Andric wrote: > On 18 Feb 2019, at 12:40, Charlie Li via freebsd-toolchain wrote: >> >> On 11/12/2018 14:05, Dimitry Andric wrote: >>> head/contrib/libc++/include/type_traits >>> >> The change to the above named file breaks building any C++ code >> containing _Float16

Re: svn commit: r341825 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contr

2019-02-18 Thread Dimitry Andric
On 18 Feb 2019, at 12:40, Charlie Li via freebsd-toolchain wrote: > > On 11/12/2018 14:05, Dimitry Andric wrote: >> head/contrib/libc++/include/type_traits >> > The change to the above named file breaks building any C++ code > containing _Float16 with devel/llvm80-8.0.0.r2 (and probably

Re: svn commit: r341825 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contr

2019-02-18 Thread Charlie Li via svn-src-all
On 11/12/2018 14:05, Dimitry Andric wrote: > head/contrib/libc++/include/type_traits > The change to the above named file breaks building any C++ code containing _Float16 with devel/llvm80-8.0.0.r2 (and probably later, but not 8.0.0.r1 or any earlier LLVM) on head (but not

Re: svn commit: r344157 - stable/12/lib/libc/x86/sys

2019-02-18 Thread Herbert J. Skuhra
On Mon, Feb 18, 2019 at 09:58:14AM +0200, Konstantin Belousov wrote: > On Sun, Feb 17, 2019 at 11:22:48PM +0100, Herbert J. Skuhra wrote: > > On Sun, 17 Feb 2019 22:19:16 +0100, Konstantin Belousov wrote: > > > > > > On Sun, Feb 17, 2019 at 10:07:09PM +0100, Herbert J. Skuhra wrote: > > > > On

svn commit: r344251 - stable/12/sys/netpfil/ipfw

2019-02-18 Thread Andrey V. Elsukov
Author: ae Date: Mon Feb 18 10:51:27 2019 New Revision: 344251 URL: https://svnweb.freebsd.org/changeset/base/344251 Log: MFC r344018: Remove `set' field from state structure and use set from parent rule. Initially it was introduced because parent rule pointer could be freed, and

svn commit: r344250 - stable/11/usr.sbin/jail

2019-02-18 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Mon Feb 18 10:13:52 2019 New Revision: 344250 URL: https://svnweb.freebsd.org/changeset/base/344250 Log: MFC: r343164 Clarify error messages a bit. X-Found-With: r343112 Reviewed by: eugen (implicitly, when r343112 analysis) Modified:

svn commit: r344249 - stable/12/usr.sbin/jail

2019-02-18 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Mon Feb 18 10:11:26 2019 New Revision: 344249 URL: https://svnweb.freebsd.org/changeset/base/344249 Log: MFC: r343164 Clarify error messages a bit. X-Found-With: r343112 Reviewed by: eugen (implicitly, when r343112 analysis) Modified:

svn commit: r344248 - head/stand/libsa

2019-02-18 Thread Toomas Soome
Author: tsoome Date: Mon Feb 18 08:26:18 2019 New Revision: 344248 URL: https://svnweb.freebsd.org/changeset/base/344248 Log: cd9660: dirmatch fails to unmatch when name is prefix for directory record Loader does fail to properly match the file name in directory record and does open file

Re: svn commit: r344243 - head/stand/lua

2019-02-18 Thread Poul-Henning Kamp
In message <0d51ac98-0e84-4e66-b552-ce9d4a7ef...@freebsd.org>, Devin Teske writes: >Uh, no. I only clear regions of the screen by positioning the cursor using >ANSI escape sequences and then drawing spaces. [...] One thing the loader should do, is clear any scrolling regions which may