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

2010-09-11 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 ZFS file

svn commit: r212455 - head/sys/kern

2010-09-11 Thread Alexander Motin
Author: mav Date: Sat Sep 11 07:08:22 2010 New Revision: 212455 URL: http://svn.freebsd.org/changeset/base/212455 Log: Merge some SCHED_ULE features to SCHED_4BSD: - Teach SCHED_4BSD to inform cpu_idle() about high sleep/wakeup rate to choose optimized handler. In case of x86 it is

svn commit: r212457 - head/sys/dev/acpi_support

2010-09-11 Thread Andriy Gapon
Author: avg Date: Sat Sep 11 08:09:14 2010 New Revision: 212457 URL: http://svn.freebsd.org/changeset/base/212457 Log: make acpi_hp device a child of acpi_wmi to properly reflect dependency between the devices/drivers PR: kern/147858 Suggested by: jhb Tested by:

svn commit: r212458 - head/share/man/man3

2010-09-11 Thread David Xu
Author: davidxu Date: Sat Sep 11 08:15:18 2010 New Revision: 212458 URL: http://svn.freebsd.org/changeset/base/212458 Log: kill() does queue signal now. Modified: head/share/man/man3/siginfo.3 Modified: head/share/man/man3/siginfo.3

Re: svn commit: r212457 - head/sys/dev/acpi_support

2010-09-11 Thread Niclas Zeising
On 2010-09-11 10:09, Andriy Gapon wrote: Author: avg Date: Sat Sep 11 08:09:14 2010 New Revision: 212457 URL: http://svn.freebsd.org/changeset/base/212457 Log: make acpi_hp device a child of acpi_wmi to properly reflect dependency between the devices/drivers PR: kern/147858

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

2010-09-11 Thread Bruce Evans
On Sat, 11 Sep 2010, Alexander Motin wrote: Log: Update PowerPC event timer code to use new event timers infrastructure. What are the advantages of using the new event timers infrastructure? Here it seems to only take longer and cost more (200 more lines of code). Bruce

svn commit: r212459 - head/share/man/man3

2010-09-11 Thread David Xu
Author: davidxu Date: Sat Sep 11 09:26:36 2010 New Revision: 212459 URL: http://svn.freebsd.org/changeset/base/212459 Log: Make a link for pthread_timedjoin_np. Modified: head/share/man/man3/Makefile Modified: head/share/man/man3/Makefile

Re: svn commit: r212457 - head/sys/dev/acpi_support

2010-09-11 Thread Niclas Zeising
On 2010-09-11 10:09, Andriy Gapon wrote: Author: avg Date: Sat Sep 11 08:09:14 2010 New Revision: 212457 URL: http://svn.freebsd.org/changeset/base/212457 Log: make acpi_hp device a child of acpi_wmi to properly reflect dependency between the devices/drivers PR: kern/147858

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

2010-09-11 Thread Alexander Motin
Bruce Evans wrote: On Sat, 11 Sep 2010, Alexander Motin wrote: Log: Update PowerPC event timer code to use new event timers infrastructure. What are the advantages of using the new event timers infrastructure? Here it seems to only take longer and cost more (200 more lines of code).

svn commit: r212460 - head/sys/powerpc/include

2010-09-11 Thread Alexander Motin
Author: mav Date: Sat Sep 11 09:53:33 2010 New Revision: 212460 URL: http://svn.freebsd.org/changeset/base/212460 Log: Fix the build after r212453. IPI_STATCLOCK declaration is still needed for build, though not really used. Submitted by: andreast Modified:

svn commit: r212461 - head/share/mk

2010-09-11 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 11 10:11:59 2010 New Revision: 212461 URL: http://svn.freebsd.org/changeset/base/212461 Log: Add a comment describing where to include bsd.dtrace.mk. Sponsored by: The FreeBSD Foundation Modified: head/share/mk/bsd.dtrace.mk Modified:

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

2010-09-11 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 11 10:16:15 2010 New Revision: 212462 URL: http://svn.freebsd.org/changeset/base/212462 Log: Disable debug by default. Sponsored by: The FreeBSD Foundation Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c Modified:

svn commit: r212463 - in head: bin/test lib/libc/net lib/libc/stdio lib/libc/stdlib secure/lib/libcrypto/man share/man/man4

2010-09-11 Thread Bruce Cran
Author: brucec Date: Sat Sep 11 10:49:56 2010 New Revision: 212463 URL: http://svn.freebsd.org/changeset/base/212463 Log: Revert changes of 'assure' to 'ensure' made in r211936. Approved by: rrs (mentor) Modified: head/bin/test/test.1 head/lib/libc/net/sctp_send.3

svn commit: r212465 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2010-09-11 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 11 12:58:31 2010 New Revision: 212465 URL: http://svn.freebsd.org/changeset/base/212465 Log: Avoid a LOR (sleepable after non-sleepable) in fasttrap_tracepoint_enable(). Sponsored by: The FreeBSD Foundation Modified:

svn commit: r212466 - in head/sys: kern sys

2010-09-11 Thread Konstantin Belousov
Author: kib Date: Sat Sep 11 13:06:06 2010 New Revision: 212466 URL: http://svn.freebsd.org/changeset/base/212466 Log: Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak when mount and update are executed in parallel. Encapsulate syncer vnode deallocation into the

Re: svn commit: r212465 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2010-09-11 Thread Kostik Belousov
On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote: Author: rpaulo Date: Sat Sep 11 12:58:31 2010 New Revision: 212465 URL: http://svn.freebsd.org/changeset/base/212465 Log: Avoid a LOR (sleepable after non-sleepable) in fasttrap_tracepoint_enable(). Sponsored by:

Re: svn commit: r212465 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2010-09-11 Thread Rui Paulo
On 11 Sep 2010, at 14:23, Kostik Belousov wrote: On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote: Author: rpaulo Date: Sat Sep 11 12:58:31 2010 New Revision: 212465 URL: http://svn.freebsd.org/changeset/base/212465 Log: Avoid a LOR (sleepable after non-sleepable) in

Re: svn commit: r212465 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2010-09-11 Thread Kostik Belousov
On Sat, Sep 11, 2010 at 02:36:26PM +0100, Rui Paulo wrote: On 11 Sep 2010, at 14:23, Kostik Belousov wrote: On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote: Author: rpaulo Date: Sat Sep 11 12:58:31 2010 New Revision: 212465 URL: http://svn.freebsd.org/changeset/base/212465

svn commit: r212467 - in head: bin/sh tools/regression/bin/sh/execution

2010-09-11 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 11 14:15:50 2010 New Revision: 212467 URL: http://svn.freebsd.org/changeset/base/212467 Log: sh: Apply variable assignments left-to-right in bltinlookup(). Example: HOME=foo HOME=bar cd Added: head/tools/regression/bin/sh/execution/var-assign1.0

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

2010-09-11 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 11 15:07:40 2010 New Revision: 212475 URL: http://svn.freebsd.org/changeset/base/212475 Log: sh: Fix exit status if return is used within a loop condition. Added: head/tools/regression/bin/sh/builtins/return6.4 (contents, props changed)

svn commit: r212477 - in head/sys: dev/ofw powerpc/ofw

2010-09-11 Thread Marius Strobl
Author: marius Date: Sat Sep 11 18:55:00 2010 New Revision: 212477 URL: http://svn.freebsd.org/changeset/base/212477 Log: Change OF_interpret() to also take an array of cell_t (missed in r209801). Reviewed by: nwhitehorn Modified: head/sys/dev/ofw/ofw_fdt.c head/sys/dev/ofw/ofw_if.m

Re: svn commit: r212367 - in head: share/man/man9 sys/kern sys/sys

2010-09-11 Thread Alexander Kabaev
On Thu, 9 Sep 2010 17:49:18 + (UTC) Matthew D Fleming m...@freebsd.org wrote: Author: mdf Date: Thu Sep 9 17:49:18 2010 New Revision: 212367 URL: http://svn.freebsd.org/changeset/base/212367 Log: Add drain functionality to sbufs. The drain is a function that is called when the

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

2010-09-11 Thread Alexander Kabaev
On Thu, 9 Sep 2010 16:51:52 + (UTC) Matthew D Fleming m...@freebsd.org wrote: Author: mdf Date: Thu Sep 9 16:51:52 2010 New Revision: 212365 URL: http://svn.freebsd.org/changeset/base/212365 Log: Refactor sbuf code so that most uses of sbuf_extend() are in a new sbuf_put_byte().

svn commit: r212478 - head/sys/kern

2010-09-11 Thread Alexander Kabaev
Author: kan Date: Sat Sep 11 19:42:50 2010 New Revision: 212478 URL: http://svn.freebsd.org/changeset/base/212478 Log: Add missing pointer increment to sbuf_cat. Modified: head/sys/kern/subr_sbuf.c Modified: head/sys/kern/subr_sbuf.c

svn commit: r212479 - head/sys/kern

2010-09-11 Thread Alexander Motin
Author: mav Date: Sat Sep 11 20:18:15 2010 New Revision: 212479 URL: http://svn.freebsd.org/changeset/base/212479 Log: Do not print frequency 0 Hz, when frequency is unknown. Modified: head/sys/kern/kern_et.c Modified: head/sys/kern/kern_et.c

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

2010-09-11 Thread Weongyo Jeong
Author: weongyo Date: Sat Sep 11 21:49:28 2010 New Revision: 212480 URL: http://svn.freebsd.org/changeset/base/212480 Log: Mentions cases when bwi(4) driver should be used that it only wrote about chipset type instead of card names because it's not easy to sort names what cards use these

svn commit: r212483 - head/sys/powerpc/powermac

2010-09-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Sep 11 22:09:16 2010 New Revision: 212483 URL: http://svn.freebsd.org/changeset/base/212483 Log: ATAPI DMA does not seem to work completely reliably on Shasta controllers, especially in conjunction with ATA_CAM, so disable it for now. Modified:

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

2010-09-11 Thread mdf
On Sat, Sep 11, 2010 at 7:42 PM, Alexander Kabaev k...@freebsd.org wrote: Author: kan Date: Sat Sep 11 19:42:50 2010 New Revision: 212478 URL: http://svn.freebsd.org/changeset/base/212478 Log:  Add missing pointer increment to sbuf_cat. Modified:  head/sys/kern/subr_sbuf.c Modified:

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

2010-09-11 Thread Rick Macklem
Then, fid_reserved is no more reserved ? Should we rename it ? Comment for fid_reserved about longword alignment is wrong. Well, it's actually more broken than that. fid_len - Most file systems set it to the size of their variant of the entire structure, including the Xfid_len

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

2010-09-11 Thread mdf
On Sun, Sep 12, 2010 at 12:41 AM, Rick Macklem rmack...@uoguelph.ca wrote: Then, fid_reserved is no more reserved ? Should we rename it ? Comment for fid_reserved about longword alignment is wrong. Well, it's actually more broken than that. fid_len - Most file systems set it to the size of