svn commit: r239409 - head/sys/dev/ath

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Mon Aug 20 06:02:09 2012 New Revision: 239409 URL: http://svn.freebsd.org/changeset/base/239409 Log: Advance the descriptor pointer by sc-sc_tx_desclen bytes, rather than sizeof(struct ath_desc). This isn't correct for EDMA TX descriptors. This popped up during

svn commit: r239410 - head/sys/dev/ath

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Mon Aug 20 06:11:04 2012 New Revision: 239410 URL: http://svn.freebsd.org/changeset/base/239410 Log: Flesh out some initial EDMA TX FIFO fill, complete and refill routines. Note: This is totally sub-optimal and a work in progress. * Support filling an empty FIFO

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

2012-08-20 Thread Jayachandran C.
Author: jchandra Date: Mon Aug 20 11:51:49 2012 New Revision: 239413 URL: http://svn.freebsd.org/changeset/base/239413 Log: Define and exclude DRAM regions used by hardware/bootloder on XLP Fix xlp_mem_init() - remove the ad-hoc code for excluding memory regions and use an array of

Re: svn commit: r239353 - head/sys/netinet

2012-08-20 Thread John Baldwin
On Saturday, August 18, 2012 5:31:24 am Randall Stewart wrote: Note that in the main FreeBSD sources however, the fact that ip_input.c does *not* lock when it looks at the hash table these lines are removing from here means there is still a potential for a crash. I have a fix for this that

svn commit: r239438 - head/sys/dev/ath

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Mon Aug 20 15:30:26 2012 New Revision: 239438 URL: http://svn.freebsd.org/changeset/base/239438 Log: Wrap debugging in #ifdef ATH_DEBUG Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r239440 - head/sys/net

2012-08-20 Thread John Baldwin
Author: jhb Date: Mon Aug 20 16:00:33 2012 New Revision: 239440 URL: http://svn.freebsd.org/changeset/base/239440 Log: Refine the changes made in r208212 to avoid bogus failures from if_delmulti() when clearing the configuration for a subinterface when the parent interface is being

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

2012-08-20 Thread John Baldwin
On Saturday, August 18, 2012 3:57:24 pm Andrey Chernov wrote: On Fri, Aug 17, 2012 at 03:07:07PM -0400, John Baldwin wrote: On Friday, August 17, 2012 2:25:12 pm Andrey Chernov wrote: On Fri, Aug 17, 2012 at 03:53:43PM +, John Baldwin wrote: Author: jhb Date: Fri Aug 17 15:53:43

svn commit: r239465 - head/sys/dev/ath

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Mon Aug 20 18:57:41 2012 New Revision: 239465 URL: http://svn.freebsd.org/changeset/base/239465 Log: Fix a build issue when ATH_DEBUG isn't defined - just initialise and use qnum. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r239468 - head/sbin/camcontrol

2012-08-20 Thread Sergey Kandaurov
Author: pluknet Date: Mon Aug 20 20:40:14 2012 New Revision: 239468 URL: http://svn.freebsd.org/changeset/base/239468 Log: Avoid segfault in the 'smpphylist' subcommand. Initialize devlist.dev_queue tail queue early enough before its any potential traversal in freebusdevlist() when in

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

2012-08-20 Thread Adrian Chadd
I have a report that AR71XX (MIPS) USB broke with this change. Hans, would you mind reverting it until we figure out what's going on in the non-intel USB world? Thanks, Adrian On 19 August 2012 05:15, Hans Petter Selasky hans.petter.sela...@bitfrost.no wrote: Hi, What exactly is the

svn commit: r239469 - in head: lib/clang/include tools/build/mk

2012-08-20 Thread Dimitry Andric
Author: dim Date: Mon Aug 20 20:56:40 2012 New Revision: 239469 URL: http://svn.freebsd.org/changeset/base/239469 Log: Add three additional clang intrinsics headers, which I missed in the previous import. Modified: head/lib/clang/include/Makefile

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

2012-08-20 Thread Ian Lepore
On Mon, 2012-08-20 at 13:55 -0700, Adrian Chadd wrote: I have a report that AR71XX (MIPS) USB broke with this change. Hans, would you mind reverting it until we figure out what's going on in the non-intel USB world? Thanks, Adrian It appears that the change in structure sizes has

Re: svn commit: r239462 - in head: . contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm/ADT contrib/llvm/include/llvm/Analysis contrib/llvm/include/llvm/Bitcode contrib/ll

2012-08-20 Thread Erik Cederstrand
Den 20/08/2012 kl. 20.33 skrev Dimitry Andric: Author: dim Date: Mon Aug 20 18:33:03 2012 New Revision: 239462 URL: http://svn.freebsd.org/changeset/base/239462 Log: Upgrade our copy of llvm/clang to trunk r162107. With thanks to Benjamin Kramer and Joerg Sonnenberger for their input

svn commit: r239470 - head/libexec/rtld-elf

2012-08-20 Thread Alexander Kabaev
Author: kan Date: Mon Aug 20 23:43:03 2012 New Revision: 239470 URL: http://svn.freebsd.org/changeset/base/239470 Log: Do not call process_nodelete with NULL object pointer. The place where the function is called can be reached if object loading and relocation fails too, in which case

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

2012-08-20 Thread Hajimu UMEMOTO
Hi, On Tue, 21 Aug 2012 05:03:11 +0400 Andrey Chernov a...@freebsd.org said: ache Having dual-stack machine it seems proper way for me to run both DHCP and ache DHCPv6 clients (net-mgmt/wide-dhcp? net/dhcp6?). But I fear they both will ache interact with single /etc/resolv.conf overriding

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

2012-08-20 Thread Andrey Chernov
On Tue, Aug 21, 2012 at 11:57:56AM +0900, Hajimu UMEMOTO wrote: FreeBSD 9 and above already have a feature to handle multiple source of DNS address,; resolvconf(8). Our dhclient(8) and rtsol(8) uses it to write /etc/resolv.conf. Thanks pointing to resolvconf(8) and rtsol(8), I'll try to look

Re: svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-08-20 Thread Simon J. Gerraty
Hi, sorry about the slow response. On Thu, 26 Jul 2012 12:49:03 +0400, Ruslan Ermilov writes: On Wed, Jul 18, 2012 at 05:57:43AM +, David E. O'Brien wrote: Author: obrien Date: Wed Jul 18 05:57:42 2012 New Revision: 238563 URL: http://svn.freebsd.org/changeset/base/238563 Log: a ;

Re: svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-08-20 Thread Simon J. Gerraty
On Mon, 30 Jul 2012 11:19:48 -0400, John Baldwin writes: @@ -68,7 +68,7 @@ beforeinstall: cd ${.CURDIR}; \ ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ koi8-r.tmac hyphen.ru ${DESTDIR}${TMACDIR} -cd ${.OBJDIR} +cd ${.OBJDIR}; Isn't this a nop now?

Re: svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-08-20 Thread Garrett Cooper
On Mon, Aug 20, 2012 at 10:35 PM, Simon J. Gerraty s...@juniper.net wrote: Hi, sorry about the slow response. On Thu, 26 Jul 2012 12:49:03 +0400, Ruslan Ermilov writes: On Wed, Jul 18, 2012 at 05:57:43AM +, David E. O'Brien wrote: Author: obrien Date: Wed Jul 18 05:57:42 2012 New