svn commit: r283027 - head/cddl/lib/libdtrace

2015-05-16 Thread Mark Johnston
Author: markj Date: Sun May 17 04:17:08 2015 New Revision: 283027 URL: https://svnweb.freebsd.org/changeset/base/283027 Log: Actually remove siftr-related definitions from tcp.d, missed in r283026. Modified: head/cddl/lib/libdtrace/tcp.d Modified: head/cddl/lib/libdtrace/tcp.d ==

svn commit: r283026 - head/cddl/lib/libdtrace

2015-05-16 Thread Mark Johnston
Author: markj Date: Sun May 17 04:09:22 2015 New Revision: 283026 URL: https://svnweb.freebsd.org/changeset/base/283026 Log: Move siftr-related definitions out of tcp.d and into a separate library which declares a dependency on siftr(4). This is necessitated by a reference to struct pkt_node

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-16 Thread Garrett Cooper
> On May 16, 2015, at 18:45, Adrian Chadd wrote: > > Did you commit files with DOS newlines in them? :) > > tsk tsk tsk tsk tsk. I think should fix that.. Better yet it should probably be disabled in svn... ___ svn-src-head@freebsd.org mailing list h

svn commit: r283025 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-16 Thread Mark Johnston
Author: markj Date: Sun May 17 03:59:08 2015 New Revision: 283025 URL: https://svnweb.freebsd.org/changeset/base/283025 Log: As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may return an error if one of the depends_on directives in a library is not satisfied. In this c

svn commit: r283024 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-16 Thread Mark Johnston
Author: markj Date: Sun May 17 03:50:42 2015 New Revision: 283024 URL: https://svnweb.freebsd.org/changeset/base/283024 Log: When in lazyload mode, write the DOF to a temporary file and rename it rather than writing directly to the output file. CID: 1147172 Modified: head/cddl/contrib

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-16 Thread Adrian Chadd
Did you commit files with DOS newlines in them? :) tsk tsk tsk tsk tsk. I think should fix that.. -adrian ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-un

svn commit: r283023 - head/usr.sbin/bsdinstall/scripts

2015-05-16 Thread Allan Jude
Author: allanjude (doc committer) Date: Sun May 17 00:55:44 2015 New Revision: 283023 URL: https://svnweb.freebsd.org/changeset/base/283023 Log: bsdinstall/zfsboot: Skip adding swap lines to /etc/fstab if swap is 0 sized Differential Revision:https://reviews.freebsd.org/D2571 Revi

svn commit: r283022 - head/sys/mips/include

2015-05-16 Thread Adrian Chadd
Author: adrian Date: Sat May 16 23:51:24 2015 New Revision: 283022 URL: https://svnweb.freebsd.org/changeset/base/283022 Log: Increment the vm stats "v_intr" counter so the global system interrupt statistics work again. I'm not sure why/when this broke, only that it used to work fine.

svn commit: r283018 - head/tools/regression/p1003_1b

2015-05-16 Thread Garrett Cooper
Author: ngie Date: Sat May 16 22:53:26 2015 New Revision: 283018 URL: https://svnweb.freebsd.org/changeset/base/283018 Log: Fix more warnings related to missing headers MFC after: 1 week Modified: head/tools/regression/p1003_1b/main.c head/tools/regression/p1003_1b/prutil.c Modified:

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

2015-05-16 Thread Warner Losh
Author: imp Date: Sat May 16 21:24:32 2015 New Revision: 283014 URL: https://svnweb.freebsd.org/changeset/base/283014 Log: Don't allow unmapped I/O. The pmap isn't quite up to the task. Add a comment to this effect and switch the default. My old AT91SAM9G20 now boots, fsck's the SD card and

svn commit: r283013 - head/sys/boot/arm/uboot

2015-05-16 Thread Ian Lepore
Author: ian Date: Sat May 16 21:08:33 2015 New Revision: 283013 URL: https://svnweb.freebsd.org/changeset/base/283013 Log: Re-link ubldr when any of its libraries change. Modified: head/sys/boot/arm/uboot/Makefile Modified: head/sys/boot/arm/uboot/Makefile ===

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-16 Thread Oliver Pinter
On 5/3/15, Oliver Pinter wrote: > On 5/3/15, Baptiste Daroussin wrote: >> On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: >>> On 5/1/15, Baptiste Daroussin wrote: >>> > Author: bapt >>> > Date: Fri May 1 18:32:16 2015 >>> > New Revision: 282314 >>> > URL: https://svnweb.freebsd.o

svn commit: r283012 - head/sys/dev/acpi_support

2015-05-16 Thread Rui Paulo
Author: rpaulo Date: Sat May 16 20:06:39 2015 New Revision: 283012 URL: https://svnweb.freebsd.org/changeset/base/283012 Log: acpi_ibm: whitespace. Modified: head/sys/dev/acpi_support/acpi_ibm.c Modified: head/sys/dev/acpi_support/acpi_ibm.c ==

svn commit: r283011 - head/sys/arm/annapurna/alpine

2015-05-16 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 16 20:04:49 2015 New Revision: 283011 URL: https://svnweb.freebsd.org/changeset/base/283011 Log: More tr -d '\r' t make config happy and some re-alignment whitespace changes. Modified: head/sys/arm/annapurna/alpine/files.alpine head/sys/arm/annapurna/alpine/std.al

Re: kasan (was Re: svn commit: r282948 - head/lib/libthr/thread)

2015-05-16 Thread Pedro Giffuni
> Il giorno 16/mag/2015, alle ore 14:01, Bryan Drewery > ha scritto: > > On 5/16/2015 12:31 PM, Pedro Giffuni wrote: >> FWIW, and somewhat off-topic ... >> >> On 05/16/15 11:40, Bryan Drewery wrote: >>> ... >>> Modified: >>> head/lib/libthr/thread/thr_spec.c >>> >>> Thank you for this! >>>

Re: kasan (was Re: svn commit: r282948 - head/lib/libthr/thread)

2015-05-16 Thread Bryan Drewery
On 5/16/2015 12:31 PM, Pedro Giffuni wrote: > FWIW, and somewhat off-topic ... > > On 05/16/15 11:40, Bryan Drewery wrote: >> ... >> Modified: >>head/lib/libthr/thread/thr_spec.c >> >> Thank you for this! >> >> I have a lot of patches at Isilon for adding a libc cleanup function to >> free all

kasan (was Re: svn commit: r282948 - head/lib/libthr/thread)

2015-05-16 Thread Pedro Giffuni
FWIW, and somewhat off-topic ... On 05/16/15 11:40, Bryan Drewery wrote: ... Modified: head/lib/libthr/thread/thr_spec.c Thank you for this! I have a lot of patches at Isilon for adding a libc cleanup function to free all caching, for use in memory leak detectors such as valgrind. I even fi

Re: svn commit: r282948 - head/lib/libthr/thread

2015-05-16 Thread Bryan Drewery
On 5/15/2015 3:40 AM, Konstantin Belousov wrote: > Author: kib > Date: Fri May 15 08:40:17 2015 > New Revision: 282948 > URL: https://svnweb.freebsd.org/changeset/base/282948 > > Log: > Some third-party malloc(3) implementations use pthread_setspecific(3) > to handle per-thread information. S

svn commit: r283009 - in head: sbin/ifconfig sys/net

2015-05-16 Thread Alexander V. Chernikov
Author: melifaro Date: Sat May 16 13:11:35 2015 New Revision: 283009 URL: https://svnweb.freebsd.org/changeset/base/283009 Log: * Update SFF-8024 Identifier constants. * Fix SFF_8436_CC_EXT in SFF-8436 memory map. * Add SFF-8436/8636 bits (revision compliance/nominal bitrate). * Do some sm

svn commit: r283008 - head/usr.sbin/mountd

2015-05-16 Thread Rick Macklem
Author: rmacklem Date: Sat May 16 12:05:26 2015 New Revision: 283008 URL: https://svnweb.freebsd.org/changeset/base/283008 Log: Add a warning message to mountd for exported file systems that are automounted, since that configuration isn't supported. This still allows the export, since two

svn commit: r283007 - head/sys/dev/sfxge

2015-05-16 Thread Andrew Rybchenko
Author: arybchik Date: Sat May 16 10:35:30 2015 New Revision: 283007 URL: https://svnweb.freebsd.org/changeset/base/283007 Log: sfxge: avoid usage of ifm_data The driver uses ifm_data to save capabilities mask calculated during initialization when supported phy modes are discovered. The

svn commit: r283006 - head/sys/boot/i386/boot0

2015-05-16 Thread Thomas Quinot
Author: thomas Date: Sat May 16 10:31:15 2015 New Revision: 283006 URL: https://svnweb.freebsd.org/changeset/base/283006 Log: Minor comments fixes Modified: head/sys/boot/i386/boot0/boot0.S Modified: head/sys/boot/i386/boot0/boot0.S ===

svn commit: r283005 - head/sys/arm/conf

2015-05-16 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 16 10:27:27 2015 New Revision: 283005 URL: https://svnweb.freebsd.org/changeset/base/283005 Log: tr -d '\r' makes config a lot more happy. Modified: head/sys/arm/conf/ALPINE Modified: head/sys/arm/conf/ALPINE ==

svn commit: r283003 - head/usr.sbin/syslogd

2015-05-16 Thread Xin LI
Author: delphij Date: Sat May 16 08:12:00 2015 New Revision: 283003 URL: https://svnweb.freebsd.org/changeset/base/283003 Log: path.h is not needed here. Modified: head/usr.sbin/syslogd/pathnames.h Modified: head/usr.sbin/syslogd/pathnames.h ==