Re: svn commit: r244673 - head/contrib/libstdc++/include/std

2012-12-25 Thread Andrew Turner
On Tue, 25 Dec 2012 07:37:34 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Tue Dec 25 07:37:33 2012 New Revision: 244673 URL: http://svnweb.freebsd.org/changeset/base/244673 Log: Fix the __glibcxx_min and __glibcxx_max macros for a signed wchar_t. This should

svn commit: r244674 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall mouse networking password security startup timezone ttys usermgmt

2012-12-25 Thread Devin Teske
Author: dteske Date: Tue Dec 25 09:30:25 2012 New Revision: 244674 URL: http://svnweb.freebsd.org/changeset/base/244674 Log: Remove unnecessary duplicate initialization of the dialog(1) API (automatically bootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand)

Re: svn commit: r244665 - head/sys/netinet

2012-12-25 Thread Gleb Smirnoff
On Tue, Dec 25, 2012 at 08:38:54AM +0100, Luigi Rizzo wrote: L On Mon, Dec 24, 2012 at 09:35:49PM +, Gleb Smirnoff wrote: L Author: glebius L Date: Mon Dec 24 21:35:48 2012 L New Revision: 244665 L URL: http://svnweb.freebsd.org/changeset/base/244665 L L Log: LMinor style(9)

Re: svn commit: r244663 - stable/9

2012-12-25 Thread Konstantin Belousov
On Mon, Dec 24, 2012 at 12:04:03PM -0800, Alfred Perlstein wrote: On 12/24/12 11:24 AM, Adrian Chadd wrote: ... why'd we break the KBI in a stable branch? I am not sure either. I think a single VOP for nullfs (while ugly) would have sufficed. No, it doesn't. Even if it would be

svn commit: r244675 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall dot mouse networking networking/share password password/share security share startup startup/share timezone timezone...

2012-12-25 Thread Devin Teske
Author: dteske Date: Tue Dec 25 10:47:45 2012 New Revision: 244675 URL: http://svnweb.freebsd.org/changeset/base/244675 Log: Add more debugging to help with diagnosis of program-flow when needed. Modified: head/usr.sbin/bsdconfig/bsdconfig head/usr.sbin/bsdconfig/console/console

svn commit: r244676 - stable/9/usr.sbin/sysinstall

2012-12-25 Thread Devin Teske
Author: dteske Date: Tue Dec 25 11:11:26 2012 New Revision: 244676 URL: http://svnweb.freebsd.org/changeset/base/244676 Log: Fix another typo while we're here. Modified: stable/9/usr.sbin/sysinstall/http.c Modified: stable/9/usr.sbin/sysinstall/http.c

Re: svn commit: r244663 - stable/9

2012-12-25 Thread Konstantin Belousov
On Tue, Dec 25, 2012 at 12:44:22PM +0200, Konstantin Belousov wrote: On Mon, Dec 24, 2012 at 12:04:03PM -0800, Alfred Perlstein wrote: On 12/24/12 11:24 AM, Adrian Chadd wrote: ... why'd we break the KBI in a stable branch? I am not sure either. I think a single VOP for nullfs

svn commit: r244678 - in head/sys: netinet netinet6

2012-12-25 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 25 13:01:58 2012 New Revision: 244678 URL: http://svnweb.freebsd.org/changeset/base/244678 Log: The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify all interested parties in case if interface flag IFF_UP has changed. However, not only

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

2012-12-25 Thread Andrey Zonov
Author: zont Date: Tue Dec 25 13:43:01 2012 New Revision: 244679 URL: http://svnweb.freebsd.org/changeset/base/244679 Log: - Update manual pages accordingly to r244384 and r244385. Approved by: kib (mentor) MFC after:1 week Modified: head/lib/libc/sys/mlock.2

svn commit: r244680 - head/sys/netinet

2012-12-25 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 25 13:55:21 2012 New Revision: 244680 URL: http://svnweb.freebsd.org/changeset/base/244680 Log: Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, and arg2 doesn't pass size of arg1. Modified: head/sys/netinet/tcp_reass.c

svn commit: r244681 - in head: share/man/man4 sys/netinet

2012-12-25 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 25 14:08:13 2012 New Revision: 244681 URL: http://svnweb.freebsd.org/changeset/base/244681 Log: Change net.inet.carp.demotion sysctl to add the supplied value to the current demotion factor instead of assigning it. This allows external scripts to control

svn commit: r244682 - head/bin/sh

2012-12-25 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 25 14:17:09 2012 New Revision: 244682 URL: http://svnweb.freebsd.org/changeset/base/244682 Log: sh: Prefer strsignal() to accessing sys_siglist directly. Accessing sys_siglist directly requires rtld to copy it from libc to the sh executable's BSS. Also,

svn commit: r244683 - head/sys/netinet

2012-12-25 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 25 14:29:38 2012 New Revision: 244683 URL: http://svnweb.freebsd.org/changeset/base/244683 Log: Garbage collect carp_cksum(). Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

svn commit: r244686 - head/libexec/tftpd

2012-12-25 Thread Antoine Brodin
Author: antoine Date: Tue Dec 25 17:06:05 2012 New Revision: 244686 URL: http://svnweb.freebsd.org/changeset/base/244686 Log: Use correct size in snprintf. Remove unused buffer. PR: 174631 Submitted by: Henning Petersen MFC after:1 month Modified:

svn commit: r244687 - stable/9/sys/fs/ext2fs

2012-12-25 Thread Pedro F. Giffuni
Author: pfg Date: Tue Dec 25 17:39:37 2012 New Revision: 244687 URL: http://svnweb.freebsd.org/changeset/base/244687 Log: MFC r244475: More constant renaming in preparation for newer features. We also try to make better use of the fs flags instead of trying adapt the code according

Re: svn commit: r244663 - stable/9

2012-12-25 Thread Robert Watson
On Tue, 25 Dec 2012, Konstantin Belousov wrote: On Mon, Dec 24, 2012 at 12:04:03PM -0800, Alfred Perlstein wrote: On 12/24/12 11:24 AM, Adrian Chadd wrote: ... why'd we break the KBI in a stable branch? I am not sure either. I think a single VOP for nullfs (while ugly) would have sufficed.

svn commit: r244688 - stable/9/usr.sbin/sysinstall

2012-12-25 Thread Devin Teske
Author: dteske Date: Tue Dec 25 20:23:53 2012 New Revision: 244688 URL: http://svnweb.freebsd.org/changeset/base/244688 Log: Fix error message to be accurate for when ProgName is not sysinstall (oops?) Modified: stable/9/usr.sbin/sysinstall/variable.c Modified:

Re: svn commit: r244469 - head/sys/arm/arm

2012-12-25 Thread Olivier Houchard
On Tue, Dec 25, 2012 at 08:19:21AM +1100, Peter Jeremy wrote: On 2012-Dec-20 00:35:27 +, Olivier Houchard cog...@freebsd.org wrote: Author: cognet Date: Thu Dec 20 00:35:26 2012 New Revision: 244469 URL: http://svnweb.freebsd.org/changeset/base/244469 Log: Use the new allocator in

svn commit: r244689 - head/usr.sbin/mountd

2012-12-25 Thread Rick Macklem
Author: rmacklem Date: Tue Dec 25 22:34:43 2012 New Revision: 244689 URL: http://svnweb.freebsd.org/changeset/base/244689 Log: Attempt to clarify that for ZFS, all file systems under the NFSv4 root must be exported. This is because ZFS checks exports itself. This is a content change.

svn commit: r244690 - head/usr.sbin/nfsd

2012-12-25 Thread Rick Macklem
Author: rmacklem Date: Tue Dec 25 22:47:49 2012 New Revision: 244690 URL: http://svnweb.freebsd.org/changeset/base/244690 Log: Attempt to clarify that for ZFS, all file systems under the NFSv4 root must be exported. This is because ZFS checks exports itself. This is a content change.

svn commit: r244692 - head/lib/libproc/test/t1-bkpt

2012-12-25 Thread Sergey Kandaurov
Author: pluknet Date: Wed Dec 26 05:11:48 2012 New Revision: 244692 URL: http://svnweb.freebsd.org/changeset/base/244692 Log: Fix libproc test case to work with clang premature optimization observed with -O2 (used by default). Avoid function inlining for t1_bkpt_t on which we set a

Re: svn commit: r244692 - head/lib/libproc/test/t1-bkpt

2012-12-25 Thread Sergey Kandaurov
On 26 December 2012 09:11, Sergey Kandaurov pluk...@freebsd.org wrote: Author: pluknet Date: Wed Dec 26 05:11:48 2012 New Revision: 244692 URL: http://svnweb.freebsd.org/changeset/base/244692 Log: Fix libproc test case to work with clang premature optimization observed with -O2 (used