svn commit: r275302 - head

2014-11-29 Thread Garrett Cooper
== --- head/ObsoleteFiles.inc Sun Nov 30 06:44:24 2014(r275301) +++ head/ObsoleteFiles.inc Sun Nov 30 06:46:30 2014(r275302) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20141129: mrouted rc.d scripts

svn commit: r275299 - in head/etc: defaults rc.d

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sun Nov 30 06:03:59 2014 New Revision: 275299 URL: https://svnweb.freebsd.org/changeset/base/275299 Log: Remove etc/rc.d/mrouted mrouted has been available in ports for the last 8 years as net/mrouted . An equivalent rc.d script has been present in the port. Remove

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

2014-11-29 Thread Peter Jeremy
Author: peterj Date: Sun Nov 30 04:50:13 2014 New Revision: 275298 URL: https://svnweb.freebsd.org/changeset/base/275298 Log: Cross reference tap(4) and tun(4) and include a short explanation as to how they differ. This will assist users in selecting which interface is more appropriate for

svn commit: r275271 - head/etc

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sat Nov 29 22:31:19 2014 New Revision: 275271 URL: https://svnweb.freebsd.org/changeset/base/275271 Log: Revert r275270 MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270 incorrectly applied it to only MK_SENDMAIL Modified: head/etc/Makefile Modifi

svn commit: r275270 - head/etc

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sat Nov 29 22:26:35 2014 New Revision: 275270 URL: https://svnweb.freebsd.org/changeset/base/275270 Log: etc/mail actually applies to MK_SENDMAIL, not MK_MAIL Modified: head/etc/Makefile Modified: head/etc/Makefile ==

svn commit: r275268 - in head/sys/powerpc: aim include

2014-11-29 Thread Justin Hibbits
Author: jhibbits Date: Sat Nov 29 20:54:33 2014 New Revision: 275268 URL: https://svnweb.freebsd.org/changeset/base/275268 Log: Add support for dtrace:fbt on modules for PowerPC Summary: Revert the initial FBT-with-KDB changes for trap_subr*.S, and instead use the db_trap filter functio

svn commit: r275264 - head/sys/arm/include

2014-11-29 Thread Andrew Turner
Author: andrew Date: Sat Nov 29 19:31:23 2014 New Revision: 275264 URL: https://svnweb.freebsd.org/changeset/base/275264 Log: Update _ENTRY to use _EENTRY to reduce the common code. Modified: head/sys/arm/include/asm.h Modified: head/sys/arm/include/asm.h

svn commit: r275261 - in head/sys: boot/common kern sys

2014-11-29 Thread Warner Losh
Author: imp Date: Sat Nov 29 17:29:30 2014 New Revision: 275261 URL: https://svnweb.freebsd.org/changeset/base/275261 Log: The current limit of 100k for the linker hints file is getting a bit crowded as we now are at about 70k. Bump the limit to 1MB instead which is still quite a reasonable

svn commit: r275260 - head/sys/kern

2014-11-29 Thread Konstantin Belousov
Author: kib Date: Sat Nov 29 17:18:20 2014 New Revision: 275260 URL: https://svnweb.freebsd.org/changeset/base/275260 Log: Remove lock recursion for the pipe pair mutex, and disable the recursion on mutex initialization. The only places where the recursive acquire is performed are read an

svn commit: r275256 - head/lib/libc/arm/string

2014-11-29 Thread Andrew Turner
Author: andrew Date: Sat Nov 29 15:56:52 2014 New Revision: 275256 URL: https://svnweb.freebsd.org/changeset/base/275256 Log: Switch to the ARM unified assembly language as the clang integrated as only supports it. Binutils supports it when the ".syntax unified" directive is set. Sponso

Re: svn commit: r275241 - head/sys/boot/pc98/boot2

2014-11-29 Thread Hans Petter Selasky
On 11/29/14 13:22, Takahashi Yoshihiro wrote: + if (k = ep - arg) { There is a missing set of parenthesis here, GCC will complain! } else if (c == 'S') { j = 0; - while ((unsigned int)(i = *arg++ - '0') <= 9) +

svn commit: r275242 - head/sys/conf

2014-11-29 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 29 14:30:39 2014 New Revision: 275242 URL: https://svnweb.freebsd.org/changeset/base/275242 Log: Ignore more warnings with external gcc Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk =

Re: svn commit: r275241 - head/sys/boot/pc98/boot2

2014-11-29 Thread Bruce Evans
On Sat, 29 Nov 2014, Takahashi Yoshihiro wrote: Log: MFi386: r275059, r275061, r275062 and r275191 (by rdivacky) Shrink boot2 by a couple more bytes. These changes don't look too good to me. One is just a bug. Modified: head/sys/boot/pc98/boot2/boot2.c =

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

2014-11-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 29 12:22:31 2014 New Revision: 275241 URL: https://svnweb.freebsd.org/changeset/base/275241 Log: MFi386: r275059, r275061, r275062 and r275191 (by rdivacky) Shrink boot2 by a couple more bytes. Modified: head/sys/boot/pc98/boot2/boot2.c Modified: head/sys/bo

svn commit: r275240 - head/contrib/binutils/ld

2014-11-29 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 29 11:50:19 2014 New Revision: 275240 URL: https://svnweb.freebsd.org/changeset/base/275240 Log: Implement --no-fatal-warning for compatibility with newer ld what ever order the options are passed to ld(1) the --no-fatal-warning always disable --fatal-warning Modi

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

2014-11-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 29 09:27:18 2014 New Revision: 275239 URL: https://svnweb.freebsd.org/changeset/base/275239 Log: MFi386: r275237 (by rdivacky) Shrink boot2 a bit more by factoring out common pattern of printf();return(-1); Modified: head/sys/boot/pc98/boot2/boot2.c Modi

svn commit: r275237 - head/sys/boot/i386/boot2

2014-11-29 Thread Roman Divacky
Author: rdivacky Date: Sat Nov 29 08:59:26 2014 New Revision: 275237 URL: https://svnweb.freebsd.org/changeset/base/275237 Log: Shrink boot2 a bit more by factoring out common pattern of printf();return(-1); This shrinks it by 8bytes using clang35 and by 12bytes using clang34. Modified: