Re: svn commit: r236377 - head/sys/dev/vxge/vxgehal

2012-06-02 Thread Bruce Evans
On Fri, 1 Jun 2012, John Baldwin wrote: On Friday, June 01, 2012 12:39:48 pm Eitan Adler wrote: On 1 June 2012 07:24, John Baldwin j...@freebsd.org wrote: This is why I personally loathe assignment side effects in boolean expressions for control flow. I tend to write this sort of thing

svn commit: r236437 - in head: sbin/camcontrol sys/cam sys/cam/ata

2012-06-02 Thread Alexander Motin
Author: mav Date: Sat Jun 2 08:29:07 2012 New Revision: 236437 URL: http://svn.freebsd.org/changeset/base/236437 Log: Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ. This allows to control it with `camcontrol negotiate adaX -T (en|dis)able` on the fly, same as for

svn commit: r236438 - in head/lib: libc/gen libcrypt libelf libgpib libpmc libusb

2012-06-02 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jun 2 08:47:26 2012 New Revision: 236438 URL: http://svn.freebsd.org/changeset/base/236438 Log: mdoc: minor Bl improvements. Modified: head/lib/libc/gen/posix_spawnattr_getflags.3 head/lib/libcrypt/crypt.3 head/lib/libelf/elf.3

svn commit: r236439 - head/sys/dev/usb/wlan

2012-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jun 2 09:10:51 2012 New Revision: 236439 URL: http://svn.freebsd.org/changeset/base/236439 Log: Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC in some of the USB WLAN drivers. This fixes a panic when using monitor mode. MFC after:1

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

2012-06-02 Thread Ed Schouten
Author: ed Date: Sat Jun 2 10:50:25 2012 New Revision: 236441 URL: http://svn.freebsd.org/changeset/base/236441 Log: Remove invalid remark about pipes. The stat structures returned on pipes seems to contain all the information required by POSIX. Especially the wording and thus to a

svn commit: r236442 - in head/lib: libc++ libcxxrt

2012-06-02 Thread Dimitry Andric
Author: dim Date: Sat Jun 2 11:00:48 2012 New Revision: 236442 URL: http://svn.freebsd.org/changeset/base/236442 Log: Tabify libcxxrt and libc++'s Makefiles. MFC after:3 days Modified: head/lib/libc++/Makefile head/lib/libcxxrt/Makefile Modified: head/lib/libc++/Makefile

svn commit: r236443 - in head/share/man/man4: . man4.i386

2012-06-02 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jun 2 11:03:14 2012 New Revision: 236443 URL: http://svn.freebsd.org/changeset/base/236443 Log: mdoc: minor Bl improvements. Modified: head/share/man/man4/acpi_panasonic.4 head/share/man/man4/ahci.4 head/share/man/man4/ata.4

svn commit: r236444 - head/lib/libc++

2012-06-02 Thread Dimitry Andric
Author: dim Date: Sat Jun 2 11:07:19 2012 New Revision: 236444 URL: http://svn.freebsd.org/changeset/base/236444 Log: Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s Makefile, so these headers go into the same destination directory as libc++'s own headers,

Re: svn commit: r236441 - head/lib/libc/sys

2012-06-02 Thread Bruce Evans
On Sat, 2 Jun 2012, Ed Schouten wrote: Log: Remove invalid remark about pipes. The stat structures returned on pipes seems to contain all the information required by POSIX. Especially the wording and thus to a pipe makes little sense, because it seems to imply a certain relationship

svn commit: r236450 - head/sys/netinet

2012-06-02 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 2 13:13:38 2012 New Revision: 236450 URL: http://svn.freebsd.org/changeset/base/236450 Log: Remove an unused parameter. MFC after: 3 days Modified: head/sys/netinet/sctp_input.c head/sys/netinet/sctputil.c head/sys/netinet/sctputil.h Modified:

Re: svn commit: r235537 - in head: etc/mtree include lib lib/libnandfs lib/libstand sbin sbin/nandfs sbin/newfs_nandfs share/man/man4 share/man/man5 share/mk sys/boot/arm/uboot sys/boot/i386/loader sy

2012-06-02 Thread Andriy Gapon
on 17/05/2012 13:11 Grzegorz Bernacki said the following: Author: gber Date: Thu May 17 10:11:18 2012 New Revision: 235537 URL: http://svn.freebsd.org/changeset/base/235537 Log: Import work done under project/nand (@235533) into head. The NAND Flash environment consists of several

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

2012-06-02 Thread Konstantin Belousov
Author: kib Date: Sat Jun 2 18:44:40 2012 New Revision: 236465 URL: http://svn.freebsd.org/changeset/base/236465 Log: Update the print mask for decoding b_flags. Add print masks for b_vflags and b_xflags_t and print them as well. MFC after: 1 week Modified: head/sys/kern/vfs_bio.c

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

2012-06-02 Thread Konstantin Belousov
Author: kib Date: Sat Jun 2 19:39:12 2012 New Revision: 236487 URL: http://svn.freebsd.org/changeset/base/236487 Log: Fix typo [1]. Use commas to separate flag printouts, in style with other parts of function. Submitted by: bf [1] MFC after: 1 week Modified:

svn commit: r236488 - in head/sys/dev: bge sym

2012-06-02 Thread Marius Strobl
Author: marius Date: Sat Jun 2 19:41:28 2012 New Revision: 236488 URL: http://svn.freebsd.org/changeset/base/236488 Log: Take advantage of nitems(). MFC after:3 days Modified: head/sys/dev/bge/if_bge.c head/sys/dev/sym/sym_hipd.c Modified: head/sys/dev/bge/if_bge.c

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

2012-06-02 Thread Marius Strobl
Author: marius Date: Sat Jun 2 20:00:52 2012 New Revision: 236489 URL: http://svn.freebsd.org/changeset/base/236489 Log: Remove nitems() now that it lives in sys/param.h since r236486. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r236491 - head/sys/dev/mmc

2012-06-02 Thread Marius Strobl
Author: marius Date: Sat Jun 2 20:47:00 2012 New Revision: 236491 URL: http://svn.freebsd.org/changeset/base/236491 Log: Add missing prototypes. While at it, sort them alphabetically. MFC after:3 days Modified: head/sys/dev/mmc/mmc.c head/sys/dev/mmc/mmcsd.c Modified:

svn commit: r236493 - head/sys/netinet

2012-06-02 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 2 21:22:26 2012 New Revision: 236493 URL: http://svn.freebsd.org/changeset/base/236493 Log: Honor sysctl for TTL. MFC after: 3 days Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

svn commit: r236494 - in head/sys: amd64/amd64 i386/i386

2012-06-02 Thread Alan Cox
Author: alc Date: Sat Jun 2 22:14:10 2012 New Revision: 236494 URL: http://svn.freebsd.org/changeset/base/236494 Log: Isolate the global pv list lock from data and other locks to prevent false sharing within the cache. Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c

svn commit: r236495 - head/sys/arm/at91

2012-06-02 Thread Marius Strobl
Author: marius Date: Sun Jun 3 00:54:10 2012 New Revision: 236495 URL: http://svn.freebsd.org/changeset/base/236495 Log: - Prepend the device description with AT91 to reflect its nature. [1] - Move DMA tag and map creature to at91_spi_activate() where the other resource allocation also

svn commit: r236496 - head/sys/dev/flash

2012-06-02 Thread Marius Strobl
Author: marius Date: Sun Jun 3 01:00:55 2012 New Revision: 236496 URL: http://svn.freebsd.org/changeset/base/236496 Log: - Loop up to 3 seconds when waiting for a device to get ready. [1] - Make the device description match the driver name. - Identify the chip variant based on the JEDEC

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

2012-06-02 Thread Marius Strobl
Author: marius Date: Sun Jun 3 01:07:55 2012 New Revision: 236497 URL: http://svn.freebsd.org/changeset/base/236497 Log: - Now that the DataFlash related drivers work properly (at91_spi(4) since r236495 and at45d(4) since r236496), enable them by default. - Sort BOOTP options. Modified:

svn commit: r236498 - head/sys/arm/at91

2012-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 3 05:36:25 2012 New Revision: 236498 URL: http://svn.freebsd.org/changeset/base/236498 Log: Remove stray repeated line... Modified: head/sys/arm/at91/at91_reset.S Modified: head/sys/arm/at91/at91_reset.S