svn commit: r243212 - head/etc/rc.d

2012-11-18 Thread Hiroki Sato
Author: hrs Date: Sun Nov 18 11:22:15 2012 New Revision: 243212 URL: http://svnweb.freebsd.org/changeset/base/243212 Log: Fix condition to check if the maximum number of FIBs is greater than 0 or not. Spotted by: zont Modified: head/etc/rc.d/routing Modified: head/etc/rc.d/routing

svn commit: r243213 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-11-18 Thread Andriy Gapon
Author: avg Date: Sun Nov 18 11:47:25 2012 New Revision: 243213 URL: http://svnweb.freebsd.org/changeset/base/243213 Log: spa_import_rootpool: fall back to use configuration from zpool.cache... if we fail to generate a proper root pool configuration based on disk probing. Currently we

Re: svn commit: r242767 - in head/tools/regression/bin/sh: builtins parser

2012-11-18 Thread Ulrich Spörlein
On Thu, 2012-11-08 at 13:36:19 +, Jilles Tjoelker wrote: Author: jilles Date: Thu Nov 8 13:36:19 2012 New Revision: 242767 URL: http://svnweb.freebsd.org/changeset/base/242767 Log: sh: Add tests for modifying an alias (r242766). Note: parser/alias10.0 will eat a lot of

svn commit: r243227 - head/sys/arm/conf

2012-11-18 Thread Adrian Chadd
Author: adrian Date: Sun Nov 18 14:05:28 2012 New Revision: 243227 URL: http://svnweb.freebsd.org/changeset/base/243227 Log: Correctly use spaces here. Pointed out by: pjd Modified: head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/CAMBRIA

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-18 Thread Andrey Zonov
On 11/11/12 3:04 AM, Andre Oppermann wrote: On 10.11.2012 23:24, Alfred Perlstein wrote: On 11/10/12 11:18 AM, Andre Oppermann wrote: On 10.11.2012 19:04, Peter Wemm wrote: This is complicated but we need a simple user visible view of it. It really needs to be something like nmbclusters

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-18 Thread Andre Oppermann
On 18.11.2012 15:05, Andrey Zonov wrote: On 11/11/12 3:04 AM, Andre Oppermann wrote: On 10.11.2012 23:24, Alfred Perlstein wrote: On 11/10/12 11:18 AM, Andre Oppermann wrote: On 10.11.2012 19:04, Peter Wemm wrote: This is complicated but we need a simple user visible view of it. It really

svn commit: r243228 - head/etc

2012-11-18 Thread Chris Rees
Author: crees (ports committer) Date: Sun Nov 18 14:21:05 2012 New Revision: 243228 URL: http://svnweb.freebsd.org/changeset/base/243228 Log: cp -R misses out dotfiles; use pax instead to copy file hierarchies PR: conf/99721 (based on) Submitted by: Florian Zavatzki

svn commit: r243231 - head/usr.sbin/route6d

2012-11-18 Thread Hiroki Sato
Author: hrs Date: Sun Nov 18 15:11:47 2012 New Revision: 243231 URL: http://svnweb.freebsd.org/changeset/base/243231 Log: Use sin6_scope_id instead of KAME-specific embedded scope id. Modified: head/usr.sbin/route6d/route6d.c Modified: head/usr.sbin/route6d/route6d.c

svn commit: r243232 - head/usr.sbin/route6d

2012-11-18 Thread Hiroki Sato
Author: hrs Date: Sun Nov 18 15:37:27 2012 New Revision: 243232 URL: http://svnweb.freebsd.org/changeset/base/243232 Log: Overhaul of route6d(8): - Use queue(3) for linked-list. - Use a consistent naming scheme for struct members. - Use ANSI C style function declaration. - Add check

Re: svn commit: r243130 - head/etc/root

2012-11-18 Thread Ulrich Spörlein
On Fri, 2012-11-16 at 04:25:35 +, Eitan Adler wrote: Author: eadler Date: Fri Nov 16 04:25:35 2012 New Revision: 243130 URL: http://svnweb.freebsd.org/changeset/base/243130 Log: dot.login is supposed to be for bourne shell, not csh Pointyhat to: me Approved by: cperciva

svn commit: r243233 - head/usr.sbin/route6d

2012-11-18 Thread Hiroki Sato
Author: hrs Date: Sun Nov 18 15:48:02 2012 New Revision: 243233 URL: http://svnweb.freebsd.org/changeset/base/243233 Log: - Increase the number of retry for NET_RT_DUMP from 5 to 15. - Use 2001:db8:: as an example instead of deprecated 3ffe:: address block. - Add check for connected routes.

svn commit: r243234 - head/sys/kern

2012-11-18 Thread Mateusz Guzik
Author: mjg Date: Sun Nov 18 15:48:34 2012 New Revision: 243234 URL: http://svnweb.freebsd.org/changeset/base/243234 Log: Fix possible fp reference leak in posix_openpt Reviewed by: ed Approved by: trasz (mentor) MFC after:3 days Modified: head/sys/kern/tty_pts.c Modified:

svn commit: r243235 - head/sys/netinet6

2012-11-18 Thread Hiroki Sato
Author: hrs Date: Sun Nov 18 16:06:51 2012 New Revision: 243235 URL: http://svnweb.freebsd.org/changeset/base/243235 Log: Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when it is link-local or MC interface-local. Modified: head/sys/netinet6/scope6.c Modified:

svn commit: r243238 - in head: usr.bin/pr usr.bin/seq usr.sbin/nfscbd

2012-11-18 Thread Eitan Adler
Author: eadler Date: Sun Nov 18 16:33:51 2012 New Revision: 243238 URL: http://svnweb.freebsd.org/changeset/base/243238 Log: Standardize EXIT STATUS instructions in man pages when possible. Approved by: bcr (mentor) MFC after:3 days Modified: head/usr.bin/pr/pr.1

svn commit: r243239 - head/usr.bin/find

2012-11-18 Thread Eitan Adler
Author: eadler Date: Sun Nov 18 16:34:03 2012 New Revision: 243239 URL: http://svnweb.freebsd.org/changeset/base/243239 Log: Make it clear that amin and friends take + and - options. PR: docs/173265 Submitted by: Anton Shterenlikht me...@bristol.ac.uk Approved by: bcr

svn commit: r243241 - head/share/man/man7

2012-11-18 Thread Eitan Adler
Author: eadler Date: Sun Nov 18 16:34:09 2012 New Revision: 243241 URL: http://svnweb.freebsd.org/changeset/base/243241 Log: Modernize parts of the ports.7 manual page. Approved by: bcr (mentor) MFC after:3 days Modified: head/share/man/man7/ports.7 Modified:

svn commit: r243242 - head/usr.sbin/route6d

2012-11-18 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Nov 18 16:58:08 2012 New Revision: 243242 URL: http://svnweb.freebsd.org/changeset/base/243242 Log: Minor mdoc fix. Modified: head/usr.sbin/route6d/route6d.8 Modified: head/usr.sbin/route6d/route6d.8

svn commit: r243245 - in head/sys: conf ufs/ffs ufs/ufs

2012-11-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 18 18:57:19 2012 New Revision: 243245 URL: http://svnweb.freebsd.org/changeset/base/243245 Log: Add UFS writesuspension mechanism, designed to allow userland processes to modify on-disk metadata for filesystems mounted for write. Reviewed by: kib, mckusick

svn commit: r243247 - head/include

2012-11-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 18 19:16:10 2012 New Revision: 243247 URL: http://svnweb.freebsd.org/changeset/base/243247 Log: Add change missed in 243245. Modified: head/include/paths.h Modified: head/include/paths.h

Re: svn commit: r243246 - head/sbin/growfs

2012-11-18 Thread Gavin Atkinson
On Sun, 18 Nov 2012, Edward Tomasz Napierala wrote: Author: trasz Date: Sun Nov 18 19:01:00 2012 New Revision: 243246 URL: http://svnweb.freebsd.org/changeset/base/243246 Log: Make it possible to resize filesystems mounted read-write, using newly introduced UFS write suspension

Re: svn commit: r243246 - head/sbin/growfs

2012-11-18 Thread Edward Tomasz Napierała
Wiadomość napisana przez Gavin Atkinson w dniu 18 lis 2012, o godz. 20:25: On Sun, 18 Nov 2012, Edward Tomasz Napierala wrote: Author: trasz Date: Sun Nov 18 19:01:00 2012 New Revision: 243246 URL: http://svnweb.freebsd.org/changeset/base/243246 Log: Make it possible to resize

svn commit: r243248 - head/sbin/growfs

2012-11-18 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Nov 18 19:39:42 2012 New Revision: 243248 URL: http://svnweb.freebsd.org/changeset/base/243248 Log: Remove superfluous paragraph macro. Modified: head/sbin/growfs/growfs.8 Modified: head/sbin/growfs/growfs.8

Re: svn commit: r243228 - head/etc

2012-11-18 Thread Ed Schouten
Hi Chris, 2012/11/18 Chris Rees cr...@freebsd.org: Modified: head/etc/rc.initdiskless == --- head/etc/rc.initdisklessSun Nov 18 14:05:28 2012(r243227) +++ head/etc/rc.initdisklessSun Nov 18 14:21:05

svn commit: r243249 - head/sys/dev/ath/ath_hal/ar5211

2012-11-18 Thread Adrian Chadd
Author: adrian Date: Sun Nov 18 20:41:46 2012 New Revision: 243249 URL: http://svnweb.freebsd.org/changeset/base/243249 Log: Remove this include, it isn't needed. Modified: head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Modified: head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h

Re: svn commit: r243228 - head/etc

2012-11-18 Thread Chris Rees
On 18 Nov 2012 20:39, Ed Schouten e...@80386.nl wrote: Hi Chris, 2012/11/18 Chris Rees cr...@freebsd.org: Modified: head/etc/rc.initdiskless == --- head/etc/rc.initdisklessSun Nov 18 14:05:28 2012 (r243227)

svn commit: r243250 - head/sys/ufs/ffs

2012-11-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 18 22:03:31 2012 New Revision: 243250 URL: http://svnweb.freebsd.org/changeset/base/243250 Log: Fix build of kdump(1). Modified: head/sys/ufs/ffs/fs.h Modified: head/sys/ufs/ffs/fs.h ==

svn commit: r243251 - head/share/man/man9

2012-11-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun Nov 18 22:52:17 2012 New Revision: 243251 URL: http://svnweb.freebsd.org/changeset/base/243251 Log: Improve grammar. Approved by: hrs (mentor) Modified: head/share/man/man9/sleep.9 Modified: head/share/man/man9/sleep.9

svn commit: r243252 - head/tools/regression/bin/sh/parser

2012-11-18 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 18 23:15:22 2012 New Revision: 243252 URL: http://svnweb.freebsd.org/changeset/base/243252 Log: sh: Apply rlimits to parser/alias10.0 so it fails fast. Requested by: uqs Modified: head/tools/regression/bin/sh/parser/alias10.0 Modified:

Re: svn commit: r243228 - head/etc

2012-11-18 Thread Ian Lepore
On Sun, 2012-11-18 at 21:59 +, Chris Rees wrote: On 18 Nov 2012 20:39, Ed Schouten e...@80386.nl wrote: Hi Chris, 2012/11/18 Chris Rees cr...@freebsd.org: Modified: head/etc/rc.initdiskless == ---

svn commit: r243253 - head/sys/mips/cavium

2012-11-18 Thread Juli Mallett
Author: jmallett Date: Mon Nov 19 00:19:27 2012 New Revision: 243253 URL: http://svnweb.freebsd.org/changeset/base/243253 Log: o) Do boot descriptor parsing before console setup so that we can use a console other than UART 0 from the outset. o) Print board information from sysinfo after

svn commit: r243254 - head/sys/boot/powerpc/boot1.chrp

2012-11-18 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 19 01:15:32 2012 New Revision: 243254 URL: http://svnweb.freebsd.org/changeset/base/243254 Log: Fix build on powerpc. Reviewed by: nwhitehorn Modified: head/sys/boot/powerpc/boot1.chrp/boot1.c Modified: head/sys/boot/powerpc/boot1.chrp/boot1.c

svn commit: r243260 - head/sys/contrib/octeon-sdk

2012-11-18 Thread Juli Mallett
Author: jmallett Date: Mon Nov 19 05:24:33 2012 New Revision: 243260 URL: http://svnweb.freebsd.org/changeset/base/243260 Log: Fix packet receive on the ATCA-7220 by disabling FCS-related checks, since the FCS is stripped by the underlying hardware before it reaches the Octeon. Modified:

Re: svn commit: r243251 - head/share/man/man9

2012-11-18 Thread Konstantin Belousov
On Sun, Nov 18, 2012 at 10:52:17PM +, Benjamin Kaduk wrote: Author: bjk (doc committer) Date: Sun Nov 18 22:52:17 2012 New Revision: 243251 URL: http://svnweb.freebsd.org/changeset/base/243251 Log: Improve grammar. Approved by:hrs (mentor) Modified: