svn commit: r227417 - head/share/misc

2011-11-10 Thread Ruslan Mahmatkhanov
Author: rm (ports committer) Date: Thu Nov 10 08:03:31 2011 New Revision: 227417 URL: http://svn.freebsd.org/changeset/base/227417 Log: Fix date of commit bit proposing (s/2010/2011/) Spotted by:pluknet Approved by: novel (mentor) Modified: head/share/misc/committers-ports.dot M

Re: svn commit: r227394 - in head/sys: amd64/amd64 i386/i386

2011-11-10 Thread Kostik Belousov
On Thu, Nov 10, 2011 at 07:23:23AM +0100, Pawel Jakub Dawidek wrote: > On Wed, Nov 09, 2011 at 07:31:28PM +0200, Kostik Belousov wrote: > > On Wed, Nov 09, 2011 at 05:25:43PM +, Konstantin Belousov wrote: > > > Author: kib > > > Date: Wed Nov 9 17:25:43 2011 > > > New Revision: 227394 > > > UR

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

2011-11-10 Thread Sergey Kandaurov
Author: pluknet Date: Thu Nov 10 11:17:40 2011 New Revision: 227418 URL: http://svn.freebsd.org/changeset/base/227418 Log: Sync definitions with header. Modified: head/share/man/man4/mtio.4 Modified: head/share/man/man4/mtio.4

svn commit: r227419 - head/sbin/ipfw

2011-11-10 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 10 12:05:26 2011 New Revision: 227419 URL: http://svn.freebsd.org/changeset/base/227419 Log: Note that NAT instance argument can be tablearg. PR: misc/162265 Submitted by: Paul Procacci Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/i

Re: svn commit: r227394 - in head/sys: amd64/amd64 i386/i386

2011-11-10 Thread Pawel Jakub Dawidek
On Thu, Nov 10, 2011 at 12:08:39PM +0200, Kostik Belousov wrote: > On Thu, Nov 10, 2011 at 07:23:23AM +0100, Pawel Jakub Dawidek wrote: > > On Wed, Nov 09, 2011 at 07:31:28PM +0200, Kostik Belousov wrote: > > > On Wed, Nov 09, 2011 at 05:25:43PM +, Konstantin Belousov wrote: > > > > Author: kib

svn commit: r227420 - stable/9/sys/vm

2011-11-10 Thread Alan Cox
Author: alc Date: Thu Nov 10 16:50:36 2011 New Revision: 227420 URL: http://svn.freebsd.org/changeset/base/227420 Log: MFC r226740 Speed up vm_page_cache() and vm_page_remove() by checking for a few common cases that can be handled in constant time. Approved by: re (kib) Modified:

svn commit: r227421 - head/sys/modules/ath

2011-11-10 Thread Adrian Chadd
Author: adrian Date: Thu Nov 10 17:01:34 2011 New Revision: 227421 URL: http://svn.freebsd.org/changeset/base/227421 Log: Add a missing reference to AR9287. Sponsored by: Hobnob, Inc. Modified: head/sys/modules/ath/Makefile Modified: head/sys/modules/ath/Makefile ===

svn commit: r227422 - stable/8/sys/vm

2011-11-10 Thread Alan Cox
Author: alc Date: Thu Nov 10 17:04:33 2011 New Revision: 227422 URL: http://svn.freebsd.org/changeset/base/227422 Log: MFC r226740 Speed up vm_page_cache() and vm_page_remove() by checking for a few common cases that can be handled in constant time. Modified: stable/8/sys/vm/vm_page.c

svn commit: r227423 - stable/9/sys/netinet

2011-11-10 Thread Andre Oppermann
Author: andre Date: Thu Nov 10 19:10:53 2011 New Revision: 227423 URL: http://svn.freebsd.org/changeset/base/227423 Log: Back out r226299 (MFC of r226105) which caused a number of ports that depend on the incorrect IP length field. The fix stays in HEAD and ports should test for it. Re

svn commit: r227424 - stable/9/sys/netinet

2011-11-10 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 10 19:36:19 2011 New Revision: 227424 URL: http://svn.freebsd.org/changeset/base/227424 Log: MFC 227266: Initialize all components of the sent COOKIE. Approved by: re@ Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (pro

svn commit: r227425 - svnadmin/conf

2011-11-10 Thread Dimitry Andric
Author: dim Date: Thu Nov 10 19:41:52 2011 New Revision: 227425 URL: http://svn.freebsd.org/changeset/base/227425 Log: Please welcome David Chisnall (theraven@) as a new src committer. David will be working on getting libc++ and its dependencies integrated into the base system. Brook

svn commit: r227426 - stable/9/sys/netinet

2011-11-10 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 10 19:54:00 2011 New Revision: 227426 URL: http://svn.freebsd.org/changeset/base/227426 Log: MFC 227320: When loading addresses from INITs, always use the correct local address. Approved by: re@ Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properti

svn commit: r227427 - head

2011-11-10 Thread Dimitry Andric
Author: dim Date: Thu Nov 10 20:15:35 2011 New Revision: 227427 URL: http://svn.freebsd.org/changeset/base/227427 Log: Revert r227403 for now. Since the cross-tools stage purposefully doesn't have ${WORLDTMP}/usr/bin in its PATH, if you build world with CC=clang, tblgen tools from /usr/bin

svn commit: r227428 - in stable/9/sys: netinet netinet6

2011-11-10 Thread Mikolaj Golub
Author: trociny Date: Thu Nov 10 20:28:30 2011 New Revision: 227428 URL: http://svn.freebsd.org/changeset/base/227428 Log: MFC r227204, 227206, 227207: r227204: Fix the typo made in r157474. r227206: Before dereferencing intotw() check for NULL, the same way as it is done f

svn commit: r227429 - head/usr.sbin/config

2011-11-10 Thread Ryan Stone
Author: rstone Date: Thu Nov 10 21:07:14 2011 New Revision: 227429 URL: http://svn.freebsd.org/changeset/base/227429 Log: The generated Makefile for the kernel was not running ctfconvert on object files corresponding to source files that had the compile-with option set in conf/files. This m

svn commit: r227430 - head/sys/cddl/dev/dtrace/i386

2011-11-10 Thread Ryan Stone
Author: rstone Date: Thu Nov 10 22:03:35 2011 New Revision: 227430 URL: http://svn.freebsd.org/changeset/base/227430 Log: On i386, fbt probes are implemented by writing an invalid opcode over certain instructions in a function prologue or epilogue. DTrace has a hook into the invalid opcode

svn commit: r227431 - head/sys/dev/ti

2011-11-10 Thread Pyun YongHyeon
Author: yongari Date: Thu Nov 10 22:15:11 2011 New Revision: 227431 URL: http://svn.freebsd.org/changeset/base/227431 Log: style. No functional changes. Modified: head/sys/dev/ti/if_ti.c Modified: head/sys/dev/ti/if_ti.c =

svn commit: r227432 - head/sys/dev/ti

2011-11-10 Thread Pyun YongHyeon
Author: yongari Date: Thu Nov 10 23:14:04 2011 New Revision: 227432 URL: http://svn.freebsd.org/changeset/base/227432 Log: Remove dead ifdef. Driver should always check raised interrupt is for the device. Modified: head/sys/dev/ti/if_ti.c Modified: head/sys/dev/ti/if_ti.c

svn commit: r227433 - head/sys/modules/ath

2011-11-10 Thread Adrian Chadd
Author: adrian Date: Thu Nov 10 23:16:59 2011 New Revision: 227433 URL: http://svn.freebsd.org/changeset/base/227433 Log: Revert this previous commit for now - although this override unfortunately results in the HAL being built without HAL debugging/diagnostic support, the module building pr

svn commit: r227434 - head/sys/dev/ath/ath_hal

2011-11-10 Thread Adrian Chadd
Author: adrian Date: Fri Nov 11 00:48:41 2011 New Revision: 227434 URL: http://svn.freebsd.org/changeset/base/227434 Log: Correct device id comments. Modified: head/sys/dev/ath/ath_hal/ah_devid.h Modified: head/sys/dev/ath/ath_hal/ah_devid.h ==

svn commit: r227435 - head/lib/libc/regex

2011-11-10 Thread Kevin Lo
Author: kevlo Date: Fri Nov 11 01:35:07 2011 New Revision: 227435 URL: http://svn.freebsd.org/changeset/base/227435 Log: Converting int to wint_t leads to broekn comparison of raw char and encoded wint_t. Spotted by: ache Modified: head/lib/libc/regex/regcomp.c Modified: head/lib/li

svn commit: r227436 - stable/8/sbin/camcontrol

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 01:37:48 2011 New Revision: 227436 URL: http://svn.freebsd.org/changeset/base/227436 Log: MFC 215507: When doing a camcontrol rescan all or a camcontrol reset all, use the wildcard path id for enumerating the available busses. Previously camcontrol was

svn commit: r227437 - stable/8/sys/tools

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 02:02:55 2011 New Revision: 227437 URL: http://svn.freebsd.org/changeset/base/227437 Log: MFC 220227: GNU awk does not output escaped newlines in multi-line printc statements. This leads to compile errors when trying to compile firmware(9) stubs create

svn commit: r227438 - stable/8/lib/libthr/thread

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 02:10:24 2011 New Revision: 227438 URL: http://svn.freebsd.org/changeset/base/227438 Log: MFC 220888 r179417 introduced a bug into pthread_once(). Previously pthread_once() used a global pthread_mutex_t for synchronization. r179417 replaced that with

svn commit: r227439 - stable/8/sys/kern

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 02:13:35 2011 New Revision: 227439 URL: http://svn.freebsd.org/changeset/base/227439 Log: MFC 221081: If the 4BSD scheduler tries to schedule a thread that has been pinned or bound to an AP before SMP has started, the system will panic when we try to t

svn commit: r227440 - stable/8/sys/kern

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 02:15:44 2011 New Revision: 227440 URL: http://svn.freebsd.org/changeset/base/227440 Log: MFC 224156: Fix a LOR between hwpmc and the kernel linker. When a system-wide sampling mode PMC is allocated, hwpmc calls linker_hwpmc_list_objects() while alrea

svn commit: r227441 - in head/sys: amd64/linux32 cddl/dev/systrace compat/freebsd32 i386/linux kern

2011-11-10 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 03:49:42 2011 New Revision: 227441 URL: http://svn.freebsd.org/changeset/base/227441 Log: Correct the types of the arguments to return probes of the syscall provider. Previously we were erroneously supplying the argument types of the corresponding entry probe

svn commit: r227442 - in head/sys: amd64/amd64 i386/i386

2011-11-10 Thread Konstantin Belousov
Author: kib Date: Fri Nov 11 04:10:36 2011 New Revision: 227442 URL: http://svn.freebsd.org/changeset/base/227442 Log: Weaken the part of assertions added in the r227394. Only check that the process state is stopped. MFC after:1 week Modified: head/sys/amd64/amd64/machdep.c head/

svn commit: r227443 - head/sys/kern

2011-11-10 Thread Konstantin Belousov
Author: kib Date: Fri Nov 11 04:12:58 2011 New Revision: 227443 URL: http://svn.freebsd.org/changeset/base/227443 Log: Guard against the unlikely case of the alias path containing the '%' symbols. Reported by: arundel MFC after:1 week Modified: head/sys/kern/kern_conf.c Modified:

svn commit: r227444 - head/sys/kern

2011-11-10 Thread Konstantin Belousov
Author: kib Date: Fri Nov 11 04:13:47 2011 New Revision: 227444 URL: http://svn.freebsd.org/changeset/base/227444 Log: Style. MFC after:1 week Modified: head/sys/kern/kern_conf.c Modified: head/sys/kern/kern_conf.c

svn commit: r227445 - releng/9.0

2011-11-10 Thread Ken Smith
Author: kensmith Date: Fri Nov 11 04:20:22 2011 New Revision: 227445 URL: http://svn.freebsd.org/changeset/base/227445 Log: Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit) Added: - copied from r227444, stable/9/ Directory Pro

svn commit: r227446 - svnadmin/conf

2011-11-10 Thread Ken Smith
Author: kensmith Date: Fri Nov 11 04:22:43 2011 New Revision: 227446 URL: http://svn.freebsd.org/changeset/base/227446 Log: Put releng/9.0 under control of the Release Engineering Team. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers ===

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

2011-11-10 Thread Sergey Kandaurov
Author: pluknet Date: Fri Nov 11 07:17:00 2011 New Revision: 227447 URL: http://svn.freebsd.org/changeset/base/227447 Log: struct timespec32: change types of tv_sec and tv_nsec fields to signed to match native struct timespec ABI on __LP32__. This change is a prerequisite for upcoming fut