Re: svn commit: r303019 - head/sys/geom

2016-07-23 Thread Peter Wemm
On Saturday, July 23, 2016 09:39:00 PM Peter Wemm wrote: > On Tuesday, July 19, 2016 05:36:21 AM Andrey V. Elsukov wrote: > > Author: ae > > Date: Tue Jul 19 05:36:21 2016 > > New Revision: 303019 > > URL: https://svnweb.freebsd.org/changeset/base/303019 > > > > Log: > > Use g_resize_provider()

Re: svn commit: r303019 - head/sys/geom

2016-07-23 Thread Peter Wemm
On Tuesday, July 19, 2016 05:36:21 AM Andrey V. Elsukov wrote: > Author: ae > Date: Tue Jul 19 05:36:21 2016 > New Revision: 303019 > URL: https://svnweb.freebsd.org/changeset/base/303019 > > Log: > Use g_resize_provider() to change the size of GEOM_DISK provider, > when it is being opened.

svn commit: r303253 - head/sys/arm/ti

2016-07-23 Thread Luiz Otavio O Souza
Author: loos Date: Sun Jul 24 01:31:41 2016 New Revision: 303253 URL: https://svnweb.freebsd.org/changeset/base/303253 Log: Allow the use of micphy on am335x devices. The Micrel PHYs reads the optional external delays from DTB. Tested and used by uBMC and uFW. Sponsored by:

Re: svn commit: r303209 - head/sys/powerpc/booke

2016-07-23 Thread Justin Hibbits
On Jul 22, 2016, at 10:28 PM, Bruce Evans wrote: On Sat, 23 Jul 2016, Justin Hibbits wrote: Log: Use label math instead of hard-coding offsets for return addresses. Though the chances of the code in these sections changing are low, future-proof the sections and use label math. Not with

Re: svn commit: r303225 - head/sys/dev/fb

2016-07-23 Thread Bruce Evans
On Sat, 23 Jul 2016, John Baldwin wrote: Log: Use MTX_SYSINIT for the VESA lock. I wouldn't trust this either. vesa_init_done isn't a reliable guard for the mutex init. If vesa_configure() doesn't find valid VESA info it will not set vesa_init_done, but the lock will remain

svn commit: r303244 - head/sys/vm

2016-07-23 Thread Mark Johnston
Author: markj Date: Sat Jul 23 21:03:25 2016 New Revision: 303244 URL: https://svnweb.freebsd.org/changeset/base/303244 Log: Correct a comment - each page queue has its own lock. Reviewed by: alc MFC after:3 days Modified: head/sys/vm/vm_pageout.c Modified:

svn commit: r303243 - head/sys/vm

2016-07-23 Thread Mark Johnston
Author: markj Date: Sat Jul 23 21:02:36 2016 New Revision: 303243 URL: https://svnweb.freebsd.org/changeset/base/303243 Log: Update a comment in vm_page_advise() to match behaviour after r290529. Reviewed by: alc MFC after:3 days Modified: head/sys/vm/vm_page.c Modified:

Re: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-07-23 Thread Nathan Whitehorn
On 07/23/16 04:04, Michal Meloun wrote: Dne 21.07.2016 v 23:35 John Baldwin napsal(a): On Thursday, July 21, 2016 01:37:42 PM Andrew Turner wrote: On Wed, 20 Jul 2016 13:28:53 +0200 Michal Meloun wrote: Dne 19.07.2016 v 17:06 Nathan Whitehorn napsal(a): 2. It partially

Re: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-07-23 Thread Nathan Whitehorn
On 07/23/16 03:45, Michal Meloun wrote: Dne 21.07.2016 v 17:53 Nathan Whitehorn napsal(a): On PowerPC, GENERIC64 supports FDT systems (some IBM hardware), OFW systems (Macs, some IBM hardware), systems with no device trees at all (old-style PS3), and systems with a mixture of device tree

svn commit: r303230 - head/sys/dev/mii

2016-07-23 Thread Luiz Otavio O Souza
Author: loos Date: Sat Jul 23 18:16:40 2016 New Revision: 303230 URL: https://svnweb.freebsd.org/changeset/base/303230 Log: Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY. Tested on uBMC and uFW. Sponsored by: Rubicon Communications (Netgate) Modified:

svn commit: r303226 - head/sys/conf

2016-07-23 Thread Navdeep Parhar
Author: np Date: Sat Jul 23 15:12:03 2016 New Revision: 303226 URL: https://svnweb.freebsd.org/changeset/base/303226 Log: Fix kernel builds with "device cxgbe". Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r303225 - head/sys/dev/fb

2016-07-23 Thread John Baldwin
Author: jhb Date: Sat Jul 23 14:38:09 2016 New Revision: 303225 URL: https://svnweb.freebsd.org/changeset/base/303225 Log: Use MTX_SYSINIT for the VESA lock. vesa_init_done isn't a reliable guard for the mutex init. If vesa_configure() doesn't find valid VESA info it will not set

svn commit: r303224 - head/tools/tools/locale

2016-07-23 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 23 12:34:32 2016 New Revision: 303224 URL: https://svnweb.freebsd.org/changeset/base/303224 Log: Recode the new dependency on converters/p5-Text-Iconv Modified: head/tools/tools/locale/README Modified: head/tools/tools/locale/README

Re: svn commit: r303218 - head/tools/tools/locale/tools

2016-07-23 Thread Baptiste Daroussin
On Sat, Jul 23, 2016 at 02:58:31PM +0300, Andrey Chernov wrote: > On 23.07.2016 14:52, Baptiste Daroussin wrote: > > On Sat, Jul 23, 2016 at 02:41:39PM +0300, Andrey Chernov wrote: > >> On 23.07.2016 14:24, Baptiste Daroussin wrote: > >>> Author: bapt > >>> Date: Sat Jul 23 11:24:05 2016 > >>> New

Re: svn commit: r303218 - head/tools/tools/locale/tools

2016-07-23 Thread Andrey Chernov
On 23.07.2016 14:52, Baptiste Daroussin wrote: > On Sat, Jul 23, 2016 at 02:41:39PM +0300, Andrey Chernov wrote: >> On 23.07.2016 14:24, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Sat Jul 23 11:24:05 2016 >>> New Revision: 303218 >>> URL: https://svnweb.freebsd.org/changeset/base/303218

svn commit: r303223 - head/contrib/mdocml

2016-07-23 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 23 11:55:15 2016 New Revision: 303223 URL: https://svnweb.freebsd.org/changeset/base/303223 Log: Update mandoc to 1.13.4 release Added: head/contrib/mdocml/man.cgi.3 - copied unchanged from r303222, vendor/mdocml/dist/man.cgi.3 Modified:

Re: svn commit: r303218 - head/tools/tools/locale/tools

2016-07-23 Thread Baptiste Daroussin
On Sat, Jul 23, 2016 at 02:41:39PM +0300, Andrey Chernov wrote: > On 23.07.2016 14:24, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sat Jul 23 11:24:05 2016 > > New Revision: 303218 > > URL: https://svnweb.freebsd.org/changeset/base/303218 > > > > Log: > > Add another hack to add

Re: svn commit: r303218 - head/tools/tools/locale/tools

2016-07-23 Thread Andrey Chernov
On 23.07.2016 14:24, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Jul 23 11:24:05 2016 > New Revision: 303218 > URL: https://svnweb.freebsd.org/changeset/base/303218 > > Log: > Add another hack to add weekday to date format to more locales > > While here only initialize the iconv

svn commit: r303219 - head/share/timedef

2016-07-23 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 23 11:25:34 2016 New Revision: 303219 URL: https://svnweb.freebsd.org/changeset/base/303219 Log: Add weekday to the date format of more locales MFC after:1 day Modified: head/share/timedef/cs_CZ.ISO8859-2.src head/share/timedef/cs_CZ.UTF-8.src

svn commit: r303218 - head/tools/tools/locale/tools

2016-07-23 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 23 11:24:05 2016 New Revision: 303218 URL: https://svnweb.freebsd.org/changeset/base/303218 Log: Add another hack to add weekday to date format to more locales While here only initialize the iconv converter when needed Modified:

Re: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-07-23 Thread Michal Meloun
Dne 21.07.2016 v 23:35 John Baldwin napsal(a): > On Thursday, July 21, 2016 01:37:42 PM Andrew Turner wrote: >> On Wed, 20 Jul 2016 13:28:53 +0200 >> Michal Meloun wrote: >>> Dne 19.07.2016 v 17:06 Nathan Whitehorn napsal(a): 2. It partially duplicates the functionality of

Re: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-07-23 Thread Michal Meloun
Dne 21.07.2016 v 17:53 Nathan Whitehorn napsal(a): > > > On 07/21/16 00:34, Michal Meloun wrote: >> Dne 20.07.2016 v 17:45 Nathan Whitehorn napsal(a): >>> >>> >>> On 07/20/16 04:28, Michal Meloun wrote: Dne 19.07.2016 v 17:06 Nathan Whitehorn napsal(a): > > > On 07/19/16 04:13,

svn commit: r303217 - in head/usr.sbin/pw: . tests

2016-07-23 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 23 10:19:10 2016 New Revision: 303217 URL: https://svnweb.freebsd.org/changeset/base/303217 Log: Do not try to delete the home of the user if is is not a directory for example "/dev/null" PR: 211195 Submitted by: rday Reported

svn commit: r303213 - head/bin/ps

2016-07-23 Thread Konstantin Belousov
Author: kib Date: Sat Jul 23 06:30:00 2016 New Revision: 303213 URL: https://svnweb.freebsd.org/changeset/base/303213 Log: Addm missed required call to xo_finish() when only header is printed. Reported by: pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: