svn commit: r209709 - head/lib/libc/net

2010-07-04 Thread Bruce Cran
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

Re: svn commit: r209634 - head/sys/x86/isa

2010-07-04 Thread Doug Barton
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

Re: svn commit: r208995 - stable/7/sys/dev/bge

2010-07-04 Thread Anders Nordby
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

svn commit: r209704 - head/sbin/geom/class/multipath

2010-07-04 Thread Matt Jacob
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

svn commit: r209703 - head/sbin/reboot

2010-07-04 Thread Benedict Reuschling
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

svn commit: r209702 - head/sys/vm

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209701 - stable/7/usr.bin/make

2010-07-04 Thread Christian Brueffer
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

svn commit: r209700 - stable/8/usr.bin/make

2010-07-04 Thread Christian Brueffer
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

svn commit: r209699 - stable/7/lib/libc/stdlib

2010-07-04 Thread Christian Brueffer
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

svn commit: r209698 - stable/8/lib/libc/stdlib

2010-07-04 Thread Christian Brueffer
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

svn commit: r209697 - head/sys/kern

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209695 - head/sys/sparc64/include

2010-07-04 Thread Marius Strobl
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

svn commit: r209694 - stable/8/sys/dev/iwn

2010-07-04 Thread Bernhard Schmidt
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

svn commit: r209693 - svnadmin/conf

2010-07-04 Thread Rui Paulo
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

svn commit: r209692 - in stable/8: share/man/man4 sys/ddb

2010-07-04 Thread Bjoern A. Zeeb
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

svn commit: r209691 - stable/8/sys/netipsec

2010-07-04 Thread Bjoern A. Zeeb
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

svn commit: r209690 - head/gnu/usr.bin/gdb/libgdb

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209689 - head/lib/libthread_db

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209688 - in head/sys: kern sys

2010-07-04 Thread Konstantin Belousov
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,

svn commit: r209687 - head/sys/compat/freebsd32

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209686 - head/sys/vm

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209685 - head/sys/vm

2010-07-04 Thread Konstantin Belousov
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

svn commit: r209684 - head/lib/libc/net

2010-07-04 Thread Bruce Cran
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

svn commit: r209683 - head/sys/dev/ata

2010-07-04 Thread Warner Losh
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