Re: svn commit: r214224 - in head/sys/fs: nfs nfsserver

2010-10-23 Thread Gleb Kurtsou
On (22/10/2010 21:38), Rick Macklem wrote: > Author: rmacklem > Date: Fri Oct 22 21:38:56 2010 > New Revision: 214224 > URL: http://svn.freebsd.org/changeset/base/214224 > > Log: > Modify the file handle hash function in the experimental NFS > server so that it will work better for non-UFS fil

Re: svn commit: r214199 - stable/8

2010-10-23 Thread Robert Watson
On Fri, 22 Oct 2010, Andriy Gapon wrote: +20101022: + A workaround for a fixed ld bug has been removed in kernel code, + so make sure that your system ld is built from sources after + revision 211583 (r210245 if building stable/8 kernel on head, + r211584 for stable/7).

svn commit: r214236 - head/sys/dev/iwi

2010-10-23 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Oct 23 11:26:22 2010 New Revision: 214236 URL: http://svn.freebsd.org/changeset/base/214236 Log: The firmware does pad notifications to an even number of bytes (at least the association notification), the included information though always contains an elem block wi

svn commit: r214237 - head/contrib/bsnmp/snmpd

2010-10-23 Thread Ulrich Spoerlein
Author: uqs Date: Sat Oct 23 12:27:39 2010 New Revision: 214237 URL: http://svn.freebsd.org/changeset/base/214237 Log: Remove mention of non-existant -o flag for debugging options. MFC after:3 days Modified: head/contrib/bsnmp/snmpd/bsnmpd.1 Modified: head/contrib/bsnmp/snmpd/bsnmpd

Re: svn commit: r212803 - head/sys/netinet

2010-10-23 Thread Bjoern A. Zeeb
On Fri, 17 Sep 2010, Andre Oppermann wrote: Author: andre Date: Fri Sep 17 22:05:27 2010 New Revision: 212803 URL: http://svn.freebsd.org/changeset/base/212803 Log: Rearrange the TSO code to make it more readable and to clearly separate the decision logic, of whether we can do TSO, and the c

svn commit: r214238 - head/sys/kern

2010-10-23 Thread David Xu
Author: davidxu Date: Sat Oct 23 13:16:39 2010 New Revision: 214238 URL: http://svn.freebsd.org/changeset/base/214238 Log: In thr_exit() and kthread_exit(), only remove thread from hash if it can directly exit, otherwise let exit1() do it. The change should be in r213950, but for unknown rea

svn commit: r214239 - stable/8/bin/sh

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 13:36:09 2010 New Revision: 214239 URL: http://svn.freebsd.org/changeset/base/214239 Log: MFC r213926: sh(1): Clarify subshells/processes for pipelines. For multi-command pipelines, 1. all commands are direct children of the shell (unlike the original

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

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 13:57:26 2010 New Revision: 214240 URL: http://svn.freebsd.org/changeset/base/214240 Log: MFC r197848: Clarify quoting of word in ${v=word} in sh(1). Modified: stable/7/bin/sh/sh.1 Directory Properties: stable/7/bin/sh/ (props changed) Modified: stable/7/b

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

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 14:00:31 2010 New Revision: 214241 URL: http://svn.freebsd.org/changeset/base/214241 Log: MFC r212417: sh(1): Remove xrefs for expr(1) and getopt(1). expr(1) should usually not be used as various forms of parameter expansion and arithmetic expansion replica

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

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 14:04:04 2010 New Revision: 214242 URL: http://svn.freebsd.org/changeset/base/214242 Log: MFC r211621: sh(1): Add a brief summary of arithmetic expressions. Modified: stable/7/bin/sh/sh.1 Directory Properties: stable/7/bin/sh/ (props changed) Modified: sta

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

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 14:15:10 2010 New Revision: 214243 URL: http://svn.freebsd.org/changeset/base/214243 Log: MFC r207831: sh(1): Fix "reserved word" vs "keyword" inconsistency. Use "keyword" everywhere, like the output of the 'type' builtin, and only mention "reserved word" once

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

2010-10-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 23 14:16:33 2010 New Revision: 214244 URL: http://svn.freebsd.org/changeset/base/214244 Log: MFC r213926: sh(1): Clarify subshells/processes for pipelines. For multi-command pipelines, 1. all commands are direct children of the shell (unlike the original

svn commit: r214245 - head/sys/kern

2010-10-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 23 14:22:50 2010 New Revision: 214245 URL: http://svn.freebsd.org/changeset/base/214245 Log: Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/... branch some time ago. MFC after:two weeks Modified: head/sys/kern/subr_acl_nfs4

svn commit: r214249 - head/sys/security/mac

2010-10-23 Thread Robert Watson
Author: rwatson Date: Sat Oct 23 16:59:39 2010 New Revision: 214249 URL: http://svn.freebsd.org/changeset/base/214249 Log: Add missing DTrace probe invocation to mac_vnode_check_open; the probe was declared, but never used. MFC after:3 days Sponsored by: Google, Inc. Modified: he

svn commit: r214250 - in head/sys: netinet netinet6 netipsec

2010-10-23 Thread Bjoern A. Zeeb
Author: bz Date: Sat Oct 23 20:35:40 2010 New Revision: 214250 URL: http://svn.freebsd.org/changeset/base/214250 Log: Make the IPsec SADB embedded route cache a union to be able to hold both the legacy and IPv6 route destination address. Previously in case of IPv6, there was a memory overwri

Re: svn commit: r214045 - in stable/8/tools/regression/bin/sh: builtins errors execution expansion set-e

2010-10-23 Thread Jilles Tjoelker
On Mon, Oct 18, 2010 at 11:10:32PM +, David E. O'Brien wrote: > Author: obrien > Date: Mon Oct 18 23:10:32 2010 > New Revision: 214045 > URL: http://svn.freebsd.org/changeset/base/214045 > > Log: > MFC: > r204801: make sure to popredir() even if a special builtin caused an error > r2

svn commit: r214251 - head/sys/dev/bge

2010-10-23 Thread Pyun YongHyeon
Author: yongari Date: Sat Oct 23 21:25:50 2010 New Revision: 214251 URL: http://svn.freebsd.org/changeset/base/214251 Log: Apply the same workaround for SDI flow control used on BCM5906 A1 to BCM6906 A0/A2. This should fix a long standing BCM5906 A2 lockup issues. Data sheet explicitly menti

svn commit: r214252 - stable/8/sbin/geom/core

2010-10-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Oct 23 21:56:50 2010 New Revision: 214252 URL: http://svn.freebsd.org/changeset/base/214252 Log: Implement G_TYPE_MULTI and G_VAL_OPTIONAL for stable/8. This should have been MFC, but I've no green light from marcel to remove G_TYPE_ASCNUM and gc_argname and to modif

svn commit: r214253 - stable/8/sbin/geom/core

2010-10-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Oct 23 22:04:37 2010 New Revision: 214253 URL: http://svn.freebsd.org/changeset/base/214253 Log: Constify go_val field. (Should've been MFC of r212547.) Modified: stable/8/sbin/geom/core/geom.c stable/8/sbin/geom/core/geom.h Modified: stable/8/sbin/geom/core/geom

svn commit: r214254 - stable/8/sys/opencrypto

2010-10-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Oct 23 22:11:30 2010 New Revision: 214254 URL: http://svn.freebsd.org/changeset/base/214254 Log: MFC r213065,r213068: r213065: Remove redundant space. r213068: Add support for AES-XTS. Obtained from:OpenBSD Modified: stable/8/sys/opencryp

svn commit: r214255 - in head/sys/fs: nfs nfsserver

2010-10-23 Thread Rick Macklem
Author: rmacklem Date: Sat Oct 23 22:28:29 2010 New Revision: 214255 URL: http://svn.freebsd.org/changeset/base/214255 Log: Modify the experimental NFSv4 server's file handle hash function to use the generic hash32_buf() function. Although adding the bytes seemed sufficient for UFS and ZFS,

svn commit: r214256 - head/lib/libfetch

2010-10-23 Thread Ed Maste
Author: emaste Date: Sun Oct 24 01:05:10 2010 New Revision: 214256 URL: http://svn.freebsd.org/changeset/base/214256 Log: Move variable declarations into the conditional block where they are used, to fix warning if WITH_SSL is not set. Submitted by: Sean Bruno MFC after:1 week Modi

svn commit: r214257 - head/sys/boot/pc98/boot2

2010-10-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 24 02:59:02 2010 New Revision: 214257 URL: http://svn.freebsd.org/changeset/base/214257 Log: MFi386: revision 214210 Avoid using memcpy() for copying 32bit chunks. This shrinks the resulting code a little. Modified: head/sys/boot/pc98/boot2/boot2.c Modif

svn commit: r214258 - head/sys/pc98/pc98

2010-10-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 24 03:20:54 2010 New Revision: 214258 URL: http://svn.freebsd.org/changeset/base/214258 Log: MFi386: the part of revision 213226. Rewrite the i386 memory probe: - Move the base memory setup into a new basemem_setup() routine. MFC after:1 week Modif

svn commit: r214260 - head/lib/libc/mips

2010-10-23 Thread Jayachandran C.
Author: jchandra Date: Sun Oct 24 05:22:07 2010 New Revision: 214260 URL: http://svn.freebsd.org/changeset/base/214260 Log: Fix PIC_RETURN when abicalls are not defined. Submitted by: Artem Belevich (artemb at gmail dot com) Modified: head/lib/libc/mips/SYS.h Modified: head/lib/libc/mip

Re: svn commit: r212803 - head/sys/netinet

2010-10-23 Thread Andre Oppermann
On 23.10.2010 15:10, Bjoern A. Zeeb wrote: On Fri, 17 Sep 2010, Andre Oppermann wrote: Author: andre Date: Fri Sep 17 22:05:27 2010 New Revision: 212803 URL: http://svn.freebsd.org/changeset/base/212803 Log: Rearrange the TSO code to make it more readable and to clearly separate the decision l