svn commit: r235121 - in stable/8/sys: arm/at91 conf ddb dev/cfe dev/dcons dev/ofw dev/sio dev/syscons dev/uart i386/conf kern modules/dcons modules/sio pc98/cbus sys

2012-05-07 Thread Marius Strobl
Author: marius Date: Mon May 7 07:04:41 2012 New Revision: 235121 URL: http://svn.freebsd.org/changeset/base/235121 Log: MFC: r225203 (partial) Attempt to make break-to-debugger and alternative break-to-debugger more accessible: (1) Always compile in support for breaking into the

svn commit: r235122 - in head: . share/mk

2012-05-07 Thread Jeremie Le Hen
Author: jlh Date: Mon May 7 09:00:30 2012 New Revision: 235122 URL: http://svn.freebsd.org/changeset/base/235122 Log: Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script instead of a symlink for .so files. Reviewed by:kib, kan (previous version), dim Approved by:

svn commit: r235123 - stable/9/sys/netinet

2012-05-07 Thread Michael Tuexen
Author: tuexen Date: Mon May 7 10:46:26 2012 New Revision: 235123 URL: http://svn.freebsd.org/changeset/base/235123 Log: MFC r234832: Add support for missing gauth_number_of_chunks field. This Bug was found by Irene Ruengeler. Modified: stable/9/sys/netinet/sctp_uio.h

svn commit: r235124 - stable/9/sys/netinet

2012-05-07 Thread Michael Tuexen
Author: tuexen Date: Mon May 7 10:50:26 2012 New Revision: 235124 URL: http://svn.freebsd.org/changeset/base/235124 Log: MFC r234951: Fix another RFC 6458 issue. Spotted by Irene Ruengeler. Modified: stable/9/sys/netinet/sctp_output.c stable/9/sys/netinet/sctp_uio.h Directory

svn commit: r235125 - stable/9/sys/kern

2012-05-07 Thread Eitan Adler
Author: eadler Date: Mon May 7 12:19:49 2012 New Revision: 235125 URL: http://svn.freebsd.org/changeset/base/235125 Log: MFC r234131: Return EBADF instead of EMFILE from dup2 when the second argument is outside the range of valid file descriptors PR: kern/164970

svn commit: r235126 - stable/8/sys/kern

2012-05-07 Thread Eitan Adler
Author: eadler Date: Mon May 7 12:20:26 2012 New Revision: 235126 URL: http://svn.freebsd.org/changeset/base/235126 Log: MFC r234131: Return EBADF instead of EMFILE from dup2 when the second argument is outside the range of valid file descriptors PR: kern/164970

svn commit: r235127 - stable/7/lib/libc/sys

2012-05-07 Thread Eitan Adler
Author: eadler Date: Mon May 7 12:33:17 2012 New Revision: 235127 URL: http://svn.freebsd.org/changeset/base/235127 Log: Undo MFC r234131: The kernel change can't be MFCed so undo the documentation MFC. PR: kern/164970 Approved by: cperciva (implicit) Modified:

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Ryan Stone
On Sun, May 6, 2012 at 2:03 PM, Bjoern A. Zeeb b...@freebsd.org wrote: root@bz1:/home/bz # procstat -k 34611  PID    TID COMM             TDNAME           KSTACK 34611 100228 ctfmerge         -                mi_switch sleepq_catch_signals sleepq_wait_sig _sleep _do_lock_umutex do_lock_umutex

Re: svn commit: r235007 - stable/9/sys/dev/pci

2012-05-07 Thread John Baldwin
On Friday, May 04, 2012 5:25:32 pm Warner Losh wrote: On May 4, 2012, at 1:41 PM, Hans Petter Selasky wrote: On Friday 04 May 2012 19:18:56 Warner Losh wrote: On May 4, 2012, at 10:26 AM, Hans Petter Selasky wrote: On Friday 04 May 2012 18:14:16 John Baldwin wrote: On Friday, May 04,

svn commit: r235128 - head/lib/libusb

2012-05-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 7 14:07:13 2012 New Revision: 235128 URL: http://svn.freebsd.org/changeset/base/235128 Log: Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). Reported by: Xiaofan Chen Modified: head/lib/libusb/Makefile head/lib/libusb/libusb.3

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Alexander Leidinger
Hi, I had this once. I took the time to kill the ctf process which hangs. Well, not only once, but multiple times during the kernel build. The resulting kernel booted. After that I did a complete buildword/installworld/reboot/buildkernel/installkernel/reboot without any problems. I didn't

svn commit: r235129 - head/tools/tools/zfsboottest

2012-05-07 Thread Andriy Gapon
Author: avg Date: Mon May 7 15:03:42 2012 New Revision: 235129 URL: http://svn.freebsd.org/changeset/base/235129 Log: zfsboottest.sh: gracefully handle default value of bootfs property Reported by: theraven MFC after:10 days Modified: head/tools/tools/zfsboottest/zfsboottest.sh

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Bjoern A. Zeeb
On 7. May 2012, at 13:53 , Ryan Stone wrote: A libthr fix went in on the 5th in r235068. I think that it was root@noinet:/usr/src # ident lib/libthr/thread/thr_sleepq.c lib/libthr/thread/thr_sleepq.c: $FreeBSD: head/lib/libthr/thread/thr_sleepq.c 235068 2012-05-05 23:51:24Z davidxu $

svn commit: r235130 - head/tools/tools/zfsboottest

2012-05-07 Thread Andriy Gapon
Author: avg Date: Mon May 7 15:06:07 2012 New Revision: 235130 URL: http://svn.freebsd.org/changeset/base/235130 Log: zfsboottest.sh: correctly check and suggest value of vfs.root.mountfrom ... it was missing zfs: prefix. Reported by: theraven MFC after:10 days Modified:

svn commit: r235131 - in stable/9/sys: fs/ext2fs i386/conf kern

2012-05-07 Thread Jaakko Heinonen
Author: jh Date: Mon May 7 15:30:53 2012 New Revision: 235131 URL: http://svn.freebsd.org/changeset/base/235131 Log: MFC r234104: Apply changes from r233787 to ext2fs: - Use more natural ip-i_flags instead of vap-va_flags in the final flags check. - Style improvements. No

svn commit: r235132 - head/etc/periodic/daily

2012-05-07 Thread John Baldwin
Author: jhb Date: Mon May 7 15:41:31 2012 New Revision: 235132 URL: http://svn.freebsd.org/changeset/base/235132 Log: Display dropped transmit packets in the daily network interface output. PR: conf/165956 Submitted by: Jeremy Chadwick MFC after:1 week Modified:

svn commit: r235133 - in head: contrib/binutils/ld/emultempl share/mk

2012-05-07 Thread Dimitry Andric
Author: dim Date: Mon May 7 17:13:36 2012 New Revision: 235133 URL: http://svn.freebsd.org/changeset/base/235133 Log: Revert r234656, and apply a proper fix for binutils PR 10474, which caused linking clang on 32-bit PowerPC to fail with relocation truncated to fit: R_PPC_REL24 errors.

Re: svn commit: r235107 - in head/etc: defaults rc.d

2012-05-07 Thread Doug Barton
On 05/06/2012 01:46 PM, Stanislav Sedov wrote: Author: stas Date: Sun May 6 20:46:04 2012 New Revision: 235107 URL: http://svn.freebsd.org/changeset/base/235107 Log: - Change kfd rc script to be more conformant with rcNG conventions: o change rcname to kfd; o move mandatory

svn commit: r235134 - head/sys/dev/ath

2012-05-07 Thread Adrian Chadd
Author: adrian Date: Mon May 7 18:30:22 2012 New Revision: 235134 URL: http://svn.freebsd.org/changeset/base/235134 Log: Re-enable this particular DELAY() for now, at least until the TX and RX PCU stop/drain routines have been thoroughly debugged. It's also very likely that I should add

svn commit: r235135 - stable/9/sys/dev/mfi

2012-05-07 Thread Doug Ambrisko
Author: ambrisko Date: Mon May 7 19:17:09 2012 New Revision: 235135 URL: http://svn.freebsd.org/changeset/base/235135 Log: MFC r235014: Rebuild fix and LBA calculation fix for ThunderBolt based cards. MFC r235016: Some style improvements. MFC r235040: Fix the

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Brooks Davis
On Mon, May 07, 2012 at 03:05:55PM +, Bjoern A. Zeeb wrote: On 7. May 2012, at 13:53 , Ryan Stone wrote: A libthr fix went in on the 5th in r235068. I think that it was root@noinet:/usr/src # ident lib/libthr/thread/thr_sleepq.c lib/libthr/thread/thr_sleepq.c: $FreeBSD:

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Bjoern A. Zeeb
On 7. May 2012, at 21:35 , Brooks Davis wrote: On Mon, May 07, 2012 at 03:05:55PM +, Bjoern A. Zeeb wrote: On 7. May 2012, at 13:53 , Ryan Stone wrote: A libthr fix went in on the 5th in r235068. I think that it was root@noinet:/usr/src # ident lib/libthr/thread/thr_sleepq.c

Re: svn commit: r235007 - stable/9/sys/dev/pci

2012-05-07 Thread Warner Losh
On May 7, 2012, at 9:27 AM, John Baldwin wrote: On Friday, May 04, 2012 5:25:32 pm Warner Losh wrote: On May 4, 2012, at 1:41 PM, Hans Petter Selasky wrote: On Friday 04 May 2012 19:18:56 Warner Losh wrote: On May 4, 2012, at 10:26 AM, Hans Petter Selasky wrote: On Friday 04 May 2012

Re: svn commit: r235129 - head/tools/tools/zfsboottest

2012-05-07 Thread Pawel Jakub Dawidek
On Mon, May 07, 2012 at 03:03:42PM +, Andriy Gapon wrote: Author: avg Date: Mon May 7 15:03:42 2012 New Revision: 235129 URL: http://svn.freebsd.org/changeset/base/235129 Log: zfsboottest.sh: gracefully handle default value of bootfs property I'd prefer if people avoid having their

svn commit: r235136 - head/sys/fs/nfsserver

2012-05-07 Thread John W. De Boskey
Author: jwd Date: Tue May 8 03:39:44 2012 New Revision: 235136 URL: http://svn.freebsd.org/changeset/base/235136 Log: Use the common api helper routine instead of freeing the namei buffer directly. Approved by: rmacklem (mentor) MFC after:1 month Modified:

Re: svn commit: r235129 - head/tools/tools/zfsboottest

2012-05-07 Thread Andriy Gapon
on 08/05/2012 05:01 Pawel Jakub Dawidek said the following: On Mon, May 07, 2012 at 03:03:42PM +, Andriy Gapon wrote: Author: avg Date: Mon May 7 15:03:42 2012 New Revision: 235129 URL: http://svn.freebsd.org/changeset/base/235129 Log: zfsboottest.sh: gracefully handle default value