svn commit: r253380 - head/lib/libc/stdlib

2013-07-16 Thread Andriy Gapon
Author: avg Date: Tue Jul 16 07:26:46 2013 New Revision: 253380 URL: http://svnweb.freebsd.org/changeset/base/253380 Log: libc: name passed into __setenv is not necessarily NUL-terminated That's particularly true when __setenv is called from __merge_environ. MFC after:4 days Modif

svn commit: r253384 - head/tools/regression/pthread/cv_cancel1

2013-07-16 Thread Kevin Lo
Author: kevlo Date: Tue Jul 16 09:22:50 2013 New Revision: 253384 URL: http://svnweb.freebsd.org/changeset/base/253384 Log: Add missing header needed by sleep(3). Modified: head/tools/regression/pthread/cv_cancel1/cv_cancel1.c Modified: head/tools/regression/pthread/cv_cancel1/cv_cancel1.c =

svn commit: r253385 - head/tools/regression/priv

2013-07-16 Thread Kevin Lo
Author: kevlo Date: Tue Jul 16 09:38:51 2013 New Revision: 253385 URL: http://svnweb.freebsd.org/changeset/base/253385 Log: Use MAN= instead of NO_MAN= For some reason it still tries to install a priv.1 when using NO_MAN, even though there isn't one yet. Modified: head/tools/regression

svn commit: r253386 - head/tools/regression/sbin/dhclient

2013-07-16 Thread Kevin Lo
Author: kevlo Date: Tue Jul 16 09:40:59 2013 New Revision: 253386 URL: http://svnweb.freebsd.org/changeset/base/253386 Log: Need to define NO_MAN here. Modified: head/tools/regression/sbin/dhclient/Makefile Modified: head/tools/regression/sbin/dhclient/Makefile ==

svn commit: r253391 - head/usr.bin/netstat

2013-07-16 Thread Gleb Smirnoff
Author: glebius Date: Tue Jul 16 12:22:36 2013 New Revision: 253391 URL: http://svnweb.freebsd.org/changeset/base/253391 Log: Sweep unused nlist entries. Sponsored by: Nginx, Inc. Modified: head/usr.bin/netstat/main.c Modified: head/usr.bin/netstat/main.c ===

Re: svn commit: r253367 - in head/sys: i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2013-07-16 Thread John Baldwin
On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote: > Author: ae > Date: Mon Jul 15 15:40:57 2013 > New Revision: 253367 > URL: http://svnweb.freebsd.org/changeset/base/253367 > > Log: > Include sys/systm.h after sys/param.h. > > Suggested by: pluknet Does this fix somethin

Re: svn commit: r253367 - in head/sys: i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2013-07-16 Thread Bruce Evans
On Tue, 16 Jul 2013, John Baldwin wrote: On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote: Log: Include sys/systm.h after sys/param.h. Suggested by: pluknet Does this fix something? Style bugs at least. sys/systm.h defines APIs which may be used in other headers (in inline

svn commit: r253392 - head/sys/dev/acpica

2013-07-16 Thread John Baldwin
Author: jhb Date: Tue Jul 16 14:42:16 2013 New Revision: 253392 URL: http://svnweb.freebsd.org/changeset/base/253392 Log: Workaround some broken BIOSes that specify edge-sensitive but active-low settings for ACPI-enumerated serial ports by forcing any IRQs that use an ISA IRQ value with thes

Re: svn commit: r253367 - in head/sys: i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2013-07-16 Thread John Baldwin
On Tuesday, July 16, 2013 10:35:21 am Bruce Evans wrote: > On Tue, 16 Jul 2013, John Baldwin wrote: > > > On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote: > >> Log: > >> Include sys/systm.h after sys/param.h. > >> > >> Suggested by:pluknet > > > > Does this fix something? > >

Re: svn commit: r253367 - in head/sys: i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2013-07-16 Thread Sergey Kandaurov
On 16 July 2013 18:02, John Baldwin wrote: > On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote: >> Author: ae >> Date: Mon Jul 15 15:40:57 2013 >> New Revision: 253367 >> URL: http://svnweb.freebsd.org/changeset/base/253367 >> >> Log: >> Include sys/systm.h after sys/param.h. >> >>

svn commit: r253393 - head/sbin/nvmecontrol

2013-07-16 Thread Jim Harris
Author: jimharris Date: Tue Jul 16 15:45:37 2013 New Revision: 253393 URL: http://svnweb.freebsd.org/changeset/base/253393 Log: Do not throw an error if the user requests to activate the image from an empty firmware slot, as long as the user has specified a firmware image to download into th

svn commit: r253395 - head/sys/netinet

2013-07-16 Thread Andre Oppermann
Author: andre Date: Tue Jul 16 16:37:08 2013 New Revision: 253395 URL: http://svnweb.freebsd.org/changeset/base/253395 Log: Free the non-fatal "timestamp missing" debug string manually as it is not covered by the catch-all free for the error cases. Found by: Coverity Modified: head

svn commit: r253396 - in head: . share/mk sys/conf sys/sys tools/build/options

2013-07-16 Thread Andrew Turner
(r253396) @@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130716: + The default ARM ABI has changed to the ARM EABI. The old ABI is +

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

2013-07-16 Thread Andrew Turner
Author: andrew Date: Tue Jul 16 19:20:50 2013 New Revision: 253397 URL: http://svnweb.freebsd.org/changeset/base/253397 Log: Regen. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r253398 - head/sys/dev/usb/controller

2013-07-16 Thread Konstantin Belousov
Author: kib Date: Tue Jul 16 20:14:23 2013 New Revision: 253398 URL: http://svnweb.freebsd.org/changeset/base/253398 Log: Add a tunable to force disable MSI use for xhci(4). Requested and tested by: delphij Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head

Re: svn commit: r253396 - in head: . share/mk sys/conf sys/sys tools/build/options

2013-07-16 Thread Roman Divacky
>- GDB can have issues with executables built with clang. Can you clarify that? Thanks, Roman ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...

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

2013-07-16 Thread Andrew Turner
Author: andrew Date: Tue Jul 16 23:19:05 2013 New Revision: 253400 URL: http://svnweb.freebsd.org/changeset/base/253400 Log: Fix vfp: - We should check is_d32 to see howmany registers we have - In vfp_restore mark vfpscr as an output register Without the second part it appears we can

svn commit: r253402 - head/tools/regression/aio/aiop

2013-07-16 Thread Kevin Lo
Author: kevlo Date: Wed Jul 17 00:54:21 2013 New Revision: 253402 URL: http://svnweb.freebsd.org/changeset/base/253402 Log: Use PRId64 instead of %gd to print an int64_t. Modified: head/tools/regression/aio/aiop/aiop.c Modified: head/tools/regression/aio/aiop/aiop.c =

svn commit: r253403 - head/tools/regression/lib/libc/gen

2013-07-16 Thread Kevin Lo
Author: kevlo Date: Wed Jul 17 00:58:23 2013 New Revision: 253403 URL: http://svnweb.freebsd.org/changeset/base/253403 Log: Add missing headers. Modified: head/tools/regression/lib/libc/gen/test-fpclassify.c head/tools/regression/lib/libc/gen/test-ftw.c Modified: head/tools/regression/lib/

svn commit: r253404 - head/sys/dev/ae

2013-07-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Jul 17 01:24:23 2013 New Revision: 253404 URL: http://svnweb.freebsd.org/changeset/base/253404 Log: o TxD ring requires 8 bytes alignment to work so change alignment constraint to 8. Previously it may have triggered watchdog timeouts. o Check whether inter

svn commit: r253406 - head/sys/dev/ae

2013-07-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Jul 17 01:34:25 2013 New Revision: 253406 URL: http://svnweb.freebsd.org/changeset/base/253406 Log: Avoid magic constant. No functional change. Modified: head/sys/dev/ae/if_ae.c head/sys/dev/ae/if_aereg.h Modified: head/sys/dev/ae/if_ae.c ===

svn commit: r253407 - head/sys/dev/cxgbe/firmware

2013-07-16 Thread Navdeep Parhar
Author: np Date: Wed Jul 17 02:37:40 2013 New Revision: 253407 URL: http://svnweb.freebsd.org/changeset/base/253407 Log: Specify a timeout for the PL block. MFC after:3 days Modified: head/sys/dev/cxgbe/firmware/t5fw_cfg.txt Modified: head/sys/dev/cxgbe/firmware/t5fw_cfg.txt ===

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-16 Thread Andrey Chernov
On 16.07.2013 11:26, Andriy Gapon wrote: > Modified: head/lib/libc/stdlib/getenv.c > == > --- head/lib/libc/stdlib/getenv.c Tue Jul 16 06:50:22 2013 > (r253379) > +++ head/lib/libc/stdlib/getenv.c Tue Jul 16

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

2013-07-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Jul 17 04:53:53 2013 New Revision: 253408 URL: http://svnweb.freebsd.org/changeset/base/253408 Log: Implement workaround for BCM5719/BCM5720 TX hang. The read DMA request logic operation is based on having sufficient available space in the transmit data buffer (TXMB

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-16 Thread Andrey Chernov
On 17.07.2013 8:48, Andrey Chernov wrote: > On 17.07.2013 8:10, Andrey Chernov wrote: >> On 16.07.2013 11:26, Andriy Gapon wrote: >>> Modified: head/lib/libc/stdlib/getenv.c >>> == >>> --- head/lib/libc/stdlib/getenv.c Tu

Re: svn commit: r253380 - head/lib/libc/stdlib

2013-07-16 Thread Andrey Chernov
On 17.07.2013 8:10, Andrey Chernov wrote: > On 16.07.2013 11:26, Andriy Gapon wrote: >> Modified: head/lib/libc/stdlib/getenv.c >> == >> --- head/lib/libc/stdlib/getenv.cTue Jul 16 06:50:22 2013 >> (r253379) >>

Re: svn commit: r253048 - in head/sys/ofed: drivers/net/mlx4 include/linux

2013-07-16 Thread Garrett Cooper
On Thu, Jul 11, 2013 at 5:26 AM, John Baldwin wrote: > On Wednesday, July 10, 2013 7:58:30 pm Garrett Cooper wrote: >> On Tue, Jul 9, 2013 at 8:20 AM, John Baldwin wrote: >> >> ... >> >> > I hadn't seen it. I had wondered if the '\n' issue was a generic sysfs >> > thing. >> > It sounds like it