svn commit: r344219 - head/sys/arm/allwinner

2019-02-16 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Sun Feb 17 01:16:27 2019 New Revision: 344219 URL: https://svnweb.freebsd.org/changeset/base/344219 Log: Add sysctl for setting battery charging current. The charging current can be set using steps from 0: 200mA to 13: 2800mA (200mA/step). While there, fix battery cha

svn commit: r344218 - head/sbin/mdmfs

2019-02-16 Thread Kyle Evans
Author: kevans Date: Sat Feb 16 23:57:38 2019 New Revision: 344218 URL: https://svnweb.freebsd.org/changeset/base/344218 Log: mdmfs(8): use -o reserve with malloc-backed md(4) Mentioned in mdconfig(8), malloc-backed md(4) can be unstable unless required memory is allocated up front with -

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

2019-02-16 Thread Warner Losh
On Sat, Feb 16, 2019, 10:08 AM Ian Lepore On Sun, 2019-02-17 at 02:58 +1100, Bruce Evans wrote: > > Slowness is relative. In FreeBSD-1, floppy disk devices were still in > > use and were especially slow. Now hard disks are slow relative to fast > > SSDs. But the number of buffers was unchanged.

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

2019-02-16 Thread Ian Lepore
On Sun, 2019-02-17 at 02:58 +1100, Bruce Evans wrote: > Slowness is relative. In FreeBSD-1, floppy disk devices were still in > use and were especially slow. Now hard disks are slow relative to fast > SSDs. But the number of buffers was unchanged. It is still essentially > unchanged except for

svn commit: r344216 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 16:34:23 2019 New Revision: 344216 URL: https://svnweb.freebsd.org/changeset/base/344216 Log: Few more corrections to WITHOUT_OFED=1 make delete-old removal: - Drop profile libraries; MK_PROFILE=no is set in all Makefile's. - Correct library path to libmlx5.s

svn commit: r344215 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 16:17:46 2019 New Revision: 344215 URL: https://svnweb.freebsd.org/changeset/base/344215 Log: Remove corresponding lib32/ files when WITHOUT_OFED=1 is set MFC after:5 days MFC with: 344207 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Mo

svn commit: r344214 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 16:01:23 2019 New Revision: 344214 URL: https://svnweb.freebsd.org/changeset/base/344214 Log: Refresh OptionalObsoleteFiles.inc for MK_PMC: - Add missing /usr/sbin/pmc, pmcformat.h, libpmcstat.h and pmc.haswellxeon.3 to the list. - Correct man page section

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

2019-02-16 Thread Bruce Evans
On Fri, 15 Feb 2019, Gleb Smirnoff wrote: Log: For 32-bit machines rollback the default number of vnode pager pbufs back to the lever before r343030. For 64-bit machines reduce it slightly, too. Together with r343030 I bumped the limit up to the value we use at Netflix to serve 100 Gbit/s

svn commit: r344211 - head/usr.sbin/wlandebug

2019-02-16 Thread Ed Maste
Author: emaste Date: Sat Feb 16 12:49:55 2019 New Revision: 344211 URL: https://svnweb.freebsd.org/changeset/base/344211 Log: wlandebug: disable PIE to fix build failure libifconfig is built as a static-only PRIVATELIB (and there is no _pie.a version) so disable PIE in libifconfig's consu

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Enji Cooper
> On Feb 15, 2019, at 16:15, Warner Losh wrote: > > Author: imp > Date: Sat Feb 16 00:15:02 2019 > New Revision: 344191 > URL: https://svnweb.freebsd.org/changeset/base/344191 > > Log: > Remove write-only s_flag. > > Modified: > head/sbin/nvmecontrol/firmware.c > > Modified: head/sbin/nvmec

svn commit: r344203 - head/sys/powerpc/booke

2019-02-16 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 16 04:38:34 2019 New Revision: 344203 URL: https://svnweb.freebsd.org/changeset/base/344203 Log: powerpc/booke: depessimize MAS register updates We only need to isync before we actually use the MAS registers, so before and after the TLB read/write/sync/searc

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Enji Cooper
> On Feb 15, 2019, at 10:25 PM, Warner Losh wrote: > > On Fri, Feb 15, 2019, 9:55 PM Enji Cooper wrote: > > > On Feb 15, 2019, at 16:15, Warner Losh > > wrote: > > > > Author: imp > > Date: Sat Feb 16 00:15:02 2019 > > New Revision: 344

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

2019-02-16 Thread Enji Cooper
Hi Gleb! > On Feb 15, 2019, at 15:36, Gleb Smirnoff wrote: > > Author: glebius > Date: Fri Feb 15 23:36:22 2019 > New Revision: 344188 > URL: https://svnweb.freebsd.org/changeset/base/344188 > > Log: > For 32-bit machines rollback the default number of vnode pager pbufs > back to the lever b

svn commit: r344208 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 05:04:01 2019 New Revision: 344208 URL: https://svnweb.freebsd.org/changeset/base/344208 Log: Add more rc.d scripts / empty directors / config files into OptionalObsoleteFiles.inc Note: only files with conditional installation logic were included from the P

svn commit: r344207 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 04:49:51 2019 New Revision: 344207 URL: https://svnweb.freebsd.org/changeset/base/344207 Log: Allow to remove unused files via 'make delete-old(-libs)' when WITHOUT_OFED and / or WITHOUT_OFED_EXTRA src.conf(5) options are set. MFC after:5 days Modified:

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Warner Losh
On Fri, Feb 15, 2019, 9:55 PM Enji Cooper > > On Feb 15, 2019, at 16:15, Warner Losh wrote: > > > > Author: imp > > Date: Sat Feb 16 00:15:02 2019 > > New Revision: 344191 > > URL: https://svnweb.freebsd.org/changeset/base/344191 > > > > Log: > > Remove write-only s_flag. > > > > Modified: > >

svn commit: r344202 - head/sys/powerpc/booke

2019-02-16 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 16 04:16:10 2019 New Revision: 344202 URL: https://svnweb.freebsd.org/changeset/base/344202 Log: powerpc/booke: Use DMAP where possible for page copy and zeroing This avoids several locks and pmap_kenter()'s, improving performance marginally. MFC after:

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Warner Losh
On Fri, Feb 15, 2019, 11:42 PM Enji Cooper > On Feb 15, 2019, at 10:25 PM, Warner Losh wrote: > > On Fri, Feb 15, 2019, 9:55 PM Enji Cooper >> >> > On Feb 15, 2019, at 16:15, Warner Losh wrote: >> > >> > Author: imp >> > Date: Sat Feb 16 00:15:02 2019 >> > New Revision: 344191 >> > URL: https:/

svn commit: r344204 - head/sys/powerpc/booke

2019-02-16 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 16 04:47:33 2019 New Revision: 344204 URL: https://svnweb.freebsd.org/changeset/base/344204 Log: powerpc/booke: Fix 32-bit build MFC after:2 weeks MFC with: 344202 Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c ==

svn commit: r344201 - head/tools/build/mk

2019-02-16 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 16 03:49:48 2019 New Revision: 344201 URL: https://svnweb.freebsd.org/changeset/base/344201 Log: Remove vi(1)-related files via 'make delete-old' when WITHOUT_VI=1 is set. MFC after:5 days Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: h