svn commit: r251452 - in head/sys: dev/drm2/i915 dev/drm2/ttm fs/tmpfs kern

2013-06-05 Thread Alan Cox
Author: alc Date: Thu Jun 6 06:17:20 2013 New Revision: 251452 URL: http://svnweb.freebsd.org/changeset/base/251452 Log: Don't busy the page unless we are likely to release the object lock. Reviewed by: kib Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/drm2/i915/

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-05 Thread Glen Barber
On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: > Author: jkim > Date: Wed Jun 5 21:31:06 2013 > New Revision: 251438 > URL: http://svnweb.freebsd.org/changeset/base/251438 > > Log: > Connect libgnuregex 2.17 to the build. > I think this breaks the build. I am seeing the followi

svn commit: r251446 - head/sys/kern

2013-06-05 Thread Jeff Roberson
Author: jeff Date: Wed Jun 5 23:53:00 2013 New Revision: 251446 URL: http://svnweb.freebsd.org/changeset/base/251446 Log: - Consolidate duplicate code into support functions. - Split the bqlock into bqclean and bqdirty locks. - Only acquire the wakeup synchronization locks when we cross

svn commit: r251445 - head/usr.sbin/gssd

2013-06-05 Thread Rick Macklem
Author: rmacklem Date: Wed Jun 5 23:28:29 2013 New Revision: 251445 URL: http://svnweb.freebsd.org/changeset/base/251445 Log: Document the new "-v" option for the gssd daemon. This is a content change. MFC after:2 weeks Modified: head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/

svn commit: r251444 - head/usr.sbin/gssd

2013-06-05 Thread Rick Macklem
Author: rmacklem Date: Wed Jun 5 23:17:39 2013 New Revision: 251444 URL: http://svnweb.freebsd.org/changeset/base/251444 Log: Add a "-v" (verbose) option to the gssd daemon, to help with diagnosis of kerberized NFS mount problems. When set, messages are sent to syslog() (or fprintf(stderr,.

svn commit: r251443 - head

2013-06-05 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 5 22:27:49 2013 New Revision: 251443 URL: http://svnweb.freebsd.org/changeset/base/251443 Log: release: Allow empty extra distributions. For example, WITHOUT_SHAREDOCS= in src.conf creates an empty doc distribution. Submitted by: Kurt Lidl Tested by:

svn commit: r251442 - head/sys/dev/ath/ath_hal/ar9002

2013-06-05 Thread Adrian Chadd
Author: adrian Date: Wed Jun 5 22:23:13 2013 New Revision: 251442 URL: http://svnweb.freebsd.org/changeset/base/251442 Log: Enable slow diversity combining for the AR9285. Now that I understand what's going on - and the RX antenna array maps to what the receive LNA configuration actually

svn commit: r251441 - head/sys/dev/ath/ath_hal/ar9002

2013-06-05 Thread Adrian Chadd
Author: adrian Date: Wed Jun 5 22:21:13 2013 New Revision: 251441 URL: http://svnweb.freebsd.org/changeset/base/251441 Log: As a temporary work-around (read: until there's a nice API for exposing and controlling this form of antenna diversity) - print out the AR9285 antenna diversity config

svn commit: r251440 - head/usr.sbin/kldxref

2013-06-05 Thread Xin LI
Author: delphij Date: Wed Jun 5 21:56:29 2013 New Revision: 251440 URL: http://svnweb.freebsd.org/changeset/base/251440 Log: Use calloc(). MFC after:2 weeks Modified: head/usr.sbin/kldxref/ef_obj.c Modified: head/usr.sbin/kldxref/ef_obj.c ===

svn commit: r251439 - head/usr.sbin/kldxref

2013-06-05 Thread Xin LI
Author: delphij Date: Wed Jun 5 21:55:20 2013 New Revision: 251439 URL: http://svnweb.freebsd.org/changeset/base/251439 Log: Remove unneeded reference to link.h (sys/link_elf.h). MFC after:2 weeks Modified: head/usr.sbin/kldxref/ef.c head/usr.sbin/kldxref/ef_amd64.c head/usr.sbi

svn commit: r251436 - head/contrib/libgnuregex

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:27:04 2013 New Revision: 251436 URL: http://svnweb.freebsd.org/changeset/base/251436 Log: Add GNU regex from glibc 2.17. Added: head/contrib/libgnuregex/ - copied from r251435, vendor/libregex/dist/ ___ svn-src-

svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:31:06 2013 New Revision: 251438 URL: http://svnweb.freebsd.org/changeset/base/251438 Log: Connect libgnuregex 2.17 to the build. Deleted: head/gnu/lib/libregex/FREEBSD-upgrade head/gnu/lib/libregex/posix/ head/gnu/lib/libregex/regcomp.c head/gnu/lib/libr

svn commit: r251437 - head/contrib/libgnuregex

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:28:33 2013 New Revision: 251437 URL: http://svnweb.freebsd.org/changeset/base/251437 Log: Fix build for FreeBSD. We do not have alloca.h. Modified: head/contrib/libgnuregex/regex_internal.h Modified: head/contrib/libgnuregex/regex_internal.h

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

2013-06-05 Thread Navdeep Parhar
Author: np Date: Wed Jun 5 20:57:52 2013 New Revision: 251434 URL: http://svnweb.freebsd.org/changeset/base/251434 Log: cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

svn commit: r251433 - head/bin/sleep

2013-06-05 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 5 20:15:18 2013 New Revision: 251433 URL: http://svnweb.freebsd.org/changeset/base/251433 Log: sleep: Explain in a comment why the [EINTR] check is there. Suggested by: eadler Modified: head/bin/sleep/sleep.c Modified: head/bin/sleep/sleep.c ===

svn commit: r251432 - head/bin/sh

2013-06-05 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 5 19:54:28 2013 New Revision: 251432 URL: http://svnweb.freebsd.org/changeset/base/251432 Log: sh(1): Document new features in wait builtin. PR: 176916 Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 =

svn commit: r251431 - head/contrib/llvm/lib/CodeGen/AsmPrinter

2013-06-05 Thread Dimitry Andric
Author: dim Date: Wed Jun 5 19:46:39 2013 New Revision: 251431 URL: http://svnweb.freebsd.org/changeset/base/251431 Log: Pull in r183297 from upstream llvm trunk: PR15662: Optimized debug info produces out of order function parameters When a function is inlined we lazily const

svn commit: r251430 - in head: bin/sh tools/regression/bin/sh/builtins

2013-06-05 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 5 19:40:52 2013 New Revision: 251430 URL: http://svnweb.freebsd.org/changeset/base/251430 Log: sh: Return status 127 for unknown jobs in wait builtin. This is required by POSIX, at least for pids that are not known child processes. Other problems with jo

svn commit: r251429 - in head: bin/sh tools/regression/bin/sh/builtins

2013-06-05 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 5 19:08:22 2013 New Revision: 251429 URL: http://svnweb.freebsd.org/changeset/base/251429 Log: sh: Allow multiple operands in wait builtin. This is only part of the PR; the behaviour for unknown/invalid pids/jobs remains unchanged (aborts the builtin with sta

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-05 Thread Adrian Chadd
On 4 June 2013 23:13, Colin Percival wrote: > The comment above (of which only the last line is quoted in the diff) > explains it: > * This limit is imposed by the backend driver. We assume here that > * we are dealing with a Linux driver domain and have set our limit > * to mirror the Linux

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

2013-06-05 Thread Adrian Chadd
... can people please boot an i386 kernel w/ this stuff in it, with the RAM constrained to something small (say, 128mb), and verify that you can at least start a buildworld (minus clang, of course) without panicing? There's a recent PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=179112) which show

svn commit: r251426 - head/tools/tools/netmap

2013-06-05 Thread Luigi Rizzo
Author: luigi Date: Wed Jun 5 17:37:59 2013 New Revision: 251426 URL: http://svnweb.freebsd.org/changeset/base/251426 Log: new features (mostly for testing netmap capabilities) + pkt-gen -f rx now remains active even when traffic stops Previous behaviour (exit after 1 second of silence

svn commit: r251425 - head/sys/dev/netmap

2013-06-05 Thread Luigi Rizzo
Author: luigi Date: Wed Jun 5 17:27:59 2013 New Revision: 251425 URL: http://svnweb.freebsd.org/changeset/base/251425 Log: - fix a bug in the previous commit that was dropping the last packet from each batch flowing on the VALE switch - feature: add glue for 'indirect' buffers on the s

svn commit: r251424 - head/usr.bin/xinstall

2013-06-05 Thread Brooks Davis
Author: brooks Date: Wed Jun 5 17:02:21 2013 New Revision: 251424 URL: http://svnweb.freebsd.org/changeset/base/251424 Log: New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2. Sponsored by: DARPA, AFRL Submitted by: ru MFC after:3 days Modified: head/usr.bi

svn commit: r251423 - in head/sys: compat/linprocfs dev/hwpmc fs/procfs

2013-06-05 Thread Alan Cox
Author: alc Date: Wed Jun 5 17:00:10 2013 New Revision: 251423 URL: http://svnweb.freebsd.org/changeset/base/251423 Log: Relax the vm object locking. Use a read lock. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/compat/linprocfs/linprocfs.c head/sys/dev/hwpmc/hwpmc_

svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-06-05 Thread Simon J. Gerraty
Author: sjg Date: Wed Jun 5 16:12:50 2013 New Revision: 251422 URL: http://svnweb.freebsd.org/changeset/base/251422 Log: Update to bmake-20130604 to fix file descriptor leak. Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/Makefile head/contrib/bmake/job.c head/contrib/bmake/

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-05 Thread Kenneth D. Merry
On Tue, Jun 04, 2013 at 23:13:54 -0700, Colin Percival wrote: > On 06/04/13 22:51, Lawrence Stewart wrote: > > On 06/03/13 23:00, Andre Oppermann wrote: > >> Modified: head/sys/dev/xen/netfront/netfront.c > >> == > >> --- h

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

2013-06-05 Thread Alfred Perlstein
Konstantin, is there any way to take some of Bruce's feedback into account to get rid of the hard coded max? -Alfred On 6/4/13 1:14 AM, Bruce Evans wrote: On Tue, 4 Jun 2013, Konstantin Belousov wrote: On Mon, Jun 03, 2013 at 02:24:26AM -0700, Alfred Perlstein wrote: On 6/3/13 12:55 AM, K

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread Bruce Evans
On Wed, 5 Jun 2013, Chris Rees wrote: On 5 Jun 2013 10:46, "Bruce Evans" wrote: On Wed, 5 Jun 2013, Chris Rees wrote: On 5 Jun 2013 06:33, "David Schultz" wrote: ... Log: Style fixes. Submitted by: bde ...

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread Chris Rees
On 5 Jun 2013 10:46, "Bruce Evans" wrote: > > On Wed, 5 Jun 2013, Chris Rees wrote: > >> On 5 Jun 2013 06:33, "David Schultz" wrote: >>> >>> ... >>> >>> Log: >>> Style fixes. >>> >>> Submitted by: bde >>> ... >> >> ==

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread Bruce Evans
On Wed, 5 Jun 2013, Chris Rees wrote: On 5 Jun 2013 06:33, "David Schultz" wrote: ... Log: Style fixes. Submitted by: bde ... == --- head/lib/msun/Makefile Wed Jun 5 01:22:59 2013(r251403) +++ head

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread Chris Rees
On 5 Jun 2013 09:13, "David Schultz" wrote: > > On Wed, Jun 05, 2013, Chris Rees wrote: > > On 5 Jun 2013 06:33, "David Schultz" wrote: > > > > > > Author: das > > > Date: Wed Jun 5 05:33:01 2013 > > > New Revision: 251404 > > > URL: http://svnweb.freebsd.org/changeset/base/251404 > > > > > > Lo

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread David Schultz
On Wed, Jun 05, 2013, Chris Rees wrote: > On 5 Jun 2013 06:33, "David Schultz" wrote: > > > > Author: das > > Date: Wed Jun 5 05:33:01 2013 > > New Revision: 251404 > > URL: http://svnweb.freebsd.org/changeset/base/251404 > > > > Log: > > Style fixes. > > > > Submitted by: bde > > > > Modifie

Re: svn commit: r251404 - in head/lib/msun: . src

2013-06-05 Thread Chris Rees
On 5 Jun 2013 06:33, "David Schultz" wrote: > > Author: das > Date: Wed Jun 5 05:33:01 2013 > New Revision: 251404 > URL: http://svnweb.freebsd.org/changeset/base/251404 > > Log: > Style fixes. > > Submitted by: bde > > Modified: > head/lib/msun/Makefile > head/lib/msun/src/catrig.c > h

svn commit: r251405 - head/lib/libc/arm/gen

2013-06-05 Thread Andrew Turner
Author: andrew Date: Wed Jun 5 07:37:45 2013 New Revision: 251405 URL: http://svnweb.freebsd.org/changeset/base/251405 Log: Remove part of the NetBSD longjmp code that was not ready to be merged. Modified: head/lib/libc/arm/gen/setjmp.S Modified: head/lib/libc/arm/gen/setjmp.S =