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

2012-08-20 Thread Hajimu UMEMOTO
Hi, > On Tue, 21 Aug 2012 10:30:27 +0400 > Andrey Chernov said: ache> I am network admin, but what router advertise is out my easy control ache> (fixing configs in the Linux router's FS or even rebuilding router ache> components is needed, I don't want to touch this hardware). You may

svn commit: r239480 - in head/sys/powerpc: aim include

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Tue Aug 21 06:34:21 2012 New Revision: 239480 URL: http://svn.freebsd.org/changeset/base/239480 Log: On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL so as to not confuse things. Submitted by: Margarida Gouveia Modified: head/sys/powerpc/aim/mac

svn commit: r239479 - head/sys/powerpc/ofw

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Tue Aug 21 06:33:10 2012 New Revision: 239479 URL: http://svn.freebsd.org/changeset/base/239479 Log: Don't probe the openfirmware framebuffer if the system is a Wii or it will crash. Submitted by: Margarida Gouveia Modified: head/sys/powerpc/ofw/ofw_syscons.c Modi

svn commit: r239478 - in head/sys: conf powerpc/wii

2012-08-20 Thread Adrian Chadd
Author: adrian Date: Tue Aug 21 06:31:26 2012 New Revision: 239478 URL: http://svn.freebsd.org/changeset/base/239478 Log: Initial support for running FreeBSD on the Nintendo Wii. We're able to reach single user mode using a memory disk device as the file system. This port includes the fra

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

2012-08-20 Thread Andrey Chernov
On Tue, Aug 21, 2012 at 03:16:26PM +0900, Hajimu UMEMOTO wrote: > ache> And I want to override > ache> with simple link-local IPv6 address of my router, i.e. fe80:... > > I think your network admin setup to advertise the address. Why do you > want to use link-local address, instead? I am netwo

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

2012-08-20 Thread Hajimu UMEMOTO
Hi, > On Tue, 21 Aug 2012 08:45:53 +0400 > Andrey Chernov said: ache> resolvconf -l output: ache> # resolv.conf from msk0 ache> search ache> nameserver 192.168.1.1 ache> # resolv.conf from msk0:slaac ache> nameserver ache> (btw, what is slaac?) It is abbreviation for StateLess Addr

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

2012-08-20 Thread Simon J. Gerraty
>> note use of && rather than ; which can be very dangerous > >In standard scripts I would agree. In FreeBSD pmake, I would disagree, >but it seems that it's the odd man out: Yes, this is because FreeBSD make still uses the shell's -e for error detection. NetBSD (hence bmake) abandoned that quite

svn commit: r239477 - head/contrib/openresolv

2012-08-20 Thread Andrey A. Chernov
Author: ache Date: Tue Aug 21 06:14:08 2012 New Revision: 239477 URL: http://svn.freebsd.org/changeset/base/239477 Log: According to resolvconf.conf(5) manpage and sources, there is no 'nameservers' option which used in examples in resolvconf.conf(5), it spelled 'name_servers', so fix exampl

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 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 Revision:

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 thi

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 >> >> L

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 loo

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 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 each

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

2012-08-20 Thread Andrey Chernov
On Mon, Aug 20, 2012 at 02:09:55PM -0400, John Baldwin wrote: > > RFC 2131 (if you mean it) describes DHCP process itself, it does not > > define contents of 'supersede' or other override options for dhclient. > > The supersede handling bits are all based on what the protocol can actually > send,

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 obj

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

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

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 head/tools/build/mk/OptionalObsoleteFiles.

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 wrote: > Hi, > > > > What exactly is the driver the USB mass storage dev

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 smpphy

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: r239464 - head/etc

2012-08-20 Thread Xin LI
Author: delphij Date: Mon Aug 20 18:45:16 2012 New Revision: 239464 URL: http://svn.freebsd.org/changeset/base/239464 Log: As of r232844 we no longer need the maxpoll 9 workaround. MFC after:3 days Modified: head/etc/ntp.conf Modified: head/etc/ntp.conf =

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

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 detached.

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 =

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 t

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 region