svn commit: r243701 - head/sys/arm/conf

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 04:56:39 2012 New Revision: 243701 URL: http://svnweb.freebsd.org/changeset/base/243701 Log: - Enable syscons/framebuffer by default - Enable NFS client by default. Might be useful for building ports Modified: head/sys/arm/conf/RPI-B Modified: head/sys/arm/co

svn commit: r243700 - head/sys/boot/userboot/userboot

2012-11-29 Thread Neel Natu
Author: neel Date: Fri Nov 30 04:44:32 2012 New Revision: 243700 URL: http://svnweb.freebsd.org/changeset/base/243700 Log: Teach userboot to boot from ISO image files. Reviewed by: ae@, dfr@ Obtained from:NetApp Modified: head/sys/boot/userboot/userboot/conf.c head/sys/boot/

svn commit: r243694 - head/sys/boot/fdt/dts

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 03:16:45 2012 New Revision: 243694 URL: http://svnweb.freebsd.org/changeset/base/243694 Log: Add vchiq node Modified: head/sys/boot/fdt/dts/bcm2835-rpi-b.dts Modified: head/sys/boot/fdt/dts/bcm2835-rpi-b.dts =

svn commit: r243693 - in head/sys/boot: fdt uboot/common

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 03:15:50 2012 New Revision: 243693 URL: http://svnweb.freebsd.org/changeset/base/243693 Log: - Implement "fdt mres" sub-command that prints reserved memory regions - Add "fdt addr" subcommand that lets you specify preloaded blob address - Do not pre-initialize

svn commit: r243692 - head/sys/dev/iwn

2012-11-29 Thread Adrian Chadd
Author: adrian Date: Fri Nov 30 03:14:11 2012 New Revision: 243692 URL: http://svnweb.freebsd.org/changeset/base/243692 Log: Include opt_wlan.h so the net80211 RX debug API compiles correctly. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ===

svn commit: r243691 - head/sys/arm/arm

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 03:11:03 2012 New Revision: 243691 URL: http://svnweb.freebsd.org/changeset/base/243691 Log: Get reserved memory regions and exclude them from available memory map Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c ===

svn commit: r243690 - head/sys/dev/fdt

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 03:08:49 2012 New Revision: 243690 URL: http://svnweb.freebsd.org/changeset/base/243690 Log: Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regions It returns memory regions restricted from being used by kernel. These regions are dfined i

svn commit: r243689 - head/sys/dev/sdhci

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 02:35:13 2012 New Revision: 243689 URL: http://svnweb.freebsd.org/changeset/base/243689 Log: - Get proper maximum clock frequency for SDHCI v3.0 and higher Modified: head/sys/dev/sdhci/sdhci.c head/sys/dev/sdhci/sdhci.h Modified: head/sys/dev/sdhci/sdhci.c ==

svn commit: r243688 - head/sys/arm/broadcom/bcm2835

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 02:32:37 2012 New Revision: 243688 URL: http://svnweb.freebsd.org/changeset/base/243688 Log: Get frequency from "clock-frequency" property of "/axi/sdhci" FDT node Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Modified: head/sys/arm/broadcom/bcm2835/b

svn commit: r243687 - head/sys/arm/broadcom/bcm2835

2012-11-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 30 02:31:08 2012 New Revision: 243687 URL: http://svnweb.freebsd.org/changeset/base/243687 Log: Fix RGB565 case Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c ==

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

2012-11-29 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 30 01:38:00 2012 New Revision: 243686 URL: http://svnweb.freebsd.org/changeset/base/243686 Log: Add preliminary support for BCM57766 ASIC. While I'm here add BCM57762 device id which is found on Apple Thunderbolt ethernet. Tested by:Richard Kuhns < rjk

Re: svn commit: r243670 - head/share/man/man5

2012-11-29 Thread Bruce Evans
On Fri, 30 Nov 2012, Bruce Evans wrote: On Thu, 29 Nov 2012, Eitan Adler wrote: ... The reference to BDECFLAGS actually isn't true - there is no such variable. There is a *commented out* version which I had planned to email you about at some point. The whole file src/share/examples/etc consis

Re: svn commit: r243670 - head/share/man/man5

2012-11-29 Thread Bruce Evans
On Thu, 29 Nov 2012, Eitan Adler wrote: On 29 November 2012 19:09, Bruce Evans wrote: On Thu, 29 Nov 2012, Eitan Adler wrote: "gcc" was mostly correct here, since the flags are unportable gcc ones. They don't work with any "cc", but may work with clang, although this is unclear since none o

svn commit: r243685 - in head/sys: amd64/pci i386/pci

2012-11-29 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 30 00:59:37 2012 New Revision: 243685 URL: http://svnweb.freebsd.org/changeset/base/243685 Log: Tidy up inline assembly. No functional change. Modified: head/sys/amd64/pci/pci_cfgreg.c head/sys/i386/pci/pci_cfgreg.c Modified: head/sys/amd64/pci/pci_cfgreg.c

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Eitan Adler
On 29 November 2012 15:57, Konstantin Belousov wrote: > IMO, such changes shall not be done, and the already accumulated nonsense > needs to be reverted. It causes no harm, and helps reduce the number of false positives in the clang static analyzer code so I fail to see why this should be revert

Re: svn commit: r243670 - head/share/man/man5

2012-11-29 Thread Eitan Adler
On 29 November 2012 19:09, Bruce Evans wrote: > On Thu, 29 Nov 2012, Eitan Adler wrote: > "gcc" was mostly correct here, since the flags are unportable gcc ones. > They don't work with any "cc", but may work with clang, although this > is unclear since none of them is documented in clang(1). Eve

Re: svn commit: r243670 - head/share/man/man5

2012-11-29 Thread Bruce Evans
On Thu, 29 Nov 2012, Eitan Adler wrote: Log: Generalize make.conf man page: use "cc" instead of "gcc" PR:misc/173604 Submitted by: Dan McGregor Approved by: bcr (mentor) MFC after: 3 days "gcc" was mostly correct here, since the flags are unportable gcc ones. They don

Re: svn commit: r243645 - head/usr.sbin/nfsd

2012-11-29 Thread Rick Macklem
Mateusz Guzik wrote: > On Wed, Nov 28, 2012 at 07:14:23PM -0500, Rick Macklem wrote: > > Mateusz Guzik wrote: > > > On Wed, Nov 28, 2012 at 02:47:32AM +, Alfred Perlstein wrote: > > > > Author: alfred > > > > Date: Wed Nov 28 02:47:31 2012 > > > > New Revision: 243645 > > > > URL: http://svnweb

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Bruce Evans
On Thu, 29 Nov 2012, Konstantin Belousov wrote: On Thu, Nov 29, 2012 at 05:24:12PM +0100, Jilles Tjoelker wrote: On Thu, Nov 29, 2012 at 02:01:47PM +0200, Konstantin Belousov wrote: On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: Log: Mark non-returning function as such PR

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Konstantin Belousov
On Thu, Nov 29, 2012 at 10:15:54AM -0500, Eitan Adler wrote: > On 29 November 2012 08:04, Konstantin Belousov wrote: > >> It fixes some static analyzer warnings. > > This cannot be a reason to cripple the code. > > How is the code crippled? I described it in the part of the first message, which

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Konstantin Belousov
On Thu, Nov 29, 2012 at 05:24:12PM +0100, Jilles Tjoelker wrote: > On Thu, Nov 29, 2012 at 02:01:47PM +0200, Konstantin Belousov wrote: > > On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: > > > Author: eadler > > > Date: Thu Nov 29 05:16:50 2012 > > > New Revision: 243665 > > > URL: ht

svn commit: r243681 - head/sys/dev/cxgbe/tom

2012-11-29 Thread Navdeep Parhar
Author: np Date: Thu Nov 29 19:39:27 2012 New Revision: 243681 URL: http://svnweb.freebsd.org/changeset/base/243681 Log: cxgbe/tom: Handle the case where the chip falls out of DDP mode by itself. The hole in the receive sequence space corresponds to the number of bytes placed directly up to

svn commit: r243680 - head/sys/dev/cxgbe/tom

2012-11-29 Thread Navdeep Parhar
Author: np Date: Thu Nov 29 19:10:04 2012 New Revision: 243680 URL: http://svnweb.freebsd.org/changeset/base/243680 Log: cxgbe/tom: Add a flag to indicate that the L2 table entry for an embryonic connection has been setup and never attempt to abort a tid before this is done. This fixes a ba

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Jilles Tjoelker
On Thu, Nov 29, 2012 at 02:01:47PM +0200, Konstantin Belousov wrote: > On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: > > Author: eadler > > Date: Thu Nov 29 05:16:50 2012 > > New Revision: 243665 > > URL: http://svnweb.freebsd.org/changeset/base/243665 > > Log: > > Mark non-return

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Joerg Sonnenberger
On Thu, Nov 29, 2012 at 02:01:47PM +0200, Konstantin Belousov wrote: > Also, being quite removed from the function definition, there is a chance > that some future modification would make the attribute a lie. At least clang enforces the correctness of the attribute. Joerg

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Eitan Adler
On 29 November 2012 08:04, Konstantin Belousov wrote: >> It fixes some static analyzer warnings. > This cannot be a reason to cripple the code. How is the code crippled? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams __

svn commit: r243673 - head/contrib/libc++/include

2012-11-29 Thread David Chisnall
Author: theraven Date: Thu Nov 29 13:35:44 2012 New Revision: 243673 URL: http://svnweb.freebsd.org/changeset/base/243673 Log: Merge new libc++ into head. Modified: head/contrib/libc++/include/exception head/contrib/libc++/include/iterator head/contrib/libc++/include/locale Directory Prop

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Konstantin Belousov
On Thu, Nov 29, 2012 at 07:45:12AM -0500, Eitan Adler wrote: > On 29 November 2012 07:01, Konstantin Belousov wrote: > > On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: > >> Author: eadler > >> Date: Thu Nov 29 05:16:50 2012 > >> New Revision: 243665 > >> URL: http://svnweb.freebsd.or

svn commit: r243670 - head/share/man/man5

2012-11-29 Thread Eitan Adler
Author: eadler Date: Thu Nov 29 12:51:10 2012 New Revision: 243670 URL: http://svnweb.freebsd.org/changeset/base/243670 Log: Generalize make.conf man page: use "cc" instead of "gcc" PR: misc/173604 Submitted by: Dan McGregor Approved by: bcr (mentor) MFC after:3 days

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Eitan Adler
On 29 November 2012 07:01, Konstantin Belousov wrote: > On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: >> Author: eadler >> Date: Thu Nov 29 05:16:50 2012 >> New Revision: 243665 >> URL: http://svnweb.freebsd.org/changeset/base/243665 >> >> Log: >> Mark non-returning function as su

Re: svn commit: r243665 - head/sbin/dump

2012-11-29 Thread Konstantin Belousov
On Thu, Nov 29, 2012 at 05:16:50AM +, Eitan Adler wrote: > Author: eadler > Date: Thu Nov 29 05:16:50 2012 > New Revision: 243665 > URL: http://svnweb.freebsd.org/changeset/base/243665 > > Log: > Mark non-returning function as such > > PR: bin/172978 > Approved by:cper

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

2012-11-29 Thread Pawel Jakub Dawidek
On Thu, Nov 29, 2012 at 09:52:08AM +0100, Pawel Jakub Dawidek wrote: > On Fri, Oct 19, 2012 at 10:15:32AM +, Andre Oppermann wrote: > > Author: andre > > Date: Fri Oct 19 10:15:32 2012 > > New Revision: 241726 > > URL: http://svn.freebsd.org/changeset/base/241726 > > > > Log: > > Move UMA so

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

2012-11-29 Thread Pawel Jakub Dawidek
On Fri, Oct 19, 2012 at 10:15:32AM +, Andre Oppermann wrote: > Author: andre > Date: Fri Oct 19 10:15:32 2012 > New Revision: 241726 > URL: http://svn.freebsd.org/changeset/base/241726 > > Log: > Move UMA socket zone initialization from uipc_domain.c to uipc_socket.c > into one place next

svn commit: r243669 - head/sys/net

2012-11-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Nov 29 08:06:23 2012 New Revision: 243669 URL: http://svnweb.freebsd.org/changeset/base/243669 Log: - Use more appropriate loop (do { } while()) when generating ethernet address for bridge interface. - If we found a collision we can break the loop - only one collision