svn commit: r231642 - in head: rescue/rescue sbin/ifconfig

2012-02-13 Thread Robert Millan
Author: rmh Date: Tue Feb 14 07:14:42 2012 New Revision: 231642 URL: http://svn.freebsd.org/changeset/base/231642 Log: Disable jail support in ifconfig when either building a rescue image or MK_JAIL knob has been set to "no". Reviewed by: bz Approved by: adrian (mentor) Modified: h

svn commit: r231634 - head/tools/test/hwpmc

2012-02-13 Thread George V. Neville-Neil
Author: gnn Date: Tue Feb 14 04:18:59 2012 New Revision: 231634 URL: http://svn.freebsd.org/changeset/base/231634 Log: Add a rudimentary test to run through all the available counters on a system and then execute a program with pmcstat in counting mode. The program will verify that all co

svn commit: r231632 - head/lib/libc/locale

2012-02-13 Thread Xin LI
Author: delphij Date: Tue Feb 14 02:03:17 2012 New Revision: 231632 URL: http://svn.freebsd.org/changeset/base/231632 Log: wctob() returns EOF and not WEOF. Noticed by: Zhihao Yuan MFC after:1 week Modified: head/lib/libc/locale/btowc.3 Modified: head/lib/libc/locale/btowc.3 ==

svn commit: r231622 - head/sys/dev/re

2012-02-13 Thread Pyun YongHyeon
Author: yongari Date: Tue Feb 14 00:54:40 2012 New Revision: 231622 URL: http://svn.freebsd.org/changeset/base/231622 Log: For RTL8168/8111D controller, make sure to wake PHY from power down mode. Otherwise, PHY access times out under certain conditions. Modified: head/sys/dev/re/if_re.c

Re: svn commit: r231620 - head/gnu/usr.bin/cc/cc_tools

2012-02-13 Thread Marius Strobl
On Tue, Feb 14, 2012 at 12:18:18AM +, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Tue Feb 14 00:18:18 2012 > New Revision: 231620 > URL: http://svn.freebsd.org/changeset/base/231620 > > Log: > Enable TLS support for ARM toolchain > FYI, for the toolchain TLS support apparently sh

svn commit: r231621 - head/sys/dev/pci

2012-02-13 Thread Marius Strobl
Author: marius Date: Tue Feb 14 00:18:35 2012 New Revision: 231621 URL: http://svn.freebsd.org/changeset/base/231621 Log: - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed through by VMware so blacklist their PCI-PCI bridge for MSI/MSI-X here. Note that besides cur

svn commit: r231620 - head/gnu/usr.bin/cc/cc_tools

2012-02-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 14 00:18:18 2012 New Revision: 231620 URL: http://svn.freebsd.org/changeset/base/231620 Log: Enable TLS support for ARM toolchain Reviewed by: cognet Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h ==

svn commit: r231619 - in head/lib/libthr/arch/arm: arm include

2012-02-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 14 00:17:43 2012 New Revision: 231619 URL: http://svn.freebsd.org/changeset/base/231619 Log: Add thread-local storage support for arm: - Switch to Variant I TCB layout - Use function from rtld for TCB allocation/deallocation Modified: head/lib/libthr/arch/ar

svn commit: r231618 - in head/libexec/rtld-elf: . arm

2012-02-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 14 00:16:34 2012 New Revision: 231618 URL: http://svn.freebsd.org/changeset/base/231618 Log: Add thread-local storage support for ARM to rtld-elf Reviewed by:cognet Obtained from: NetBSD Modified: head/libexec/rtld-elf/arm/reloc.c head/libexec/rtld-el

svn commit: r231617 - head/sys/sys

2012-02-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 14 00:12:55 2012 New Revision: 231617 URL: http://svn.freebsd.org/changeset/base/231617 Log: Add ARM relocations types used for thread-local storage Reviewed by: cognet Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h =

svn commit: r231616 - head/lib/libc/arm/gen

2012-02-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 14 00:12:15 2012 New Revision: 231616 URL: http://svn.freebsd.org/changeset/base/231616 Log: Add __aeabi_read_tp function required for thread-local storage Reviewed by: cognet Added: head/lib/libc/arm/gen/__aeabi_read_tp.c (contents, props changed) Modified

svn commit: r231615 - head/share/man/man4

2012-02-13 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 13 23:02:51 2012 New Revision: 231615 URL: http://svn.freebsd.org/changeset/base/231615 Log: Minor cleanup and added missing svn keywords. Modified: head/share/man/man4/isci.4 (contents, props changed) Modified: head/share/man/man4/isci.4

svn commit: r231603 - head/sys/dev/oce

2012-02-13 Thread John Baldwin
Author: jhb Date: Mon Feb 13 19:35:35 2012 New Revision: 231603 URL: http://svn.freebsd.org/changeset/base/231603 Log: Use if_maddr_*lock() routines to lock the per-interface multicast address list rather than manipulating the lock directly. Modified: head/sys/dev/oce/oce_hw.c Modified: he

svn commit: r231594 - head/sys/dev/netmap

2012-02-13 Thread Luigi Rizzo
Author: luigi Date: Mon Feb 13 18:56:34 2012 New Revision: 231594 URL: http://svn.freebsd.org/changeset/base/231594 Log: - use struct ifnet as explicit type of the argument to the txsync() and rxsync() callbacks, removing some variables made useless by this change; - add generic loc

Re: svn commit: r231383 - in head: lib/libutil usr.sbin/vipw

2012-02-13 Thread Ed Schouten
* John Baldwin , 20120213 17:26: > Eh, the BUG is still worth mentioning. By default FreeBSD only uses > second granularity for VFS timestamps, so two updates within a single > second is still racey. You can keep the code change, but I would > revert the manual page change to put the

svn commit: r231592 - head/sys/dev/cxgbe/common

2012-02-13 Thread Navdeep Parhar
Author: np Date: Mon Feb 13 18:41:32 2012 New Revision: 231592 URL: http://svn.freebsd.org/changeset/base/231592 Log: Use the non-sleeping variang of t4_wr_mbox in code that can be called with locks held. MFC after:1 day Modified: head/sys/dev/cxgbe/common/t4_hw.c Modified: head/s

svn commit: r231589 - head/sys/dev/aac

2012-02-13 Thread Ed Maste
Author: emaste Date: Mon Feb 13 16:48:49 2012 New Revision: 231589 URL: http://svn.freebsd.org/changeset/base/231589 Log: Add a sysctl to report the firmware build number. Some older firmware versions have issues that can be worked around by avoiding certain operations. Add a sysctl dev.

Re: svn commit: r231383 - in head: lib/libutil usr.sbin/vipw

2012-02-13 Thread John Baldwin
On Friday, February 10, 2012 8:40:32 am Ed Schouten wrote: > Author: ed > Date: Fri Feb 10 13:40:32 2012 > New Revision: 231383 > URL: http://svn.freebsd.org/changeset/base/231383 > > Log: > Detect file modification properly by using tv_nsec. > > POSIX 2008 standardizes st_mtim, meaning we

Re: svn commit: r231508 - head/sys/dev/oce

2012-02-13 Thread John Baldwin
On Saturday, February 11, 2012 2:43:33 am Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Feb 11 07:43:33 2012 > New Revision: 231508 > URL: http://svn.freebsd.org/changeset/base/231508 > > Log: > Make use of the read-only variant of the IF_ADDR_*LOCK() macros introduced > in r229614 rather tha

svn commit: r231586 - head/usr.bin/write

2012-02-13 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 13 14:40:15 2012 New Revision: 231586 URL: http://svn.freebsd.org/changeset/base/231586 Log: Fix write(1) to support wide characters. Submitted by: amdmi3 PR: bin/164317 Modified: head/usr.bin/write/write.1 head/usr.bin/write/write.c Modified:

svn commit: r231585 - head/sys/netgraph

2012-02-13 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 13 13:07:56 2012 New Revision: 231585 URL: http://svn.freebsd.org/changeset/base/231585 Log: No need to optimise for a node with no hooks, my braino. Modified: head/sys/netgraph/ng_socket.c Modified: head/sys/netgraph/ng_socket.c

svn commit: r231584 - head/crypto/openssh

2012-02-13 Thread Ed Schouten
Author: ed Date: Mon Feb 13 11:59:59 2012 New Revision: 231584 URL: http://svn.freebsd.org/changeset/base/231584 Log: Polish diff against upstream. - Revert unneeded whitespace changes. - Revert modifications to loginrec.c, as the upstream version already does the right thing. - Fix

svn commit: r231582 - head/libexec/rtld-elf

2012-02-13 Thread Konstantin Belousov
Author: kib Date: Mon Feb 13 11:15:29 2012 New Revision: 231582 URL: http://svn.freebsd.org/changeset/base/231582 Log: Add missed EOL when die() was converted to use rtld_fdputstr() instead of errx(). Reported by: amdmi3 PR: bin/165075 MFC after:3 days Modified: head/libexec