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

svn commit: r245842 - stable/9/lib/libc/sys

2013-01-23 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 23 10:52:36 2013 New Revision: 245842 URL: http://svnweb.freebsd.org/changeset/base/245842 Log: Merge r245841: posix_fadvise(2) first appeared in FreeBSD 9.1 Modified: stable/9/lib/libc/sys/posix_fadvise.2 Directory Properties: stable/9/lib/libc/ (props

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: r245847 - stable/8/sys/boot/i386/libi386

2013-01-23 Thread John Baldwin
Author: jhb Date: Wed Jan 23 18:19:50 2013 New Revision: 245847 URL: http://svnweb.freebsd.org/changeset/base/245847 Log: MFC 229435: Add special loader environment variables 'comconsole_port' and 'comconsole_pcidev'. The former allows to set the base address of the serial console i/o

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: r245851 - stable/9/sys/geom

2013-01-23 Thread Scott Long
Author: scottl Date: Wed Jan 23 22:56:03 2013 New Revision: 245851 URL: http://svnweb.freebsd.org/changeset/base/245851 Log: MFC r239132: Clone BIO_ORDERED flag, for disk drivers (namely CAM) that try to consume it. Modified: stable/9/sys/geom/geom_io.c Directory Properties:

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

Re: svn commit: r240545 - in stable/9/share/examples: . cvsup etc

2013-01-23 Thread Glen Barber
FYI, this commit entirely missed the merge to make.conf.5 ... Glen On Sun, Sep 16, 2012 at 12:35:09AM +, Eitan Adler wrote: Author: eadler Date: Sun Sep 16 00:35:09 2012 New Revision: 240545 URL: http://svn.freebsd.org/changeset/base/240545 Log: MFC r240252,r240253: Remove

svn commit: r245855 - stable/9/share/man/man5

2013-01-23 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Thu Jan 24 00:45:53 2013 New Revision: 245855 URL: http://svnweb.freebsd.org/changeset/base/245855 Log: Remove bogus mergeinfo introduced with r240545. Modified: Directory Properties: stable/9/share/man/man5/ (props changed)

svn commit: r245856 - stable/8/share/man/man5

2013-01-23 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Thu Jan 24 00:46:49 2013 New Revision: 245856 URL: http://svnweb.freebsd.org/changeset/base/245856 Log: Remove bogus mergeinfo introduced in r240544. Modified: Directory Properties: stable/8/share/man/man5/ (props changed)

svn commit: r245857 - stable/9/sys/pci

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:07:34 2013 New Revision: 245857 URL: http://svnweb.freebsd.org/changeset/base/245857 Log: MFC r245485: Add D-Link DFE-520TX rev C1. Modified: stable/9/sys/pci/if_rl.c stable/9/sys/pci/if_rlreg.h Directory Properties: stable/9/sys/ (props changed)

svn commit: r245858 - stable/8/sys/pci

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:10:15 2013 New Revision: 245858 URL: http://svnweb.freebsd.org/changeset/base/245858 Log: MFC r245485: Add D-Link DFE-520TX rev C1. Modified: stable/8/sys/pci/if_rl.c stable/8/sys/pci/if_rlreg.h Directory Properties: stable/8/sys/ (props changed)

svn commit: r245859 - stable/9/share/man/man4

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:12:55 2013 New Revision: 245859 URL: http://svnweb.freebsd.org/changeset/base/245859 Log: MFC r245487: Add D-Link DFE-520TX (rev. C1) to HARDWARE section. Modified: stable/9/share/man/man4/rl.4 Directory Properties: stable/9/share/man/man4/ (props

svn commit: r245860 - stable/8/share/man/man4

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:13:13 2013 New Revision: 245860 URL: http://svnweb.freebsd.org/changeset/base/245860 Log: MFC r245487: Add D-Link DFE-520TX (rev. C1) to HARDWARE section. Modified: stable/8/share/man/man4/rl.4 Directory Properties: stable/8/share/man/man4/ (props

svn commit: r245861 - stable/9/sys/dev/mii

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:31:22 2013 New Revision: 245861 URL: http://svnweb.freebsd.org/changeset/base/245861 Log: MFC r244481: For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at all so do not touch it. Modified: stable/9/sys/dev/mii/brgphy.c Directory

svn commit: r245862 - stable/8/sys/dev/mii

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 01:32:17 2013 New Revision: 245862 URL: http://svnweb.freebsd.org/changeset/base/245862 Log: MFC r244481: For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at all so do not touch it. Modified: stable/8/sys/dev/mii/brgphy.c Directory

svn commit: r245863 - stable/9/share/man/man5

2013-01-23 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Thu Jan 24 01:40:47 2013 New Revision: 245863 URL: http://svnweb.freebsd.org/changeset/base/245863 Log: MFC r240252, r241541, r241543, r245756: r240252: (eadler) - Remove documentation and www cvsup files as they are no longer useful with the

svn commit: r245864 - stable/8/share/man/man5

2013-01-23 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Thu Jan 24 01:41:11 2013 New Revision: 245864 URL: http://svnweb.freebsd.org/changeset/base/245864 Log: MFC r223148, r240252, r241541, r241543, r245756: r223148: (ru) - Document all trees that support CVS_UPDATE. - Document all trees that

svn commit: r245865 - stable/9/sys/dev/mii

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 02:19:38 2013 New Revision: 245865 URL: http://svnweb.freebsd.org/changeset/base/245865 Log: MFC r244482: Recognize 5720S PHY and treat it as 5708S PHY. Unfortunately 5720S uses 5709S PHY id so add a hack to detect 5720S PHY by checking parent device

svn commit: r245866 - stable/8/sys/dev/mii

2013-01-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Jan 24 02:20:25 2013 New Revision: 245866 URL: http://svnweb.freebsd.org/changeset/base/245866 Log: MFC r244482: Recognize 5720S PHY and treat it as 5708S PHY. Unfortunately 5720S uses 5709S PHY id so add a hack to detect 5720S PHY by checking parent device

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: