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.
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(). Profilin
Author: fjoe
Date: Fri Aug 3 11:22:09 2012
New Revision: 239006
URL: http://svn.freebsd.org/changeset/base/239006
Log:
MFC: r238933
- Change back "d_ofs" to int8_t to not pessimize padding and size of "struct
puc_cfg"
- Use "puc_config_moxa" for Moxa boards that need d_ofs greater than
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
Modified:
head/sys/netgraph/ng_pptpgre.c
Modified: head/sys/netgraph/ng_pptpgre.c
==
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,
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
==
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 after:
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:
h
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 an
On Fri, Aug 3, 2012 at 1:17 AM, Andrey Zonov 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 mes
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
Modifie
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
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
PR:
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
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
==
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:
head/sys/powerpc/powermac/nvbl.
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 sta
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 requires
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 num
19 matches
Mail list logo