svn commit: r238732 - head/sys/vm

2012-07-23 Thread Alan Cox
Author: alc Date: Tue Jul 24 02:35:30 2012 New Revision: 238732 URL: http://svn.freebsd.org/changeset/base/238732 Log: Addendum to r238604. If the inactive queue scan isn't restarted, then the variable "addl_page_shortage_init" isn't needed. X-MFC after: r238604 Modified: head/sys/vm

svn commit: r238731 - in head/sys/dev/ath: . ath_hal

2012-07-23 Thread Adrian Chadd
Author: adrian Date: Tue Jul 24 01:18:19 2012 New Revision: 238731 URL: http://svn.freebsd.org/changeset/base/238731 Log: Add a new HAL method - the AR93xx and later NICs have a separate TX descriptor ring for TX status completion. This API call will pass the allocated buffer details to the

svn commit: r238730 - head/contrib/less

2012-07-23 Thread Xin LI
Author: delphij Date: Tue Jul 24 01:09:11 2012 New Revision: 238730 URL: http://svn.freebsd.org/changeset/base/238730 Log: MFV: less v451. Modified: head/contrib/less/NEWS head/contrib/less/README head/contrib/less/brac.c head/contrib/less/ch.c head/contrib/less/charset.c head/contr

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Garrett Cooper
On Mon, Jul 23, 2012 at 5:07 PM, Warner Losh wrote: > > On Jul 23, 2012, at 1:28 AM, Garrett Cooper wrote: > >> On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff wrote: >>> On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: >>> A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirno

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Warner Losh
On Jul 23, 2012, at 1:28 AM, Garrett Cooper wrote: > On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff wrote: >> On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: >> A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: >> A> > Author: glebius >> A> > Date: Sat Jul 21 1

svn commit: r238729 - head/sys/dev/ath

2012-07-23 Thread Adrian Chadd
Author: adrian Date: Mon Jul 23 23:40:13 2012 New Revision: 238729 URL: http://svn.freebsd.org/changeset/base/238729 Log: Modify ath_descdma_setup() to take a descriptor size parameter. The AR9300 and later descriptors are 128 bytes, however I'd like to make sure that isn't used for earli

svn commit: r238724 - head/lib/msun

2012-07-23 Thread Steve Kargl
Author: kargl Date: Mon Jul 23 19:23:49 2012 New Revision: 238724 URL: http://svn.freebsd.org/changeset/base/238724 Log: Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm. PR: standards/152415 Approved by: das (mentor) Modified: head/lib/msun/Makefile Modified: head/lib/m

svn commit: r238723 - head/sys/amd64/include

2012-07-23 Thread Konstantin Belousov
Author: kib Date: Mon Jul 23 19:16:31 2012 New Revision: 238723 URL: http://svn.freebsd.org/changeset/base/238723 Log: Forcibly shut up clang warning about NULL pointer dereference. MFC after:3 weeks Modified: head/sys/amd64/include/pcpu.h Modified: head/sys/amd64/include/pcpu.h ===

svn commit: r238722 - in head/lib/msun: . ld128 ld80 man src

2012-07-23 Thread Steve Kargl
Author: kargl Date: Mon Jul 23 19:13:55 2012 New Revision: 238722 URL: http://svn.freebsd.org/changeset/base/238722 Log: Compute the exponential of x for Intel 80-bit format and IEEE 128-bit format. These implementations are based on PTP Tang, "Table-driven implementation of the exponent

svn commit: r238721 - head/tools/build/mk

2012-07-23 Thread Dimitry Andric
Author: dim Date: Mon Jul 23 16:36:13 2012 New Revision: 238721 URL: http://svn.freebsd.org/changeset/base/238721 Log: When WITHOUT_CLANG is being used, also clean out the clang 3.1 headers in OptionalObsoleteFiles.inc. PR: misc/169902 Submitted by: Thomas Eberhardt MFC aft

svn commit: r238718 - head/sys/dev/usb/quirk

2012-07-23 Thread Ed Maste
Author: emaste Date: Mon Jul 23 15:14:28 2012 New Revision: 238718 URL: http://svn.freebsd.org/changeset/base/238718 Log: Quirk MS keyboard so that function keys work The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been repurposed as "Help", "Undo", "Redo" etc., and

svn commit: r238717 - in head/sys/dev/usb: . serial

2012-07-23 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Mon Jul 23 14:22:45 2012 New Revision: 238717 URL: http://svn.freebsd.org/changeset/base/238717 Log: u3g: add support for Huawei E392 LTE modem I am using it rebranded and it carries the label "Megafon" (it is Russian mobile operator); works fine with m

Re: svn commit: r235864 - in head: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/clang/

2012-07-23 Thread Garrett Cooper
On Jul 23, 2012, at 1:44 AM, Tijl Coosemans wrote: > On 23-07-2012 00:52, Garrett Cooper wrote: >> On Wed, May 23, 2012 at 2:48 PM, Dimitry Andric wrote: >>> Author: dim >>> Date: Wed May 23 21:48:49 2012 >>> New Revision: 235864 >>> URL: http://svn.freebsd.org/changeset/base/235864 >>> >>> Log

Re: svn commit: r235864 - in head: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/clang/

2012-07-23 Thread Tijl Coosemans
On 23-07-2012 00:52, Garrett Cooper wrote: > On Wed, May 23, 2012 at 2:48 PM, Dimitry Andric wrote: >> Author: dim >> Date: Wed May 23 21:48:49 2012 >> New Revision: 235864 >> URL: http://svn.freebsd.org/changeset/base/235864 >> >> Log: >> Upgrade our copy of llvm/clang to 3.1 release. Release

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Alexey Dokuchaev
On Mon, Jul 23, 2012 at 12:28:13AM -0700, Garrett Cooper wrote: > On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff wrote: > > On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: > > A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: > > A> >/* > > A> > * Some SD

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Garrett Cooper
On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff wrote: > On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: > A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: > A> > Author: glebius > A> > Date: Sat Jul 21 14:07:43 2012 > A> > New Revision: 238672 > A> > URL: http:/

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Gleb Smirnoff
On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: A> On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Sat Jul 21 14:07:43 2012 A> > New Revision: 238672 A> > URL: http://svn.freebsd.org/changeset/base/238672 A> > A> > Log: A> > Fix ty