svn commit: r236601 - stable/9/lib/libc++

2012-06-04 Thread Dimitry Andric
Author: dim Date: Tue Jun 5 06:43:45 2012 New Revision: 236601 URL: http://svn.freebsd.org/changeset/base/236601 Log: MFC r236444: Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s Makefile, so these headers go into the same destination directory as libc++'s own

svn commit: r236600 - in stable/9/lib: libc++ libcxxrt

2012-06-04 Thread Dimitry Andric
Author: dim Date: Tue Jun 5 06:41:47 2012 New Revision: 236600 URL: http://svn.freebsd.org/changeset/base/236600 Log: MFC r236442: Tabify libcxxrt and libc++'s Makefiles. Modified: stable/9/lib/libc++/Makefile stable/9/lib/libcxxrt/Makefile Directory Properties: stable/9/lib/libc++/

svn commit: r236587 - in stable/9/contrib/bind9: . lib/dns

2012-06-04 Thread Doug Barton
Author: dougb Date: Mon Jun 4 22:14:33 2012 New Revision: 236587 URL: http://svn.freebsd.org/changeset/base/236587 Log: Upgrade to 9.8.3-P1, the latest from ISC. This version contains a critical bugfix: Processing of DNS resource records where the rdata field is zero length may

svn commit: r236562 - stable/9/lib/libc/stdio

2012-06-04 Thread Isabell Long
Author: issyl0 (doc committer) Date: Mon Jun 4 14:11:49 2012 New Revision: 236562 URL: http://svn.freebsd.org/changeset/base/236562 Log: Merge r235848 from head to stable/9: Add two new locale-specific man pages: - libc/stdio/scanf_l.3 - libc/stdio/printf_l.3 Approved by: gabo

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

2012-06-04 Thread Alexander Motin
Author: mav Date: Mon Jun 4 07:16:12 2012 New Revision: 236547 URL: http://svn.freebsd.org/changeset/base/236547 Log: MFC r234066: Microoptimize cpu_search(). According to profiling, it makes one take 6% of CPU time on hackbench with its million of context switches per second, instead

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

2012-06-04 Thread Alexander Motin
Author: mav Date: Mon Jun 4 07:12:36 2012 New Revision: 236546 URL: http://svn.freebsd.org/changeset/base/236546 Log: MFC r232740: Make kern.sched.idlespinthresh default value adaptive depending of HZ. Otherwise with HZ above 8000 CPU may never skip timer ticks on idle. Modified: stable/

svn commit: r236543 - stable/9/sys/dev/ata

2012-06-04 Thread Alexander Motin
Author: mav Date: Mon Jun 4 07:07:46 2012 New Revision: 236543 URL: http://svn.freebsd.org/changeset/base/236543 Log: MFC r236184: Make legacy ATA to not call device_add_child() with unit number but without driver name. Modified: stable/9/sys/dev/ata/ata-all.c Directory Properties: sta

svn commit: r236541 - in stable/9/sys: cam dev/ahci dev/ata dev/mvs dev/siis

2012-06-04 Thread Alexander Motin
Author: mav Date: Mon Jun 4 07:03:56 2012 New Revision: 236541 URL: http://svn.freebsd.org/changeset/base/236541 Log: MFC r235333: Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI to allow drivers to handle request completion directly without passing them to the