==
--- 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
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
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
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
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
==
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
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
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
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
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
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)
+
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
=
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
=
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
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
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
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:
17 matches
Mail list logo