svn commit: r189757 - in head/sys/powerpc: include mpc85xx

2009-03-13 Thread Rafal Jaworowski
Author: raj Date: Fri Mar 13 06:28:20 2009 New Revision: 189757 URL: http://svn.freebsd.org/changeset/base/189757 Log: Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. Inspired by discussion with Alexey V Fedorov on freebsd-powe...@. Modified:

svn commit: r189758 - head/sys/fs/nullfs

2009-03-13 Thread Attilio Rao
Author: attilio Date: Fri Mar 13 07:09:20 2009 New Revision: 189758 URL: http://svn.freebsd.org/changeset/base/189758 Log: Remove the null_islocked() overloaded vop because the standard one does the same. Modified: head/sys/fs/nullfs/null_vnops.c Modified: head/sys/fs/nullfs/null_vnops.c

svn commit: r189759 - in head: etc etc/defaults share/man/man5

2009-03-13 Thread Brooks Davis
Author: brooks Date: Fri Mar 13 07:12:25 2009 New Revision: 189759 URL: http://svn.freebsd.org/changeset/base/189759 Log: Add support for setting the debug flags on wlan interfaces after the are created using wlandebug_ifn variables. Modified: head/etc/defaults/rc.conf

svn commit: r189760 - head

2009-03-13 Thread Warner Losh
Author: imp Date: Fri Mar 13 07:23:58 2009 New Revision: 189760 URL: http://svn.freebsd.org/changeset/base/189760 Log: Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch, you can build the cross development tools and install them as $XDEV-freebsd-xxx for each tool. This

svn commit: r189761 - head/usr.sbin/mergemaster

2009-03-13 Thread Doug Barton
Author: dougb Date: Fri Mar 13 07:34:05 2009 New Revision: 189761 URL: http://svn.freebsd.org/changeset/base/189761 Log: When using the -D option: 1. The new mtree file should be created in the host system /tmp 2. The existing mtree file in the host system should not be deleted

svn commit: r189762 - head/sys/geom/eli

2009-03-13 Thread Guido van Rooij
Author: guido Date: Fri Mar 13 08:13:51 2009 New Revision: 189762 URL: http://svn.freebsd.org/changeset/base/189762 Log: Backout this commit whil a better solution is developed Modified: head/sys/geom/eli/g_eli.c Modified: head/sys/geom/eli/g_eli.c

svn commit: r189763 - head/usr.sbin/mergemaster

2009-03-13 Thread Doug Barton
Author: dougb Date: Fri Mar 13 08:48:33 2009 New Revision: 189763 URL: http://svn.freebsd.org/changeset/base/189763 Log: 1. Clean up usage() output a bit by grouping options that take an argument 2. Fix a comment to refer to the right loop Modified: head/usr.sbin/mergemaster/mergemaster.sh

svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Mar 13 10:40:38 2009 New Revision: 189765 URL: http://svn.freebsd.org/changeset/base/189765 Log: - Reenable Native Language Support in libc. This feature was disabled due to possible breakages in the catalog handling code. Since then, that

svn commit: r189766 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/devfs kern sys

2009-03-13 Thread Konstantin Belousov
Author: kib Date: Fri Mar 13 10:52:22 2009 New Revision: 189766 URL: http://svn.freebsd.org/changeset/base/189766 Log: MFC r189450: Extract the no_poll() and vop_nopoll() code into the common routine poll_no_poll(). Return a poll_no_poll() result from devfs_poll_f() when filedescriptor

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Robert Watson
On Fri, 13 Mar 2009, Gabor Kovesdan wrote: - Reenable Native Language Support in libc. This feature was disabled due to possible breakages in the catalog handling code. Since then, that code has been replaced by the secure code from NetBSD but NLS in libc remained turned off.

Re: svn commit: r189761 - head/usr.sbin/mergemaster

2009-03-13 Thread Sean C. Farley
On Fri, 13 Mar 2009, Doug Barton wrote: Author: dougb Date: Fri Mar 13 07:34:05 2009 New Revision: 189761 URL: http://svn.freebsd.org/changeset/base/189761 Log: When using the -D option: 1. The new mtree file should be created in the host system /tmp 2. The existing mtree file in the host

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Sean C. Farley
On Fri, 13 Mar 2009, Gabor Kovesdan wrote: Author: gabor (doc,ports committer) Date: Fri Mar 13 10:40:38 2009 New Revision: 189765 URL: http://svn.freebsd.org/changeset/base/189765 Log: - Reenable Native Language Support in libc. This feature was disabled due to possible breakages in the

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Gábor Kövesdán
Robert Watson escribió: On Fri, 13 Mar 2009, Gabor Kovesdan wrote: - Reenable Native Language Support in libc. This feature was disabled due to possible breakages in the catalog handling code. Since then, that code has been replaced by the secure code from NetBSD but NLS in libc

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Gábor Kövesdán
Nice! I need to find some time to learn how to use NLS. Now, you only need to revive the BSD-licensed libiconv[1]. :) I am kidding; I do not want to start adding more stuff to your plate. Thank you for strengthening FreeBSD's i18n support. Out of curiosity, how does enabling NLS in

svn commit: r189769 - head/sys/dev/amdtemp

2009-03-13 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 13 16:28:25 2009 New Revision: 189769 URL: http://svn.freebsd.org/changeset/base/189769 Log: Rename all the variables/function names/structs/etc. to reflect the driver name change. While there, update copyright. MFC after:2 weeks Modified:

svn commit: r189770 - head

2009-03-13 Thread Rui Paulo
/malloc.conf.) +20090313: + The k8temp(4) driver has been renamed to amdtemp(4) since + support for K10 and K11 CPU families was added. + 20090309: IGMPv3 and Source-Specific Multicast (SSM) have been merged to the IPv4 stack. VIMAGE hooks are in but not yet used

svn commit: r189771 - in head/sys: amd64/amd64 amd64/linux32 arm/arm compat/ia32 compat/svr4 i386/i386 i386/linux ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2009-03-13 Thread Dmitry Chagin
Author: dchagin Date: Fri Mar 13 16:40:51 2009 New Revision: 189771 URL: http://svn.freebsd.org/changeset/base/189771 Log: Implement new way of branding ELF binaries by looking to a .note.ABI-tag section. The search order of a brand is changed, now first of all the .note.ABI-tag is

svn commit: r189772 - head

2009-03-13 Thread Gabor Kovesdan
== --- head/UPDATING Fri Mar 13 16:40:51 2009(r189771) +++ head/UPDATING Fri Mar 13 16:40:56 2009(r189772) @@ -23,6 +23,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. ln -s aj /etc/malloc.conf.) 20090313: + POSIX.1 Native Language

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

2009-03-13 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 13 16:42:24 2009 New Revision: 189773 URL: http://svn.freebsd.org/changeset/base/189773 Log: Rename the k8temp(4) man page to amdtemp(4) and update its contents for the new families. MFC after:2 weeks Added: head/share/man/man4/amdtemp.4 - copied,

svn commit: r189774 - head/sys/dev/amdtemp

2009-03-13 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 13 16:43:31 2009 New Revision: 189774 URL: http://svn.freebsd.org/changeset/base/189774 Log: Fix comment explaining where this driver came from. MFC after:2 weeks Modified: head/sys/dev/amdtemp/amdtemp.c Modified: head/sys/dev/amdtemp/amdtemp.c

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

2009-03-13 Thread John Baldwin
Konstantin Belousov wrote: Author: kib Date: Thu Dec 18 11:58:12 2008 New Revision: 186276 URL: http://svn.freebsd.org/changeset/base/186276 Log: Do not return success and doomed vnode from lookup. LK_UPGRADE allows the vnode to be reclaimed. Tested by: pho MFC after:1 month

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread David Schultz
On Fri, Mar 13, 2009, Sean C. Farley wrote: Now, you only need to revive the BSD-licensed libiconv[1]. :) [...] 1. http://people.freebsd.org/~bland/iconv-2.1.tar.gz I asked a few weeks ago on standards@ why we weren't using Citrus iconv, which is what NetBSD uses, and seems to be in a

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Sean C. Farley
On Fri, 13 Mar 2009, David Schultz wrote: On Fri, Mar 13, 2009, Sean C. Farley wrote: Now, you only need to revive the BSD-licensed libiconv[1]. :) [...] 1. http://people.freebsd.org/~bland/iconv-2.1.tar.gz I asked a few weeks ago on standards@ why we weren't using Citrus iconv, which

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Ivan Voras
2009/3/13 Gábor Kövesdán ga...@freebsd.org: Nice!  I need to find some time to learn how to use NLS. Now, you only need to revive the BSD-licensed libiconv[1].  :)  I am kidding;  I do not want to start adding more stuff to your plate.  Thank you for strengthening FreeBSD's i18n support.

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Gábor Kövesdán
Ivan Voras escribió: 2009/3/13 Gábor Kövesdán ga...@freebsd.org: Nice! I need to find some time to learn how to use NLS. Now, you only need to revive the BSD-licensed libiconv[1]. :) I am kidding; I do not want to start adding more stuff to your plate. Thank you for strengthening

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Norikatsu Shigemura
Hi Sean! On Fri, 13 Mar 2009 13:36:07 -0500 (CDT) Sean C. Farley s...@freebsd.org wrote: functionality, however, the Citrus website is ambiguous about the license. Really? ambigous Citrus is licensed under BSD License or variant (like Perl or MIT). It can use with

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Sean C. Farley
On Sat, 14 Mar 2009, Norikatsu Shigemura wrote: Hi Sean! Hi Norikatsu, On Fri, 13 Mar 2009 13:36:07 -0500 (CDT) Sean C. Farley s...@freebsd.org wrote: functionality, however, the Citrus website is ambiguous about the license. Really? ambigous Citrus is licensed under BSD

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

2009-03-13 Thread Kostik Belousov
On Fri, Mar 13, 2009 at 02:15:34PM -0400, John Baldwin wrote: Konstantin Belousov wrote: Author: kib Date: Thu Dec 18 11:58:12 2008 New Revision: 186276 URL: http://svn.freebsd.org/changeset/base/186276 Log: Do not return success and doomed vnode from lookup. LK_UPGRADE allows the

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Norikatsu Shigemura
Hi Sean! On Fri, 13 Mar 2009 16:12:00 -0500 (CDT) Sean C. Farley s...@freebsd.org wrote: functionality, however, the Citrus website is ambiguous about the license. Really? ambigous Citrus is licensed under BSD License or variant (like Perl or MIT). It can use with (L)GPL.

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Coleman Kane
On Sat, 2009-03-14 at 06:59 +0900, Norikatsu Shigemura wrote: Hi Sean! On Fri, 13 Mar 2009 16:12:00 -0500 (CDT) Sean C. Farley s...@freebsd.org wrote: functionality, however, the Citrus website is ambiguous about the license. Really? ambigous Citrus is licensed under BSD

svn commit: r189776 - head/sys/dev/usb

2009-03-13 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 13 22:28:37 2009 New Revision: 189776 URL: http://svn.freebsd.org/changeset/base/189776 Log: HID usage minimum can be equal to the maximum. Submitted by: Hans Petter Selasky Tested by:Andreas Tobler Modified: head/sys/dev/usb/usb_hid.c Modified:

svn commit: r189777 - head/lib/libc/nls

2009-03-13 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Mar 13 22:41:30 2009 New Revision: 189777 URL: http://svn.freebsd.org/changeset/base/189777 Log: - Fix object directory creation when running threaded buildworld Modified: head/lib/libc/nls/Makefile.inc Modified: head/lib/libc/nls/Makefile.inc

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Sean C. Farley
On Fri, 13 Mar 2009, Xin LI wrote: Sean C. Farley wrote: On Sat, 14 Mar 2009, Norikatsu Shigemura wrote: On Fri, 13 Mar 2009 13:36:07 -0500 (CDT) Sean C. Farley s...@freebsd.org wrote: functionality, however, the Citrus website is ambiguous about the license. Really? ambigous

svn commit: r189778 - head/share/man/man8

2009-03-13 Thread Robert Watson
Author: rwatson Date: Fri Mar 13 23:42:34 2009 New Revision: 189778 URL: http://svn.freebsd.org/changeset/base/189778 Log: Don't suggest mounting procfs in diskless configurations. MFC after:3 days Modified: head/share/man/man8/diskless.8 Modified: head/share/man/man8/diskless.8

Re: svn commit: r189781 - stable/7/sys/kern

2009-03-13 Thread Bruce Simpson
Bruce M Simpson wrote: Early MFC, as the test case in the PR is fairly complete and the submitter also re-ran test case on -STABLE. It also bites Python fairly hard, which will otherwise try to use POSIX sems for its internal thread synchronization; this needs more in-depth testing.

Re: svn commit: r189781 - stable/7/sys/kern

2009-03-13 Thread Bruce Simpson
A big thanks to jhb@ for pushing much of the housekeeping around semaphores into the file descriptor layer, btw; without his major help, the fix for the logic wouldn't have been a one line diff. ___ svn-src-all@freebsd.org mailing list

svn commit: r189782 - head/include

2009-03-13 Thread David Schultz
Author: das Date: Sat Mar 14 02:31:48 2009 New Revision: 189782 URL: http://svn.freebsd.org/changeset/base/189782 Log: r189349 removed mktemp() from the XSI namespace when __XOPEN_SOURCE = 700, since mktemp() was withdrawn from the standard. However, __XSI_VISIBLE is set to 700 in the

Re: svn commit: r189782 - head/include

2009-03-13 Thread David Schultz
On Sat, Mar 14, 2009, David Schultz wrote: Author: das Date: Sat Mar 14 02:31:48 2009 New Revision: 189782 URL: http://svn.freebsd.org/changeset/base/189782 Log: r189349 removed mktemp() from the XSI namespace when __XOPEN_SOURCE = 700, since mktemp() was withdrawn from the

svn commit: r189783 - head/sys/amd64/amd64

2009-03-13 Thread Alan Cox
Author: alc Date: Sat Mar 14 05:33:09 2009 New Revision: 189783 URL: http://svn.freebsd.org/changeset/base/189783 Log: Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's resident page count and the global wired page count were not correctly maintained when page table

Re: svn commit: r189783 - head/sys/amd64/amd64

2009-03-13 Thread Alan Cox
Alan Cox wrote: Author: alc Date: Sat Mar 14 05:33:09 2009 New Revision: 189783 URL: http://svn.freebsd.org/changeset/base/189783 Log: Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's resident page count and the global wired page count were not correctly maintained