svn commit: r238546 - head/usr.sbin/lpr/common_source

2012-07-17 Thread Jaakko Heinonen
Author: jh Date: Tue Jul 17 09:31:05 2012 New Revision: 238546 URL: http://svn.freebsd.org/changeset/base/238546 Log: Remove trailing whitespace. MFC after:2 weeks Modified: head/usr.sbin/lpr/common_source/common.c Modified: head/usr.sbin/lpr/common_source/common.c =

svn commit: r238547 - head/usr.sbin/lpr/common_source

2012-07-17 Thread Jaakko Heinonen
Author: jh Date: Tue Jul 17 09:34:52 2012 New Revision: 238547 URL: http://svn.freebsd.org/changeset/base/238547 Log: Make sure that arraysz is initialized to a value larger than zero. arraysz could get initialized to zero on ZFS because ZFS reports directory sizes differently compared to UF

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

2012-07-17 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 17 11:18:39 2012 New Revision: 238548 URL: http://svn.freebsd.org/changeset/base/238548 Log: MFC r238454: Bugfix: Send up a COMM UP notification for active 1-to-1 style sockets also in the case where the assoc comes up due to a remotely started h

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

2012-07-17 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 17 11:33:24 2012 New Revision: 238549 URL: http://svn.freebsd.org/changeset/base/238549 Log: MFC r238458: Provide the correct notification type (SCTP_SEND_FAILED_EVENT) for unsent messages. Approved by: re@ Modified: stable/9/sys/netinet/sctputil.c Direct

svn commit: r238550 - head/sys/netinet

2012-07-17 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 17 13:03:47 2012 New Revision: 238550 URL: http://svn.freebsd.org/changeset/base/238550 Log: Fix a refcount bug when freeing an association. While there: Change code to be consistent. Discussed with rrs@. MFC after: 3 days Modified: head/sys/netinet/sctp_pcb

svn commit: r238551 - head/sys/dev/usb/controller

2012-07-17 Thread Alexander Motin
Author: mav Date: Tue Jul 17 14:03:04 2012 New Revision: 238551 URL: http://svn.freebsd.org/changeset/base/238551 Log: For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USB capability and reroute USB 2.0 ports to the xHCI controller. Reviewed by: hselasky Modified:

svn commit: r238552 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-07-17 Thread George V. Neville-Neil
Author: gnn Date: Tue Jul 17 14:36:40 2012 New Revision: 238552 URL: http://svn.freebsd.org/changeset/base/238552 Log: Change UL to ULL since time is 32 bits. Pointed out by: avg@ MFC after:2 weeks Modified: head/sys/cddl/dev/dtrace/amd64/dtrace_subr.c head/sys/cddl/dev/dtrace/i3

svn commit: r238553 - stable/8/sys/fs/tmpfs

2012-07-17 Thread Xin LI
Author: delphij Date: Tue Jul 17 17:34:48 2012 New Revision: 238553 URL: http://svn.freebsd.org/changeset/base/238553 Log: MFC the following revisions per request from gleb@: r197953: Add locking around access to parent node, and bail out when the parent node is already freed rather than

svn commit: r238554 - stable/9/contrib/llvm/tools/clang/lib/Sema

2012-07-17 Thread Dimitry Andric
Author: dim Date: Tue Jul 17 18:04:34 2012 New Revision: 238554 URL: http://svn.freebsd.org/changeset/base/238554 Log: MFC r238429: Pull in r159895 from upstream clang trunk: When marking virtual functions as used for a class' vtable, mark all functions which will appear in the

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

2012-07-17 Thread Konstantin Belousov
Author: kib Date: Tue Jul 17 19:00:46 2012 New Revision: 238555 URL: http://svn.freebsd.org/changeset/base/238555 Log: MFC r237203,r237223 (by phk): Fix writes to the video memory of the VGA to always use half-word sized writes. Approved by:re (hrs), phk Modified: stable/9/sys/de

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

2012-07-17 Thread Konstantin Belousov
Author: kib Date: Tue Jul 17 19:14:12 2012 New Revision: 238556 URL: http://svn.freebsd.org/changeset/base/238556 Log: MFC r237203,r237223 (by phk): Fix writes to the video memory of the VGA to always use half-word sized writes. Approved by:phk Modified: stable/8/sys/dev/fb/fbreg

svn commit: r238557 - stable/9/sys/netinet/ipfw

2012-07-17 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Jul 17 19:29:32 2012 New Revision: 238557 URL: http://svn.freebsd.org/changeset/base/238557 Log: MFC r237479, r238265 Finally fix lookup (account remaining '\0') and deletion (provide valid key length for radix lookup). Submitted by:Ihor Kaharlichenko

svn commit: r238558 - in head/cddl/contrib/opensolaris: cmd/dtrace/test/tst/common/include cmd/dtrace/test/tst/common/pragma lib/libdtrace/common

2012-07-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 17 19:57:34 2012 New Revision: 238558 URL: http://svn.freebsd.org/changeset/base/238558 Log: Dtrace: improve handling of library paths. Merge changes from illumos 906 dtrace depends_on pragma should search all library paths, not just the current one 949

svn commit: r238559 - head/sys/geom

2012-07-17 Thread Kenneth D. Merry
Author: ken Date: Tue Jul 17 22:16:10 2012 New Revision: 238559 URL: http://svn.freebsd.org/changeset/base/238559 Log: Add back spare fields consumed in r237545. It seems that these should only be consumed to maintain backward compatibility in stable, but should not be consumed in head.

svn commit: r238560 - in stable/9/sys: kern sys

2012-07-17 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 18 04:52:37 2012 New Revision: 238560 URL: http://svn.freebsd.org/changeset/base/238560 Log: MFC r238220, r238272: Unbreak handling of descriptors opened with O_EXEC by fexecve(2). While here return EBADF for descriptors opened for writing (previously it was

svn commit: r238561 - in head/sys: conf mips/mips vm

2012-07-17 Thread Alan Cox
Author: alc Date: Wed Jul 18 05:21:34 2012 New Revision: 238561 URL: http://svn.freebsd.org/changeset/base/238561 Log: Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar code resides. Rename vm_contig_grow_cache() to vm_pageout_grow_cache(). Reviewed by: kib Delete

svn commit: r238562 - head

2012-07-17 Thread Tai-hwa Liang
Author: avatar Date: Wed Jul 18 05:50:40 2012 New Revision: 238562 URL: http://svn.freebsd.org/changeset/base/238562 Log: Removing bsd{ar,ranlib} found on my ancient installation. MFC after:3 weeks Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

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

2012-07-17 Thread David E. O'Brien
Author: obrien Date: Wed Jul 18 05:57:42 2012 New Revision: 238563 URL: http://svn.freebsd.org/changeset/base/238563 Log: a ";" tells make we want the shell to be used Submitted by: Simon Gerraty Modified: head/gnu/usr.bin/groff/tmac/Makefile Modified: head/gnu/usr.bin/groff/tmac/Makef