svn commit: r210634 - stable/8/sys/geom/part

2010-07-30 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 30 07:30:57 2010 New Revision: 210634 URL: http://svn.freebsd.org/changeset/base/210634 Log: MFC r210401: Prevent access after free to table entry in case when user deletes partition that not yet created (changes doesn't committed to disk). PR:

svn commit: r210635 - stable/8/sbin/geom/class/part

2010-07-30 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 30 07:31:50 2010 New Revision: 210635 URL: http://svn.freebsd.org/changeset/base/210635 Log: MFC r210408: Document that SI unit suffixes are supported for -b and -s options of add verb. Mention about maximum size limit for freebsd-boot partition. It should

svn commit: r210636 - head/share/mk

2010-07-30 Thread Rui Paulo
Author: rpaulo Date: Fri Jul 30 08:52:19 2010 New Revision: 210636 URL: http://svn.freebsd.org/changeset/base/210636 Log: Fix previous commit: I forgot to include parenthesis. Submitted by: anonymous Modified: head/share/mk/bsd.lib.mk head/share/mk/bsd.prog.mk head/share/mk/sys.mk

svn commit: r210637 - head/games/pom

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 09:34:40 2010 New Revision: 210637 URL: http://svn.freebsd.org/changeset/base/210637 Log: Fix typo in pom(6) manpage PR: docs/148825 Submitted by: Anatoly Borodin MFC after:1 week Modified: head/games/pom/pom.6 Modified:

svn commit: r210638 - head/sys/mips/mips

2010-07-30 Thread Jayachandran C.
Author: jchandra Date: Fri Jul 30 09:38:47 2010 New Revision: 210638 URL: http://svn.freebsd.org/changeset/base/210638 Log: MIPS n64 support - support kstack in XKSEG. - enable KX on entry from user-space, we need KX set to save to XKSEG addresses. - add MIPS_XKSEG_START to genassym.c

svn commit: r210639 - head/usr.bin/grep/nls

2010-07-30 Thread Gabor Kovesdan
Author: gabor Date: Fri Jul 30 11:07:24 2010 New Revision: 210639 URL: http://svn.freebsd.org/changeset/base/210639 Log: - Add Ukranian catalog Submitted by: Alex Kozlov s...@rm-rf.kiev.ua Added: head/usr.bin/grep/nls/uk_UA.UTF-8.msg (contents, props changed) Modified:

svn commit: r210640 - in stable/8/contrib/nvi: docs ex

2010-07-30 Thread Jaakko Heinonen
Author: jh Date: Fri Jul 30 11:55:52 2010 New Revision: 210640 URL: http://svn.freebsd.org/changeset/base/210640 Log: MFC r208611: Fix misspelling of substitution. PR: bin/130874 Modified: stable/8/contrib/nvi/docs/help stable/8/contrib/nvi/ex/ex_cmd.c Directory

svn commit: r210641 - in head: lib/libc/sys share/man/man4 tools/debugscripts usr.bin/ar usr.sbin/sysinstall/help usr.sbin/ugidfw

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 11:58:18 2010 New Revision: 210641 URL: http://svn.freebsd.org/changeset/base/210641 Log: Fix a couple of typos. PR: docs/148891 Submitted by: olgeni MFC after:1 week Modified: head/lib/libc/sys/sctp_peeloff.2 head/share/man/man4/isp.4

svn commit: r210642 - in stable/8: tools/regression/usr.bin tools/regression/usr.bin/apply tools/regression/usr.bin/pkill usr.bin/apply

2010-07-30 Thread Jaakko Heinonen
Author: jh Date: Fri Jul 30 12:04:29 2010 New Revision: 210642 URL: http://svn.freebsd.org/changeset/base/210642 Log: MFC r204761: - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. snprintf(3) doesn't set errno in the tested cases. - If the same argument

svn commit: r210643 - in stable: 7/bin/chio 8/bin/chio

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 12:36:40 2010 New Revision: 210643 URL: http://svn.freebsd.org/changeset/base/210643 Log: MFC r208730: Zero struct before reading from it PR: 140384 Modified: stable/8/bin/chio/chio.c Directory Properties: stable/8/bin/chio/ (props changed)

svn commit: r210643 - in stable: 7/bin/chio 8/bin/chio

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 12:36:40 2010 New Revision: 210643 URL: http://svn.freebsd.org/changeset/base/210643 Log: MFC r208730: Zero struct before reading from it PR: 140384 Modified: stable/7/bin/chio/chio.c Directory Properties: stable/7/bin/chio/ (props changed)

svn commit: r210644 - head/sys/mips/mips

2010-07-30 Thread Jayachandran C.
Author: jchandra Date: Fri Jul 30 12:45:00 2010 New Revision: 210644 URL: http://svn.freebsd.org/changeset/base/210644 Log: n64 support - enable UX bit in STATUS for kernel and userspace. - enable UX in kernel start, and kernel entry - keep UX flag in cpu_fork and cpu_set_upcall -

svn commit: r210645 - head/sbin/geom/class/sched

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 12:56:34 2010 New Revision: 210645 URL: http://svn.freebsd.org/changeset/base/210645 Log: gsched(8) was first released with FreeBSD 8.1 MFC after:3 days Modified: head/sbin/geom/class/sched/gsched.8 Modified: head/sbin/geom/class/sched/gsched.8

svn commit: r210646 - stable/8/sys/geom

2010-07-30 Thread Jaakko Heinonen
Author: jh Date: Fri Jul 30 13:23:21 2010 New Revision: 210646 URL: http://svn.freebsd.org/changeset/base/210646 Log: MFC r207671: Fix deadlock between GEOM class unloading and withering. Withering can't proceed while g_unload_class() blocks the event thread. Fix this by not running

svn commit: r210650 - head/sys/boot/zfs

2010-07-30 Thread Doug Rabson
Author: dfr Date: Fri Jul 30 13:54:15 2010 New Revision: 210650 URL: http://svn.freebsd.org/changeset/base/210650 Log: A simple test harness to help debug problems with the ZFS boot code. Added: head/sys/boot/zfs/zfstest.c (contents, props changed) Added: head/sys/boot/zfs/zfstest.c

Re: svn commit: r210616 - stable/8/bin/sh

2010-07-30 Thread Jilles Tjoelker
On Thu, Jul 29, 2010 at 07:46:20PM -0400, jhell wrote: So what has been commited here is implicitly stating that instead of using ( trap 'exit 1' 2 ) in a script to catch SIGINT and exit it is now being done on behalf of the user with no way for them to control it ? No, this commit only

svn commit: r210652 - head/usr.bin/grep

2010-07-30 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Jul 30 14:05:20 2010 New Revision: 210652 URL: http://svn.freebsd.org/changeset/base/210652 Log: Fix spelling. Modified: head/usr.bin/grep/grep.1 Modified: head/usr.bin/grep/grep.1

svn commit: r210654 - svnadmin/conf

2010-07-30 Thread Ken Smith
Author: kensmith Date: Fri Jul 30 14:38:35 2010 New Revision: 210654 URL: http://svn.freebsd.org/changeset/base/210654 Log: Turn releng/8.1 over to secteam. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers

svn commit: r210656 - head/share/mk

2010-07-30 Thread Rui Paulo
Author: rpaulo Date: Fri Jul 30 15:25:57 2010 New Revision: 210656 URL: http://svn.freebsd.org/changeset/base/210656 Log: Add missing escape characthers. Pointed out by: b.f. Modified: head/share/mk/bsd.lib.mk head/share/mk/bsd.prog.mk Modified: head/share/mk/bsd.lib.mk

svn commit: r210659 - stable/8/sbin/newfs_msdos

2010-07-30 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Fri Jul 30 16:23:45 2010 New Revision: 210659 URL: http://svn.freebsd.org/changeset/base/210659 Log: MFC r210463: Clarify that the number of bytes per sector-range in the -S option is meant to be inclusive. The original issue of the PR was already

svn commit: r210660 - stable/8/lib/libc/locale

2010-07-30 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Fri Jul 30 16:27:41 2010 New Revision: 210660 URL: http://svn.freebsd.org/changeset/base/210660 Log: MFC r210468: Apply a small grammar fix to {toupper,tolower}(3). PR: docs/140458 Submitted by: Jeremy Huddleston (Jeremyhu at apple dot

svn commit: r210661 - head/sys/dev/et

2010-07-30 Thread Xin LI
Author: delphij Date: Fri Jul 30 17:51:22 2010 New Revision: 210661 URL: http://svn.freebsd.org/changeset/base/210661 Log: Change copyright holder to author. We prefer using a real legal entity for copyright holders. Approved by: sephe MFC after:3 days Modified:

svn commit: r210662 - head/games/fortune/datfiles

2010-07-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 30 20:20:14 2010 New Revision: 210662 URL: http://svn.freebsd.org/changeset/base/210662 Log: Fix indention of attribution line for some recent additions. MFC after:3 days Modified: head/games/fortune/datfiles/fortunes Modified:

svn commit: r210663 - head/sys/powerpc/conf

2010-07-30 Thread Matthew D Fleming
Author: mdf Date: Fri Jul 30 20:25:04 2010 New Revision: 210663 URL: http://svn.freebsd.org/changeset/base/210663 Log: Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file. Requested by:nwhitehorn Approved by: zml (mentor) Modified:

svn commit: r210664 - stable/7/sys/net

2010-07-30 Thread Bjoern A. Zeeb
Author: bz Date: Fri Jul 30 21:28:25 2010 New Revision: 210664 URL: http://svn.freebsd.org/changeset/base/210664 Log: MFC r210532: Return NULL rather than 0 for a pointer. Modified: stable/7/sys/net/if.c Directory Properties: stable/7/sys/ (props changed)

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

2010-07-30 Thread Xin LI
Author: delphij Date: Fri Jul 30 21:39:28 2010 New Revision: 210665 URL: http://svn.freebsd.org/changeset/base/210665 Log: In rdmsr_safe, use zero extend (by doing a 32-bit movl over eax to itself) instead of a sign extend. Discussed with: stas MFC after:1 month Modified:

svn commit: r210666 - head/sys/netinet

2010-07-30 Thread Andre Oppermann
Author: andre Date: Fri Jul 30 21:45:53 2010 New Revision: 210666 URL: http://svn.freebsd.org/changeset/base/210666 Log: Fix a bug in syncache where the initial CWND for new incoming connections was limited to one segment under the faulty assumption of a retransmit. Due to this the

svn commit: r210667 - stable/8/sys/net

2010-07-30 Thread Bjoern A. Zeeb
Author: bz Date: Fri Jul 30 21:58:35 2010 New Revision: 210667 URL: http://svn.freebsd.org/changeset/base/210667 Log: MFC r210532: Return NULL rather than 0 for a pointer. Modified: stable/8/sys/net/if.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r210668 - head/sys/modules/ata/atacore

2010-07-30 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 31 00:08:18 2010 New Revision: 210668 URL: http://svn.freebsd.org/changeset/base/210668 Log: pci_if.h is required to build atacore. Modified: head/sys/modules/ata/atacore/Makefile Modified: head/sys/modules/ata/atacore/Makefile

Re: svn commit: r210616 - stable/8/bin/sh

2010-07-30 Thread jhell
On 07/30/2010 09:56, Jilles Tjoelker wrote: On Thu, Jul 29, 2010 at 07:46:20PM -0400, jhell wrote: So what has been commited here is implicitly stating that instead of using ( trap 'exit 1' 2 ) in a script to catch SIGINT and exit it is now being done on behalf of the user with no way for them