Re: svn commit: r198304 - in stable/8/lib/libc: . gen stdio stdtime string sys

2009-10-25 Thread Peter Jeremy
On 2009-Oct-24 22:24:00 -0400, Alexander Kabaev wrote: >> bin/139052 discusses a related problem not addressed by r197277. >> Any chance of looking into that? > >You are linking in a library compiled with -fstack-protector >(libgcov) and do not pass -fstack-protector when running gcc with >-fprofi

svn commit: r198466 - head/sys/tools

2009-10-25 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 25 09:48:21 2009 New Revision: 198466 URL: http://svn.freebsd.org/changeset/base/198466 Log: Output a comment on top of each generated file explaining where it came from. Modified: head/sys/tools/fw_stub.awk Modified: head/sys/tools/fw_stub.awk

svn commit: r198467 - head/sys/compat/linux

2009-10-25 Thread Bjoern A. Zeeb
Author: bz Date: Sun Oct 25 09:58:56 2009 New Revision: 198467 URL: http://svn.freebsd.org/changeset/base/198467 Log: Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux sockets no matter whether we are compiled as module or if our default of the net.inet6.ip6.v6only sysctl alre

svn commit: r198468 - head/sys/conf

2009-10-25 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 25 10:23:11 2009 New Revision: 198468 URL: http://svn.freebsd.org/changeset/base/198468 Log: Update firmware images according to the latest iwn updated. "device iwnfw" includes all firmware images, but you can pick just one by using the model number, e.g.: "devic

Re: svn commit: r198439 - in head/sys: dev/iwn modules/iwnfw modules/iwnfw/iwn4965 modules/iwnfw/iwn5000 modules/iwnfw/iwn5150

2009-10-25 Thread Rui Paulo
On 24 Oct 2009, at 17:26, Nathan Whitehorn wrote: Rui Paulo wrote: Author: rpaulo Date: Sat Oct 24 09:55:11 2009 New Revision: 198439 URL: http://svn.freebsd.org/changeset/base/198439 Log: Updates to the iwn driver: * iwnfw has now been split into individual modules so autoloading of firm

svn commit: r198469 - head

2009-10-25 Thread Rui Paulo
ln -s aj /etc/malloc.conf.) +20091025: + The iwn(4) driver has been updated to support the 5000 and 5150 series. + There's one kernel module for each firmware. Adding "device iwnfw" + to the kernel configuration file means including all three firmware + im

Re: svn commit: r198468 - head/sys/conf

2009-10-25 Thread Rui Paulo
On 25 Oct 2009, at 10:23, Rui Paulo wrote: Author: rpaulo Date: Sun Oct 25 10:23:11 2009 New Revision: 198468 URL: http://svn.freebsd.org/changeset/base/198468 Log: Update firmware images according to the latest iwn updated. "device iwnfw" includes all firmware images, but you can pick just

svn commit: r198470 - head/share/man/man4

2009-10-25 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 25 11:01:53 2009 New Revision: 198470 URL: http://svn.freebsd.org/changeset/base/198470 Log: Update according to the latest iwn(4) driver import. Modified: head/share/man/man4/iwn.4 head/share/man/man4/iwnfw.4 Modified: head/share/man/man4/iwn.4 ===

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-25 Thread Bjoern A. Zeeb
On Wed, 21 Oct 2009, Marcel Moolenaar wrote: Author: marcel Date: Wed Oct 21 18:38:02 2009 New Revision: 198341 URL: http://svn.freebsd.org/changeset/base/198341 Log: o Introduce vm_sync_icache() for making the I-cache coherent with the memory or D-cache, depending on the semantics of t

svn commit: r198471 - head/gnu/lib/libgcov

2009-10-25 Thread Alexander Kabaev
Author: kan Date: Sun Oct 25 15:52:31 2009 New Revision: 198471 URL: http://svn.freebsd.org/changeset/base/198471 Log: Compile libgcov without stack protection. It can be linked into both static and dynamic binaries compiled with or without stack protection and should not depend on libssp_no

svn commit: r198472 - head/sys/vm

2009-10-25 Thread Alan Cox
Author: alc Date: Sun Oct 25 17:30:50 2009 New Revision: 198472 URL: http://svn.freebsd.org/changeset/base/198472 Log: Eliminate an unnecessary check from vm_fault_prefault(). Modified: head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_fault.c ==

svn commit: r198473 - head/share/man/man4

2009-10-25 Thread Christian Brueffer
Author: brueffer Date: Sun Oct 25 17:47:52 2009 New Revision: 198473 URL: http://svn.freebsd.org/changeset/base/198473 Log: Spell out the name of the month. Modified: head/share/man/man4/bge.4 Modified: head/share/man/man4/bge.4 ===

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-25 Thread Marius Strobl
On Wed, Oct 21, 2009 at 06:38:02PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Wed Oct 21 18:38:02 2009 > New Revision: 198341 > URL: http://svn.freebsd.org/changeset/base/198341 > > Log: > o Introduce vm_sync_icache() for making the I-cache coherent with > the memory or D-ca

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-25 Thread Marcel Moolenaar
On Oct 25, 2009, at 1:25 PM, Marius Strobl wrote: Do you have a simple test case demonstrating the need for I-cache synchronisation? I typically use GDB. If breakpoints aren't being hit or next isn't behaving correctly, you typically have an I-cache problem. If you get to run GDB, you probabl

svn commit: r198475 - in head: share/man/man4 sys/dev/msk

2009-10-25 Thread Ulf Lilleengen
Author: lulf Date: Sun Oct 25 21:46:38 2009 New Revision: 198475 URL: http://svn.freebsd.org/changeset/base/198475 Log: - Add support for Marvell Yukon 88E8042 device. Submitted by: Mario Lobo Approved by: yongari Modified: head/share/man/man4/msk.4 head/sys/dev/msk/if_msk.c head

svn commit: r198476 - head/sys/vm

2009-10-25 Thread Alan Cox
Author: alc Date: Mon Oct 26 00:01:52 2009 New Revision: 198476 URL: http://svn.freebsd.org/changeset/base/198476 Log: Simplify the inner loop of vm_fault_copy_entry(). Reviewed by: kib Modified: head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_fault.c ==

svn commit: r198477 - head/usr.sbin/sysinstall

2009-10-25 Thread Colin Percival
Author: cperciva Date: Mon Oct 26 06:51:20 2009 New Revision: 198477 URL: http://svn.freebsd.org/changeset/base/198477 Log: Eject CDROM after installation if used as source media. Submitted by: randi MFC after:1 month Modified: head/usr.sbin/sysinstall/cdrom.c Modified: head/usr.s