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
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
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
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
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
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
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:
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
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
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
===
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
=
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
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
===
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.
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
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
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
=
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
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
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
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
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.
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
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
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:
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
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)
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
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
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
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
31 matches
Mail list logo