Re: svn commit: r239356 - head/sbin/dhclient

2012-08-23 Thread Hajimu UMEMOTO
Hi, On Thu, 23 Aug 2012 08:41:37 +0400 Andrey Chernov a...@freebsd.org said: ache On Thu, Aug 23, 2012 at 12:27:46AM +0900, Hajimu UMEMOTO wrote: A link-local address has a scope; an interface here. You cannot omit it on FreeBSD by default. To be able to omit it, specify something like

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

2012-08-23 Thread Bjoern A. Zeeb
On Wed, 22 Aug 2012, John Baldwin wrote: Author: jhb Date: Wed Aug 22 20:00:41 2012 New Revision: 239584 URL: http://svn.freebsd.org/changeset/base/239584 Log: Fix the 'show witness' DDB command to honor db_pager_quit. Thanks! -- Bjoern A. Zeeb You have to

svn commit: r239611 - head/usr.bin/truss

2012-08-23 Thread Andrey Zonov
Author: zont Date: Thu Aug 23 12:20:29 2012 New Revision: 239611 URL: http://svn.freebsd.org/changeset/base/239611 Log: - Put arguments for print_syscall_ret() function in proper order. Bug was introduced in r192025. Approved by: kib (mentor) Modified:

Re: svn commit: r239597 - head/sys/arm/arm

2012-08-23 Thread John Baldwin
On Wednesday, August 22, 2012 6:48:50 pm Oleksandr Tymoshenko wrote: Author: gonzo Date: Wed Aug 22 22:48:50 2012 New Revision: 239597 URL: http://svn.freebsd.org/changeset/base/239597 Log: Do not change cachable attribute for DMA memory allocated with BUS_DMA_COHERENT attribute

Re: svn commit: r227687 - head/sys/dev/mii

2012-08-23 Thread John Baldwin
On Friday, November 18, 2011 5:39:46 pm Marius Strobl wrote: Author: marius Date: Fri Nov 18 22:39:46 2011 New Revision: 227687 URL: http://svn.freebsd.org/changeset/base/227687 Log: - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHY addresses from being probed

svn commit: r239612 - head/sbin/camcontrol

2012-08-23 Thread Jaakko Heinonen
Author: jh Date: Thu Aug 23 16:25:36 2012 New Revision: 239612 URL: http://svn.freebsd.org/changeset/base/239612 Log: Check the return value of sbuf_finish(). Modified: head/sbin/camcontrol/camcontrol.c Modified: head/sbin/camcontrol/camcontrol.c

svn commit: r239613 - head/share/mk

2012-08-23 Thread Dimitry Andric
Author: dim Date: Thu Aug 23 17:03:33 2012 New Revision: 239613 URL: http://svn.freebsd.org/changeset/base/239613 Log: Make sure bsd.dep.mk does not filter out -stdlib=xxx from CXXFLAGS, since this determines parts of the C++ include path. MFC after:1 week Modified:

svn commit: r239614 - in head: lib/clang usr.bin/clang

2012-08-23 Thread Dimitry Andric
Author: dim Date: Thu Aug 23 17:08:07 2012 New Revision: 239614 URL: http://svn.freebsd.org/changeset/base/239614 Log: Sprinkle a bit of style.Makefile(5) across various clang Makefiles. No functional changes. MFC after:3 days Modified: head/lib/clang/clang.build.mk

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

2012-08-23 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 23 17:40:20 2012 New Revision: 239617 URL: http://svn.freebsd.org/changeset/base/239617 Log: Add tunable for XHCI port routing. MFC after:1 week Modified: head/sys/dev/usb/controller/xhci.c head/sys/dev/usb/controller/xhci.h

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-23 Thread Hans Petter Selasky
On Monday 20 August 2012 23:09:37 Ian Lepore wrote: On Mon, 2012-08-20 at 13:55 -0700, Adrian Chadd wrote: I have a report that AR71XX (MIPS) USB broke with this change. Thanks, Adrian Hi Ian, Have you figured out the root cause for this? --HPS

svn commit: r239618 - in head/contrib/jemalloc: . include/jemalloc

2012-08-23 Thread Dimitry Andric
Author: dim Date: Thu Aug 23 17:58:22 2012 New Revision: 239618 URL: http://svn.freebsd.org/changeset/base/239618 Log: Since our clang now supports the tls_model attribute, remove the workaround for it in jemalloc_FreeBSD.h. Reviewed by: jasone Modified:

svn commit: r239619 - head/contrib/llvm/tools/clang/lib/Sema

2012-08-23 Thread Dimitry Andric
Author: dim Date: Thu Aug 23 18:14:59 2012 New Revision: 239619 URL: http://svn.freebsd.org/changeset/base/239619 Log: Pull in r162360 from upstream clang trunk: Merge existing attributes before processing pragmas in friend template declarations. Fixes pr13662. This should

svn commit: r239620 - in head: cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/f...

2012-08-23 Thread Martin Matuska
Author: mm Date: Thu Aug 23 19:32:57 2012 New Revision: 239620 URL: http://svn.freebsd.org/changeset/base/239620 Log: Merge recent vendor changes: 3086 unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasets 3090 vdev_reopen() during reguid causes vdev to be treated as

svn commit: r239621 - head/usr.sbin/jail

2012-08-23 Thread Jamie Gritton
Author: jamie Date: Thu Aug 23 19:39:23 2012 New Revision: 239621 URL: http://svn.freebsd.org/changeset/base/239621 Log: Partially roll back r239601 - keep parameter strings both length-delimited and null-terminated at the same time, because they're later passed to libjail as

svn commit: r239622 - head/contrib/libarchive/tar

2012-08-23 Thread Martin Matuska
Author: mm Date: Thu Aug 23 19:40:28 2012 New Revision: 239622 URL: http://svn.freebsd.org/changeset/base/239622 Log: Apply fix for vendor pull request #17: Support appending to empty archives References: https://github.com/libarchive/libarchive/pull/17 Submitted by: myself

Re: svn commit: r239568 - head/etc/rc.d

2012-08-23 Thread Doug Barton
On 8/22/2012 3:25 PM, David O'Brien wrote: On Wed, Aug 22, 2012 at 02:37:37PM -0700, Doug Barton wrote: Were these changes discussed somewhere and I missed it? They were not discussed. I did not see the need. This is simple functionality. If securelevel is raised 0, one cannot start up

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

2012-08-23 Thread Warner Losh
Author: imp Date: Thu Aug 23 21:31:52 2012 New Revision: 239623 URL: http://svn.freebsd.org/changeset/base/239623 Log: Use proper resource type when freeing. Submitted by: Ian Lapore (indirectly in a larger patch) Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239624 - head/sys/kern

2012-08-23 Thread Navdeep Parhar
Author: np Date: Thu Aug 23 21:32:02 2012 New Revision: 239624 URL: http://svn.freebsd.org/changeset/base/239624 Log: Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loader tunables. MFC after:1 month Modified: head/sys/kern/kern_mbuf.c Modified:

svn commit: r239625 - head/sys/mips/conf

2012-08-23 Thread Aleksandr Rybalko
Author: ray Date: Thu Aug 23 22:23:56 2012 New Revision: 239625 URL: http://svn.freebsd.org/changeset/base/239625 Log: Remove duplicated GEOM_PART_* options. PR: 170931 Approved by: adrian Modified: head/sys/mips/conf/AP93 head/sys/mips/conf/AP96 head/sys/mips/conf/PB47

svn commit: r239626 - in head/sys: arm/at91 dev/spibus

2012-08-23 Thread Warner Losh
Author: imp Date: Thu Aug 23 22:38:37 2012 New Revision: 239626 URL: http://svn.freebsd.org/changeset/base/239626 Log: Fetch the chip select in the bridge driver, like all the other spi bridges do. Modified: head/sys/arm/at91/at91_spi.c head/sys/dev/spibus/spi.h

svn commit: r239627 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:09:49 2012 New Revision: 239627 URL: http://svn.freebsd.org/changeset/base/239627 Log: Add some new flags: * mfp support; * 4.9ghz support in the HAL; * device type - specifically, the bus type and whether it's a HB63 NIC (which requires some

svn commit: r239628 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:15:26 2012 New Revision: 239628 URL: http://svn.freebsd.org/changeset/base/239628 Log: Wrap this a little so it's slightly easier on the eyes. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h

svn commit: r239629 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:17:39 2012 New Revision: 239629 URL: http://svn.freebsd.org/changeset/base/239629 Log: Add some more diagnostic codes. Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah_diagcodes.h Modified:

svn commit: r239630 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:33:25 2012 New Revision: 239630 URL: http://svn.freebsd.org/changeset/base/239630 Log: Add the MFP capability to ath_hal_getcapability(). Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah.c Modified:

svn commit: r239631 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:36:47 2012 New Revision: 239631 URL: http://svn.freebsd.org/changeset/base/239631 Log: Add some more capabilities (unused at the present.) Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah.h Modified:

svn commit: r239632 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:40:01 2012 New Revision: 239632 URL: http://svn.freebsd.org/changeset/base/239632 Log: Oops, fix copy/paste silliness. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

svn commit: r239633 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:43:10 2012 New Revision: 239633 URL: http://svn.freebsd.org/changeset/base/239633 Log: Add rfkill HAL accessor methods. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h

svn commit: r239634 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:52:37 2012 New Revision: 239634 URL: http://svn.freebsd.org/changeset/base/239634 Log: Add ath_hal_get_curmode() - this is used by the Osprey HAL. Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah.c

svn commit: r239635 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 00:54:31 2012 New Revision: 239635 URL: http://svn.freebsd.org/changeset/base/239635 Log: Oops, another copy/paste issue. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

svn commit: r239637 - head/sys/dev/ath/ath_hal

2012-08-23 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 01:14:00 2012 New Revision: 239637 URL: http://svn.freebsd.org/changeset/base/239637 Log: Bring over some new EEPROM regulatory domain flags. Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah_eeprom.h Modified: