Re: svn commit: r252313 - head/sys/kern

2013-06-27 Thread Konstantin Belousov
On Fri, Jun 28, 2013 at 03:03:46AM +0200, Mateusz Guzik wrote: > On Thu, Jun 27, 2013 at 07:14:04PM +, Mikolaj Golub wrote: > > Author: trociny > > Date: Thu Jun 27 19:14:03 2013 > > New Revision: 252313 > > URL: http://svnweb.freebsd.org/changeset/base/252313 > > > > Log: > > To avoid LOR,

svn commit: r252336 - head/usr.sbin/bhyve

2013-06-27 Thread Peter Grehan
Author: grehan Date: Fri Jun 28 06:25:04 2013 New Revision: 252336 URL: http://svnweb.freebsd.org/changeset/base/252336 Log: Allow 8259 registers to be read. This is a transient condition during Linux boot. Submitted by: tycho nightingale at pluribusnetworks com Reviewed by: neel Modi

Re: svn commit: r252101 - head/release

2013-06-27 Thread Garrett Cooper
On Jun 22, 2013, at 3:51 PM, Glen Barber wrote: > On Sat, Jun 22, 2013 at 03:39:41PM -0700, Garrett Cooper wrote: >> On Jun 22, 2013, at 3:12 PM, Glen Barber wrote: >> >>> Author: gjb >>> Date: Sat Jun 22 22:12:24 2013 >>> New Revision: 252101 >>> URL: http://svnweb.freebsd.org/changeset/base/252

svn commit: r252335 - head/sys/amd64/vmm

2013-06-27 Thread Peter Grehan
Author: grehan Date: Fri Jun 28 06:05:33 2013 New Revision: 252335 URL: http://svnweb.freebsd.org/changeset/base/252335 Log: Make sure all CPUID values are handled, instead of exiting the bhyve process when an unhandled one is encountered. Hide some additional capabilities from the guest

svn commit: r252332 - head/sbin/swapon

2013-06-27 Thread Hiroki Sato
Author: hrs Date: Fri Jun 28 05:09:01 2013 New Revision: 252332 URL: http://svnweb.freebsd.org/changeset/base/252332 Log: Fix build. Spotted by: gjb Modified: head/sbin/swapon/swapon.c Modified: head/sbin/swapon/swapon.c

svn commit: r252331 - head/usr.sbin/bhyve

2013-06-27 Thread Peter Grehan
Author: grehan Date: Fri Jun 28 05:01:25 2013 New Revision: 252331 URL: http://svnweb.freebsd.org/changeset/base/252331 Log: Allow the PCI config address register to be read. The Linux kernel does this. Also remove an unused header file. Submitted by: tycho nightingale at pluribusnetworks

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Glen Barber
On Thu, Jun 27, 2013 at 06:28:45PM +, Hiroki Sato wrote: > Author: hrs > Date: Thu Jun 27 18:28:45 2013 > New Revision: 252310 > URL: http://svnweb.freebsd.org/changeset/base/252310 > > Log: > - Add vnode-backed swap space specification support. This is enabled when > device names "md"

svn commit: r252330 - in head/sys: conf geom kern sys vm

2013-06-27 Thread Jeff Roberson
Author: jeff Date: Fri Jun 28 03:51:20 2013 New Revision: 252330 URL: http://svnweb.freebsd.org/changeset/base/252330 Log: - Add a general purpose resource allocator, vmem, from NetBSD. It was originally inspired by the Solaris vmem detailed in the proceedings of usenix 2001. The Ne

svn commit: r252325 - head/sys/cddl/dev/dtmalloc

2013-06-27 Thread Mark Johnston
Author: markj Date: Fri Jun 28 03:14:40 2013 New Revision: 252325 URL: http://svnweb.freebsd.org/changeset/base/252325 Log: The dtmalloc provider uses the short description of a malloc type as the function name of its corresponding DTrace probes. These descriptions may contain whitespace, bu

Re: svn commit: r252313 - head/sys/kern

2013-06-27 Thread Mateusz Guzik
On Thu, Jun 27, 2013 at 07:14:04PM +, Mikolaj Golub wrote: > Author: trociny > Date: Thu Jun 27 19:14:03 2013 > New Revision: 252313 > URL: http://svnweb.freebsd.org/changeset/base/252313 > > Log: > To avoid LOR, always drop the filedesc lock before exporting fd to sbuf. > > Reviewed by

svn commit: r252320 - head/sys/arm/arm

2013-06-27 Thread Andrew Turner
Author: andrew Date: Thu Jun 27 22:26:56 2013 New Revision: 252320 URL: http://svnweb.freebsd.org/changeset/base/252320 Log: Support reading registers r0-r3 when unwinding. There is a seperate instruction to load these. We only hit it when unwinding past an trap frame as in C r0-r3 would nev

Re: svn commit: r252209 - in head: share/man/man9 sys/kern sys/sys

2013-06-27 Thread John Baldwin
On Wednesday, June 26, 2013 3:26:38 am Andre Oppermann wrote: > On 25.06.2013 20:44, John Baldwin wrote: > > Author: jhb > > Date: Tue Jun 25 18:44:15 2013 > > New Revision: 252209 > > URL: http://svnweb.freebsd.org/changeset/base/252209 > > > > Log: > >Several improvements to rmlock(9). Many

svn commit: r252315 - in head/sys: dev/pci kern sys

2013-06-27 Thread John Baldwin
Author: jhb Date: Thu Jun 27 20:21:54 2013 New Revision: 252315 URL: http://svnweb.freebsd.org/changeset/base/252315 Log: Make detaching drivers from PCI devices more robust. While here, fix a bug where a PCI device would be powered down if it failed to probe, but not when its driver was de

svn commit: r252314 - head/share/examples/etc

2013-06-27 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 27 19:47:58 2013 New Revision: 252314 URL: http://svnweb.freebsd.org/changeset/base/252314 Log: Add "amdfam10" to the supported CPU types for amd64. This complements r251691 and 251692. Modified: head/share/examples/etc/make.conf Modified: head/share/examples/et

svn commit: r252313 - head/sys/kern

2013-06-27 Thread Mikolaj Golub
Author: trociny Date: Thu Jun 27 19:14:03 2013 New Revision: 252313 URL: http://svnweb.freebsd.org/changeset/base/252313 Log: To avoid LOR, always drop the filedesc lock before exporting fd to sbuf. Reviewed by: kib MFC after:3 days Modified: head/sys/kern/kern_descrip.c Modified

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Garrett Cooper
MOn Jun 27, 2013, at 12:00 PM, Hiroki Sato wrote: > Garrett Cooper wrote > in <7413b684-3995-428b-8762-a49b0a180...@gmail.com>: > > ya> I noticed that you've been working with mdconfig, et al a lot > ya> lately. Would you have some spare cycles to look at some of the > ya> related mdconfig PRs

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Hiroki Sato
Garrett Cooper wrote in <7413b684-3995-428b-8762-a49b0a180...@gmail.com>: ya> I noticed that you've been working with mdconfig, et al a lot ya> lately. Would you have some spare cycles to look at some of the ya> related mdconfig PRs? ya> http://www.freebsd.org/cgi/query-pr-summary.cgi?text=Mdco

svn commit: r252312 - head/sys/dev/cxgbe

2013-06-27 Thread Navdeep Parhar
Author: np Date: Thu Jun 27 18:59:07 2013 New Revision: 252312 URL: http://svnweb.freebsd.org/changeset/base/252312 Log: Update T5 register ranges. This is so that regdump skips over registers with read side-effects. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modifie

svn commit: r252311 - in head/sys/arm: arm include

2013-06-27 Thread Andrew Turner
Author: andrew Date: Thu Jun 27 18:54:18 2013 New Revision: 252311 URL: http://svnweb.freebsd.org/changeset/base/252311 Log: Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwind past a trapframe. Use this macro in exception_exit as it is the function the unwinder ente

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Garrett Cooper
On Jun 27, 2013, at 11:28 AM, Hiroki Sato wrote: > Author: hrs > Date: Thu Jun 27 18:28:45 2013 > New Revision: 252310 > URL: http://svnweb.freebsd.org/changeset/base/252310 > > Log: > - Add vnode-backed swap space specification support. This is enabled when >device names "md" or "md[0-9]*

svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Hiroki Sato
Author: hrs Date: Thu Jun 27 18:28:45 2013 New Revision: 252310 URL: http://svnweb.freebsd.org/changeset/base/252310 Log: - Add vnode-backed swap space specification support. This is enabled when device names "md" or "md[0-9]*" and a "file" option are specified in /etc/fstab like this:

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-27 Thread Garrett Cooper
On Jun 17, 2013, at 7:53 PM, Peter Wemm wrote: > Author: peter > Date: Tue Jun 18 02:53:45 2013 > New Revision: 251886 > URL: http://svnweb.freebsd.org/changeset/base/251886 > > Log: > Introduce svnlite so that we can check out our source code again. > > This is actually a fully functional bui

svn commit: r252302 - head/sbin/nvmecontrol

2013-06-27 Thread Gleb Smirnoff
Author: glebius Date: Thu Jun 27 10:42:09 2013 New Revision: 252302 URL: http://svnweb.freebsd.org/changeset/base/252302 Log: Fix build. Modified: head/sbin/nvmecontrol/logpage.c head/sbin/nvmecontrol/nvmecontrol.c Modified: head/sbin/nvmecontrol/logpage.c =

svn commit: r252295 - head/sys/dev/usb

2013-06-27 Thread Remko Lodder
Author: remko Date: Thu Jun 27 09:08:07 2013 New Revision: 252295 URL: http://svnweb.freebsd.org/changeset/base/252295 Log: Add support for the NTT Docomo L-02C card. (This file didn't get along in the previous commit) PR: 180017 Submitted by: Masaharu FUJITA Glanced at by:

svn commit: r252294 - head/sys/dev/usb/serial

2013-06-27 Thread Remko Lodder
Author: remko Date: Thu Jun 27 09:06:00 2013 New Revision: 252294 URL: http://svnweb.freebsd.org/changeset/base/252294 Log: Add support for the NTT Docomo L-02C card. PR: 180017 Submitted by: Masaharu FUJITA Glanced at by:imp MFC after:1 week Modified: head/sy