svn commit: r216919 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-01-03 Thread Martin Matuska
Author: mm Date: Mon Jan 3 12:57:07 2011 New Revision: 216919 URL: http://svn.freebsd.org/changeset/base/216919 Log: MFp4 r186485, r186859: Fix a race by defining two tasks in the zio structure as we can still be returning from issue task when interrupt task is used. Tested by:

svn commit: r216922 - head/bin/setfacl

2011-01-03 Thread Jaakko Heinonen
Author: jh Date: Mon Jan 3 17:17:31 2011 New Revision: 216922 URL: http://svn.freebsd.org/changeset/base/216922 Log: Increase carried_error if we skip a file due to an error. This ensures that setfacl(1) exits with proper exit status on failure. PR: bin/149780 Submitted by:

svn commit: r216925 - in head/sys/dev: ae age alc ale nfe

2011-01-03 Thread John Baldwin
Author: jhb Date: Mon Jan 3 18:28:30 2011 New Revision: 216925 URL: http://svn.freebsd.org/changeset/base/216925 Log: Add a 'locked' variant of the foo_start() routine and call it directly from interrupt handlers and watchdog routines instead of queueing a task to call foo_start().

svn commit: r216928 - head/tools/tools/nanobsd

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 19:30:47 2011 New Revision: 216928 URL: http://svn.freebsd.org/changeset/base/216928 Log: Put in the other half of the SRCCONF patch. Submitted by: phk Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobsd.sh

svn commit: r216929 - head/tools/tools/nanobsd

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 19:32:54 2011 New Revision: 216929 URL: http://svn.freebsd.org/changeset/base/216929 Log: Bump the media size from approx 600MB to approx 750MB. The great hob-nailed tennis shoe of progress demands it! Submitted by: phk Modified:

svn commit: r216930 - head/tools/tools/nanobsd/gateworks

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 20:32:08 2011 New Revision: 216930 URL: http://svn.freebsd.org/changeset/base/216930 Log: Update gateworks exclusion list to match latest tree. Modified: head/tools/tools/nanobsd/gateworks/common Modified: head/tools/tools/nanobsd/gateworks/common

svn commit: r216931 - in head/sys: conf fs/nfsclient fs/nfsserver nfs nfsclient nlm

2011-01-03 Thread Rick Macklem
Author: rmacklem Date: Mon Jan 3 20:37:31 2011 New Revision: 216931 URL: http://svn.freebsd.org/changeset/base/216931 Log: Fix the nlm so that it no longer depends on the regular nfs client and, as such, can be loaded for the experimental nfs client without the regular client.

svn commit: r216932 - head/libexec/ftpd

2011-01-03 Thread Christian S.J. Peron
Author: csjp Date: Mon Jan 3 21:28:12 2011 New Revision: 216932 URL: http://svn.freebsd.org/changeset/base/216932 Log: expand checkuser() to support the propagation of error codes back to the caller. Currently, checkuser() does not differentiate between the failure to open the file and

svn commit: r216934 - head

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 22:48:01 2011 New Revision: 216934 URL: http://svn.freebsd.org/changeset/base/216934 Log: When TARGET_ARCH_${kernel} gets set, it is using the host's config, not the one we build as part of make world. This means that make universe will fail if building on a

svn commit: r216938 - head

2011-01-03 Thread Warner Losh
-s aj /etc/malloc.conf.) +20110103: + If you are trying to run make universe on a -stable system, and you get + the following warning: +Makefile, line 356: Target architecture for i386/conf/GENERIC unknown. config(8) likely too old. + or something similar to it, then you must

svn commit: r216939 - head/libexec/rtld-elf/powerpc64

2011-01-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 3 23:11:52 2011 New Revision: 216939 URL: http://svn.freebsd.org/changeset/base/216939 Log: Add support for R_PPC64_UADDR64 relocations. Modified: head/libexec/rtld-elf/powerpc64/reloc.c Modified: head/libexec/rtld-elf/powerpc64/reloc.c

svn commit: r216940 - head/sys/dev/acpica

2011-01-03 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 3 23:37:42 2011 New Revision: 216940 URL: http://svn.freebsd.org/changeset/base/216940 Log: Fix parameters for wakeup(9) and tsleep(9). MFC after:3 days Modified: head/sys/dev/acpica/acpi_ec.c Modified: head/sys/dev/acpica/acpi_ec.c

svn commit: r216941 - head/sys/dev/mmc

2011-01-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Jan 4 00:08:39 2011 New Revision: 216941 URL: http://svn.freebsd.org/changeset/base/216941 Log: Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHC card being detected. Reviewed by: imp MFC after:2 weeks Modified:

svn commit: r216942 - head/sys/dev/acpica

2011-01-03 Thread Jung-uk Kim
Author: jkim Date: Tue Jan 4 00:10:29 2011 New Revision: 216942 URL: http://svn.freebsd.org/changeset/base/216942 Log: Clear GPE from a query handler if the task was deferred. Modified: head/sys/dev/acpica/acpi_ec.c Modified: head/sys/dev/acpica/acpi_ec.c

svn commit: r216943 - head/libexec/ftpd

2011-01-03 Thread Ed Maste
Author: emaste Date: Tue Jan 4 00:11:09 2011 New Revision: 216943 URL: http://svn.freebsd.org/changeset/base/216943 Log: Handle failure from ftpd_popen in statfilecmd(). Reviewed by: attilio MFC after:1 week Modified: head/libexec/ftpd/ftpd.c Modified: head/libexec/ftpd/ftpd.c

svn commit: r216944 - head/sys/i386/xen

2011-01-03 Thread Colin Percival
Author: cperciva Date: Tue Jan 4 00:16:38 2011 New Revision: 216944 URL: http://svn.freebsd.org/changeset/base/216944 Log: Adjust the critical section protecting _xen_flush_queue to cover the entire range where the page mapping request queue needs to be atomically examined and modified.

svn commit: r216946 - head/sys/mips/cavium

2011-01-03 Thread Juli Mallett
Author: jmallett Date: Tue Jan 4 02:11:03 2011 New Revision: 216946 URL: http://svn.freebsd.org/changeset/base/216946 Log: o) Unmask Central Interrupt Unit interrupts on APs, too. o) There's no good reason to make the low bits of the ebase the core number. While per-CPU exception bases

svn commit: r216948 - head/usr.sbin/fwcontrol

2011-01-03 Thread Ed Maste
Author: emaste Date: Tue Jan 4 02:52:22 2011 New Revision: 216948 URL: http://svn.freebsd.org/changeset/base/216948 Log: Quiet clang warnings by using literal format strings for printf-like functions. Modified: head/usr.sbin/fwcontrol/fwdv.c head/usr.sbin/fwcontrol/fwmpegts.c Modified:

svn commit: r216949 - head/lib/libthr/thread

2011-01-03 Thread David Xu
Author: davidxu Date: Tue Jan 4 05:35:19 2011 New Revision: 216949 URL: http://svn.freebsd.org/changeset/base/216949 Log: Because sleepqueue may still being used, we should always check wchan with queue locked. Modified: head/lib/libthr/thread/thr_cond.c Modified: