svn commit: r245900 - in head/sys: arm/allwinner boot/fdt/dts

2013-01-24 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Fri Jan 25 07:21:22 2013 New Revision: 245900 URL: http://svnweb.freebsd.org/changeset/base/245900 Log: Fix method of naming compatible string to follow "," as described in http://www.devicetree.org/Device_Tree_Usage Reviewed by: andrew@ Approved

svn commit: r245899 - head/usr.sbin/bhyve

2013-01-24 Thread Neel Natu
Author: neel Date: Fri Jan 25 06:27:03 2013 New Revision: 245899 URL: http://svnweb.freebsd.org/changeset/base/245899 Log: Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq. Simplify the function a bit by falling through after initialization and return via the normal cod

svn commit: r245898 - head/gnu/usr.bin/cc/c++

2013-01-24 Thread Andrew Turner
Author: andrew Date: Fri Jan 25 06:18:49 2013 New Revision: 245898 URL: http://svnweb.freebsd.org/changeset/base/245898 Log: bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined Modified: head/gnu/usr.bin/cc/c++/Makefile Modified: head/gnu/usr.bin/cc/c++/Makefile

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

2013-01-24 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 25 03:38:02 2013 New Revision: 245897 URL: http://svnweb.freebsd.org/changeset/base/245897 Log: MFC r245612: ext2fs: temporarily disable the reallocation code. Testing with fsx has revealed problems and in order to hunt the bugs properly we need reduce the

svn commit: r245896 - stable/8

2013-01-24 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Fri Jan 25 00:46:02 2013 New Revision: 245896 URL: http://svnweb.freebsd.org/changeset/base/245896 Log: MFC r245757: - If update method is SUP_UPDATE or CVS, warn that those update methods are deprecated. Modified: stable/8/Makefile.inc1 (co

svn commit: r245895 - stable/9

2013-01-24 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Fri Jan 25 00:45:46 2013 New Revision: 245895 URL: http://svnweb.freebsd.org/changeset/base/245895 Log: MFC r245757: - If update method is SUP_UPDATE or CVS, warn that those update methods are deprecated. - While here, remove bogus NO_WWWUPDA

svn commit: r245894 - in head: share/man/man9 sys/sys

2013-01-24 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jan 24 23:11:51 2013 New Revision: 245894 URL: http://svnweb.freebsd.org/changeset/base/245894 Log: Update and clarify comments regarding VFS op table initialization in the man page and its header counterpart. Submitted by: Christoph Mallon (initial version) R

svn commit: r245893 - head/tools

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 20:47:37 2013 New Revision: 245893 URL: http://svnweb.freebsd.org/changeset/base/245893 Log: Use = not == in test arguments. Submitted by: Christoph Mallon Modified: head/tools/install.sh Modified: head/tools/install.sh ==

svn commit: r245891 - head/sys/cam/scsi

2013-01-24 Thread Jaakko Heinonen
Author: jh Date: Thu Jan 24 17:28:39 2013 New Revision: 245891 URL: http://svnweb.freebsd.org/changeset/base/245891 Log: Sanitize the element descriptor string before using it as a device name. Reported and tested by: Vitalij Satanivskij Reviewed by: gibbs, mav Modified: head/sy

svn commit: r245890 - head

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 17:12:02 2013 New Revision: 245890 URL: http://svnweb.freebsd.org/changeset/base/245890 Log: Strip any trailing slash off of the -D argument to install to support the rather fragile destdir stripping in the metalog. Modified: head/Makefile.inc1 Modified: hea

svn commit: r245889 - in head/share: monetdef msgdef numericdef

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 17:00:11 2013 New Revision: 245889 URL: http://svnweb.freebsd.org/changeset/base/245889 Log: Don't link two different things to the same paths. As tiebreaker I've picked the link that was installed last so as to not change the behavior. The one exception is s

svn commit: r245888 - head/usr.bin/ee

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 16:53:35 2013 New Revision: 245888 URL: http://svnweb.freebsd.org/changeset/base/245888 Log: Install the NLS catalog in the C directory rather than en_US.US-ASCII which is a link to C. This allow the makefs mtree manifest mode to find the file. Modified: h

svn commit: r245887 - in head/lib/ncurses: form menu ncurses panel

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 16:38:47 2013 New Revision: 245887 URL: http://svnweb.freebsd.org/changeset/base/245887 Log: Only install manpages and html documentation in the ncurses/*w (wchar) builds so that it is only installed once. This is consistent with the existing decision to only

svn commit: r245886 - head/include/arpa

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 16:28:37 2013 New Revision: 245886 URL: http://svnweb.freebsd.org/changeset/base/245886 Log: Don't install telnet.h if it will be installed by libtelnet. Modified: head/include/arpa/Makefile Modified: head/include/arpa/Makefile

svn commit: r245885 - head/share/mk

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 15:55:24 2013 New Revision: 245885 URL: http://svnweb.freebsd.org/changeset/base/245885 Log: Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set. It doesn't exist. Modified: head/share/mk/bsd.lib.mk Modified: head/share/mk/bsd.lib.mk ==

svn commit: r245884 - in head/sys/mips/nlm: dev/net hal

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 15:49:47 2013 New Revision: 245884 URL: http://svnweb.freebsd.org/changeset/base/245884 Log: Little-endian and other fixes for Broadcom XLP network driver The changes are: - the microcore code loaded into the NAE has to be byteswapped in LE - the

svn commit: r245883 - head/sys/mips/nlm/hal

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 15:23:01 2013 New Revision: 245883 URL: http://svnweb.freebsd.org/changeset/base/245883 Log: Fix credit configuration on Broadcom XLP CMS The CMS output queue credit configuration register is 64 bit, so use a 64 bit variable while updating it. Obtained

svn commit: r245882 - head/gnu/usr.bin/cc/c++

2013-01-24 Thread Brooks Davis
Author: brooks Date: Thu Jan 24 15:18:41 2013 New Revision: 245882 URL: http://svnweb.freebsd.org/changeset/base/245882 Log: Reorder so that NO_MAN is declared before bsd.own.mk is included and thus has an effect (not installed a g++.1 manpage over the g++.1(.gz) link created in ../cc). Mod

svn commit: r245881 - in head/sys/mips/nlm: dev/net hal

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 15:14:22 2013 New Revision: 245881 URL: http://svnweb.freebsd.org/changeset/base/245881 Log: Broadcom XLP network driver update for XLP 8xx B1 rev Update MDIO reset code to support Broadcom XLP B1 revisions. Update nlm_xlpge_ioctl, nlm_xlpge_port_enable n

svn commit: r245880 - head/sys/mips/nlm/dev/net

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 14:42:58 2013 New Revision: 245880 URL: http://svnweb.freebsd.org/changeset/base/245880 Log: Minor updates to the Broadcom XLP NAE driver Remove unnecessary SGMII initialization code from nae.c. While there clean up some prints and whitespace. Modified:

svn commit: r245879 - in head/sys/mips/nlm: . hal

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 14:33:25 2013 New Revision: 245879 URL: http://svnweb.freebsd.org/changeset/base/245879 Log: Broadcom XLP updates for the new firmware Support few more versions of board firmware. In case the security block is disabled, enable it at boot. Also increase t

svn commit: r245878 - head/sys/net

2013-01-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 24 14:29:31 2013 New Revision: 245878 URL: http://svnweb.freebsd.org/changeset/base/245878 Log: - Utilize m_get2(), accidentially fixing some signedness bugs. - Return EMSGSIZE in both cases if uio_resid is oversized or undersized. - No need to clear rcvif. Mod

svn commit: r245877 - head/sys/mips/nlm

2013-01-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jan 24 11:42:16 2013 New Revision: 245877 URL: http://svnweb.freebsd.org/changeset/base/245877 Log: Little-endian fix for PCI on Broadcom XLP. Update the function xlp_pcib_hardware_swap_enable() to do nothing when BYTE_ORDER is not BIG_ENDIAN. PCIe hardware swap

svn commit: r245876 - head/sys/arm/allwinner

2013-01-24 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Thu Jan 24 09:36:50 2013 New Revision: 245876 URL: http://svnweb.freebsd.org/changeset/base/245876 Log: Fix timer to support oneshot and periodic mode Use 64 bit high and low counter for timecounter and delay Reviewed by: mav@, ian@ Approved by: gon

svn commit: r245875 - head/sys/dev/ahci

2013-01-24 Thread Alexander Motin
Author: mav Date: Thu Jan 24 09:33:43 2013 New Revision: 245875 URL: http://svnweb.freebsd.org/changeset/base/245875 Log: Disable MSI interrupts for SB600 chipset. According to the report they are not functional. PR: kern/174880, kern/174985, kern/175002 MFC after:1 week

svn commit: r245874 - head/sys/sys

2013-01-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 24 09:30:42 2013 New Revision: 245874 URL: http://svnweb.freebsd.org/changeset/base/245874 Log: style(9) Reviewed by: bde Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r245873 - in head/sys: kern sys

2013-01-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 24 09:29:41 2013 New Revision: 245873 URL: http://svnweb.freebsd.org/changeset/base/245873 Log: - Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.c - style(9) fixes to mbuf.h Reviewed by: bde Modified: head/sys/kern/uipc_mbuf.c head/sys/s