svn commit: r248815 - head/sys/vm

2013-03-27 Thread Konstantin Belousov
Author: kib Date: Thu Mar 28 06:39:27 2013 New Revision: 248815 URL: http://svnweb.freebsd.org/changeset/base/248815 Log: Release the v_writecount reference on the vnode in case of error, before the vnode is vput() in vm_mmap_vnode(). Error return means that there is no use reference on the

svn commit: r248809 - head/sys/mips/atheros

2013-03-27 Thread Adrian Chadd
Author: adrian Date: Thu Mar 28 05:43:03 2013 New Revision: 248809 URL: http://svnweb.freebsd.org/changeset/base/248809 Log: Fix the AR933x platform device start/stop code. This was ported from the AR724x code and I think that also doesn't quite work. I'll investigate that soon. Wit

svn commit: r248806 - head/share/mk

2013-03-27 Thread Mark Johnston
Author: markj Date: Thu Mar 28 04:13:52 2013 New Revision: 248806 URL: http://svnweb.freebsd.org/changeset/base/248806 Log: Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are always deleted by a "make clean" when DEBUG_FLAGS is set. Reported by: gleb Approved by: emaste

svn commit: r248805 - head

2013-03-27 Thread Warner Losh
Author: imp Date: Thu Mar 28 02:44:15 2013 New Revision: 248805 URL: http://svnweb.freebsd.org/changeset/base/248805 Log: Update wiht the times. Modified: head/MAINTAINERS Modified: head/MAINTAINERS == --- head/MAINT

svn commit: r248804 - head/sys/kern

2013-03-27 Thread Jim Harris
Author: jimharris Date: Wed Mar 27 23:07:43 2013 New Revision: 248804 URL: http://svnweb.freebsd.org/changeset/base/248804 Log: deferal -> deferral Modified: head/sys/kern/subr_bus_dma.c Modified: head/sys/kern/subr_bus_dma.c ==

svn commit: r248803 - head/lib/libc/locale

2013-03-27 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 27 21:31:40 2013 New Revision: 248803 URL: http://svnweb.freebsd.org/changeset/base/248803 Log: btowc(3), isblank(3): Correct prototypes for _l variants. MFC after:1 week Modified: head/lib/libc/locale/btowc.3 head/lib/libc/locale/isblank.3 Modified: h

svn commit: r248802 - in head/contrib/binutils: bfd binutils

2013-03-27 Thread Dimitry Andric
Author: dim Date: Wed Mar 27 19:21:36 2013 New Revision: 248802 URL: http://svnweb.freebsd.org/changeset/base/248802 Log: Similar to r239870 and r239872, teach the other binutils tools about the DW_FORM_flag_present dwarf attribute, so they do not print errors or warnings on files that conta

svn commit: r248800 - head/sys/cam

2013-03-27 Thread Alexander Motin
Author: mav Date: Wed Mar 27 18:55:01 2013 New Revision: 248800 URL: http://svnweb.freebsd.org/changeset/base/248800 Log: On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb(). Before this change they were just leaked. Fortunately USB sticks now use only one CCB, and so

svn commit: r248799 - head/sys/dev/fb

2013-03-27 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 27 18:06:28 2013 New Revision: 248799 URL: http://svnweb.freebsd.org/changeset/base/248799 Log: Limit the amount of video memory we map for the driver to the maximum value. This basically restores the spirit of r203535, which was partially reverted in r205557, whil

svn commit: r248798 - head/tools/tools/tinybsd/conf/firewall

2013-03-27 Thread Rene Ladan
Author: rene (doc,ports committer) Date: Wed Mar 27 15:10:40 2013 New Revision: 248798 URL: http://svnweb.freebsd.org/changeset/base/248798 Log: Properly spell "Class Based Queueing" PR: www/177412 Submitted by: Oliver Loch Approved by: cognet Modified: head/tools/tools/t

svn commit: r248797 - head

2013-03-27 Thread Rene Ladan
Author: rene (doc,ports committer) Date: Wed Mar 27 15:03:18 2013 New Revision: 248797 URL: http://svnweb.freebsd.org/changeset/base/248797 Log: Fix a typo, 'xdev-build' should be spelled with a 'd' at the end. Approved by: cognet Modified: head/Makefile.inc1 Modified: head/Makefile.in

svn commit: r248794 - head/sys/kern

2013-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 11:47:52 2013 New Revision: 248794 URL: http://svnweb.freebsd.org/changeset/base/248794 Log: Fix a race with the vnode reclamation in the aio_qphysio(). Obtain the thread reference on the vp->v_rdev and use the returned struct cdev *dev instead of using vp->v_rd

svn commit: r248792 - in head/sys: kern sys

2013-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 11:34:27 2013 New Revision: 248792 URL: http://svnweb.freebsd.org/changeset/base/248792 Log: Add dev_strategy_csw() function, which is similar to dev_strategy() but assumes that a thread reference was already obtained on the passed device. Use the function from

svn commit: r248790 - head/sys/kern

2013-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 10:56:15 2013 New Revision: 248790 URL: http://svnweb.freebsd.org/changeset/base/248790 Log: On i386, double the default size of the bio transient map. With the maxbcache size fixed, the auto-tuned transient map is too small for real-world load on i386. Tes

svn commit: r248789 - head/sys/i386/include

2013-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 10:52:18 2013 New Revision: 248789 URL: http://svnweb.freebsd.org/changeset/base/248789 Log: Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximal buffer map size, auto-tuned on the 4GB machine. Having the maxbcache bigger than the buffer map causes

svn commit: r248788 - in head: contrib/bind9 lib/bind lib/bind/dns lib/bind/dns/dns

2013-03-27 Thread Erwin Lansing
Author: erwin Date: Wed Mar 27 10:11:43 2013 New Revision: 248788 URL: http://svnweb.freebsd.org/changeset/base/248788 Log: Update to 9.8.4-P2 Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some

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

2013-03-27 Thread Alexander Motin
Author: mav Date: Wed Mar 27 07:30:08 2013 New Revision: 248786 URL: http://svnweb.freebsd.org/changeset/base/248786 Log: Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1, which requires OVREF to be set to get proper playback volume, but which has all zeroes in HDA

svn commit: r248783 - head/lib/libpmc

2013-03-27 Thread Bryan Venteicher
Author: bryanv Date: Wed Mar 27 07:11:29 2013 New Revision: 248783 URL: http://svnweb.freebsd.org/changeset/base/248783 Log: Add missing space MFC after:3 days Modified: head/lib/libpmc/pmc.sandybridgexeon.3 Modified: head/lib/libpmc/pmc.sandybridgexeon.3 ===