svn commit: r212409 - in head/sys/mips/rmi: . dev/nlge dev/xlr

2010-09-10 Thread Jayachandran C.
Author: jchandra Date: Fri Sep 10 07:06:06 2010 New Revision: 212409 URL: http://svn.freebsd.org/changeset/base/212409 Log: Compilation fix - when INVARIANTS are turned off. Modified: head/sys/mips/rmi/dev/nlge/if_nlge.c head/sys/mips/rmi/dev/xlr/rge.c head/sys/mips/rmi/msgring.h Modifie

svn commit: r212410 - in head/sys/dev: malo mwl

2010-09-10 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Sep 10 08:11:48 2010 New Revision: 212410 URL: http://svn.freebsd.org/changeset/base/212410 Log: Fix firmware module dependencies. malo and mwl use the firmware framework to access firmware images. Depending on the firmware modules itself is not required and in

svn commit: r212411 - head/etc/mtree

2010-09-10 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Sep 10 08:27:02 2010 New Revision: 212411 URL: http://svn.freebsd.org/changeset/base/212411 Log: Create the var/run/wpa_supplicant directory where the wpa_supplicant RC script wants to save a pidfile for each interface. MFC after:2 weeks Modified: head/et

Re: svn commit: r212373 - head/lib/libelf

2010-09-10 Thread Kai Wang
On Thu, Sep 09, 2010 at 07:54:02PM -0700, Steve Kargl wrote: > On Thu, Sep 09, 2010 at 06:51:50PM +, Kai Wang wrote: > > Author: kaiw > > Date: Thu Sep 9 18:51:50 2010 > > New Revision: 212373 > > URL: http://svn.freebsd.org/changeset/base/212373 > > > > Log: > > libelf is overly strict abo

svn commit: r212412 - head/share/man/man4

2010-09-10 Thread MIHIRA Sanpei Yoshiro
Author: sanpei Date: Fri Sep 10 11:01:11 2010 New Revision: 212412 URL: http://svn.freebsd.org/changeset/base/212412 Log: Add Planex UE-200TX-G to list of supported devices. (http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001756.html) Submitted by: nork MFC after:3

svn commit: r212413 - in head/sys: amd64/amd64 arm/arm arm/xscale/ixp425 dev/acpica dev/atkbdc dev/firewire dev/iicbus dev/ofw dev/ppbus dev/siba dev/spibus i386/i386 ia64/ia64 isa kern mips/adm512...

2010-09-10 Thread Andriy Gapon
Author: avg Date: Fri Sep 10 11:19:03 2010 New Revision: 212413 URL: http://svn.freebsd.org/changeset/base/212413 Log: bus_add_child: change type of order parameter to u_int This reflects actual type used to store and compare child device orders. Change is mostly done via a Coccinelle (so

svn commit: r212414 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 12:16:24 2010 New Revision: 212414 URL: http://svn.freebsd.org/changeset/base/212414 Log: Don't try to map the USDT probes. This is necessary because there is no __SUNW_dof symbol present in FreeBSD binaries. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r212416 - head/sys/kern

2010-09-10 Thread Alexander Motin
Author: mav Date: Fri Sep 10 13:24:47 2010 New Revision: 212416 URL: http://svn.freebsd.org/changeset/base/212416 Log: Do not IPI CPU that is already spinning for load. It doubles effect of spining (comparing to MWAIT) on some heavly switching test loads. Modified: head/sys/kern/sched_ule.c

svn commit: r212417 - head/bin/sh

2010-09-10 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 10 13:40:31 2010 New Revision: 212417 URL: http://svn.freebsd.org/changeset/base/212417 Log: sh(1): Remove xrefs for expr(1) and getopt(1). expr(1) should usually not be used as various forms of parameter expansion and arithmetic expansion replicate most of it

svn commit: r212418 - head/bin/test

2010-09-10 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 10 14:00:27 2010 New Revision: 212418 URL: http://svn.freebsd.org/changeset/base/212418 Log: test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||. Modified: head/bin/test/test.1 Modified: head/bin/test/test.1 ===

svn commit: r212419 - head/bin/test

2010-09-10 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 10 14:03:58 2010 New Revision: 212419 URL: http://svn.freebsd.org/changeset/base/212419 Log: test(1): Fix markup, ( and ) must be separate arguments so leave spaces. MFC after:1 week Modified: head/bin/test/test.1 Modified: head/bin/test/test.1 =

svn commit: r212420 - in head/sys: amd64/conf conf dev/mps dev/mps/mpi modules modules/mps

2010-09-10 Thread Kenneth D. Merry
Author: ken Date: Fri Sep 10 15:03:56 2010 New Revision: 212420 URL: http://svn.freebsd.org/changeset/base/212420 Log: MFp4 (//depot/projects/mps/...) Bring in a driver for the LSI Logic MPT2 6Gb SAS controllers. This driver supports basic I/O, and works with SAS and SATA drives and

svn commit: r212422 - head/share/mk

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 16:19:58 2010 New Revision: 212422 URL: http://svn.freebsd.org/changeset/base/212422 Log: Add the DTRACE variable that points to the executable. Sponsored by: The FreeBSD Foundation Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk ===

svn commit: r212423 - head/share/mk

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 16:21:09 2010 New Revision: 212423 URL: http://svn.freebsd.org/changeset/base/212423 Log: Check the existence of a 'beforelinking' target and make the resulting program or library depend on that before doing the final linking. This will be needed by DTrace.

svn commit: r212424 - head/share/mk

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 16:27:09 2010 New Revision: 212424 URL: http://svn.freebsd.org/changeset/base/212424 Log: Add bsd.dtrace.mk. This allows userland programs and libraries to define USDT probes on a provider.d file and then use this new make infrastructure to build the correspon

svn commit: r212425 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/linux sys/kern sys/net sys/security/audit sys/sys

2010-09-10 Thread Matthew D Fleming
Author: mdf Date: Fri Sep 10 16:42:16 2010 New Revision: 212425 URL: http://svn.freebsd.org/changeset/base/212425 Log: Replace sbuf_overflowed() with sbuf_error(), which returns any error code associated with overflow or with the drain function. While this function is not expected to be use

svn commit: r212426 - head/share/mk

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 17:00:48 2010 New Revision: 212426 URL: http://svn.freebsd.org/changeset/base/212426 Log: Fix typo in previous commit. Modified: head/share/mk/bsd.prog.mk Modified: head/share/mk/bsd.prog.mk =

svn commit: r212428 - head/share/mk

2010-09-10 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 10 17:44:11 2010 New Revision: 212428 URL: http://svn.freebsd.org/changeset/base/212428 Log: Fix bugs introduced in the previous rev: * add a phatom target for the DTRACEOBJS * when invoking DTrace, don't add DTRACEOBJS to the command line. Sponsored by: The

svn commit: r212429 - head/sys/conf

2010-09-10 Thread David E. O'Brien
Author: obrien Date: Fri Sep 10 18:19:38 2010 New Revision: 212429 URL: http://svn.freebsd.org/changeset/base/212429 Log: Add real dependancies on the uuencoded firmwares. Now when one does 'make kernel ; make kernel' the second invocation only does: `kernel.ko' is up to date. rather than

svn commit: r212431 - head/usr.sbin/freebsd-update

2010-09-10 Thread Colin Percival
Author: cperciva Date: Fri Sep 10 19:20:52 2010 New Revision: 212431 URL: http://svn.freebsd.org/changeset/base/212431 Log: Remind the user that he needs to run 'freebsd-update install' to install new bits after downloading them using 'freebsd-update upgrade'. Submitted by: bapt MFC aft

svn commit: r212432 - head/usr.sbin/freebsd-update

2010-09-10 Thread Colin Percival
Author: cperciva Date: Fri Sep 10 19:23:59 2010 New Revision: 212432 URL: http://svn.freebsd.org/changeset/base/212432 Log: Add warning about freebsd-update upgrade needing lots of disk space. Submitted by: jpaetzel MFC after:1 month Modified: head/usr.sbin/freebsd-update/freebsd-u

svn commit: r212434 - head/usr.sbin/freebsd-update

2010-09-10 Thread Colin Percival
Author: cperciva Date: Fri Sep 10 20:20:28 2010 New Revision: 212434 URL: http://svn.freebsd.org/changeset/base/212434 Log: "freebsd-update fetch -r NEWRELEASE" is meaningless and probably a typo for "freebsd-update upgrade -r NEWRELEASE". Error out and suggest what the user probably meant.

svn commit: r212435 - head

2010-09-10 Thread Matthew D Fleming
and OLD_DIRS last. # +# 20100910: renamed sbuf_overflowed to sbuf_error +OLD_FILES+=usr/share/man/man9/sbuf_overflowed.9.gz # 20100815: retired last traces of chooseproc(9) OLD_FILES+=usr/share/man/man9/chooseproc.9.gz # 20100806: removal of unused libcompat routines

svn commit: r212436 - head/sys/kern

2010-09-10 Thread Jamie Gritton
Author: jamie Date: Fri Sep 10 21:45:42 2010 New Revision: 212436 URL: http://svn.freebsd.org/changeset/base/212436 Log: Don't exit kern_jail_set without freeing options when enforce_statfs has an illegal value. MFC after:3 days Modified: head/sys/kern/kern_jail.c Modified: head/s

svn commit: r212438 - head/lib/libc/sys

2010-09-10 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Sep 10 23:15:05 2010 New Revision: 212438 URL: http://svn.freebsd.org/changeset/base/212438 Log: Add EINVAL to list of possible return values for cpuset_getaffinity(2). PR: 149978 Submitted by: gcooper Patch by: gcooper Approved by:

svn commit: r212439 - head/sys/fs/nfs

2010-09-10 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 10 23:18:45 2010 New Revision: 212439 URL: http://svn.freebsd.org/changeset/base/212439 Log: Fix the NFSVNO_CMPFH() macro in the experimental NFS server so that it works correctly for ZFS file handles. It is possible to have two ZFS file handles that differ onl

svn commit: r212440 - head/share/man/man9

2010-09-10 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Sep 10 23:22:01 2010 New Revision: 212440 URL: http://svn.freebsd.org/changeset/base/212440 Log: Add RETURN VALUES section to devclass_get_maxunit(9). PR: 149979 Submitted by: gcooper Patch by: gcooper Approved by: keramida (mentor)

svn commit: r212441 - head/lib/libc/db/man

2010-09-10 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Sep 10 23:24:55 2010 New Revision: 212441 URL: http://svn.freebsd.org/changeset/base/212441 Log: Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. PR: 150030 Submitted by: Janne Snabb snabb at epipe com Patch by: Janne Snabb

svn commit: r212443 - head/sys/fs/nfsserver

2010-09-10 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 10 23:49:33 2010 New Revision: 212443 URL: http://svn.freebsd.org/changeset/base/212443 Log: This patch applies one of the two fixes suggested by zack.kirsch at isilon.com for a race between nfsrv_freeopen() and nfsrv_getlockfile() in the experimental NFS serve

svn commit: r212453 - in head/sys: conf powerpc/aim powerpc/booke powerpc/include powerpc/powerpc

2010-09-10 Thread Alexander Motin
Author: mav Date: Sat Sep 11 04:45:51 2010 New Revision: 212453 URL: http://svn.freebsd.org/changeset/base/212453 Log: Update PowerPC event timer code to use new event timers infrastructure. Reviewed by: nwitehorn Tested by:andreast H/W donated by: Gheorghe Ardelean Modified

Re: svn commit: r212439 - head/sys/fs/nfs

2010-09-10 Thread Kostik Belousov
On Fri, Sep 10, 2010 at 11:18:45PM +, Rick Macklem wrote: > Author: rmacklem > Date: Fri Sep 10 23:18:45 2010 > New Revision: 212439 > URL: http://svn.freebsd.org/changeset/base/212439 > > Log: > Fix the NFSVNO_CMPFH() macro in the experimental NFS server so > that it works correctly for Z