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

2012-08-03 Thread John Hay
On Fri, Aug 03, 2012 at 02:28:47PM +0900, Hiroki Sato wrote: John Hay j...@meraka.org.za wrote in 20120803042301.ga78...@zibbi.meraka.csir.co.za: jh While you guys are here, may I add a request that we go back to prefering jh IPv6 when IPv6 addresses are enabled. That is the way it was

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

2012-08-03 Thread Andrey Zonov
On 8/3/12 2:22 AM, Maksim Yevmenkin wrote: i just wanted to make sure that there is a way to absolutely make sure that there is no default address selection policy installed. the wide know rule 9 of rfc 3484 is really messing things up for dns-style load balancing. even when ipv6 is not used.

svn commit: r239005 - head/sys/kern

2012-08-03 Thread Alexander Motin
Author: mav Date: Fri Aug 3 09:08:20 2012 New Revision: 239005 URL: http://svn.freebsd.org/changeset/base/239005 Log: Microoptimize time math. As soon as our event periods are always below ome second we may not add intereger parts by using bintime_addx() instead of bintime_add().

svn commit: r239007 - head/sys/netgraph

2012-08-03 Thread Alexander Motin
Author: mav Date: Fri Aug 3 12:55:31 2012 New Revision: 239007 URL: http://svn.freebsd.org/changeset/base/239007 Log: Remove duplicate check. Submitted by: Dmitry Luhtionov dmitryluhtio...@gmail.com Modified: head/sys/netgraph/ng_pptpgre.c Modified: head/sys/netgraph/ng_pptpgre.c

svn commit: r239008 - in head/sys: powerpc/powerpc x86/x86

2012-08-03 Thread John Baldwin
Author: jhb Date: Fri Aug 3 13:50:29 2012 New Revision: 239008 URL: http://svn.freebsd.org/changeset/base/239008 Log: Improve the handling of static DMA buffers that use non-default memory attributes (currently just BUS_DMA_NOCACHE): - Don't call pmap_change_attr() on the returned address,

svn commit: r239009 - head/sys/conf

2012-08-03 Thread Luigi Rizzo
Author: luigi Date: Fri Aug 3 14:00:26 2012 New Revision: 239009 URL: http://svn.freebsd.org/changeset/base/239009 Log: support building vtnet as an embedded driver Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r239010 - head/sys/dev/isp

2012-08-03 Thread Matt Jacob
Author: mjacob Date: Fri Aug 3 14:25:35 2012 New Revision: 239010 URL: http://svn.freebsd.org/changeset/base/239010 Log: Oops. We only do allocate room for extended commands and responses for 2300 cards are newer. Sponsored by: Spectralogic Noticed by: Our Friend Manfred MFC

svn commit: r239012 - in head: sbin/geom/class/multipath sys/geom/multipath

2012-08-03 Thread Thomas Quinot
Author: thomas Date: Fri Aug 3 14:55:35 2012 New Revision: 239012 URL: http://svn.freebsd.org/changeset/base/239012 Log: New command gmultipath prefer to force selection of a specified provider in an Active/Passive configuration. Reviewed by: mav MFC after:4 weeks Modified:

svn commit: r239013 - head/sys/x86/x86

2012-08-03 Thread Alexander Motin
Author: mav Date: Fri Aug 3 15:19:59 2012 New Revision: 239013 URL: http://svn.freebsd.org/changeset/base/239013 Log: Microoptimize LAPIC timer routines to avoid reading from hardware during programming using earlier cached values. This makes respective routines to disappear from PMC top

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

2012-08-03 Thread Maksim Yevmenkin
On Fri, Aug 3, 2012 at 1:17 AM, Andrey Zonov and...@zonov.org wrote: On 8/3/12 2:22 AM, Maksim Yevmenkin wrote: i just wanted to make sure that there is a way to absolutely make sure that there is no default address selection policy installed. the wide know rule 9 of rfc 3484 is really

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

2012-08-03 Thread Alexander Kabaev
Author: kan Date: Fri Aug 3 17:04:41 2012 New Revision: 239019 URL: http://svn.freebsd.org/changeset/base/239019 Log: Parse notes only after object structure had been allocated. Reported by: kargl Reviewed by: kib (sans whitespace) Modified: head/libexec/rtld-elf/map_object.c

svn commit: r239020 - head/sys/x86/x86

2012-08-03 Thread John Baldwin
Author: jhb Date: Fri Aug 3 18:40:44 2012 New Revision: 239020 URL: http://svn.freebsd.org/changeset/base/239020 Log: Correct function name in comment. Submitted by: alc Modified: head/sys/x86/x86/busdma_machdep.c Modified: head/sys/x86/x86/busdma_machdep.c

svn commit: r239021 - head/sys/geom/virstor

2012-08-03 Thread Jim Harris
Author: jimharris Date: Fri Aug 3 20:24:16 2012 New Revision: 239021 URL: http://svn.freebsd.org/changeset/base/239021 Log: In virstor_ctl_stop(), check for a valid softc before trying to update metadata. Sponsored by: Intel Reported and tested by: Marcelo Gondim gondim

svn commit: r239022 - head/sbin/geom/class/virstor

2012-08-03 Thread Jim Harris
Author: jimharris Date: Fri Aug 3 20:30:40 2012 New Revision: 239022 URL: http://svn.freebsd.org/changeset/base/239022 Log: Document destroy as an alias for stop. Modified: head/sbin/geom/class/virstor/gvirstor.8 Modified: head/sbin/geom/class/virstor/gvirstor.8

svn commit: r239023 - head/sys/dev/isp

2012-08-03 Thread Matt Jacob
Author: mjacob Date: Sat Aug 4 00:00:30 2012 New Revision: 239023 URL: http://svn.freebsd.org/changeset/base/239023 Log: Add detach logic to SBus variant. Obtained from:Marius MFC after:1 month Modified: head/sys/dev/isp/isp_sbus.c Modified: head/sys/dev/isp/isp_sbus.c

svn commit: r239027 - in head/sys: conf powerpc/conf powerpc/powermac

2012-08-03 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 4 03:05:01 2012 New Revision: 239027 URL: http://svn.freebsd.org/changeset/base/239027 Log: Add backlight support for nVidia-based PowerBooks/iBooks/iMacs. Approved by: nwhitehorn (mentor) MFC after:9.1-RELEASE Added:

svn commit: r239031 - head/libexec/rtld-elf/arm

2012-08-03 Thread Andrew Turner
Author: andrew Date: Sat Aug 4 05:30:20 2012 New Revision: 239031 URL: http://svn.freebsd.org/changeset/base/239031 Log: Ensure we align the stack to 8 bytes in rtld. This is not strictly required with the current ABI but will be when we switch to the ARM EABI. The aapcs requires the

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

2012-08-03 Thread Andrew Turner
Author: andrew Date: Sat Aug 4 05:31:26 2012 New Revision: 239032 URL: http://svn.freebsd.org/changeset/base/239032 Log: Ensure we align the stack to 8 bytes in system calls. This is not strictly required with the current ABI but will be when we switch to the ARM EABI. The aapcs

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

2012-08-03 Thread Andrew Turner
Author: andrew Date: Sat Aug 4 05:38:25 2012 New Revision: 239033 URL: http://svn.freebsd.org/changeset/base/239033 Log: Correctly return EFAULT in copyin copyout on a fault. This fixes NFS when running FreeBSD on QEMU emulating a Gumstix board. While here remove the use of a magic