svn commit: r198464 - head/sys/kern

2009-10-24 Thread Joseph Koshy
Author: jkoshy Date: Sun Oct 25 04:34:47 2009 New Revision: 198464 URL: http://svn.freebsd.org/changeset/base/198464 Log: Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw(). Debugging help: fabient Review and testing by:fabient Modified:

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

2009-10-24 Thread Alexander Kabaev
On Sun, 25 Oct 2009 11:12:31 +1100 Peter Jeremy wrote: > On 2009-Oct-20 19:05:43 +, Alexander Kabaev > wrote: > > Make libc.a provide __stack_chk_fail_local weak alias. This is > > needed to satisfy static libraries that are compiled with -fpic > > and linked into static binary afterwards

svn commit: r198463 - head/sys/kern

2009-10-24 Thread Alan Cox
Author: alc Date: Sun Oct 25 02:48:29 2009 New Revision: 198463 URL: http://svn.freebsd.org/changeset/base/198463 Log: Update a comment to reflect the previous change. Modified: head/sys/kern/sys_process.c Modified: head/sys/kern/sys_process.c

svn commit: r198460 - releng/8.0

2009-10-24 Thread Ken Smith
Author: kensmith Date: Sun Oct 25 01:10:29 2009 New Revision: 198460 URL: http://svn.freebsd.org/changeset/base/198460 Log: Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit) Added: releng/8.0/ (props changed) - copied from r198459, s

svn commit: r198456 - stable/8/sys/conf

2009-10-24 Thread Ken Smith
Author: kensmith Date: Sun Oct 25 00:28:01 2009 New Revision: 198456 URL: http://svn.freebsd.org/changeset/base/198456 Log: Prepare for 8.0-RC2 builds. Approved by: re (implicit) Modified: stable/8/sys/conf/newvers.sh Modified: stable/8/sys/conf/newvers.sh =

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

2009-10-24 Thread Peter Jeremy
On 2009-Oct-20 19:05:43 +, Alexander Kabaev wrote: > Make libc.a provide __stack_chk_fail_local weak alias. This is > needed to satisfy static libraries that are compiled with -fpic > and linked into static binary afterwards. Several libraries in > gcc are examples of such static libs. bi

Re: svn commit: r198451 - head/sys/ia64/include

2009-10-24 Thread Robert Watson
On Sat, 24 Oct 2009, Marcel Moolenaar wrote: Log: A 32KB kernel stack is not quite enough. The new USB stack is a bit more stack hungry as compared to the old one that my RX2660 gets a machine check and spontaneously reboots at the time the USB DVD drive is found and attached to CAM as a ma

svn commit: r198454 - in head: bin/sh tools/regression/bin/sh/expansion

2009-10-24 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 24 21:20:04 2009 New Revision: 198454 URL: http://svn.freebsd.org/changeset/base/198454 Log: sh: Exempt $@ and $* from set -u This seems more useful and will likely be in the next POSIX standard. Also document more precisely in the man page what set -u does

svn commit: r198453 - head/tools/regression/bin/sh/expansion

2009-10-24 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 24 20:57:11 2009 New Revision: 198453 URL: http://svn.freebsd.org/changeset/base/198453 Log: Add some tests for ${var?} and set -u. Added: head/tools/regression/bin/sh/expansion/question1.0 (contents, props changed) head/tools/regression/bin/sh/expansion/set-u

svn commit: r198452 - head/sys/ia64/conf

2009-10-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 24 20:35:34 2009 New Revision: 198452 URL: http://svn.freebsd.org/changeset/base/198452 Log: Add PRINTF_BUFR_SIZE=128, since we have SMP by default. While here, fix tabulation. Modified: head/sys/ia64/conf/GENERIC Modified: head/sys/ia64/conf/GENERIC ==

svn commit: r198451 - head/sys/ia64/include

2009-10-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 24 20:28:42 2009 New Revision: 198451 URL: http://svn.freebsd.org/changeset/base/198451 Log: A 32KB kernel stack is not quite enough. The new USB stack is a bit more stack hungry as compared to the old one that my RX2660 gets a machine check and spontaneously reb

svn commit: r198450 - in head/lib/libthr/arch/ia64: . ia64 include

2009-10-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 24 20:07:17 2009 New Revision: 198450 URL: http://svn.freebsd.org/changeset/base/198450 Log: Implement _umtx_op_err() for ia64. Added: head/lib/libthr/arch/ia64/ia64/_umtx_op_err.S (contents, props changed) Modified: head/lib/libthr/arch/ia64/Makefile.inc he

svn commit: r198449 - head/sys/kern

2009-10-24 Thread Ruslan Ermilov
Author: ru Date: Sat Oct 24 19:00:58 2009 New Revision: 198449 URL: http://svn.freebsd.org/changeset/base/198449 Log: - Rename tunable kern.ipc.shmmaxpgs to kern.ipc.shmall. - Explain the fuss when initializing shmmax. PR: 75542 (mistakenly closed instead of PR 75541) Modified: head/

svn commit: r198448 - in head/sys: fs/smbfs netgraph

2009-10-24 Thread Ruslan Ermilov
Author: ru Date: Sat Oct 24 18:49:17 2009 New Revision: 198448 URL: http://svn.freebsd.org/changeset/base/198448 Log: Spell DIAGNOSTIC correctly. Modified: head/sys/fs/smbfs/smbfs_vfsops.c head/sys/netgraph/NOTES Modified: head/sys/fs/smbfs/smbfs_vfsops.c ==

Re: svn commit: r198244 - in stable/7/sys: . contrib/pf kern sys

2009-10-24 Thread Andrew Gallatin
Andre Albsmeier wrote: This broke "make world" on 7-STABLE when MODULES_WITH_WORLD is defined. The fix is: And 6-stable was broken as well. I just committed your fix. Sorry for the breakage! Drew ___ svn-src-all@freebsd.org mailing list http://list

svn commit: r198447 - stable/6/sys/modules/firmware

2009-10-24 Thread Andrew Gallatin
Author: gallatin Date: Sat Oct 24 18:38:24 2009 New Revision: 198447 URL: http://svn.freebsd.org/changeset/base/198447 Log: Fix firmware module build when it is not built with the kernel (eg, make world when MODULES_WITH_WORLD is defined) Submitted by: Andre Albsmeier at siemens dot com

svn commit: r198446 - stable/7/sys/modules/firmware

2009-10-24 Thread Andrew Gallatin
Author: gallatin Date: Sat Oct 24 18:38:13 2009 New Revision: 198446 URL: http://svn.freebsd.org/changeset/base/198446 Log: Fix firmware module build when it is not built with the kernel (eg, make world when MODULES_WITH_WORLD is defined) Submitted by: Andre Albsmeier at siemens dot com

svn commit: r198445 - in head/sys/powerpc: include powerpc

2009-10-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Oct 24 18:33:01 2009 New Revision: 198445 URL: http://svn.freebsd.org/changeset/base/198445 Log: Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little. This makes my G5 Xserve sound slightly less like it is filled with howling banshees. Modif

svn commit: r198444 - head/sys/powerpc/powermac

2009-10-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Oct 24 18:31:22 2009 New Revision: 198444 URL: http://svn.freebsd.org/changeset/base/198444 Log: Allow Heathrow-based machines to boot a kernel containing option SMP without panicing. Modified: head/sys/powerpc/powermac/hrowpic.c Modified: head/sys/powerpc/powe

Re: svn commit: r198244 - in stable/7/sys: . contrib/pf kern sys

2009-10-24 Thread Andre Albsmeier
On Mon, 19-Oct-2009 at 19:11:00 +, Andrew Gallatin wrote: > Author: gallatin > Date: Mon Oct 19 19:11:00 2009 > New Revision: 198244 > URL: http://svn.freebsd.org/changeset/base/198244 > > Log: > MFC of 178042 to allow safe firmware(9) loading from NIC watchdog handlers. >Also MFCed

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

2009-10-24 Thread Nathan Whitehorn
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 firmware module(s) does work again. * Changes have

svn commit: r198443 - head

2009-10-24 Thread Antoine Brodin
Author: antoine Date: Sat Oct 24 12:59:29 2009 New Revision: 198443 URL: http://svn.freebsd.org/changeset/base/198443 Log: Add more obsolete man pages. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

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

2009-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 24 11:32:02 2009 New Revision: 198441 URL: http://svn.freebsd.org/changeset/base/198441 Log: Replace ocurrences of FreeBSD CURRENT by FreeBSD 8.0. MFC after:2 days Modified: head/share/man/man4/acpi_hp.4 head/share/man/man4/acpi_wmi.4 Modified: head/sh

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

2009-10-24 Thread Rui Paulo
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 firmware module(s) does work again. * Changes have been made to RUN ->

svn commit: r198438 - head/sys/netinet

2009-10-24 Thread Robert Watson
Author: rwatson Date: Sat Oct 24 09:18:26 2009 New Revision: 198438 URL: http://svn.freebsd.org/changeset/base/198438 Log: Correct spelling typo in ip_input comment. Pointed out by: N.J. Mann , John Nielsen , julian (!), lstewart MFC after:2 days Modified: hea