svn commit: r245839 - head/usr.bin/dtc

2013-01-23 Thread David Chisnall
Author: theraven Date: Wed Jan 23 08:54:34 2013 New Revision: 245839 URL: http://svnweb.freebsd.org/changeset/base/245839 Log: Explicitly include headers that are implicitly included by libstdc++. Fixes building dtc with libc++. Modified: head/usr.bin/dtc/checking.cc

svn commit: r245840 - head/sys/libkern

2013-01-23 Thread Andrew Turner
Author: andrew Date: Wed Jan 23 09:18:18 2013 New Revision: 245840 URL: http://svnweb.freebsd.org/changeset/base/245840 Log: Add __aeabi_ulcmp to allow building of the LINT kernel. Modified: head/sys/libkern/quad.h head/sys/libkern/ucmpdi2.c Modified: head/sys/libkern/quad.h

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

2013-01-23 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 23 10:50:52 2013 New Revision: 245841 URL: http://svnweb.freebsd.org/changeset/base/245841 Log: posix_fadvise(2) first appeared in FreeBSD 9.1 Modified: head/lib/libc/sys/posix_fadvise.2 Modified: head/lib/libc/sys/posix_fadvise.2

Re: svn commit: r245837 - head/usr.sbin/pkg_install/lib

2013-01-23 Thread Baptiste Daroussin
On Wed, Jan 23, 2013 at 07:22:33AM +, Jason Evans wrote: Author: jasone Date: Wed Jan 23 07:22:33 2013 New Revision: 245837 URL: http://svnweb.freebsd.org/changeset/base/245837 Log: Fix compilation errors. Modified: head/usr.sbin/pkg_install/lib/pkgng.c Modified:

Re: svn commit: r245700 - head/usr.sbin/bsdinstall/partedit

2013-01-23 Thread Ulrich Spörlein
On Sun, 2013-01-20 at 22:25:59 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Jan 20 22:25:58 2013 New Revision: 245700 URL: http://svnweb.freebsd.org/changeset/base/245700 Log: Add a simple scripted partitioner. Documentation and more scripting support will come soon.

Re: svn commit: r245700 - head/usr.sbin/bsdinstall/partedit

2013-01-23 Thread Nathan Whitehorn
On 01/23/13 05:53, Ulrich Spörlein wrote: On Sun, 2013-01-20 at 22:25:59 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Jan 20 22:25:58 2013 New Revision: 245700 URL: http://svnweb.freebsd.org/changeset/base/245700 Log: Add a simple scripted partitioner. Documentation and

svn commit: r245844 - head/sys/fs/ext2fs

2013-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jan 23 14:29:29 2013 New Revision: 245844 URL: http://svnweb.freebsd.org/changeset/base/245844 Log: ext2fs: fix a check for negative block numbers. The previous change accidentally left the substraction we were trying to avoid in case that i_blocks could become

svn commit: r245845 - head/sys/kern

2013-01-23 Thread John Baldwin
Author: jhb Date: Wed Jan 23 14:37:05 2013 New Revision: 245845 URL: http://svnweb.freebsd.org/changeset/base/245845 Log: Fix a typo. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c == ---

svn commit: r245848 - head/sys/boot/i386/libi386

2013-01-23 Thread John Baldwin
Author: jhb Date: Wed Jan 23 18:34:21 2013 New Revision: 245848 URL: http://svnweb.freebsd.org/changeset/base/245848 Log: Always update the hw.uart.console hint anytime a change is made to the comconsole setup. Previously the hint would be set when if you set a custom port, but it would

svn commit: r245849 - in head/sys: amd64/linux32 compat/linux i386/linux

2013-01-23 Thread John Baldwin
Author: jhb Date: Wed Jan 23 21:44:48 2013 New Revision: 245849 URL: http://svnweb.freebsd.org/changeset/base/245849 Log: Don't assume that all Linux TCP-level socket options are identical to FreeBSD TCP-level socket options (only the first two are). Instead, using a mapping function and

svn commit: r245850 - in head/sys/sparc64: include sparc64

2013-01-23 Thread Marius Strobl
Author: marius Date: Wed Jan 23 22:52:20 2013 New Revision: 245850 URL: http://svnweb.freebsd.org/changeset/base/245850 Log: Revert the part of r239864 which removed obtaining the SMP mutex around reading registers from other CPUs. As it turns out, the hardware doesn't really like

svn commit: r245852 - head/kerberos5/lib/libkrb5

2013-01-23 Thread Brooks Davis
Author: brooks Date: Wed Jan 23 23:49:35 2013 New Revision: 245852 URL: http://svnweb.freebsd.org/changeset/base/245852 Log: Only try to install one link at each path. Don't install verify_krb5_conf.8. It is installed in kerberos5/usr.bin/verify_krb5_conf. Modified:

svn commit: r245853 - head/usr.sbin

2013-01-23 Thread Brooks Davis
Author: brooks Date: Wed Jan 23 23:51:44 2013 New Revision: 245853 URL: http://svnweb.freebsd.org/changeset/base/245853 Log: manctl is conditionally added to SUBDIRS later on. Don't unconditionally include in the main list. Modified: head/usr.sbin/Makefile Modified:

svn commit: r245854 - head/lib/libarchive

2013-01-23 Thread Brooks Davis
Author: brooks Date: Wed Jan 23 23:53:26 2013 New Revision: 245854 URL: http://svnweb.freebsd.org/changeset/base/245854 Log: Remove several MLINKS that were listed twice. Modified: head/lib/libarchive/Makefile Modified: head/lib/libarchive/Makefile

svn commit: r245867 - head/sys/dev/bge

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 02:25:43 2013 New Revision: 245867 URL: http://svnweb.freebsd.org/changeset/base/245867 Log: For 57765 class controllers, set low watermark max receive frames to 1. Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

svn commit: r245868 - in head/contrib/jemalloc: . doc include/jemalloc include/jemalloc/internal src

2013-01-23 Thread Jason Evans
Author: jasone Date: Thu Jan 24 03:08:37 2013 New Revision: 245868 URL: http://svnweb.freebsd.org/changeset/base/245868 Log: Import jemalloc 3.3.0. This reduces zeroed memory validation overhead for non-MALLOC_PRODUCTION builds. Modified: head/contrib/jemalloc/COPYING

svn commit: r245869 - head/contrib/jemalloc

2013-01-23 Thread Jason Evans
Author: jasone Date: Thu Jan 24 03:33:15 2013 New Revision: 245869 URL: http://svnweb.freebsd.org/changeset/base/245869 Log: Update list of ports required for importing jemalloc. Modified: head/contrib/jemalloc/FREEBSD-upgrade Modified: head/contrib/jemalloc/FREEBSD-upgrade

svn commit: r245870 - head/sys/dev/bge

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 04:54:53 2013 New Revision: 245870 URL: http://svnweb.freebsd.org/changeset/base/245870 Log: bge_attach() can fail before attaching mii(4). So make sure to check bge_miibus before detaching mii(4). Modified: head/sys/dev/bge/if_bge.c Modified:

svn commit: r245871 - head/bin/df

2013-01-23 Thread Xin LI
Author: delphij Date: Thu Jan 24 05:36:37 2013 New Revision: 245871 URL: http://svnweb.freebsd.org/changeset/base/245871 Log: - Wrap long line; - Add -, to SYNOPSIS section. MFC after:2 weeks Modified: head/bin/df/df.1 head/bin/df/df.c Modified: head/bin/df/df.1

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

2013-01-23 Thread Eitan Adler
Author: eadler Date: Thu Jan 24 06:30:56 2013 New Revision: 245872 URL: http://svnweb.freebsd.org/changeset/base/245872 Log: Indicate a bunch of new hardware support. PR: docs/173893 Submitted by: Mathieu Simon mathieu@gmail.com Approved by: bcr (mentor) Modified: