svn commit: r249243 - stable/9/cddl/contrib/opensolaris/tools/ctf/cvt

2013-04-08 Thread Dimitry Andric
Author: dim Date: Mon Apr 8 07:08:29 2013 New Revision: 249243 URL: http://svnweb.freebsd.org/changeset/base/249243 Log: MFC r248991: Follow up to r247960 and rr247960 by also amending ctfmerge. For the only other case where STT_FILE symbols are used, in symit_next() in

svn commit: r249244 - head/sbin/camcontrol

2013-04-08 Thread Ed Schouten
Author: ed Date: Mon Apr 8 08:03:42 2013 New Revision: 249244 URL: http://svnweb.freebsd.org/changeset/base/249244 Log: Prevent the creation of an unused variable. We're only interested in the enumeration fields; we don't want to create a variable to store them. MFC after:1

svn commit: r249245 - head/usr.sbin/watchdogd

2013-04-08 Thread Ed Schouten
Author: ed Date: Mon Apr 8 08:05:15 2013 New Revision: 249245 URL: http://svnweb.freebsd.org/changeset/base/249245 Log: Mark the act_tbl static/const. This table is only used within this source file and is only accessed read-only. MFC after:1 week Modified:

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-08 Thread Konstantin Belousov
On Mon, Apr 08, 2013 at 12:31:22AM +0200, Jean-S?bastien P?dron wrote: On 07.04.2013 21:05, Konstantin Belousov wrote: I suspect that the issue is with the drm2/i915/intel_dp.c. You might try to use shift to 7 instead of 8 for address in the intel_dp_aux_native_read/write, but I am not

svn commit: r249246 - stable/9/sys/kern

2013-04-08 Thread Konstantin Belousov
Author: kib Date: Mon Apr 8 08:29:52 2013 New Revision: 249246 URL: http://svnweb.freebsd.org/changeset/base/249246 Log: MFC r248969: Do not call the VOP_LOOKUP() for the doomed directory vnode. Modified: stable/9/sys/kern/vfs_lookup.c Directory Properties: stable/9/sys/ (props

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

2013-04-08 Thread Konstantin Belousov
Author: kib Date: Mon Apr 8 08:33:31 2013 New Revision: 249247 URL: http://svnweb.freebsd.org/changeset/base/249247 Log: MFC r248969: Do not call the VOP_LOOKUP() for the doomed directory vnode. Modified: stable/8/sys/kern/vfs_lookup.c Directory Properties: stable/8/sys/ (props

svn commit: r249249 - head/sys/dev/drm2

2013-04-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Apr 8 08:37:57 2013 New Revision: 249249 URL: http://svnweb.freebsd.org/changeset/base/249249 Log: drm: Right-shift I2C slave address before passing it to aux channel In r249041, I2C slave addresses were left-shifted at creation time to have the same behavior

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

2013-04-08 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 8 10:14:50 2013 New Revision: 249252 URL: http://svnweb.freebsd.org/changeset/base/249252 Log: Remove reference to the nonexistent sysctl node net.inet6.mld.stats. Also add cross reference to the icmp6(4). PR: 177696 MFC after:1 week Modified:

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

2013-04-08 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Apr 8 10:53:22 2013 New Revision: 249253 URL: http://svnweb.freebsd.org/changeset/base/249253 Log: mdoc: sort cross references. Modified: head/share/man/man4/mld.4 Modified: head/share/man/man4/mld.4

svn commit: r249254 - stable/9/bin/setfacl

2013-04-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 8 12:09:53 2013 New Revision: 249254 URL: http://svnweb.freebsd.org/changeset/base/249254 Log: MFC r248972: Mention that read_attributes, write_attributes, read_acl and write_acl are always permitted for the file owner. PR: kern/174948

svn commit: r249256 - head/sys/cam/ctl

2013-04-08 Thread Kenneth D. Merry
Author: ken Date: Mon Apr 8 15:36:26 2013 New Revision: 249256 URL: http://svnweb.freebsd.org/changeset/base/249256 Log: Fix a memory leak that showed up when we delete LUNs. The memory used for the LUN was never freed. ctl.c:Adjust ctl_alloc_lun() to make sure we don't

svn commit: r249257 - in head: sys/dev/mfi usr.sbin/mfiutil

2013-04-08 Thread Mark Johnston
Author: markj Date: Mon Apr 8 17:46:45 2013 New Revision: 249257 URL: http://svnweb.freebsd.org/changeset/base/249257 Log: Add support for getting and setting BBU properties related to battery relearning. Specifically, add subcommands to mfiutil(8) which allow the user to set the BBU and

svn commit: r249258 - head/usr.sbin/mfiutil

2013-04-08 Thread Mark Johnston
Author: markj Date: Mon Apr 8 18:25:07 2013 New Revision: 249258 URL: http://svnweb.freebsd.org/changeset/base/249258 Log: Switch to a 2-clause license. Approved by: emaste (co-mentor) X-MFC with: r249257 Modified: head/usr.sbin/mfiutil/mfi_bbu.c Modified:

svn commit: r249260 - vendor/llvm/llvm-trunk-r178860

2013-04-08 Thread Dimitry Andric
Author: dim Date: Mon Apr 8 18:42:33 2013 New Revision: 249260 URL: http://svnweb.freebsd.org/changeset/base/249260 Log: Tag llvm trunk r178860. Added: vendor/llvm/llvm-trunk-r178860/ - copied from r249259, vendor/llvm/dist/ ___

svn commit: r249262 - vendor/clang/clang-trunk-r178860

2013-04-08 Thread Dimitry Andric
Author: dim Date: Mon Apr 8 18:46:35 2013 New Revision: 249262 URL: http://svnweb.freebsd.org/changeset/base/249262 Log: Tag clang trunk r178860. Added: vendor/clang/clang-trunk-r178860/ - copied from r249261, vendor/clang/dist/ ___

svn commit: r249263 - head/sys/rpc

2013-04-08 Thread John Baldwin
Author: jhb Date: Mon Apr 8 19:03:01 2013 New Revision: 249263 URL: http://svnweb.freebsd.org/changeset/base/249263 Log: Fix a potential socket leak in the NFS server. If a client closes its connection after it was accepted by the userland nfsd process but before it was handled off to

svn commit: r249264 - in head: share/man/man9 sys/vm

2013-04-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 8 19:10:45 2013 New Revision: 249264 URL: http://svnweb.freebsd.org/changeset/base/249264 Log: Merge from projects/counters: UMA_ZONE_PCPU zones. These zones have slab size == sizeof(struct pcpu), but request from VM enough pages to fit (uk_slabsize *

svn commit: r249265 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sys

2013-04-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 8 19:19:10 2013 New Revision: 249265 URL: http://svnweb.freebsd.org/changeset/base/249265 Log: Merge from projects/counters: Pad struct pcpu so that its size is denominator of PAGE_SIZE. This is done to reduce memory waste in UMA_PCPU_ZONE zones.

svn commit: r249266 - head/sys/contrib/ipfilter/netinet

2013-04-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 8 19:20:27 2013 New Revision: 249266 URL: http://svnweb.freebsd.org/changeset/base/249266 Log: Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.h isn't included with forced _KERNEL define. Modified:

svn commit: r249268 - in head: share/man/man9 sys/amd64/include sys/arm/include sys/conf sys/i386/include sys/ia64/include sys/kern sys/mips/include sys/pc98/include sys/powerpc/include sys/sparc64...

2013-04-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 8 19:40:53 2013 New Revision: 249268 URL: http://svnweb.freebsd.org/changeset/base/249268 Log: Merge from projects/counters: counter(9). Introduce counter(9) API, that implements fast and raceless counters, provided (but not limited to) for gathering of

Re: svn commit: r249265 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sys

2013-04-08 Thread John Baldwin
On Monday, April 08, 2013 3:19:10 pm Gleb Smirnoff wrote: Author: glebius Date: Mon Apr 8 19:19:10 2013 New Revision: 249265 URL: http://svnweb.freebsd.org/changeset/base/249265 Log: Merge from projects/counters: Pad struct pcpu so that its size is denominator of PAGE_SIZE.

svn commit: r249269 - vendor/NetBSD/mtree/dist

2013-04-08 Thread Ed Schouten
Author: ed Date: Mon Apr 8 19:44:30 2013 New Revision: 249269 URL: http://svnweb.freebsd.org/changeset/base/249269 Log: Vendor import of NetBSD's mtree at 2013-04-08. Added: vendor/NetBSD/mtree/dist/only.c Modified: vendor/NetBSD/mtree/dist/Makefile vendor/NetBSD/mtree/dist/create.c

Re: svn commit: r249265 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sys

2013-04-08 Thread Gleb Smirnoff
On Mon, Apr 08, 2013 at 03:41:27PM -0400, John Baldwin wrote: J On Monday, April 08, 2013 3:19:10 pm Gleb Smirnoff wrote: J Author: glebius J Date: Mon Apr 8 19:19:10 2013 J New Revision: 249265 J URL: http://svnweb.freebsd.org/changeset/base/249265 J J Log: JMerge from

svn commit: r249270 - vendor/NetBSD/mtree/20130408

2013-04-08 Thread Ed Schouten
Author: ed Date: Mon Apr 8 19:44:57 2013 New Revision: 249270 URL: http://svnweb.freebsd.org/changeset/base/249270 Log: Tag 2013-04-08 import of NetBSD's mtree. Added: vendor/NetBSD/mtree/20130408/ - copied from r249269, vendor/NetBSD/mtree/dist

svn commit: r249271 - stable/9/usr.sbin/bsnmpd/modules/snmp_hostres

2013-04-08 Thread Mikolaj Golub
Author: trociny Date: Mon Apr 8 19:48:40 2013 New Revision: 249271 URL: http://svnweb.freebsd.org/changeset/base/249271 Log: MFC r248707: hrStorageSize and hrStorageUsed are 32 bit integers, reporting a fs size and usage in hrStorageAllocationUnits. If the file system has more than

svn commit: r249272 - stable/8/usr.sbin/bsnmpd/modules/snmp_hostres

2013-04-08 Thread Mikolaj Golub
Author: trociny Date: Mon Apr 8 19:50:15 2013 New Revision: 249272 URL: http://svnweb.freebsd.org/changeset/base/249272 Log: MFC r248707: hrStorageSize and hrStorageUsed are 32 bit integers, reporting a fs size and usage in hrStorageAllocationUnits. If the file system has more than

svn commit: r249276 - in head: sys/netinet usr.bin/netstat

2013-04-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 8 19:57:21 2013 New Revision: 249276 URL: http://svnweb.freebsd.org/changeset/base/249276 Log: Merge from projects/counters: TCP/IP stats. Convert 'struct ipstat' and 'struct tcpstat' to counter(9). This speeds up IP forwarding at extreme packet

svn commit: r249277 - head/sys/kern

2013-04-08 Thread Attilio Rao
Author: attilio Date: Mon Apr 8 19:58:32 2013 New Revision: 249277 URL: http://svnweb.freebsd.org/changeset/base/249277 Log: Switch some low-hanging fruit to acquire read lock on vmobjects rather than write locks. Sponsored by: EMC / Isilon storage division Reviewed by: alc Tested

svn commit: r249278 - head/sys/vm

2013-04-08 Thread Attilio Rao
Author: attilio Date: Mon Apr 8 20:02:27 2013 New Revision: 249278 URL: http://svnweb.freebsd.org/changeset/base/249278 Log: The per-page act_count can be made very-easily protected by the per-page lock rather than vm_object lock, without any further overhead. Make the formal switch.

svn commit: r249281 - head/gnu/usr.bin/groff/tmac

2013-04-08 Thread Sergey Kandaurov
Author: pluknet Date: Mon Apr 8 20:33:51 2013 New Revision: 249281 URL: http://svnweb.freebsd.org/changeset/base/249281 Log: Add FreeBSD 8.4. MFC after:3 days Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r249282 - stable/9/sys/dev/fb

2013-04-08 Thread Jung-uk Kim
Author: jkim Date: Mon Apr 8 20:43:53 2013 New Revision: 249282 URL: http://svnweb.freebsd.org/changeset/base/249282 Log: MFC: r248799 Limit the amount of video memory we map for the driver to the maximum value. Modified: stable/9/sys/dev/fb/vesa.c Directory Properties:

svn commit: r249283 - stable/8/sys/dev/fb

2013-04-08 Thread Jung-uk Kim
Author: jkim Date: Mon Apr 8 20:45:11 2013 New Revision: 249283 URL: http://svnweb.freebsd.org/changeset/base/249283 Log: MFC: r248799 Limit the amount of video memory we map for the driver to the maximum value. Modified: stable/8/sys/dev/fb/vesa.c Directory Properties:

svn commit: r249284 - head/sys/dev/ath

2013-04-08 Thread Adrian Chadd
Author: adrian Date: Mon Apr 8 21:15:43 2013 New Revision: 249284 URL: http://svnweb.freebsd.org/changeset/base/249284 Log: Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't. Modified: head/sys/dev/ath/if_ath_tx_edma.c Modified: head/sys/dev/ath/if_ath_tx_edma.c

svn commit: r249286 - stable/9/sbin/mount_cd9660

2013-04-08 Thread Jung-uk Kim
Author: jkim Date: Mon Apr 8 22:31:35 2013 New Revision: 249286 URL: http://svnweb.freebsd.org/changeset/base/249286 Log: MFC: r247859 Update the manual page to reflect reality. With r138509 and r152355, nostrictjoliet option for mount_cd9660(8) was completely replaced with

svn commit: r249287 - stable/8/sbin/mount_cd9660

2013-04-08 Thread Jung-uk Kim
Author: jkim Date: Mon Apr 8 22:32:37 2013 New Revision: 249287 URL: http://svnweb.freebsd.org/changeset/base/249287 Log: MFC: r247859 Update the manual page to reflect reality. With r138509 and r152355, nostrictjoliet option for mount_cd9660(8) was completely replaced with

svn commit: r249288 - in stable: 8/sys/compat/ndis 9/sys/compat/ndis

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 22:56:40 2013 New Revision: 249288 URL: http://svnweb.freebsd.org/changeset/base/249288 Log: MFC r247595: Fix wrong assignment. Submitted by: Sascha Wildner saw online de Obtained from:DragonFly rev 9568dd07a22a136e380e6c19a8ea188eb92976d5

svn commit: r249288 - in stable: 8/sys/compat/ndis 9/sys/compat/ndis

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 22:56:40 2013 New Revision: 249288 URL: http://svnweb.freebsd.org/changeset/base/249288 Log: MFC r247595: Fix wrong assignment. Submitted by: Sascha Wildner saw online de Obtained from:DragonFly rev 9568dd07a22a136e380e6c19a8ea188eb92976d5

svn commit: r249289 - in stable: 8/lib/libc/regex 9/lib/libc/regex

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 23:01:33 2013 New Revision: 249289 URL: http://svnweb.freebsd.org/changeset/base/249289 Log: MFC r247596: Fix assignment of maximum bounadary. Submitted by: Sascha Wildner saw online de Obtained from:DragonFly rev

svn commit: r249289 - in stable: 8/lib/libc/regex 9/lib/libc/regex

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 23:01:33 2013 New Revision: 249289 URL: http://svnweb.freebsd.org/changeset/base/249289 Log: MFC r247596: Fix assignment of maximum bounadary. Submitted by: Sascha Wildner saw online de Obtained from:DragonFly rev

svn commit: r249290 - in stable: 8/sys/dev/mfi 9/sys/dev/mfi

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 23:06:25 2013 New Revision: 249290 URL: http://svnweb.freebsd.org/changeset/base/249290 Log: MFC r248627: Don't attempt to reference sc before testing whether it's NULL. Submitted by: Sascha Wildner Obtained from:DragonFly Modified:

svn commit: r249290 - in stable: 8/sys/dev/mfi 9/sys/dev/mfi

2013-04-08 Thread Xin LI
Author: delphij Date: Mon Apr 8 23:06:25 2013 New Revision: 249290 URL: http://svnweb.freebsd.org/changeset/base/249290 Log: MFC r248627: Don't attempt to reference sc before testing whether it's NULL. Submitted by: Sascha Wildner Obtained from:DragonFly Modified:

svn commit: r249291 - head/sys/dev/firewire

2013-04-08 Thread Will Andrews
Author: will Date: Mon Apr 8 23:16:42 2013 New Revision: 249291 URL: http://svnweb.freebsd.org/changeset/base/249291 Log: FireWire: Don't allow a tlabel to reference an xfer after free. sys/dev/firewire/firewire.c: - fw_xfer_unload(): Since we are about to free this xfer, call

Re: svn commit: r249265 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sys

2013-04-08 Thread Bruce Evans
On Mon, 8 Apr 2013, Gleb Smirnoff wrote: On Mon, Apr 08, 2013 at 03:41:27PM -0400, John Baldwin wrote: J On Monday, April 08, 2013 3:19:10 pm Gleb Smirnoff wrote: J Author: glebius J Date: Mon Apr 8 19:19:10 2013 J New Revision: 249265 J URL: http://svnweb.freebsd.org/changeset/base/249265