Re: svn commit: r217714 - head/sbin/fdisk

2011-01-21 Thread Bruce Evans
On Sat, 22 Jan 2011, Maxim Sobolev wrote: Log: Warn user when value entered is greated than the amount supported by the MBR for the given parameter and set that parameter to the maximum value instead of just truncating the most significant part silently. Could happen for example if the cap

svn commit: r217714 - head/sbin/fdisk

2011-01-21 Thread Maxim Sobolev
Author: sobomax Date: Sat Jan 22 05:21:20 2011 New Revision: 217714 URL: http://svn.freebsd.org/changeset/base/217714 Log: Warn user when value entered is greated than the amount supported by the MBR for the given parameter and set that parameter to the maximum value instead of just truncati

svn commit: r217713 - stable/8/sys/dev/ixgbe

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 01:48:12 2011 New Revision: 217713 URL: http://svn.freebsd.org/changeset/base/217713 Log: MFC rev 217593: Critical fix for panic on 82598 Phy detection now dynamic Flow Director improvement Critical fix for buf sz (jumbos) R

svn commit: r217712 - stable/8/sys/dev/ixgbe

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 01:43:07 2011 New Revision: 217712 URL: http://svn.freebsd.org/changeset/base/217712 Log: MFC rev 217127 - correct a couple SYSCTL variables Modified: stable/8/sys/dev/ixgbe/ixgbe.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/inclu

svn commit: r217711 - stable/8/sys/dev/e1000

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 01:37:53 2011 New Revision: 217711 URL: http://svn.freebsd.org/changeset/base/217711 Log: MFC rev 217591 Modified: stable/8/sys/dev/e1000/if_em.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8

svn commit: r217710 - stable/8/sys/dev/e1000

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 01:34:08 2011 New Revision: 217710 URL: http://svn.freebsd.org/changeset/base/217710 Log: MFC rev 217295 Modified: stable/8/sys/dev/e1000/if_em.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8

svn commit: r217709 - head/sys/arm/mv

2011-01-21 Thread Marcel Moolenaar
Author: marcel Date: Sat Jan 22 01:31:59 2011 New Revision: 217709 URL: http://svn.freebsd.org/changeset/base/217709 Log: Fix r217688. We need to call init_param1() before we use msgbufsize, now that the size of the message buffer is a tunable. Modified: head/sys/arm/mv/mv_machdep.c Modifi

svn commit: r217708 - head/sys/arm/mv

2011-01-21 Thread Marcel Moolenaar
Author: marcel Date: Sat Jan 22 00:32:12 2011 New Revision: 217708 URL: http://svn.freebsd.org/changeset/base/217708 Log: Fix backtraces by defining ksym_start & ksym_end if DDB is defined. The kernel linker doesn't deal with symbols of type NOTYPE and typically gives the wrong symbol ($a) f

svn commit: r217707 - head/sys/dev/ixgbe

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 00:19:15 2011 New Revision: 217707 URL: http://svn.freebsd.org/changeset/base/217707 Log: Don't bother to run the flowcontrol code if there is no change. Thanks to Andrew for the tweak. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c =

svn commit: r217706 - head/sys/dev/ixgbe

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Sat Jan 22 00:08:06 2011 New Revision: 217706 URL: http://svn.freebsd.org/changeset/base/217706 Log: Missing case for 82598DA type adapter, thanks Andrew. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c =

svn commit: r217705 - head/sys/dev/ixgbe

2011-01-21 Thread Jack F Vogel
Author: jfv Date: Fri Jan 21 23:55:28 2011 New Revision: 217705 URL: http://svn.freebsd.org/changeset/base/217705 Log: Leftover bogus TX UNLOCK removed. Thanks to Andrew Boyer. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c ===

svn commit: r217704 - head/lib/libc/sys

2011-01-21 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 21 22:15:17 2011 New Revision: 217704 URL: http://svn.freebsd.org/changeset/base/217704 Log: getgroups(2): Remove mention of and refer to sysconf(3). Because {NGROUPS_MAX} may become variable, its value should be obtained using sysconf(3). If a #define is use

svn commit: r217703 - head/sys/fs/ext2fs

2011-01-21 Thread John Baldwin
Author: jhb Date: Fri Jan 21 22:00:40 2011 New Revision: 217703 URL: http://svn.freebsd.org/changeset/base/217703 Log: - Move special inode constants to ext2_dinode.h and rename them to match NetBSD. - Add a constant for the HASJOURNAL compat flag. PR: kern/153584 Submitte

svn commit: r217702 - head/sys/fs/ext2fs

2011-01-21 Thread John Baldwin
Author: jhb Date: Fri Jan 21 21:33:46 2011 New Revision: 217702 URL: http://svn.freebsd.org/changeset/base/217702 Log: Restore support for the 'async' and 'sync' mount options lost when switching to nmount(2). While here, sort the options. PR: kern/153584 Submitted by: Pedro

svn commit: r217701 - in stable/7/sys/amd64: ia32 linux32

2011-01-21 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 21 18:32:29 2011 New Revision: 217701 URL: http://svn.freebsd.org/changeset/base/217701 Log: MFC: r217424 Remove redundant, bogus, and even harmful uses of setting TS bit in CR0. It is done from fpstate_drop() when it is really necessary. Modified: stable/7/

svn commit: r217700 - in stable/8/sys/amd64: ia32 linux32

2011-01-21 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 21 18:31:57 2011 New Revision: 217700 URL: http://svn.freebsd.org/changeset/base/217700 Log: MFC: r217424 Remove redundant, bogus, and even harmful uses of setting TS bit in CR0. It is done from fpstate_drop() when it is really necessary. Modified: stable/8/

svn commit: r217699 - stable/8/usr.bin/unifdef

2011-01-21 Thread Tony Finch
Author: fanf Date: Fri Jan 21 18:18:55 2011 New Revision: 217699 URL: http://svn.freebsd.org/changeset/base/217699 Log: MFC r217698: unifdef-2.5.6 Modified: stable/8/usr.bin/unifdef/unifdef.c Directory Properties: stable/8/usr.bin/unifdef/ (props changed) Modified: stable/8/usr.bin/unifd

svn commit: r217698 - head/usr.bin/unifdef

2011-01-21 Thread Tony Finch
Author: fanf Date: Fri Jan 21 18:10:11 2011 New Revision: 217698 URL: http://svn.freebsd.org/changeset/base/217698 Log: Update to upstrea version 2.5.6. Detect IO errors properly. Write #line directives to the correct output stream. Obtained from:http://dotat.at/prog/unifdef

svn commit: r217697 - stable/8/share/man/man5

2011-01-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jan 21 17:53:40 2011 New Revision: 217697 URL: http://svn.freebsd.org/changeset/base/217697 Log: MFC r216667: The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove the quotes to not mislead people. MFC r216668: Fix date, broken in r216

svn commit: r217696 - svnadmin/conf

2011-01-21 Thread Konstantin Belousov
Author: kib Date: Fri Jan 21 16:22:11 2011 New Revision: 217696 URL: http://svn.freebsd.org/changeset/base/217696 Log: Josh Paetzel has src commit bit now. Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access ==

svn commit: r217695 - releng/7.4/share/man/man4

2011-01-21 Thread Marius Strobl
Author: marius Date: Fri Jan 21 14:07:38 2011 New Revision: 217695 URL: http://svn.freebsd.org/changeset/base/217695 Log: MFC: r217464, r217468, r217475 Add a manual page for rgephy(4) and reference it as appropriate. The motivation for having rgephy.4 is to document the special media opt

svn commit: r217694 - releng/8.2/share/man/man4

2011-01-21 Thread Marius Strobl
Author: marius Date: Fri Jan 21 14:05:11 2011 New Revision: 217694 URL: http://svn.freebsd.org/changeset/base/217694 Log: MFC: r217464, r217468, r217475 Add a manual page for rgephy(4) and reference it as appropriate. The motivation for having rgephy.4 is to document the special media opt

Re: svn commit: r217688 - in head/sys: amd64/amd64 arm/at91 arm/econa arm/mv arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 arm/xscale/pxa boot/common boot/forth i386/i386 i386/xen

2011-01-21 Thread Sergey Kandaurov
On 21 January 2011 13:26, Sergey Kandaurov wrote: > Author: pluknet > Date: Fri Jan 21 10:26:26 2011 > New Revision: 217688 > URL: http://svn.freebsd.org/changeset/base/217688 > > Log: >  Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. > >  Submitted by: perryh pluto.rain.com (pre

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

2011-01-21 Thread Jilles Tjoelker
On Tue, Jan 18, 2011 at 04:43:41PM -0800, Garrett Cooper wrote: > On Tue, Jan 18, 2011 at 4:35 PM, Doug Barton wrote: > > On 01/18/2011 14:33, Garrett Cooper wrote: > >> On Tue, Jan 18, 2011 at 1:18 PM, Jilles Tjoelker > >>  wrote: > >>> Author: jilles > >>> Date: Tue Jan 18 21:18:31 2011 > >>> N

svn commit: r217689 - head/sys/boot/forth

2011-01-21 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jan 21 12:15:21 2011 New Revision: 217689 URL: http://svn.freebsd.org/changeset/base/217689 Log: Add kern.msgbufsize default setting to /boot/defaults/loader.conf. Suggested by: Alex Kozlov (via private mail) Approved by: kib (mentor) Modified: head/sys/boot

svn commit: r217688 - in head/sys: amd64/amd64 arm/at91 arm/econa arm/mv arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 arm/xscale/pxa boot/common boot/forth i386/i386 i386/xen i...

2011-01-21 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jan 21 10:26:26 2011 New Revision: 217688 URL: http://svn.freebsd.org/changeset/base/217688 Log: Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. Submitted by: perryh pluto.rain.com (previous version) Reviewed by: jhb Approved by: kib (mentor)