svn commit: r235071 - head/sbin/geom/class/raid

2012-05-05 Thread Alexander Motin
Author: mav Date: Sun May 6 06:25:17 2012 New Revision: 235071 URL: http://svn.freebsd.org/changeset/base/235071 Log: Add description for GEOM RAID tunables/sysctls. MFC after:1 week Modified: head/sbin/geom/class/raid/graid.8 Modified: head/sbin/geom/class/raid/graid.8 ===

svn commit: r235070 - head/sys/mips/gxemul

2012-05-05 Thread Juli Mallett
Author: jmallett Date: Sun May 6 05:58:56 2012 New Revision: 235070 URL: http://svn.freebsd.org/changeset/base/235070 Log: Get the memory size from the gxemul mp device. Don't dump the environment if it is not present. Added: head/sys/mips/gxemul/mpreg.h (contents, props changed) Modifi

svn commit: r235069 - head/sys/geom/multipath

2012-05-05 Thread Alexander Motin
Author: mav Date: Sun May 6 05:49:23 2012 New Revision: 235069 URL: http://svn.freebsd.org/changeset/base/235069 Log: Fix `gmultipath configure` for big-endian machines. MFC after:1 week Modified: head/sys/geom/multipath/g_multipath.c Modified: head/sys/geom/multipath/g_multipath.c

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-05 Thread Doug Barton
On Sat, 5 May 2012, Bruce Evans wrote: On Fri, 4 May 2012, Doug Barton wrote: On 05/04/2012 11:22 AM, Baptiste Daroussin wrote: fetch -s "${FETCHFILE}" >${SIZEFILE} SIZE="`cat ${SIZEFILE}`" - SIZE="`expr ${SIZE} / 1024`" + SIZE=$((SIZE/1024)) Bug; should be '$SIZE/' No this is perfec

svn commit: r235068 - head/lib/libthr/thread

2012-05-05 Thread David Xu
Author: davidxu Date: Sat May 5 23:51:24 2012 New Revision: 235068 URL: http://svn.freebsd.org/changeset/base/235068 Log: Fix mis-merged line, move SC_LOOKUP() call to upper level. Modified: head/lib/libthr/thread/thr_sleepq.c Modified: head/lib/libthr/thread/thr_sleepq.c

svn commit: r235066 - head/sys/netinet

2012-05-05 Thread Michael Tuexen
Author: tuexen Date: Sat May 5 21:41:16 2012 New Revision: 235066 URL: http://svn.freebsd.org/changeset/base/235066 Log: Provide the flags in the SCTP stream reconfig related notification as specified in RFC 6525. MFC after: 3 days Modified: head/sys/netinet/sctp_constants.h head/sy

svn commit: r235064 - head/sys/netinet

2012-05-05 Thread Michael Tuexen
Author: tuexen Date: Sat May 5 20:07:33 2012 New Revision: 235064 URL: http://svn.freebsd.org/changeset/base/235064 Log: Honor SCTP_ENABLE_STREAM_RESET socket option when processing incoming requests. Fix also the provided result in the response and use names as specified in RFC 6525.

svn commit: r235063 - in head/sys: amd64/linux32 compat/linux i386/linux

2012-05-05 Thread Alexander Leidinger
Author: netchild Date: Sat May 5 19:42:38 2012 New Revision: 235063 URL: http://svn.freebsd.org/changeset/base/235063 Log: - >500 static DTrace probes for the linuxulator - DTrace scripts to check for errors, performance, ... they serve mostly as examples of what you can do with the stati

svn commit: r235062 - head/sys/arm/arm

2012-05-05 Thread Warner Losh
Author: imp Date: Sat May 5 17:20:12 2012 New Revision: 235062 URL: http://svn.freebsd.org/changeset/base/235062 Log: I need to change uname -p, not uname -m, so back this out. Also, fix a couple of style(9) issues while I'm here. Submitted by: nathanw, bde Modified: head/sys/arm/arm/

Re: svn commit: r235050 - head/sys/arm/arm

2012-05-05 Thread Warner Losh
On May 5, 2012, at 10:19 AM, Nathan Whitehorn wrote: > On 05/05/12 02:15, Warner Losh wrote: >> Author: imp >> Date: Sat May 5 07:15:34 2012 >> New Revision: 235050 >> URL: http://svn.freebsd.org/changeset/base/235050 >> >> Log: >> Big endian arm boxes need to have a uname -m of armeb, not ar

Re: svn commit: r235053 - stable/8/sys/netinet

2012-05-05 Thread Gleb Smirnoff
On Sat, May 05, 2012 at 10:05:13AM +, Gleb Smirnoff wrote: T> Author: glebius T> Date: Sat May 5 10:05:13 2012 T> New Revision: 235053 T> URL: http://svn.freebsd.org/changeset/base/235053 T> T> Log: T> Merge 234342 from head: T> When we receive an ICMP unreach need fragmentation datagra

svn commit: r235061 - head/share/misc

2012-05-05 Thread Isabell Long
Author: issyl0 (doc committer) Date: Sat May 5 16:50:12 2012 New Revision: 235061 URL: http://svn.freebsd.org/changeset/base/235061 Log: - Add my mentor/mentee relationship to committers-doc.dot. (where me = issyl0) Approved by: gabor (mentor) Modified: head/share/misc/committers-doc

svn commit: r235060 - in stable/9/sys: conf powerpc/conf powerpc/ofw powerpc/powermac

2012-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat May 5 16:41:17 2012 New Revision: 235060 URL: http://svn.freebsd.org/changeset/base/235060 Log: MFC r230993,230994,230995,230999,231003,231026,231046,231149,231908: Reduce code duplication in Open Firmware based PCI bus drivers, implement infrastructure for NEW_

svn commit: r235059 - head/libexec/rtld-elf

2012-05-05 Thread Baptiste Daroussin
Author: bapt Date: Sat May 5 16:37:14 2012 New Revision: 235059 URL: http://svn.freebsd.org/changeset/base/235059 Log: open the resolved path fix debug message Submitted by: John Marino Approved by: des (mentor) Modified: head/libexec/rtld-elf/libmap.c Modified: head/libexec/rtld

Re: svn commit: r235050 - head/sys/arm/arm

2012-05-05 Thread Nathan Whitehorn
On 05/05/12 02:15, Warner Losh wrote: Author: imp Date: Sat May 5 07:15:34 2012 New Revision: 235050 URL: http://svn.freebsd.org/changeset/base/235050 Log: Big endian arm boxes need to have a uname -m of armeb, not arm, so that the bootstrap from source works correctly. MFC after: 4

svn commit: r235058 - in head: . lib/clang/include

2012-05-05 Thread Dimitry Andric
2012(r235058) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20120505: new clang import installed a redundant internal header +OLD_FILES+=usr/include/clang/3.1/stdalign.h # 20120425: libusb version bump (r234684) OLD_LIBS+=usr/lib/libusb.so.2 OLD_LIBS+=usr/lib32/libusb.so.2 Mod

svn commit: r235057 - head/sys/netinet

2012-05-05 Thread Michael Tuexen
Author: tuexen Date: Sat May 5 14:06:15 2012 New Revision: 235057 URL: http://svn.freebsd.org/changeset/base/235057 Log: Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC, and SCTP_ADD_STREAMS socket options as specified by RFC 6525. MFC after: 3 days Modified: head/sys/n

Re: svn commit: r232798 - in stable/9: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/dev/sound/pcm sys/modules/sound/driver/hda

2012-05-05 Thread Alexander Motin
On 05/04/12 19:08, Joel Dahl wrote: On 10-03-2012 21:58, Alexander Motin wrote: Author: mav Date: Sat Mar 10 21:58:08 2012 New Revision: 232798 URL: http://svn.freebsd.org/changeset/base/232798 Log: MFC r230130, r230181, r230312, r230326, r230331, r230451, r230465, r230488, r230507, r2305

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

2012-05-05 Thread Alexander V. Chernikov
Author: melifaro Date: Sat May 5 11:34:27 2012 New Revision: 235056 URL: http://svn.freebsd.org/changeset/base/235056 Log: MFC r234572 Do not require radix write lock to be held while dumping route table via sysctl(4) interface. This permits router not to stop forwarding packets while

svn commit: r235055 - stable/9/sys/net

2012-05-05 Thread Alexander V. Chernikov
Author: melifaro Date: Sat May 5 11:33:48 2012 New Revision: 235055 URL: http://svn.freebsd.org/changeset/base/235055 Log: MFC r234572 Do not require radix write lock to be held while dumping route table via sysctl(4) interface. This permits router not to stop forwarding packets while

svn commit: r235054 - head/libexec/rtld-elf

2012-05-05 Thread Konstantin Belousov
Author: kib Date: Sat May 5 11:26:08 2012 New Revision: 235054 URL: http://svn.freebsd.org/changeset/base/235054 Log: Work around a situation where symlook_obj() could be called for the object for which digest_dynamic1() was not done yet. Just return EINVAL and do not try to dereference NUL

Re: svn commit: r234386 - in head/sys: fs/coda fs/ext2fs fs/msdosfs fs/nfsclient kern nfsclient sys ufs/ffs ufs/ufs

2012-05-05 Thread Konstantin Belousov
On Sat, May 05, 2012 at 01:00:36PM +0400, Sergey Kandaurov wrote: > On 17 April 2012 20:28, Kirk McKusick wrote: > > Author: mckusick > > Date: Tue Apr 17 16:28:22 2012 > > New Revision: 234386 > > URL: http://svn.freebsd.org/changeset/base/234386 > > > > Log: > >  Replace the MNT_VNODE_FOREACH in

svn commit: r235053 - stable/8/sys/netinet

2012-05-05 Thread Gleb Smirnoff
Author: glebius Date: Sat May 5 10:05:13 2012 New Revision: 235053 URL: http://svn.freebsd.org/changeset/base/235053 Log: Merge 234342 from head: When we receive an ICMP unreach need fragmentation datagram, we take proposed MTU value from it and update the TCP host cache. Then tcp_m

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-05 Thread Bruce Evans
On Fri, 4 May 2012, Doug Barton wrote: On 05/04/2012 11:22 AM, Baptiste Daroussin wrote: fetch -s "${FETCHFILE}" >${SIZEFILE} SIZE="`cat ${SIZEFILE}`" - SIZE="`expr ${SIZE} / 1024`" + SIZE=$((SIZE/1024)) Bug; should be '$SIZE/' No this is perfectly valid Yes, that works, but it's not

svn commit: r235052 - head/sys/nfsclient

2012-05-05 Thread Sergey Kandaurov
Author: pluknet Date: Sat May 5 09:34:35 2012 New Revision: 235052 URL: http://svn.freebsd.org/changeset/base/235052 Log: Fix mount mutex handling missed in r234386. Modified: head/sys/nfsclient/nfs_vfsops.c Modified: head/sys/nfsclient/nfs_vfsops.c =

Re: svn commit: r233435 - head/etc/mtree

2012-05-05 Thread Bruce Evans
On Fri, 4 May 2012, Pawel Jakub Dawidek wrote: On Sat, Mar 24, 2012 at 09:10:19PM +, Eitan Adler wrote: Log: Fix build by adding new directory to mtree in r233429 Submitted by: flo Approved by: cperciva MFC after:1 week Modified: head/etc/mtree/BSD.usr.dist Modified: head/

Re: svn commit: r234386 - in head/sys: fs/coda fs/ext2fs fs/msdosfs fs/nfsclient kern nfsclient sys ufs/ffs ufs/ufs

2012-05-05 Thread Sergey Kandaurov
On 17 April 2012 20:28, Kirk McKusick wrote: > Author: mckusick > Date: Tue Apr 17 16:28:22 2012 > New Revision: 234386 > URL: http://svn.freebsd.org/changeset/base/234386 > > Log: >  Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. >  The primary changes are that the user of th

svn commit: r235051 - stable/9/sys/netinet

2012-05-05 Thread Gleb Smirnoff
Author: glebius Date: Sat May 5 07:55:50 2012 New Revision: 235051 URL: http://svn.freebsd.org/changeset/base/235051 Log: Merge 234342 from head: When we receive an ICMP unreach need fragmentation datagram, we take proposed MTU value from it and update the TCP host cache. Then tcp_m

svn commit: r235050 - head/sys/arm/arm

2012-05-05 Thread Warner Losh
Author: imp Date: Sat May 5 07:15:34 2012 New Revision: 235050 URL: http://svn.freebsd.org/changeset/base/235050 Log: Big endian arm boxes need to have a uname -m of armeb, not arm, so that the bootstrap from source works correctly. MFC after:4 days Modified: head/sys/arm/arm/iden