Author: brucec
Date: Mon Jul 5 03:55:49 2010
New Revision: 209709
URL: http://svn.freebsd.org/changeset/base/209709
Log:
Increment 'sa' at the end of the loop; otherwise, only the first
address ever gets checked.
Approved by: rrs (mentor)
MFC after: 1 month
Modified:
head/lib/libc/n
This commit results in a panic at boot time for me very early on.
Screenshots at:
http://people.freebsd.org/~dougb/panic-01.jpg
http://people.freebsd.org/~dougb/panic-02.jpg
http://people.freebsd.org/~dougb/panic-03.jpg
Not sure if it's relevant or not, but after the trace is done I typed
'call
Hi,
On Thu, Jul 01, 2010 at 02:52:18PM -0700, Pyun YongHyeon wrote:
> > > Is it possible to get this fix into FreeBSD 7.3-RELEASE?
> > We typically rely on developers to decide if fixes might warrant
> > consideration as an Errata Notice and send email to re@ suggesting
> > it. It's hard for us t
Author: mjacob
Date: Sun Jul 4 22:17:56 2010
New Revision: 209704
URL: http://svn.freebsd.org/changeset/base/209704
Log:
Fix the clear function which has been broken for a bit.
MFC after:1 week
Modified:
head/sbin/geom/class/multipath/geom_multipath.c
Modified: head/sbin/geom/class
Author: bcr (doc committer)
Date: Sun Jul 4 20:39:07 2010
New Revision: 209703
URL: http://svn.freebsd.org/changeset/base/209703
Log:
Let boot(8) refer to the uart(4) serial driver, which is the replacement
for the obsolete sio(4) driver.
PR: docs/144498
Submitted by: Bru
Author: kib
Date: Sun Jul 4 19:02:32 2010
New Revision: 209702
URL: http://svn.freebsd.org/changeset/base/209702
Log:
Several cleanups for the r209686:
- remove unused defines;
- remove unused curgeneration argument for vm_object_page_collect_flush();
- always assert that vm_object_page_c
Author: brueffer
Date: Sun Jul 4 18:49:15 2010
New Revision: 209701
URL: http://svn.freebsd.org/changeset/base/209701
Log:
MFC: r207948
- Missing full stops
- Upper case the first character of an description
- Section headings do not need to be quoted. From OpenBSD's make.1, revision
Author: brueffer
Date: Sun Jul 4 18:48:43 2010
New Revision: 209700
URL: http://svn.freebsd.org/changeset/base/209700
Log:
MFC: r207948
- Missing full stops
- Upper case the first character of an description
- Section headings do not need to be quoted. From OpenBSD's make.1, revision
Author: brueffer
Date: Sun Jul 4 18:44:32 2010
New Revision: 209699
URL: http://svn.freebsd.org/changeset/base/209699
Log:
MFC: r207946
The previous revision actually removed the bug being hinted at, so
go ahead and remove the hint.
Modified:
stable/7/lib/libc/stdlib/strtod.3
Director
Author: brueffer
Date: Sun Jul 4 18:41:00 2010
New Revision: 209698
URL: http://svn.freebsd.org/changeset/base/209698
Log:
MFC: r207946
The previous revision actually removed the bug being hinted at, so
go ahead and remove the hint.
Modified:
stable/8/lib/libc/stdlib/strtod.3
Director
Author: kib
Date: Sun Jul 4 18:16:17 2010
New Revision: 209697
URL: http://svn.freebsd.org/changeset/base/209697
Log:
Obey sv_syscallnames bounds in syscallname().
Reported and tested by: pho
Modified:
head/sys/kern/subr_trap.c
Modified: head/sys/kern/subr_trap.c
Author: marius
Date: Sun Jul 4 12:43:12 2010
New Revision: 209695
URL: http://svn.freebsd.org/changeset/base/209695
Log:
- Pin the IPI cache and TLB demap functions in order to prevent migration
between determining the other CPUs and calling cpu_ipi_selected(), which
apart from generall
Author: bschmidt
Date: Sun Jul 4 12:30:55 2010
New Revision: 209694
URL: http://svn.freebsd.org/changeset/base/209694
Log:
MFC r209169:
Fix TX retry rate handling. tx->linkq is an index to a rate table
beginning with the highest available rate. Currently we always use
54m for the first re
Author: rpaulo
Date: Sun Jul 4 12:28:02 2010
New Revision: 209693
URL: http://svn.freebsd.org/changeset/base/209693
Log:
Release bschmidt from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
Author: bz
Date: Sun Jul 4 12:27:18 2010
New Revision: 209692
URL: http://svn.freebsd.org/changeset/base/209692
Log:
MFC r208509:
MFp4 @178364:
Implement an optional delay to the ddb reset/reboot command.
This allows textdumps to be run automatically with unattended reboots
Author: bz
Date: Sun Jul 4 12:22:17 2010
New Revision: 209691
URL: http://svn.freebsd.org/changeset/base/209691
Log:
MFC r208508:
MFp4 @178283:
Improve IPsec flow distribution for better netisr parallelism.
Instead of using the pointer that would have the last bits masked in a
Author: kib
Date: Sun Jul 4 12:09:30 2010
New Revision: 209690
URL: http://svn.freebsd.org/changeset/base/209690
Log:
For "thread signal" command, print some information from siginfo when
available.
Suggested by: davidxu
MFC after:2 weeks
Modified:
head/gnu/usr.bin/gdb/libgdb/fb
Author: kib
Date: Sun Jul 4 12:08:04 2010
New Revision: 209689
URL: http://svn.freebsd.org/changeset/base/209689
Log:
Extend the td_thrinfo_t to include siginfo for the signal that stopped
the target. Take care of ABI.
Suggested by: davidxu
MFC after:2 weeks
Modified:
head/lib/l
Author: kib
Date: Sun Jul 4 11:48:30 2010
New Revision: 209688
URL: http://svn.freebsd.org/changeset/base/209688
Log:
Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused
debugee stop. The change should keep the ABI. Take care of compat32.
Discussed with: davidxu,
Author: kib
Date: Sun Jul 4 11:43:53 2010
New Revision: 209687
URL: http://svn.freebsd.org/changeset/base/209687
Log:
Constify source argument for siginfo_to_siginfo32().
MFC after:1 week
Modified:
head/sys/compat/freebsd32/freebsd32_misc.c
head/sys/compat/freebsd32/freebsd32_sign
Author: kib
Date: Sun Jul 4 11:26:56 2010
New Revision: 209686
URL: http://svn.freebsd.org/changeset/base/209686
Log:
Reimplement vm_object_page_clean(), using the fact that vm object memq
is ordered by page index. This greatly simplifies the implementation,
since we no longer need to mark
Author: kib
Date: Sun Jul 4 11:13:33 2010
New Revision: 209685
URL: http://svn.freebsd.org/changeset/base/209685
Log:
Introduce a helper function vm_page_find_least(). Use it in several places,
which inline the function.
Reviewed by: alc
Tested by:pho
MFC after:1 week
Modif
Author: brucec
Date: Sun Jul 4 08:09:33 2010
New Revision: 209684
URL: http://svn.freebsd.org/changeset/base/209684
Log:
Use ISO C99 integer types instead of the BSD-specific u_int*_t.
Approved by: rrs (mentor)
Modified:
head/lib/libc/net/sctp_recvmsg.3
head/lib/libc/net/sctp_send.3
Author: imp
Date: Sun Jul 4 07:42:52 2010
New Revision: 209683
URL: http://svn.freebsd.org/changeset/base/209683
Log:
Add a safety-belt. If the identified disk has 0 blocks, don't attach
it. This can happen in some cases when plugging in SD/SmartCard PC
Cards with empty slots. It is bett
24 matches
Mail list logo