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: head/lib/libthr/thread/t
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:
Author: jmallett
Date: Tue Jan 4 02:33:48 2011
New Revision: 216947
URL: http://svn.freebsd.org/changeset/base/216947
Log:
o) Add MIPS_COP_0_EXC_PC accessors to .
o) Make the octeon_wdog driver work on multi-CPU systems and to also print
more
information on NMI that may aid debugging.
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
Author: emaste
Date: Tue Jan 4 00:39:56 2011
New Revision: 216945
URL: http://svn.freebsd.org/changeset/base/216945
Log:
Make format string a string literal. (Discovered by clang.)
MFC After: 1 week
Modified:
head/libexec/ftpd/ftpd.c
Modified: head/libexec/ftpd/ftpd.c
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.
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
=
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
===
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:
head/sys/dev/mmc
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
==
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
=
-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 sim
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 too
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 the
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.
Reviewed
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
===
On Mon, Jan 03, 2011 at 07:23:43PM +, Martin Matuska wrote:
> Author: mm
> Date: Mon Jan 3 19:23:43 2011
> New Revision: 216927
> URL: http://svn.freebsd.org/changeset/base/216927
>
> Log:
> MFC r207745 (trasz):
>
> Enforce RLIMIT_FSIZE in ZFS.
>
> Note: original implementation wi
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:
head/tools/tools/nanobsd/n
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
==
Author: mm
Date: Mon Jan 3 19:23:43 2011
New Revision: 216927
URL: http://svn.freebsd.org/changeset/base/216927
Log:
MFC r207745 (trasz):
Enforce RLIMIT_FSIZE in ZFS.
Note: original implementation without vn_rlimit_fsize (pre-r207662)
Reviewed by: trasz
Approved by: pjd
Modi
Author: delphij
Date: Mon Jan 3 18:34:28 2011
New Revision: 216926
URL: http://svn.freebsd.org/changeset/base/216926
Log:
Release Martin Matuska who have done great as mentee. Good luck!
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
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().
Rev
Author: jhb
Date: Mon Jan 3 18:22:22 2011
New Revision: 216924
URL: http://svn.freebsd.org/changeset/base/216924
Log:
MFC 216679:
Drop the icu_lock spinlock while pausing briefly after masking the
interrupt in the I/O APIC before moving it to a different CPU.
Approved by: re (kib)
Mo
Author: jhb
Date: Mon Jan 3 17:57:44 2011
New Revision: 216923
URL: http://svn.freebsd.org/changeset/base/216923
Log:
MFC 216679:
Drop the icu_lock spinlock while pausing briefly after masking the
interrupt in the I/O APIC before moving it to a different CPU.
Modified:
stable/8/sys/amd64
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: Æ
Author: jhb
Date: Mon Jan 3 16:29:00 2011
New Revision: 216921
URL: http://svn.freebsd.org/changeset/base/216921
Log:
Small whitespace nits and add a comment explaining why kthread_exit() can
call kproc_exit() that was lost earlier.
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sy
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:p
27 matches
Mail list logo