Re: svn commit: r222723 - head/sys/sys

2011-06-05 Thread Andriy Gapon
on 06/06/2011 00:23 Pan Tsu said the following: > Andriy Gapon writes: > >> Author: avg >> Date: Sun Jun 5 21:01:41 2011 >> New Revision: 222723 >> URL: http://svn.freebsd.org/changeset/base/222723 >> >> Log: >> add SNDCTL_DSP_HALT specified by OSS >> >> This is really a new name for SNDC

Re: svn commit: r222726 - head/release/ia64

2011-06-05 Thread Marcel Moolenaar
On Jun 5, 2011, at 8:40 PM, Nathan Whitehorn wrote: > On 06/05/11 20:52, Marcel Moolenaar wrote: >> Author: marcel >> Date: Mon Jun 6 01:52:15 2011 >> New Revision: 222726 >> URL: http://svn.freebsd.org/changeset/base/222726 >> >> Log: >> Fix ia64 ISO creation: >> o boot/mfsroot.gz is no

svn commit: r222734 - head/sys/netinet6

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 04:12:57 2011 New Revision: 222734 URL: http://svn.freebsd.org/changeset/base/222734 Log: Do not activate automatic LL addr configuration when 0/1->1 transition of ND6_IFF_IFDISABLED flag. Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

Re: svn commit: r222726 - head/release/ia64

2011-06-05 Thread Nathan Whitehorn
On 06/05/11 20:52, Marcel Moolenaar wrote: Author: marcel Date: Mon Jun 6 01:52:15 2011 New Revision: 222726 URL: http://svn.freebsd.org/changeset/base/222726 Log: Fix ia64 ISO creation: o boot/mfsroot.gz is no more. Copy it only when it exists so as still to be compatible with M

svn commit: r222733 - head/etc

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 03:37:33 2011 New Revision: 222733 URL: http://svn.freebsd.org/changeset/base/222733 Log: Remove "ifconfig IF inet6 -accept_rtadv" when ipv6_gateway_enable=YES because this is no longer needed. Modified: head/etc/network.subr Modified: head/etc/network.subr ===

svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 03:06:43 2011 New Revision: 222732 URL: http://svn.freebsd.org/changeset/base/222732 Log: - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement Options for DNS Configuration) into rtadvd(8) and rtsold(8). DNS information received by rtsold

svn commit: r222730 - head/sys/netinet6

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 02:37:38 2011 New Revision: 222730 URL: http://svn.freebsd.org/changeset/base/222730 Log: - Make the code more proactively clear an ND6_IFF_IFDISABLED flag when an explicit action for INET6 configuration happens. The changes are: 1. When an ND6 flag is ch

svn commit: r222728 - in head: sbin/ifconfig sys/netinet6

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 02:14:23 2011 New Revision: 222728 URL: http://svn.freebsd.org/changeset/base/222728 Log: - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. - A new per-interface knob IFF_ND6_NO_RADR and sysctl IPV6CTL_NO_RADR. This controls if acc

svn commit: r222726 - head/release/ia64

2011-06-05 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 6 01:52:15 2011 New Revision: 222726 URL: http://svn.freebsd.org/changeset/base/222726 Log: Fix ia64 ISO creation: o boot/mfsroot.gz is no more. Copy it only when it exists so as still to be compatible with Makefile.sysinstall. o while here, make ispfw

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

2011-06-05 Thread Kirk McKusick
Author: mckusick Date: Sun Jun 5 22:36:30 2011 New Revision: 222724 URL: http://svn.freebsd.org/changeset/base/222724 Log: Grammer fix in comment. Eliminate one (of several) possible conflicting buffer locks when trying to reclaim blocks. Rest of fix to be incorporated as part of SUJ u

Re: svn commit: r222723 - head/sys/sys

2011-06-05 Thread Pan Tsu
Andriy Gapon writes: > Author: avg > Date: Sun Jun 5 21:01:41 2011 > New Revision: 222723 > URL: http://svn.freebsd.org/changeset/base/222723 > > Log: > add SNDCTL_DSP_HALT specified by OSS > > This is really a new name for SNDCTL_DSP_RESET. > > PR: kern/156874 > Submitted

svn commit: r222723 - head/sys/sys

2011-06-05 Thread Andriy Gapon
Author: avg Date: Sun Jun 5 21:01:41 2011 New Revision: 222723 URL: http://svn.freebsd.org/changeset/base/222723 Log: add SNDCTL_DSP_HALT specified by OSS This is really a new name for SNDCTL_DSP_RESET. PR: kern/156874 Submitted by: gerald MFC after:1 week Modified:

svn commit: r222722 - head/sys/fs/nfsclient

2011-06-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 5 20:22:56 2011 New Revision: 222722 URL: http://svn.freebsd.org/changeset/base/222722 Log: Add support for flock(2) locks to the new NFSv4 client. I think this should be ok, since the client now delays NFSv4 Close operations until VOP_INACTIVE()/VOP_RECLAIM()

Re: svn commit: r222666 - head/sys/powerpc/aim

2011-06-05 Thread Andreas Tobler
On 04.06.11 05:22, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Jun 4 03:22:16 2011 New Revision: 222666 URL: http://svn.freebsd.org/changeset/base/222666 Log: Fix a typo derived from a mismerge from mmu_oea that would cause pmap_sync_icache() to sync random (possibly uncached or

svn commit: r222721 - head/share/man/man4

2011-06-05 Thread Andriy Gapon
Author: avg Date: Sun Jun 5 19:25:30 2011 New Revision: 222721 URL: http://svn.freebsd.org/changeset/base/222721 Log: amdsbwd.4: fix history to reflect correct releases Pointed out by: ru MFC after:4 days Modified: head/share/man/man4/amdsbwd.4 Modified: head/share/man/man4

svn commit: r222720 - head/share/man/man4

2011-06-05 Thread Andriy Gapon
Author: avg Date: Sun Jun 5 19:20:39 2011 New Revision: 222720 URL: http://svn.freebsd.org/changeset/base/222720 Log: amdsbwd.4: fix spelling of my name Pointed out by: ru MFC after:3 days Modified: head/share/man/man4/amdsbwd.4 Modified: head/share/man/man4/amdsbwd.4 =

Re: svn commit: r222670 - in head/sys/cddl/compat/opensolaris: kern sys

2011-06-05 Thread Andriy Gapon
on 04/06/2011 13:23 Martin Matuska said the following: > If we are "fixing" this, I am not sure why you used the quotes here. I think that it's a real issue and I believe that this commit is a reasonable fix. > what about following pjd's rules and moving in > direction vendor code (reducing diff

svn commit: r222719 - in head/sys/fs: nfs nfsclient

2011-06-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 5 18:17:37 2011 New Revision: 222719 URL: http://svn.freebsd.org/changeset/base/222719 Log: The new NFSv4 client was erroneously using "p" instead of "p_leader" for the "id" for POSIX byte range locking. I think this would only have affected processes created

svn commit: r222718 - head/sys/fs/nfsclient

2011-06-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 5 17:31:44 2011 New Revision: 222718 URL: http://svn.freebsd.org/changeset/base/222718 Log: Fix the new NFSv4 client so that it doesn't crash when a mount is done for a VIMAGE kernel. Tested by:glz at hidden-powers dot com Reviewed by: bz MFC after

svn commit: r222716 - in head: bin/sh tools/regression/bin/sh/expansion

2011-06-05 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 5 14:13:15 2011 New Revision: 222716 URL: http://svn.freebsd.org/changeset/base/222716 Log: sh: Fix $? in heredocs on simple commands. PR: bin/41410 Added: head/tools/regression/bin/sh/expansion/heredoc2.0 (contents, props changed) Modified: he

svn commit: r222715 - head/tools/regression/bin/sh/expansion

2011-06-05 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 5 12:46:26 2011 New Revision: 222715 URL: http://svn.freebsd.org/changeset/base/222715 Log: sh: Add already working testcases for $? in here-document. If the here-document is attached to a compound command or subshell, $? already works properly. This is both

svn commit: r222712 - head/sys/netinet6

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Sun Jun 5 11:40:30 2011 New Revision: 222712 URL: http://svn.freebsd.org/changeset/base/222712 Log: Use uint8_t for sockaddr sa_len. Reviewed by: bz Modified: head/sys/netinet6/send.h Modified: head/sys/netinet6/send.h

svn commit: r222711 - head/sbin/ifconfig

2011-06-05 Thread Hiroki Sato
Author: hrs Date: Sun Jun 5 11:37:20 2011 New Revision: 222711 URL: http://svn.freebsd.org/changeset/base/222711 Log: Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as an own address family. Reviewed by: bz Modified: head/sbin/ifconfig/af_inet6.c head/sbin

svn commit: r222709 - head/sys/sys

2011-06-05 Thread Robert Watson
Author: rwatson Date: Sun Jun 5 10:07:12 2011 New Revision: 222709 URL: http://svn.freebsd.org/changeset/base/222709 Log: Correct a last minute merge error for new M_HASHTYPE macros. This didn't turn up as a build problem because the macros aren't used (yet). MFC after:3 days Spon

Re: svn commit: r222702 - head/sys/sys

2011-06-05 Thread Robert Watson
On Sun, 5 Jun 2011, Julian Elischer wrote: hmm note that my stealing of 4 bits for FIB was supposed to go away for 8 and beyond. We need to do an mbuf redesign.. at this stage, I guess it's a project for 10. Indeed -- it would be nice not just to reclaim the FIB bits, but also to support mo

Re: svn commit: r222702 - head/sys/sys

2011-06-05 Thread Julian Elischer
On 6/4/11 4:31 PM, Robert Watson wrote: Author: rwatson Date: Sat Jun 4 23:31:41 2011 New Revision: 222702 URL: http://svn.freebsd.org/changeset/base/222702 Log: Allocate four bits from the mbuf flags field to represent the hash type of a software- or hardware-generated hash held in the