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
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
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
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
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
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
>> 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
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
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:
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
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
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
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
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,
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
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
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
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.
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
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
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
===
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
=
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
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.
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
=
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
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
27 matches
Mail list logo