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

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 URL:

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 sys/mtio.h 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 pprocacci gmail.com Modified: head/sbin/ipfw/ipfw.8

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: 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: 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: 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

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

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:

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

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

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

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: 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