svn commit: r276567 - head/contrib/elftoolchain/readelf

2015-01-02 Thread Ed Maste
Author: emaste Date: Fri Jan 2 20:49:43 2015 New Revision: 276567 URL: https://svnweb.freebsd.org/changeset/base/276567 Log: readelf: Correct rounding on note padding In general 64-bit ELF notes use 4-byte padding, not 8, despite what is claimed in various specs. Upstream

svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Garrett Cooper
Author: ngie Date: Fri Jan 2 20:34:55 2015 New Revision: 276565 URL: https://svnweb.freebsd.org/changeset/base/276565 Log: Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc Reported by: Ivan Klymenko fi...@ukr.net Reviewed by: bapt Differential Revision: D1412

Re: svn commit: r276499 - head/sys/conf

2015-01-02 Thread Dimitry Andric
Hm, conditionalizing this on the compiler version is rather ugly. Isn't this only relevant when we do an MFC? But maybe it is indeed better to have the same Makefile for different toolchain envronments. -Dimitry On 02 Jan 2015, at 18:33, Warner Losh wl...@netflix.com wrote: This breaks

svn commit: r276570 - head/sys/dev/cxgbe/tom

2015-01-02 Thread Navdeep Parhar
Author: np Date: Fri Jan 2 20:52:51 2015 New Revision: 276570 URL: https://svnweb.freebsd.org/changeset/base/276570 Log: cxgbe/tom: log some more details in send_flowc_wr. MFC after:1 week Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c

svn commit: r276563 - head/sys/dev/cxgb/ulp/tom

2015-01-02 Thread Robert Watson
Author: rwatson Date: Fri Jan 2 19:06:27 2015 New Revision: 276563 URL: https://svnweb.freebsd.org/changeset/base/276563 Log: In mbuf_to_synq_entry(), use M_START() and M_SIZE() to calculate an offset into mbuf storage, to reduce knowledge about mbuf/cluster layout in the cxgb device

svn commit: r276564 - head/sys/compat/linux

2015-01-02 Thread Dmitry Chagin
Author: dchagin Date: Fri Jan 2 19:29:32 2015 New Revision: 276564 URL: https://svnweb.freebsd.org/changeset/base/276564 Log: Cast *path to silence clang -Wpointer-sign warning. MFC after:1 week Modified: head/sys/compat/linux/linux_getcwd.c Modified:

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Steve Kargl
On Fri, Jan 02, 2015 at 08:34:56PM +, Garrett Cooper wrote: Author: ngie Date: Fri Jan 2 20:34:55 2015 New Revision: 276565 URL: https://svnweb.freebsd.org/changeset/base/276565 Log: Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc Does this mean that FreeBSD

svn commit: r276562 - in head/gnu/lib/libregex: . doc

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 19:05:39 2015 New Revision: 276562 URL: https://svnweb.freebsd.org/changeset/base/276562 Log: Remove info pages Deleted: head/gnu/lib/libregex/doc/ Modified: head/gnu/lib/libregex/Makefile Modified: head/gnu/lib/libregex/Makefile

svn commit: r276566 - head/gnu/usr.bin/gperf/doc

2015-01-02 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 2 20:47:52 2015 New Revision: 276566 URL: https://svnweb.freebsd.org/changeset/base/276566 Log: Garbage collect the empty directory. Deleted: head/gnu/usr.bin/gperf/doc/ ___ svn-src-head@freebsd.org mailing list

svn commit: r276596 - in head/sys/arm: arm include

2015-01-02 Thread Ian Lepore
Author: ian Date: Fri Jan 2 23:46:26 2015 New Revision: 276596 URL: https://svnweb.freebsd.org/changeset/base/276596 Log: Fix alignment directives in arm asm code after clang 3.5 import. The ancient gas we've been using interprets .align 0 as align to the minimum required alignment for

svn commit: r276597 - in head/sys/dev/cxgbe: . tom

2015-01-02 Thread Navdeep Parhar
Author: np Date: Sat Jan 3 00:09:21 2015 New Revision: 276597 URL: https://svnweb.freebsd.org/changeset/base/276597 Log: cxgbe/tom: do not engage the TOE's payload chopper for payload 2 MSS or for 10Gbps ports. MFC after:2 weeks Modified: head/sys/dev/cxgbe/offload.h

svn commit: r276590 - in head: contrib/netbsd-tests/lib/libc/c063 lib/libc/tests/c063

2015-01-02 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 2 22:49:05 2015 New Revision: 276590 URL: https://svnweb.freebsd.org/changeset/base/276590 Log: Link lib/libc/c063 tests to the build. Some files lack required #include sys/stat.h. The #ifdef is per ngie's request; the includes are clearly necessary for

svn commit: r276592 - head/share/mk

2015-01-02 Thread Garrett Cooper
Author: ngie Date: Fri Jan 2 22:55:30 2015 New Revision: 276592 URL: https://svnweb.freebsd.org/changeset/base/276592 Log: Remove MK_INFO guards in bsd.info.mk per r276556 As a side-effect now info pages will always be built/installed if MK_INFO == yes, whereas before their presence was

Re: svn commit: r276577 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-02 Thread Craig Rodrigues
On Fri, Jan 2, 2015 at 2:41 PM, Ed Maste ema...@freebsd.org wrote: Good point. Perhaps we should add a note in the Committer's Guide Subversion Primer as well. I'll review it and see if there are other things we may want to comment on.

svn commit: r276589 - head/sys/dev/puc

2015-01-02 Thread Luiz Otavio O Souza
Author: loos Date: Fri Jan 2 22:45:55 2015 New Revision: 276589 URL: https://svnweb.freebsd.org/changeset/base/276589 Log: puc(4): Add an entry for the Feasso PCI FPP-02 2S1P card. MFC after:1 week Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c

Re: svn commit: r276577 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-02 Thread Ed Maste
On 2 January 2015 at 17:33, Craig Rodrigues rodr...@freebsd.org wrote: In future for commits like this, please set the Relnotes: flag in your commit log message, to make it easier for re@ to track updates to contrib code in the release notes. Good point. Perhaps we should add a note in the

svn commit: r276593 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-02 Thread Xin LI
Author: delphij Date: Fri Jan 2 23:10:28 2015 New Revision: 276593 URL: https://svnweb.freebsd.org/changeset/base/276593 Log: Document file update. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Re: svn commit: r276566 - head/gnu/usr.bin/gperf/doc

2015-01-02 Thread Garrett Cooper
On Jan 2, 2015, at 12:47, Jung-uk Kim j...@freebsd.org wrote: Author: jkim Date: Fri Jan 2 20:47:52 2015 New Revision: 276566 URL: https://svnweb.freebsd.org/changeset/base/276566 Log: Garbage collect the empty directory. Thanks for getting that! signature.asc Description: Message

Re: svn commit: r276521 - head/contrib/netbsd-tests/lib/libm

2015-01-02 Thread Bruce Evans
On Fri, 2 Jan 2015, Garrett Cooper wrote: Log: Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the tested errno isn't stale It is a bug to even test errno. No function in libm accesses errno. This was needed in order for the test to pass on amd64 with stable/10

Re: svn commit: r276530 - head/sys/x86/xen

2015-01-02 Thread Colin Percival
On 01/02/15 00:42, Hans Petter Selasky wrote: Author: hselasky Date: Fri Jan 2 08:42:44 2015 New Revision: 276530 URL: https://svnweb.freebsd.org/changeset/base/276530 Log: Fix warning about possible use of uninitialized variable. Looks to me like the right solution here would be to

svn commit: r276531 - head/sys/dev/xen/pci

2015-01-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 2 08:57:36 2015 New Revision: 276531 URL: https://svnweb.freebsd.org/changeset/base/276531 Log: Remove duplicate pci_driver class declaration. Modified: head/sys/dev/xen/pci/xen_pci.c Modified: head/sys/dev/xen/pci/xen_pci.c

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2015-01-02 Thread Hans Petter Selasky
On 12/12/14 20:56, John-Mark Gurney wrote: Author: jmg Date: Fri Dec 12 19:56:36 2014 New Revision: 275732 URL: https://svnweb.freebsd.org/changeset/base/275732 Log: Compile breakage with older compilers: crypto/aesni/aesni.c: In function 'aesni_process': crypto/aesni/aesni.c:458: warning:

svn commit: r276530 - head/sys/x86/xen

2015-01-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 2 08:42:44 2015 New Revision: 276530 URL: https://svnweb.freebsd.org/changeset/base/276530 Log: Fix warning about possible use of uninitialized variable. Modified: head/sys/x86/xen/xen_nexus.c Modified: head/sys/x86/xen/xen_nexus.c

svn commit: r276571 - head/usr.sbin/portsnap/phttpget

2015-01-02 Thread Xin LI
Author: delphij Date: Fri Jan 2 21:02:41 2015 New Revision: 276571 URL: https://svnweb.freebsd.org/changeset/base/276571 Log: Add a manual page for phttpget(8). MFC after:1 month Added: head/usr.sbin/portsnap/phttpget/phttpget.8 (contents, props changed) Modified:

svn commit: r276574 - head/sys/dev/cxgbe/tom

2015-01-02 Thread Navdeep Parhar
Author: np Date: Fri Jan 2 21:13:24 2015 New Revision: 276574 URL: https://svnweb.freebsd.org/changeset/base/276574 Log: cxgbe/tom: fix the MSS calculation for IPv6 connections handled by the TOE. MFC after:1 week Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c Modified:

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Baptiste Daroussin
On Fri, Jan 02, 2015 at 01:33:41PM -0800, Steve Kargl wrote: On Fri, Jan 02, 2015 at 03:59:11PM -0500, Benjamin Kaduk wrote: On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Jan 02, 2015 at 08:34:56PM +, Garrett Cooper wrote: Author:

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Alfred Perlstein
On 1/2/15 1:33 PM, Steve Kargl wrote: On Fri, Jan 02, 2015 at 03:59:11PM -0500, Benjamin Kaduk wrote: On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Jan 02, 2015 at 08:34:56PM +, Garrett Cooper wrote: Author: ngie Date: Fri Jan 2 20:34:55

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Steve Kargl
On Fri, Jan 02, 2015 at 03:59:11PM -0500, Benjamin Kaduk wrote: On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Jan 02, 2015 at 08:34:56PM +, Garrett Cooper wrote: Author: ngie Date: Fri Jan 2 20:34:55 2015 New Revision: 276565

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Steve Kargl
On Fri, Jan 02, 2015 at 10:35:57PM +0100, Baptiste Daroussin wrote: On Fri, Jan 02, 2015 at 01:33:41PM -0800, Steve Kargl wrote: Yeah, I know what the default is for tier-1, which is somewhat irrelevant to my question. bapt@ has removed info pages (and Garrett seems to have cleanup

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Benjamin Kaduk
On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Jan 02, 2015 at 08:34:56PM +, Garrett Cooper wrote: Author: ngie Date: Fri Jan 2 20:34:55 2015 New Revision: 276565 URL: https://svnweb.freebsd.org/changeset/base/276565 Log: Remove

svn commit: r276573 - head/release/doc/en_US.ISO8859-1/hardware

2015-01-02 Thread Glen Barber
Author: gjb Date: Fri Jan 2 21:09:54 2015 New Revision: 276573 URL: https://svnweb.freebsd.org/changeset/base/276573 Log: Remove hwlist.asr macro, asr(4) removed in r276526. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified:

svn commit: r276582 - head/release/doc/en_US.ISO8859-1/readme

2015-01-02 Thread Glen Barber
Author: gjb Date: Fri Jan 2 21:46:53 2015 New Revision: 276582 URL: https://svnweb.freebsd.org/changeset/base/276582 Log: Update the 'Submitting Problem Reports' section to reflect send-pr(1) deprecation, taking the text from the document in stable/10. Sponsored by: The FreeBSD

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Steve Kargl
On Fri, Jan 02, 2015 at 01:37:59PM -0800, Alfred Perlstein wrote: On 1/2/15 1:33 PM, Steve Kargl wrote: Yeah, I know what the default is for tier-1, which is somewhat irrelevant to my question. bapt@ has removed info pages (and Garrett seems to have cleanup after bapt). Noting that

Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc

2015-01-02 Thread Baptiste Daroussin
On Fri, Jan 02, 2015 at 01:41:26PM -0800, Steve Kargl wrote: On Fri, Jan 02, 2015 at 10:35:57PM +0100, Baptiste Daroussin wrote: On Fri, Jan 02, 2015 at 01:33:41PM -0800, Steve Kargl wrote: Yeah, I know what the default is for tier-1, which is somewhat irrelevant to my question.

Re: svn commit: r276567 - head/contrib/elftoolchain/readelf

2015-01-02 Thread Ed Maste
On 2 January 2015 at 15:49, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Fri Jan 2 20:49:43 2015 New Revision: 276567 URL: https://svnweb.freebsd.org/changeset/base/276567 ... +#if 0 case NT_AUXV: return NT_AUXV (Auxiliary vector); Oops,

svn commit: r276588 - head/sys/powerpc/ofw

2015-01-02 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jan 2 22:34:03 2015 New Revision: 276588 URL: https://svnweb.freebsd.org/changeset/base/276588 Log: Remove last vestige of Apple-specific memory parsing removed in r258807. Modified: head/sys/powerpc/ofw/ofw_machdep.c Modified:

svn commit: r276584 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-02 Thread Glen Barber
Author: gjb Date: Fri Jan 2 21:52:01 2015 New Revision: 276584 URL: https://svnweb.freebsd.org/changeset/base/276584 Log: Document asr(4) removal in r276526. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r276587 - head/usr.bin/readelf

2015-01-02 Thread Ed Maste
Author: emaste Date: Fri Jan 2 22:26:54 2015 New Revision: 276587 URL: https://svnweb.freebsd.org/changeset/base/276587 Log: Add Makefile for elftoolchain readelf(1) Sponsored by: The FreeBSD Foundation Added: head/usr.bin/readelf/ head/usr.bin/readelf/Makefile (contents, props

Re: svn commit: r276577 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-02 Thread Craig Rodrigues
On Fri, Jan 2, 2015 at 1:20 PM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri Jan 2 21:20:02 2015 New Revision: 276577 URL: https://svnweb.freebsd.org/changeset/base/276577 Log: MFV r276568: Update file to 5.22. In future for commits like this, please set the

svn commit: r276583 - head/release/doc/en_US.ISO8859-1/readme

2015-01-02 Thread Glen Barber
Author: gjb Date: Fri Jan 2 21:46:57 2015 New Revision: 276583 URL: https://svnweb.freebsd.org/changeset/base/276583 Log: Bump copyright year. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/readme/article.xml Modified:

svn commit: r276577 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-02 Thread Xin LI
Author: delphij Date: Fri Jan 2 21:20:02 2015 New Revision: 276577 URL: https://svnweb.freebsd.org/changeset/base/276577 Log: MFV r276568: Update file to 5.22. MFC after:2 weeks Added: head/contrib/file/magic/Magdir/qt - copied unchanged from r276570,

svn commit: r276598 - head/tools/tools/cxgbetool

2015-01-02 Thread Navdeep Parhar
Author: np Date: Sat Jan 3 00:26:21 2015 New Revision: 276598 URL: https://svnweb.freebsd.org/changeset/base/276598 Log: Add a manual page for cxgbetool. It is incomplete but definitely better than nothing. MFC after:1 month Added: head/tools/tools/cxgbetool/cxgbetool.8

svn commit: r276606 - in head/sys: conf modules/aic7xxx/ahc/ahc_pci modules/aic7xxx/ahd modules/ath modules/bwn modules/ce modules/drm/r128 modules/drm/radeon modules/drm/via modules/drm2/i915kms m...

2015-01-02 Thread Warner Losh
Author: imp Date: Sat Jan 3 03:35:18 2015 New Revision: 276606 URL: https://svnweb.freebsd.org/changeset/base/276606 Log: Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support CWARNFALGS.$file centrally so we don't have to have it in all the places. Remove a few warning

Re: svn commit: r276499 - head/sys/conf

2015-01-02 Thread Warner Losh
Conditioning on the compiler version is actually rather easy, especially since the number of affected files is so small. It’s an issue when people build the old way on old systems, which is still a lot more popular than you might think. MFC has nothing to do with the problem. Over the years we’ve

svn commit: r276600 - in head/sys/amd64: amd64 include

2015-01-02 Thread Konstantin Belousov
Author: kib Date: Sat Jan 3 01:28:58 2015 New Revision: 276600 URL: https://svnweb.freebsd.org/changeset/base/276600 Log: For /dev/mem and /dev/kmem accesses, avoid asserting that addresses are within direct map. We want to return error instead of panicing. PR: 194995 Sponsored by:

svn commit: r276602 - head/sbin/routed

2015-01-02 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jan 3 01:52:06 2015 New Revision: 276602 URL: https://svnweb.freebsd.org/changeset/base/276602 Log: Belatedly commit the patch for SA-14:21 to head. It was not committed to head at the time because it's a band-aid, rather than a complete fix, but the complete fix

svn commit: r276603 - head/sys/mips/conf

2015-01-02 Thread Adrian Chadd
Author: adrian Date: Sat Jan 3 02:34:23 2015 New Revision: 276603 URL: https://svnweb.freebsd.org/changeset/base/276603 Log: The kernel has gotten too big; trim out MSDOSFS for the DIR825B1. Modified: head/sys/mips/conf/DIR-825B1 Modified: head/sys/mips/conf/DIR-825B1

svn commit: r276604 - head/sys/mips/conf

2015-01-02 Thread Adrian Chadd
Author: adrian Date: Sat Jan 3 02:39:28 2015 New Revision: 276604 URL: https://svnweb.freebsd.org/changeset/base/276604 Log: For now build random into the kernel - there seems to be issues kldload'ing it at early boot. Modified: head/sys/mips/conf/DIR-825B1 Modified:

svn commit: r276599 - head/contrib/unbound

2015-01-02 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jan 3 00:31:52 2015 New Revision: 276599 URL: https://svnweb.freebsd.org/changeset/base/276599 Log: Recognize the lexer and parser sources. Modified: head/contrib/unbound/freebsd-sources.pl Modified: head/contrib/unbound/freebsd-sources.pl

svn commit: r276533 - in head/sys: arm/altera/socfpga boot/fdt/dts/arm

2015-01-02 Thread Ruslan Bukin
Author: br Date: Fri Jan 2 13:15:36 2015 New Revision: 276533 URL: https://svnweb.freebsd.org/changeset/base/276533 Log: Add driver for general-purpose I/O (GPIO). Sponsored by: DARPA, AFRL Added: head/sys/arm/altera/socfpga/socfpga_gpio.c (contents, props changed) Modified:

svn commit: r276538 - head/contrib/llvm/patches

2015-01-02 Thread Dimitry Andric
Author: dim Date: Fri Jan 2 14:58:41 2015 New Revision: 276538 URL: https://svnweb.freebsd.org/changeset/base/276538 Log: Add clang and llvm patches corresponding to r276516 and r276537. Added: head/contrib/llvm/patches/patch-29-clang-r213790-type_traits-crash.diff

svn commit: r276537 - head/contrib/llvm/lib/Target/ARM/AsmParser

2015-01-02 Thread Dimitry Andric
Author: dim Date: Fri Jan 2 14:55:02 2015 New Revision: 276537 URL: https://svnweb.freebsd.org/changeset/base/276537 Log: Pull in r222587 from upstream llvm trunk (by Jörg Sonnenberger): Fix transformation of add with pc argument to adr for non-immediate arguments. This fixes

svn commit: r276534 - head/sys/dev/vt

2015-01-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 2 13:35:10 2015 New Revision: 276534 URL: https://svnweb.freebsd.org/changeset/base/276534 Log: The vt_suspend_flush_timer() function is sometimes called locked which prevents us from doing a callout_drain() call. The callout in question has a lock associated

svn commit: r276536 - head/share/mk

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 14:05:30 2015 New Revision: 276536 URL: https://svnweb.freebsd.org/changeset/base/276536 Log: Use mandoc to generate cat pages Modified: head/share/mk/bsd.man.mk Modified: head/share/mk/bsd.man.mk

svn commit: r276532 - head/sys/kern

2015-01-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 2 13:10:33 2015 New Revision: 276532 URL: https://svnweb.freebsd.org/changeset/base/276532 Log: The cnputs_mtx mutex must be allowed to recurse. Debug prints and/or witness printouts in the console driver clients can cause this mutex to recurse by calls to

svn commit: r276540 - head/sys/amd64/conf

2015-01-02 Thread Scott Long
Author: scottl Date: Fri Jan 2 15:46:54 2015 New Revision: 276540 URL: https://svnweb.freebsd.org/changeset/base/276540 Log: Fix a missed comment from r276526. Modified: head/sys/amd64/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC

svn commit: r276535 - head/share/mk

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 13:54:03 2015 New Revision: 276535 URL: https://svnweb.freebsd.org/changeset/base/276535 Log: Use mandoc -Tlint instead of groff for manlint target Modified: head/share/mk/bsd.man.mk Modified: head/share/mk/bsd.man.mk

svn commit: r276551 - in head: . contrib/texinfo gnu/usr.bin gnu/usr.bin/binutils gnu/usr.bin/binutils/doc gnu/usr.bin/cc gnu/usr.bin/cc/doc gnu/usr.bin/gdb gnu/usr.bin/gdb/doc gnu/usr.bin/grep gnu...

2015-01-02 Thread Baptiste Daroussin
/UPDATING Fri Jan 2 18:45:03 2015(r276551) @@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150102: + The GNU texinfo and GNU info pages have been

Re: svn commit: r276123 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-02 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/01/15 12:20, Steven Hartland wrote: On 31/12/2014 07:59, Xin Li wrote: Hi, Steven, On 12/30/14 22:01, Steven Hartland wrote: On 31/12/2014 02:12, Xin Li wrote: On 12/23/14 01:31, Steven Hartland wrote: Author: smh Date: Tue Dec 23

svn commit: r276561 - head/share/man/man5

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 19:01:36 2015 New Revision: 276561 URL: https://svnweb.freebsd.org/changeset/base/276561 Log: Regen after removal of texinfo Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

Re: svn commit: r276522 - head/sys/amd64/amd64

2015-01-02 Thread Nathan Whitehorn
Other architectures (PowerPC, for example) seem to have this same code there by copy and paste. Any chance you could do a global sweep? -Nathan On 01/01/15 17:00, Konstantin Belousov wrote: Author: kib Date: Fri Jan 2 01:00:38 2015 New Revision: 276522 URL:

Re: svn commit: r276499 - head/sys/conf

2015-01-02 Thread Warner Losh via svn-src-head
This breaks building the kernel with clang 3.4.1 Warner On Jan 1, 2015, at 3:07 AM, Roman Divacky rdiva...@freebsd.org wrote: Author: rdivacky Date: Thu Jan 1 10:07:57 2015 New Revision: 276499 URL: https://svnweb.freebsd.org/changeset/base/276499 Log: LLVM integrated assembler can

svn commit: r276550 - head/sys/compat/linux

2015-01-02 Thread Dmitry Chagin
Author: dchagin Date: Fri Jan 2 18:36:08 2015 New Revision: 276550 URL: https://svnweb.freebsd.org/changeset/base/276550 Log: Remove Giant from linux_getcwd() due to VFS is MPSAFE now. Discussed with: kib MFC after:1 week Modified: head/sys/compat/linux/linux_getcwd.c

svn commit: r276559 - head/tools/build/options

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 18:57:58 2015 New Revision: 276559 URL: https://svnweb.freebsd.org/changeset/base/276559 Log: Fix typo Modified: head/tools/build/options/WITHOUT_WARNS Modified: head/tools/build/options/WITHOUT_WARNS

svn commit: r276556 - head/share/mk

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 18:54:55 2015 New Revision: 276556 URL: https://svnweb.freebsd.org/changeset/base/276556 Log: Remove leftovers from r276551 Modified: head/share/mk/bsd.opts.mk Modified: head/share/mk/bsd.opts.mk

svn commit: r276552 - head

2015-01-02 Thread Baptiste Daroussin
== --- head/ObsoleteFiles.inc Fri Jan 2 18:45:03 2015(r276551) +++ head/ObsoleteFiles.inc Fri Jan 2 18:45:48 2015(r276552) @@ -38,7 +38,7 @@ # xargs -n1 | sort | uniq -d; # done -# 20150103: removal of texinfo +# 20150102: removal of texinfo OLD_FILES+=usr

svn commit: r276605 - in head: contrib/unbound contrib/unbound/compat contrib/unbound/daemon contrib/unbound/dns64 contrib/unbound/dnstap contrib/unbound/doc contrib/unbound/iterator contrib/unboun...

2015-01-02 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jan 3 02:40:51 2015 New Revision: 276605 URL: https://svnweb.freebsd.org/changeset/base/276605 Log: Upgrade to Unbound 1.5.1. Almost all our local changes to date have been adopted upstream, greatly reducing the diff. Added: head/contrib/unbound/compat/arc4_lock.c

Re: svn commit: r276499 - head/sys/conf

2015-01-02 Thread Warner Losh
I’ll back them out in one commit, and commit the fix in the next, so there will be a one commit window. Warner On Jan 2, 2015, at 9:23 PM, Dimitry Andric d...@freebsd.org wrote: Sure, I don't have any problem with backing this out for now. For clang 3.5.0 users, it should not matter too

svn commit: r276610 - head/sys/mips/atheros

2015-01-02 Thread Adrian Chadd
Author: adrian Date: Sat Jan 3 06:55:58 2015 New Revision: 276610 URL: https://svnweb.freebsd.org/changeset/base/276610 Log: Add a GPIO output mux configuration method. The AR934x and later (which will turn up eventually) have a new GPIO output configuration option - a real MUX rather

Re: svn commit: r276499 - head/sys/conf

2015-01-02 Thread Dimitry Andric
Sure, I don't have any problem with backing this out for now. For clang 3.5.0 users, it should not matter too much that GNU as is run for just a few files. -Dimitry On 03 Jan 2015, at 05:14, Warner Losh i...@bsdimp.com wrote: Conditioning on the compiler version is actually rather easy,

svn commit: r276607 - head/tools/tools/cxgbetool

2015-01-02 Thread Navdeep Parhar
Author: np Date: Sat Jan 3 05:39:01 2015 New Revision: 276607 URL: https://svnweb.freebsd.org/changeset/base/276607 Log: Fix all nits reported by mandoc -Tlint. MFC after:1 month Modified: head/tools/tools/cxgbetool/cxgbetool.8 Modified: head/tools/tools/cxgbetool/cxgbetool.8

svn commit: r276609 - head/sys/mips/atheros

2015-01-02 Thread Adrian Chadd
Author: adrian Date: Sat Jan 3 06:35:53 2015 New Revision: 276609 URL: https://svnweb.freebsd.org/changeset/base/276609 Log: Add AR934x specific GPIO functions and output MUX configuration. Obtained from:Linux OpenWRT Modified: head/sys/mips/atheros/ar934xreg.h Modified:

svn commit: r276608 - head/sys/mips/atheros

2015-01-02 Thread Adrian Chadd
Author: adrian Date: Sat Jan 3 06:30:30 2015 New Revision: 276608 URL: https://svnweb.freebsd.org/changeset/base/276608 Log: Add AR934x GPIO function configuration. Obtained from:Linux OpenWRT Modified: head/sys/mips/atheros/ar934xreg.h Modified: