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:

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: 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

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 build

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: 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 h...@freebsd.org 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

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

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

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 yaneurab...@gmail.com 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

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 h...@freebsd.org wrote: Garrett Cooper yaneurab...@gmail.com 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

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

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:

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

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 of these are

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

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: 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,

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 or

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

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