svn commit: r276659 - in head: lib/libc/iconv sbin/camcontrol sbin/hastd

2015-01-04 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jan 4 12:49:24 2015 New Revision: 276659 URL: https://svnweb.freebsd.org/changeset/base/276659 Log: mdoc: paragraph improvements. Modified: head/lib/libc/iconv/iconv.3 head/sbin/camcontrol/camcontrol.8 head/sbin/hastd/hast.conf.5 Modified:

svn commit: r276656 - svnadmin/conf

2015-01-04 Thread Matthew Seaman
Author: matthew (ports committer) Date: Sun Jan 4 12:05:43 2015 New Revision: 276656 URL: https://svnweb.freebsd.org/changeset/base/276656 Log: Take attilio's bit in for safe keeping, at his own request. Approved by: core (implicit) Modified: svnadmin/conf/access Modified:

Re: svn commit: r276626 - head/sys/kern

2015-01-04 Thread Bruce Evans
On Sun, 4 Jan 2015, Hans Petter Selasky wrote: On 01/03/15 21:17, Bruce Evans wrote: On Sat, 3 Jan 2015, Hans Petter Selasky wrote: Log: Rework r276532 a bit. Always avoid recursing into the console drivers clients, hence they might not handle it very well. This change allows debugging

svn commit: r276657 - head/lib/libpmc

2015-01-04 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jan 4 12:38:00 2015 New Revision: 276657 URL: https://svnweb.freebsd.org/changeset/base/276657 Log: mdoc: sort SEE ALSO. Modified: head/lib/libpmc/pmc.corei7.3 head/lib/libpmc/pmc.corei7uc.3 head/lib/libpmc/pmc.haswell.3

svn commit: r276658 - head/usr.bin/sort

2015-01-04 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jan 4 12:42:08 2015 New Revision: 276658 URL: https://svnweb.freebsd.org/changeset/base/276658 Log: mdoc: use An macro. Modified: head/usr.bin/sort/sort.1.in Modified: head/usr.bin/sort/sort.1.in

svn commit: r276660 - head/sys/sys

2015-01-04 Thread Kevin Lo
Author: kevlo Date: Sun Jan 4 15:26:02 2015 New Revision: 276660 URL: https://svnweb.freebsd.org/changeset/base/276660 Log: Change the type of blksize_t from uint32_t to a POSIX compliant int32_t http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html Modified:

Re: svn commit: r276652 - head/sys/powerpc/include

2015-01-04 Thread Bruce Evans
On Sun, 4 Jan 2015, Justin Hibbits wrote: Log: Truncate DB_SMALL_VALUE_MAX to a much lower value. Unlike the other architectures, the PowerPC kernel is loaded under the 2GB boundary. MFC after: 2 weeks Modified: head/sys/powerpc/include/db_machdep.h Modified:

svn commit: r276654 - in head/sys: compat/freebsd32 compat/linux kern sys

2015-01-04 Thread Dmitry Chagin
Author: dchagin Date: Sun Jan 4 10:34:02 2015 New Revision: 276654 URL: https://svnweb.freebsd.org/changeset/base/276654 Log: Indeed, instead of hiding the kern___getcwd() bug by bogus cast in r276564, change path type to char * (pathnames are always char *). And remove bogus casts of

svn commit: r276655 - in head/sys: compat/freebsd32 kern sys

2015-01-04 Thread Dmitry Chagin
Author: dchagin Date: Sun Jan 4 10:40:23 2015 New Revision: 276655 URL: https://svnweb.freebsd.org/changeset/base/276655 Log: Regen for r276654 (__getcwd()). Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h

svn commit: r276661 - stable/10/bin/sh

2015-01-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 4 18:58:51 2015 New Revision: 276661 URL: https://svnweb.freebsd.org/changeset/base/276661 Log: MFC r271936: sh(1): Clarify that assignments before commands do not affect expansions. PR: 193759 Modified: stable/10/bin/sh/sh.1 Directory

svn commit: r276662 - stable/9/bin/sh

2015-01-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 4 19:00:39 2015 New Revision: 276662 URL: https://svnweb.freebsd.org/changeset/base/276662 Log: MFC r271936: sh(1): Clarify that assignments before commands do not affect expansions. PR: 193759 Modified: stable/9/bin/sh/sh.1 Directory

svn commit: r276663 - stable/10/bin/sh

2015-01-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 4 19:02:50 2015 New Revision: 276663 URL: https://svnweb.freebsd.org/changeset/base/276663 Log: MFC r274254: sh(1): Mention portability issue with shifting zero positional parameters. Per Austin Group issue #459, shifting zero positional parameters may or

svn commit: r276664 - stable/9/bin/sh

2015-01-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 4 19:05:16 2015 New Revision: 276664 URL: https://svnweb.freebsd.org/changeset/base/276664 Log: MFC r274254: sh(1): Mention portability issue with shifting zero positional parameters. Per Austin Group issue #459, shifting zero positional parameters may or

Re: svn commit: r276424 - head/sys/kern

2015-01-04 Thread Mateusz Guzik
On Tue, Dec 30, 2014 at 10:45:43PM +, Bjoern A. Zeeb wrote: On 30 Dec 2014, at 21:40 , Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Tue Dec 30 21:40:45 2014 New Revision: 276424 URL: https://svnweb.freebsd.org/changeset/base/276424 Log: Convert vfs hash lock

svn commit: r276665 - in head: share/man/man9 sys/kern

2015-01-04 Thread Justin T. Gibbs
Author: gibbs Date: Sun Jan 4 19:55:44 2015 New Revision: 276665 URL: https://svnweb.freebsd.org/changeset/base/276665 Log: Prevent live-lock and access of destroyed data in taskqueue_drain_all(). Phabric: https://reviews.freebsd.org/D1247 Reviewed by: jhb, avg Sponsored by:

svn commit: r276666 - head/sys/conf

2015-01-04 Thread Ian Lepore
Author: ian Date: Sun Jan 4 20:08:24 2015 New Revision: 27 URL: https://svnweb.freebsd.org/changeset/base/27 Log: Eliminate uninitialized variable warnings in kernel and module builds when building with gcc 4.2 This has been requested several times over the past few months by

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

2015-01-04 Thread Garrett Cooper
On Jan 2, 2015, at 0:03, Bruce Evans b...@optusnet.com.au wrote: 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. I’ll

Re: svn commit: r276626 - head/sys/kern

2015-01-04 Thread Gleb Smirnoff
Hi! On Sat, Jan 03, 2015 at 05:21:20PM +, Hans Petter Selasky wrote: H Author: hselasky H Date: Sat Jan 3 17:21:19 2015 H New Revision: 276626 H URL: https://svnweb.freebsd.org/changeset/base/276626 H H Log: H Rework r276532 a bit. Always avoid recursing into the console drivers H

svn commit: r276668 - in head: . etc/mtree sbin/ifconfig sbin/ifconfig/tests

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Sun Jan 4 22:25:16 2015 New Revision: 276668 URL: https://svnweb.freebsd.org/changeset/base/276668 Log: Integrate sbin/ifconfig/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/sbin/ifconfig/tests/Makefile (contents, props

svn commit: r276669 - in head: bin/cat bin/cat/tests etc/mtree

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Sun Jan 4 22:37:44 2015 New Revision: 276669 URL: https://svnweb.freebsd.org/changeset/base/276669 Log: Integrate bin/cat/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/bin/cat/tests/ head/bin/cat/tests/Makefile (contents,

svn commit: r276670 - in head/sys/dev: altera/pio beri/virtio

2015-01-04 Thread Ruslan Bukin
Author: br Date: Sun Jan 4 23:14:04 2015 New Revision: 276670 URL: https://svnweb.freebsd.org/changeset/base/276670 Log: Do not configure Altera PIO device on ARM startup. PIO is a device implemented in soft-core and becomes available after flashing FPGA only. Modified:

svn commit: r276671 - head/contrib/netbsd-tests/bin/expr

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Sun Jan 4 23:41:17 2015 New Revision: 276671 URL: https://svnweb.freebsd.org/changeset/base/276671 Log: Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r276672 - in stable/10: contrib/netbsd-tests/lib/libm etc/mtree lib/msun lib/msun/tests

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:02:11 2015 New Revision: 276672 URL: https://svnweb.freebsd.org/changeset/base/276672 Log: MFC r274618,r276521: MFC Note: text corrected for r274618 r274618: Add reachover Makefiles for contrib/netbsd-tests/lib/msun A variant of this code

svn commit: r276673 - head/share/man/man7

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:03:42 2015 New Revision: 276673 URL: https://svnweb.freebsd.org/changeset/base/276673 Log: Bump .Dd again for the change done in r276483 Pointyhat to: me Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7

svn commit: r276674 - stable/10/share/man/man7

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:06:38 2015 New Revision: 276674 URL: https://svnweb.freebsd.org/changeset/base/276674 Log: MFC r276483: The variable used with install(1) for stripping should be STRIPBIN, not STRIP_CMD Reported by: lev Modified:

svn commit: r276675 - stable/10/share/man/man7

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:07:18 2015 New Revision: 276675 URL: https://svnweb.freebsd.org/changeset/base/276675 Log: Bump .Dd per r276674 Modified: stable/10/share/man/man7/build.7 Modified: stable/10/share/man/man7/build.7

svn commit: r276676 - stable/10

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:11:20 2015 New Revision: 276676 URL: https://svnweb.freebsd.org/changeset/base/276676 Log: Commit mergeinfo that should have been committed with r276674 Modified: Directory Properties: stable/10/ (props changed)

svn commit: r276677 - stable/10/contrib/bsnmp/lib

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:12:47 2015 New Revision: 276677 URL: https://svnweb.freebsd.org/changeset/base/276677 Log: MFC r276319: Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys and snmp_passwd_to_keys Reported by: Beeblebrox zap...@berentweb.com

svn commit: r276678 - stable/10/lib/ncurses

2015-01-04 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 00:15:27 2015 New Revision: 276678 URL: https://svnweb.freebsd.org/changeset/base/276678 Log: MFC r276320: Parallelize building lib/ncurses Differential Revision: https://reviews.freebsd.org/D1353 Modified: stable/10/lib/ncurses/Makefile Directory

svn commit: r276679 - in head/sys: dev/vt/hw/fb powerpc/ps3 sys

2015-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 00:50:16 2015 New Revision: 276679 URL: https://svnweb.freebsd.org/changeset/base/276679 Log: Make PS3 work with the userspace kboot loader. loader.ps3 will disappear from the tree in the near future. Done at: Hackathon Modified:

svn commit: r276680 - head/sys/powerpc/ps3

2015-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 01:05:35 2015 New Revision: 276680 URL: https://svnweb.freebsd.org/changeset/base/276680 Log: Use FDT properties to identify a PS3 if present. Modified: head/sys/powerpc/ps3/platform_ps3.c head/sys/powerpc/ps3/ps3_syscons.c Modified:

svn commit: r276681 - in head/lib: libc/include libc/sys libthr/thread

2015-01-04 Thread Konstantin Belousov
Author: kib Date: Mon Jan 5 01:06:54 2015 New Revision: 276681 URL: https://svnweb.freebsd.org/changeset/base/276681 Log: Avoid calling internal libc function through PLT or accessing data though GOT, by staticizing and hiding. Add setter for __error_selector to hide it as well.

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 01:44:23 2015 New Revision: 276682 URL: https://svnweb.freebsd.org/changeset/base/276682 Log: Add QCA955x series register definitions. There's likely a bunch of register offsets that I have to add the register window base to before I use them. Done

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 01:59:44 2015 New Revision: 276683 URL: https://svnweb.freebsd.org/changeset/base/276683 Log: add QCA955x SoC types. Modified: head/sys/mips/atheros/ar71xx_setup.h Modified: head/sys/mips/atheros/ar71xx_setup.h

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 02:00:41 2015 New Revision: 276684 URL: https://svnweb.freebsd.org/changeset/base/276684 Log: ACK interrupts on the new SoCs. Modified: head/sys/mips/atheros/apb.c Modified: head/sys/mips/atheros/apb.c

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 02:06:26 2015 New Revision: 276685 URL: https://svnweb.freebsd.org/changeset/base/276685 Log: Add initial Qualcomm Atheros QCA955x SoC support. This adds the initial frequency poking and configures up enough for it to boot and spit out data over the

svn commit: r276689 - head/contrib/elftoolchain/addr2line

2015-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 5 04:56:38 2015 New Revision: 276689 URL: https://svnweb.freebsd.org/changeset/base/276689 Log: addr2line: fflush output after each address lookup Certain tools spawn addr2line and pass addresses one at a time for resolution. PR: 195561

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 05:26:57 2015 New Revision: 276690 URL: https://svnweb.freebsd.org/changeset/base/276690 Log: Oops - missed refclk. Tested: * AP135, QCA955x SoC Modified: head/sys/mips/atheros/qca955x_chip.c Modified: head/sys/mips/atheros/qca955x_chip.c

svn commit: r276688 - head/sys/boot/powerpc

2015-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 04:33:39 2015 New Revision: 276688 URL: https://svnweb.freebsd.org/changeset/base/276688 Log: Add kexec-based Linux shim loader for use with the firmware petitboot loader on PS3 and POWER8 systems. This is reasonably portable to other architectures,

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

2015-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 5 05:30:07 2015 New Revision: 276691 URL: https://svnweb.freebsd.org/changeset/base/276691 Log: Remove the remnants of the OpenWRT/Linux bits that this was based off of. Obtained from:Linux/OpenWRT Modified: head/sys/mips/atheros/qca955x_chip.c

svn commit: r276686 - in stable/10: lib/libc/sys sys/compat/freebsd32 sys/conf sys/kern sys/sys

2015-01-04 Thread Konstantin Belousov
Author: kib Date: Mon Jan 5 03:27:09 2015 New Revision: 276686 URL: https://svnweb.freebsd.org/changeset/base/276686 Log: Merge reaper facility. MFC r270443 (by mjg): Properly reparent traced processes when the tracer dies. MFC r273452 (by mjg): Plug unnecessary PRS_NEW check in