svn commit: r197763 - head/sbin/growfs

2009-10-04 Thread Matt Jacob
Author: mjacob Date: Mon Oct 5 01:31:16 2009 New Revision: 197763 URL: http://svn.freebsd.org/changeset/base/197763 Log: The cylinder group tag cg_initediblk needs to match the number of inodes actually initialized. In the growfs case for UFS2, no inodes were actually being initialized and

svn commit: r197761 - in head/sys/dev/usb: . wlan

2009-10-04 Thread Weongyo Jeong
Author: weongyo Date: Sun Oct 4 23:30:08 2009 New Revision: 197761 URL: http://svn.freebsd.org/changeset/base/197761 Log: updates device entries supported with the product name not magic numbers and sorts entries. WUSB54GCV2 is added. Obtained from:OpenBSD Modified: head/sys/

svn commit: r197760 - stable/6/lib/libc/gen

2009-10-04 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Sun Oct 4 21:50:29 2009 New Revision: 197760 URL: http://svn.freebsd.org/changeset/base/197760 Log: MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthr

svn commit: r197759 - stable/7/lib/libc/gen

2009-10-04 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Sun Oct 4 21:48:17 2009 New Revision: 197759 URL: http://svn.freebsd.org/changeset/base/197759 Log: MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthr

svn commit: r197758 - stable/8/lib/libc/gen

2009-10-04 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Sun Oct 4 21:46:43 2009 New Revision: 197758 URL: http://svn.freebsd.org/changeset/base/197758 Log: MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthr

svn commit: r197753 - head/tools/regression/lib/libc/stdio

2009-10-04 Thread David Schultz
Author: das Date: Sun Oct 4 19:44:41 2009 New Revision: 197753 URL: http://svn.freebsd.org/changeset/base/197753 Log: Regression tests for r197752 (handling of empty/NULL buffers). Modified: head/tools/regression/lib/libc/stdio/test-getdelim.c Modified: head/tools/regression/lib/libc/stdio/

svn commit: r197752 - head/lib/libc/stdio

2009-10-04 Thread David Schultz
Author: das Date: Sun Oct 4 19:43:36 2009 New Revision: 197752 URL: http://svn.freebsd.org/changeset/base/197752 Log: Better glibc compatibility for getline/getdelim: - Tolerate applications that pass a NULL pointer for the buffer and claim that the capacity of the buffer is nonzero.

svn commit: r197751 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb/controller dev/xen/xenpci

2009-10-04 Thread Andrew Thompson
Author: thompsa Date: Sun Oct 4 19:03:32 2009 New Revision: 197751 URL: http://svn.freebsd.org/changeset/base/197751 Log: MFC r197682 EHCI Hardware BUG workaround The EHCI HW can use the qtd_next field instead of qtd_altnext when a short packet is received. This contradicts what

svn commit: r197750 - head/sys/vm

2009-10-04 Thread Alan Cox
Author: alc Date: Sun Oct 4 18:53:10 2009 New Revision: 197750 URL: http://svn.freebsd.org/changeset/base/197750 Log: Align and pad the page queue and free page queue locks so that the linker can't possibly place them together within the same cache line. MFC after:3 weeks Modified:

svn commit: r197749 - stable/7/usr.bin/find

2009-10-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 4 17:22:51 2009 New Revision: 197749 URL: http://svn.freebsd.org/changeset/base/197749 Log: MFC r197363: Update find(1) man page for -L/-delete interaction. It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this w

svn commit: r197748 - stable/7/bin/sh

2009-10-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 4 17:16:11 2009 New Revision: 197748 URL: http://svn.freebsd.org/changeset/base/197748 Log: MFC r197371: Mention that NUL characters are not allowed in sh(1) input. I do not consider this a bug because POSIX permits it and argument strings and environment var

svn commit: r197747 - head/release/doc/share/misc

2009-10-04 Thread Simon L. Nielsen
Author: simon Date: Sun Oct 4 16:30:33 2009 New Revision: 197747 URL: http://svn.freebsd.org/changeset/base/197747 Log: In lists, if there is a Li command remove it. This fixes markup for uath(4). MFC after:3 days Reported by: Warren Block Modified: head/release/doc/share/mis

Re: svn commit: r197744 - in stable/8/sys: . amd64/amd64 amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci i386/i386

2009-10-04 Thread Michio "Karl" Jinbo
On Sun, 4 Oct 2009 12:20:59 + (UTC) Konstantin Belousov wrote: > Log: > MFC r197663: > As a workaround, for Intel CPUs, do not use CLFLUSH in > pmap_invalidate_cache_range() when self-snoop is apparently not reported > in cpu features. > > Approved by:re (bz, kensmith) I

svn commit: r197746 - in stable/7/sys: . contrib/pf vm

2009-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 13:03:07 2009 New Revision: 197746 URL: http://svn.freebsd.org/changeset/base/197746 Log: MFC r197661: Move the annotation for vm_map_startup() immediately before the function. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed

svn commit: r197745 - in stable/7/sys: . contrib/pf kern

2009-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 13:00:27 2009 New Revision: 197745 URL: http://svn.freebsd.org/changeset/base/197745 Log: MFC r197660: Fix typo. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/kern/kern_sig.c Modified: stable/7/sys/kern/ke

svn commit: r197744 - in stable/8/sys: . amd64/amd64 amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci i386/i386

2009-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 12:20:59 2009 New Revision: 197744 URL: http://svn.freebsd.org/changeset/base/197744 Log: MFC r197663: As a workaround, for Intel CPUs, do not use CLFLUSH in pmap_invalidate_cache_range() when self-snoop is apparently not reported in cpu features. Approved

svn commit: r197743 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci vm

2009-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 12:14:49 2009 New Revision: 197743 URL: http://svn.freebsd.org/changeset/base/197743 Log: MFC r197661: Move the annotation for vm_map_startup() immediately before the function. Approved by: re (bz, kensmith) Modified: stable/8/sys/ (props changed) stab

svn commit: r197742 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 12:11:44 2009 New Revision: 197742 URL: http://svn.freebsd.org/changeset/base/197742 Log: MFC r197660: Fix typo. Approved by: re (bz, kensmith) Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cdd

svn commit: r197741 - head/lib/libpmc

2009-10-04 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 4 10:54:20 2009 New Revision: 197741 URL: http://svn.freebsd.org/changeset/base/197741 Log: Install x86 related man pages on x86 systems only. Reviewed by: jkoshy Modified: head/lib/libpmc/Makefile Modified: head/lib/libpmc/Makefile ===

svn commit: r197740 - head/sys/fs/tmpfs

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 10:38:04 2009 New Revision: 197740 URL: http://svn.freebsd.org/changeset/base/197740 Log: Fix a bug that causes the fsx test case of mmap'ed page being out of sync of read/write, inspired by ZFS's counterpart. PR: kern/139312 Submitted by: gk@

svn commit: r197739 - in stable/8/sys: amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 09:57:39 2009 New Revision: 197739 URL: http://svn.freebsd.org/changeset/base/197739 Log: This commit adds subdirectory mergeinfo which was intentionally ommitted from previous changeset. Requested by: kib Approved by: re (kib) Modified: stable/8/sys

svn commit: r197738 - in stable/8/sys: . cddl/contrib/opensolaris/uts/common/fs/zfs

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 09:07:29 2009 New Revision: 197738 URL: http://svn.freebsd.org/changeset/base/197738 Log: MFC revision 197683: Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an old format ZFS, as defined in the manual page. Submitted by: pjd (response