svn commit: r230726 - head/etc/rc.d

2012-01-29 Thread Hiroki Sato
Author: hrs Date: Sun Jan 29 08:33:34 2012 New Revision: 230726 URL: http://svn.freebsd.org/changeset/base/230726 Log: Perform IPv6 DAD only in ifn_start. Modified: head/etc/rc.d/netif Modified: head/etc/rc.d/netif

svn commit: r230727 - head/sbin/camcontrol

2012-01-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 29 09:12:34 2012 New Revision: 230727 URL: http://svn.freebsd.org/changeset/base/230727 Log: Fix build when RELEASE_CRUNCH is defined. Modified: head/sbin/camcontrol/Makefile Modified: head/sbin/camcontrol/Makefile

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

2012-01-29 Thread Bruce Evans
On Sun, 29 Jan 2012, Kostik Belousov wrote: On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote: On Sat, Jan 28, 2012, Kostik Belousov wrote: On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: On Fri, Jan 27, 2012, Kostik Belousov wrote: On Fri, Jan 27, 2012 at

Re: svn commit: r230230 - head/sys/dev/random

2012-01-29 Thread Andrey Chernov
On Thu, Jan 26, 2012 at 10:13:41PM +0400, Andrey Chernov wrote: On Thu, Jan 26, 2012 at 12:52:43PM -0500, David Schultz wrote: Why complicate things with atomics at all? A race might result in arc4random(9) being seeded multiple times, but that's harmless. Multiply seeding in line is

svn commit: r230742 - head/sys/dev/e1000

2012-01-29 Thread Eitan Adler
Author: eadler Date: Sun Jan 29 14:52:42 2012 New Revision: 230742 URL: http://svn.freebsd.org/changeset/base/230742 Log: GS105v3 exhibit the same behavior PR: docs/135999 Submitted by: Boris Kochergin spa...@acm.poly.edu No objection from:jfv Approved by:

svn commit: r230752 - head/sys/net80211

2012-01-29 Thread Adrian Chadd
Author: adrian Date: Sun Jan 29 19:35:40 2012 New Revision: 230752 URL: http://svn.freebsd.org/changeset/base/230752 Log: Missing code for receiving MESH PREP that should be part of r230409. Submitted by: montha...@gmail.com Modified: head/sys/net80211/ieee80211_hwmp.c Modified:

svn commit: r230753 - head/usr.bin/procstat

2012-01-29 Thread Mikolaj Golub
Author: trociny Date: Sun Jan 29 20:39:42 2012 New Revision: 230753 URL: http://svn.freebsd.org/changeset/base/230753 Log: Always return 0 if the sysctl failed. This fixes the bug: when procstat -xa was run and the sysctl for a process returned ESRCH or EPERM, for this process procstat

svn commit: r230759 - head/contrib/libarchive/libarchive

2012-01-29 Thread Martin Matuska
Author: mm Date: Sun Jan 29 22:20:28 2012 New Revision: 230759 URL: http://svn.freebsd.org/changeset/base/230759 Log: Uupdate code to vendor rev. 4183 (release/2.8) Fixes vendor issue 224: Mishandling CD9660 images with RockRidge extensions from FreeBSD makefs References:

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

2012-01-29 Thread David Schultz
On Sun, Jan 29, 2012, Kostik Belousov wrote: On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote: On Sat, Jan 28, 2012, Kostik Belousov wrote: On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: On Fri, Jan 27, 2012, Kostik Belousov wrote: On Fri, Jan 27, 2012

Re: svn commit: r227753 - in head: contrib/gdtoa include lib/libc/gdtoa lib/libc/gen lib/libc/locale lib/libc/regex lib/libc/stdio lib/libc/stdlib lib/libc/stdtime lib/libc/string

2012-01-29 Thread David Schultz
On Wed, Jan 18, 2012, David Schultz wrote: On Sun, Nov 20, 2011, David Chisnall wrote: Author: theraven Date: Sun Nov 20 14:45:42 2011 New Revision: 227753 URL: http://svn.freebsd.org/changeset/base/227753 Log: Implement xlocale APIs from Darwin, mainly for use by libc++. This

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

2012-01-29 Thread Kostik Belousov
On Sun, Jan 29, 2012 at 05:39:04PM -0500, David Schultz wrote: On Sun, Jan 29, 2012, Kostik Belousov wrote: On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote: On Sat, Jan 28, 2012, Kostik Belousov wrote: On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote: On

svn commit: r230765 - in head/sys: amd64/include i386/include

2012-01-29 Thread Konstantin Belousov
Author: kib Date: Mon Jan 30 07:51:52 2012 New Revision: 230765 URL: http://svn.freebsd.org/changeset/base/230765 Log: Synchronize the struct sigcontext definitions on x86 with mcontext_t. Pointed out by: bde MFC after:1 month Modified: head/sys/amd64/include/signal.h

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

2012-01-29 Thread Konstantin Belousov
Author: kib Date: Mon Jan 30 07:53:33 2012 New Revision: 230766 URL: http://svn.freebsd.org/changeset/base/230766 Log: Move xrstor/xsave/xsetbv into fpu.c and reorder them. Requested by: bde MFC after:1 month Modified: head/sys/amd64/amd64/fpu.c head/sys/amd64/include/cpufunc.h

svn commit: r230767 - in head/sys: i386/i386 kern powerpc/aim powerpc/booke

2012-01-29 Thread Konstantin Belousov
Author: kib Date: Mon Jan 30 07:56:00 2012 New Revision: 230767 URL: http://svn.freebsd.org/changeset/base/230767 Log: Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bit and 32bit ABIs. Also try to enable nxstacks for PAE/i386 when supported, and some variants of