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

2012-03-17 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Mar 18 03:42:54 2012 New Revision: 233106 URL: http://svn.freebsd.org/changeset/base/233106 Log: Fix TLS for statically linked binaries Approved by: cognet Modified: head/lib/libc/arm/gen/_set_tp.c Modified: head/lib/libc/arm/gen/_set_tp.c ==

svn commit: r233105 - head/sys/boot/common

2012-03-17 Thread Marius Strobl
Author: marius Date: Sun Mar 18 02:19:30 2012 New Revision: 233105 URL: http://svn.freebsd.org/changeset/base/233105 Log: Declare some variables static in order to reduce the object size and redo r232822 in a less hackish way. The latter now no longer breaks compiling the x86 boot2 with clan

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

2012-03-17 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Mar 18 01:43:41 2012 New Revision: 233104 URL: http://svn.freebsd.org/changeset/base/233104 Log: - Fix logic for detection if further processing of PMC should be performed. pmc_intr returns one if one of the counters actually triggered the IRQ - style(9) fixed Mo

svn commit: r233103 - head/lib/libthr/thread

2012-03-17 Thread David Xu
Author: davidxu Date: Sun Mar 18 00:22:29 2012 New Revision: 233103 URL: http://svn.freebsd.org/changeset/base/233103 Log: Some software think a mutex can be destroyed after it owned it, for example, it uses a serialization point like following: pthread_mutex_lock(&mutex); pthr

svn commit: r233102 - head/lib/libc/sys

2012-03-17 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 23:55:18 2012 New Revision: 233102 URL: http://svn.freebsd.org/changeset/base/233102 Log: Do not claim that msync(2) is obsoleted [1]. Document EIO from msync(2). Inspired by PR:docs/165929 [1] Reviewed by: jilles MFC after: 2 weeks Modified

Re: svn commit: r233043 - head/sys/i386/include

2012-03-17 Thread Tijl Coosemans
On Saturday 17 March 2012 12:48:17 Bruce Evans wrote: > On Fri, 16 Mar 2012, Julian Elischer wrote: >> On 3/16/12 12:42 PM, Tijl Coosemans wrote: >>> int32_t en_sw; /* status word (16bits) */ >> >> what's wrong with this picture? > > Only the excessive indentation in the new v

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

2012-03-17 Thread Alan Cox
On 03/17/2012 17:14, Nathan Whitehorn wrote: On Mar 17, 2012, at 5:04 PM, Alan Cox wrote: Author: alc Date: Sat Mar 17 22:04:58 2012 New Revision: 233097 URL: http://svn.freebsd.org/changeset/base/233097 Log: With the changes over the past year to how accesses to the page's dirty field are

Re: svn commit: r231449 - head/usr.bin/tee

2012-03-17 Thread David Schultz
On Fri, Feb 10, 2012, Martin Cracauer wrote: > Author: cracauer > Date: Fri Feb 10 22:16:17 2012 > New Revision: 231449 > URL: http://svn.freebsd.org/changeset/base/231449 > > Log: > Fix bin/164947: tee looses data when writing to non-blocking file > descriptors > > tee was not handling EA

svn commit: r233101 - head/sys/fs/nfsclient

2012-03-17 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 23:03:20 2012 New Revision: 233101 URL: http://svn.freebsd.org/changeset/base/233101 Log: Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client behaviour on error from write RPC back to behaviour of old nfs client. When set to not zero, the pages fo

svn commit: r233100 - head/sys/vm

2012-03-17 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 23:00:32 2012 New Revision: 233100 URL: http://svn.freebsd.org/changeset/base/233100 Log: In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag if the filesystem performed short write and we are skipping the page due to this. Propogate write e

Re: svn commit: r233090 - head/usr.sbin/moused

2012-03-17 Thread Hans Petter Selasky
On Saturday 17 March 2012 23:38:54 Doug Barton wrote: > On 03/17/2012 09:40, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Sat Mar 17 16:40:15 2012 > > New Revision: 233090 > > URL: http://svn.freebsd.org/changeset/base/233090 > > > > Log: > > The UMS module is now loaded by rules in

Re: svn commit: r233090 - head/usr.sbin/moused

2012-03-17 Thread Doug Barton
On 03/17/2012 09:40, Hans Petter Selasky wrote: > Author: hselasky > Date: Sat Mar 17 16:40:15 2012 > New Revision: 233090 > URL: http://svn.freebsd.org/changeset/base/233090 > > Log: > The UMS module is now loaded by rules in /etc/devd/usb.conf which > are executed by devd. Remove duplicate k

svn commit: r233099 - in stable/9: . gnu/usr.bin/cc/c++ gnu/usr.bin/cc/cc gnu/usr.bin/cc/cpp share/man/man5 share/mk sys/conf tools/build/options usr.bin/clang/clang

2012-03-17 Thread Dimitry Andric
Author: dim Date: Sat Mar 17 22:29:05 2012 New Revision: 233099 URL: http://svn.freebsd.org/changeset/base/233099 Log: MFC 232322: Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp. Note this does

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

2012-03-17 Thread Nathan Whitehorn
On Mar 17, 2012, at 5:04 PM, Alan Cox wrote: Author: alc Date: Sat Mar 17 22:04:58 2012 New Revision: 233097 URL: http://svn.freebsd.org/changeset/base/233097 Log: With the changes over the past year to how accesses to the page's dirty field are synchronized, there is no need for pmap_pro

svn commit: r233098 - in head: . lib/libc++

2012-03-17 Thread Peter Wemm
Author: peter Date: Sat Mar 17 22:12:09 2012 New Revision: 233098 URL: http://svn.freebsd.org/changeset/base/233098 Log: Make sure libgcc_s is finished building in _startup_libs before building libcxxrt with high -j levels. The workaround in libc++/Makefile isn't necessary once that race is

svn commit: r233097 - head/sys/amd64/amd64

2012-03-17 Thread Alan Cox
Author: alc Date: Sat Mar 17 22:04:58 2012 New Revision: 233097 URL: http://svn.freebsd.org/changeset/base/233097 Log: With the changes over the past year to how accesses to the page's dirty field are synchronized, there is no need for pmap_protect() to acquire the page queues lock unless it

svn commit: r233096 - head/sys/netinet

2012-03-17 Thread Robert Millan
Author: rmh Date: Sat Mar 17 21:51:39 2012 New Revision: 233096 URL: http://svn.freebsd.org/changeset/base/233096 Log: Hide a few declarations from userland (including `struct inpcbgroup'). This removes the dependency on which was introduced with SVN rev 222748 (due to CACHE_LINE_SIZE).

svn commit: r233090 - head/usr.sbin/moused

2012-03-17 Thread Hans Petter Selasky
Author: hselasky Date: Sat Mar 17 16:40:15 2012 New Revision: 233090 URL: http://svn.freebsd.org/changeset/base/233090 Log: The UMS module is now loaded by rules in /etc/devd/usb.conf which are executed by devd. Remove duplicate kldload. Reported by: joel @ MFC after:1 week Modifi

Re: svn commit: r233048 - head/etc/defaults

2012-03-17 Thread Alexander Leidinger
On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska wrote: > Author: mm > Date: Fri Mar 16 21:30:26 2012 > New Revision: 233048 > URL: http://svn.freebsd.org/changeset/base/233048 > > Log: > Unhide /dev/zfs in devfsrules_jail. > > The /dev/zfs device is required for managing jailed ZF

svn commit: r233089 - stable/7/sbin/ifconfig

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:36:45 2012 New Revision: 233089 URL: http://svn.freebsd.org/changeset/base/233089 Log: MFC: r232316 Update bridge(4) default values. Modified: stable/7/sbin/ifconfig/ifconfig.8 Directory Properties: stable/7/sbin/ifconfig/ (props changed) Modifie

svn commit: r233088 - stable/8/sbin/ifconfig

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:35:49 2012 New Revision: 233088 URL: http://svn.freebsd.org/changeset/base/233088 Log: MFC: r232316 Update bridge(4) default values. Modified: stable/8/sbin/ifconfig/ifconfig.8 Directory Properties: stable/8/sbin/ifconfig/ (props changed) Modifie

svn commit: r233087 - stable/9/sbin/ifconfig

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:33:12 2012 New Revision: 233087 URL: http://svn.freebsd.org/changeset/base/233087 Log: MFC: r232316 Update bridge(4) default values. Modified: stable/9/sbin/ifconfig/ifconfig.8 Directory Properties: stable/9/sbin/ifconfig/ (props changed) Modifie

svn commit: r233086 - stable/7/sys/net

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:24:17 2012 New Revision: 233086 URL: http://svn.freebsd.org/changeset/base/233086 Log: MFC: r232315 Use a more appropriate default for the maximum number of addresses in the bridge forwarding table. Modified: stable/7/sys/net/if_bridge.c Directory P

svn commit: r233085 - in stable/8/sys: i386/conf net

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:15:35 2012 New Revision: 233085 URL: http://svn.freebsd.org/changeset/base/233085 Log: MFC: r232315 Use a more appropriate default for the maximum number of addresses in the bridge forwarding table. Modified: stable/8/sys/net/if_bridge.c Directory P

svn commit: r233084 - in stable/9/sys: i386/conf net

2012-03-17 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 17 12:11:53 2012 New Revision: 233084 URL: http://svn.freebsd.org/changeset/base/233084 Log: MFC: r232315 Use a more appropriate default for the maximum number of addresses in the bridge forwarding table. Modified: stable/9/sys/net/if_bridge.c Directory P

Re: svn commit: r233043 - head/sys/i386/include

2012-03-17 Thread Bruce Evans
On Fri, 16 Mar 2012, Julian Elischer wrote: On 3/16/12 12:42 PM, Tijl Coosemans wrote: int32_t en_sw; /* status word (16bits) */ what's wrong with this picture? Only the excessive indentation in the new version. The 16 in the comment is not mismatched with 32 in the code,

svn commit: r233083 - stable/9/usr.sbin/watch

2012-03-17 Thread Ed Schouten
Author: ed Date: Sat Mar 17 09:10:43 2012 New Revision: 233083 URL: http://svn.freebsd.org/changeset/base/233083 Log: MFC r232780 and r232781: Fix whitespace. Modified: stable/9/usr.sbin/watch/watch.c Directory Properties: stable/9/usr.sbin/watch/ (props changed) Modified: stable/

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

2012-03-17 Thread Adrian Chadd
Author: adrian Date: Sat Mar 17 07:29:11 2012 New Revision: 233082 URL: http://svn.freebsd.org/changeset/base/233082 Log: style(9) changes. Modified: head/sys/mips/atheros/ar724x_chip.c Modified: head/sys/mips/atheros/ar724x_chip.c

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

2012-03-17 Thread Adrian Chadd
Author: adrian Date: Sat Mar 17 07:25:23 2012 New Revision: 233081 URL: http://svn.freebsd.org/changeset/base/233081 Log: Begin fleshing out MII clock rate configuration changes. These are needed for some particular port configurations where the default speed isn't suitable for all link s