Re: svn commit: r290221 - head/sys/powerpc/powerpc

2015-10-31 Thread Bruce Evans
On Fri, 30 Oct 2015, Justin Hibbits wrote: On Oct 30, 2015, at 9:27 PM, Conrad Meyer wrote: Comments inline. On Fri, Oct 30, 2015 at 7:08 PM, Justin Hibbits wrote: Author: jhibbits Date: Sat Oct 31 02:08:39 2015 New Revision: 290221 URL: https://svnweb.freebsd.org/changeset/base/290221 Lo

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-10-31 Thread Ganbold Tsagaankhuu
On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening wrote: > Author: jah > Date: Thu Oct 22 16:38:01 2015 > New Revision: 289759 > URL: https://svnweb.freebsd.org/changeset/base/289759 > > Log: > Use pmap_quick* functions in armv6 busdma, for bounce buffers and cache > maintenance. This makes

svn commit: r290225 - stable/10/usr.sbin/newsyslog

2015-10-31 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 31 09:32:39 2015 New Revision: 290225 URL: https://svnweb.freebsd.org/changeset/base/290225 Log: MFC: 289879 newsyslog.conf: allow to configure the signal using the signal name. Submitted by: Alexandre Perrin Relnotes: yes Differential Revision:

svn commit: r290226 - head/usr.sbin/newsyslog

2015-10-31 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 31 09:45:11 2015 New Revision: 290226 URL: https://svnweb.freebsd.org/changeset/base/290226 Log: newsyslog: treat 'c' flag in the config as 'C' When -C was introduced in r114137 the plan was to have -C and -c being used for "create" due to a typo in FreeBSD <=

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-10-31 Thread Jason Harmening
On 10/31/15 03:21, Ganbold Tsagaankhuu wrote: > On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening > wrote: > >> Author: jah >> Date: Thu Oct 22 16:38:01 2015 >> New Revision: 289759 >> URL: https://svnweb.freebsd.org/changeset/base/289759 >> >> Log: >> Use pmap_quick* functions in armv6 bu

svn commit: r290227 - head/lib/msun/tests

2015-10-31 Thread Andrew Turner
Author: andrew Date: Sat Oct 31 10:16:44 2015 New Revision: 290227 URL: https://svnweb.freebsd.org/changeset/base/290227 Log: We have long double on arm64, and the tests pass so enable them. Sponsored by: ABT Systems Ltd Modified: head/lib/msun/tests/Makefile Modified: head/lib/msun/tes

svn commit: r290228 - head/sys/dev/drm2/i915

2015-10-31 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Oct 31 15:09:31 2015 New Revision: 290228 URL: https://svnweb.freebsd.org/changeset/base/290228 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2 months

svn commit: r290229 - in head: share/man/man4 sys/dev/ioat

2015-10-31 Thread Conrad E. Meyer
Author: cem Date: Sat Oct 31 20:38:06 2015 New Revision: 290229 URL: https://svnweb.freebsd.org/changeset/base/290229 Log: ioat: Handle channel-fatal HW errors safely Certain invalid operations trigger hardware error conditions. Error conditions that only halt one channel can be detected

svn commit: r290230 - head/lib/libc/stdio

2015-10-31 Thread Andrey A. Chernov
Author: ache Date: Sun Nov 1 06:15:14 2015 New Revision: 290230 URL: https://svnweb.freebsd.org/changeset/base/290230 Log: Don't seek to the end if write buffer is empty (in append modes). PR: 204156 MFC after: 1 week Modified: head/lib/libc/stdio/ftell.c Modified: h

svn commit: r290231 - head/lib/libc/stdio

2015-10-31 Thread Andrey A. Chernov
Author: ache Date: Sun Nov 1 06:47:05 2015 New Revision: 290231 URL: https://svnweb.freebsd.org/changeset/base/290231 Log: Addition to prev. commit. In some edge cases fp->_p can be changed in _sseek(), recalculate. PR: 204156 MFC after: 1 week Modified: head/lib/libc/stdio