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:
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
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
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
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
=
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
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
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
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
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
==
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
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
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/
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
==
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
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
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
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
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
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
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
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
==
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
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 ->
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
25 matches
Mail list logo