svn commit: r233597 - head/sys/netinet

2012-03-28 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 28 08:11:46 2012 New Revision: 233597 URL: http://svn.freebsd.org/changeset/base/233597 Log: Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4 encapsulation. MFCing requires MFCing http://svn.freebsd.org/changeset/base/233554 MFC after: 2 weeks

svn commit: r233600 - head/include

2012-03-28 Thread David Chisnall
Author: theraven Date: Wed Mar 28 12:11:54 2012 New Revision: 233600 URL: http://svn.freebsd.org/changeset/base/233600 Log: Correctly expose xlocale functions if people include the headers in the wrong order (as some ports apparently do). Approved by: dim (mentor) Modified:

svn commit: r233601 - head/sys/netinet

2012-03-28 Thread Marko Zec
Author: zec Date: Wed Mar 28 12:30:16 2012 New Revision: 233601 URL: http://svn.freebsd.org/changeset/base/233601 Log: Permit tcpdrop in VNET jails. Submitted by: Miljenko Mikuc MFC after:3 days Modified: head/sys/netinet/tcp_subr.c Modified: head/sys/netinet/tcp_subr.c

svn commit: r233606 - head/sys/dev/sound/pci/hda

2012-03-28 Thread Alexander Motin
Author: mav Date: Wed Mar 28 13:28:09 2012 New Revision: 233606 URL: http://svn.freebsd.org/changeset/base/233606 Log: Stop HDA controller polling callout on suspend and reset it on resume. PR: kern/166382 MFC after:1 week Modified: head/sys/dev/sound/pci/hda/hdac.c

svn commit: r233607 - head/sys/ufs/ffs

2012-03-28 Thread Konstantin Belousov
Author: kib Date: Wed Mar 28 13:47:07 2012 New Revision: 233607 URL: http://svn.freebsd.org/changeset/base/233607 Log: Update comment. MFC after:3 days Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/ffs/ffs_vfsops.c

svn commit: r233608 - head/sys/ufs/ufs

2012-03-28 Thread Konstantin Belousov
Author: kib Date: Wed Mar 28 13:56:18 2012 New Revision: 233608 URL: http://svn.freebsd.org/changeset/base/233608 Log: Microoptimize: in qsync loop over mount vnodes, only unlock mount interlock after we committed to try to vget() the vnode. Submitted by: bde Reviewed by: mckusick

svn commit: r233609 - head/sys/ufs/ffs

2012-03-28 Thread Konstantin Belousov
Author: kib Date: Wed Mar 28 14:06:47 2012 New Revision: 233609 URL: http://svn.freebsd.org/changeset/base/233609 Log: Reviewed by: bde, mckusick Tested by:pho MFC after:2 weeks Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/ffs/ffs_vfsops.c

Re: svn commit: r233609 - head/sys/ufs/ffs

2012-03-28 Thread Garrett Cooper
On Mar 28, 2012, at 7:06 AM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Wed Mar 28 14:06:47 2012 New Revision: 233609 URL: http://svn.freebsd.org/changeset/base/233609 Log: Reviewed by:bde, mckusick Tested by:pho MFC after:2 weeks What does this commit

svn commit: r233611 - head/usr.sbin/pmcstat

2012-03-28 Thread Fabien Thomas
Author: fabient Date: Wed Mar 28 16:23:40 2012 New Revision: 233611 URL: http://svn.freebsd.org/changeset/base/233611 Log: - Support inlined location in calltree output. In case of multiple level of inlining all the locations are flattened. Require recent binutils/addr2line (head works

svn commit: r233613 - head/sys/x86/include

2012-03-28 Thread John Baldwin
Author: jhb Date: Wed Mar 28 16:32:17 2012 New Revision: 233613 URL: http://svn.freebsd.org/changeset/base/233613 Log: Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20 vector is currently dedicated to servicing IRQ 0 from the 8259A's, so it shouldn't be overloaded for

Re: svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-28 Thread Ryan Stone
On Tue, Mar 27, 2012 at 6:27 PM, Alexander Leidinger alexan...@leidinger.net wrote: Great! Is this automatic, or do I need to do something in the newly loaded KLD? Nothing special. You can follow exactly the same set of steps as for adding probes to the kernel itself:

svn commit: r233623 - head/sys/x86/acpica

2012-03-28 Thread John Baldwin
Author: jhb Date: Wed Mar 28 18:53:48 2012 New Revision: 233623 URL: http://svn.freebsd.org/changeset/base/233623 Log: Allocate the ioapics[] array dynamically since it is only needed for the duration of madt_setup_io(). This avoids having the array take up permanent space in the BSS.

svn commit: r233625 - head/lib/libc/iconv

2012-03-28 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Mar 28 19:20:28 2012 New Revision: 233625 URL: http://svn.freebsd.org/changeset/base/233625 Log: Fix Fo arguments. Reviewed by: gabor Modified: head/lib/libc/iconv/iconvlist.3 Modified: head/lib/libc/iconv/iconvlist.3

Re: svn commit: r233629 - head/sys/ufs/ffs

2012-03-28 Thread Dmitry Morozovsky
Dear Kirk, On Wed, 28 Mar 2012, Kirk McKusick wrote: Author: mckusick Date: Wed Mar 28 21:21:19 2012 New Revision: 233629 URL: http://svn.freebsd.org/changeset/base/233629 Log: A refinement of change 232351 to avoid a race with a forcible unmount. While we have a snapshot vnode

svn commit: r233631 - head/lib/libc/sys

2012-03-28 Thread Jim Harris
Author: jimharris Date: Wed Mar 28 23:51:06 2012 New Revision: 233631 URL: http://svn.freebsd.org/changeset/base/233631 Log: Fix comment to specify correct struct name. Reviewed by: gjb Approved by: sbruno Modified: head/lib/libc/sys/kldstat.2 Modified: head/lib/libc/sys/kldstat.2

svn commit: r233635 - head/sys/powerpc/include

2012-03-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Mar 29 02:02:14 2012 New Revision: 233635 URL: http://svn.freebsd.org/changeset/base/233635 Log: Allow multiple inclusion of trap.h. This has always been broken, but until recently never caused problems. Modified: head/sys/powerpc/include/trap.h

svn commit: r233638 - head/sys/mips/mips

2012-03-28 Thread Juli Mallett
Author: jmallett Date: Thu Mar 29 02:04:15 2012 New Revision: 233638 URL: http://svn.freebsd.org/changeset/base/233638 Log: Disable FP instruction emulation by default on !o32 because of ABI concerns. Note that in practice this isn't needed because we get a coprocessor unusable exception

svn commit: r233639 - head/sys/mips/cavium

2012-03-28 Thread Juli Mallett
Author: jmallett Date: Thu Mar 29 02:05:11 2012 New Revision: 233639 URL: http://svn.freebsd.org/changeset/base/233639 Log: Turn on messages from the Simple Executive codebase, what few there are. Modified: head/sys/mips/cavium/cvmx_config.h Modified: head/sys/mips/cavium/cvmx_config.h

svn commit: r233642 - head/sys/kern

2012-03-28 Thread David Xu
Author: davidxu Date: Thu Mar 29 02:46:43 2012 New Revision: 233642 URL: http://svn.freebsd.org/changeset/base/233642 Log: Reduce code size by creating common timed sleeping function. Modified: head/sys/kern/kern_umtx.c Modified: head/sys/kern/kern_umtx.c

svn commit: r233644 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb kerberos5/lib/libkafs5 share/man/man5 share/mk sys/conf sys/mips/atheros s...

2012-03-28 Thread Juli Mallett
machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20120328: + Big-endian MIPS TARGET_ARCH values no longer end in eb. mips64eb + is now spelled mips64. mipsn32eb is now spelled mipsn32. mipseb is + now spelled mips

svn commit: r233645 - in head: . share/man/man5

2012-03-28 Thread Juli Mallett
Author: jmallett Date: Thu Mar 29 03:04:59 2012 New Revision: 233645 URL: http://svn.freebsd.org/changeset/base/233645 Log: o) Fix mips/mips - mips for Makefile.inc1. o) Rebuild src.conf.5. Modified: head/Makefile.inc1 head/share/man/man5/src.conf.5 Modified: head/Makefile.inc1

svn commit: r233646 - head/lib/libgeom

2012-03-28 Thread Juli Mallett
Author: jmallett Date: Thu Mar 29 03:13:43 2012 New Revision: 233646 URL: http://svn.freebsd.org/changeset/base/233646 Log: Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32. Kernel pointer values are used as opaque unique identifiers, which are then used to

Re: svn commit: r233294 - in head: . contrib/com_err crypto/heimdal crypto/heimdal/admin crypto/heimdal/appl crypto/heimdal/appl/afsutil crypto/heimdal/appl/ftp crypto/heimdal/appl/ftp/common crypto/h

2012-03-28 Thread Doug Barton
On 3/27/2012 2:10 PM, Ivan Voras wrote: It will help both present development (the pkgng is also AFAIK using sqlite) All of the stuff that pkgng relies on (including the tool itself) are going to be in the ports collection, where they belong. We should have moved pkg_* there years ago, but this

Re: svn commit: r233625 - head/lib/libc/iconv

2012-03-28 Thread Doug Barton
Joel, Thanks for doing this cleanup. It's unglamorous, but very necessary. You probably have this planned already, but I wanted to make sure that you have MFC'ing this work on your list. Merging back the formatting changes makes it much easier to merge (and then verify) changes to the content

svn commit: r233648 - in head: bin/pwait bin/setfacl bin/sh games/pom lib/libbluetooth lib/libc/gen lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/stdio lib/libc/stdlib lib/libc/string lib/...

2012-03-28 Thread Eitan Adler
Author: eadler Date: Thu Mar 29 05:02:12 2012 New Revision: 233648 URL: http://svn.freebsd.org/changeset/base/233648 Log: Remove trailing whitespace per mdoc lint warning Disussed with:gavin No objection from:doc Approved by: joel MFC after:3 days Modified: