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

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

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 bdrew...@freebsd.org 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! I

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 caching, for use

svn commit: r283010 - in stable/10: contrib/gcclibs/libgomp contrib/gcclibs/libgomp/config/bsd contrib/gcclibs/libgomp/config/linux contrib/gcclibs/libgomp/config/mingw32 contrib/gcclibs/libgomp/co...

2015-05-16 Thread Pedro F. Giffuni
Author: pfg Date: Sat May 16 15:44:13 2015 New Revision: 283010 URL: https://svnweb.freebsd.org/changeset/base/283010 Log: MFC r282115, r282152, r282201 MFV r282150 libgomp: Update to version 4.3.5. bring initial BSD support from upstream. This was not meant to be MFC'd at first

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

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

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

2015-05-16 Thread Oliver Pinter
On 5/3/15, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On 5/3/15, Baptiste Daroussin b...@freebsd.org wrote: On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: On 5/1/15, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New

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. Since

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

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: 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: 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:

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

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 adr...@freebsd.org 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-all@freebsd.org

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

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: r282999 - head/sys/dev/iwn

2015-05-16 Thread Adrian Chadd
Author: adrian Date: Sat May 16 05:59:25 2015 New Revision: 282999 URL: https://svnweb.freebsd.org/changeset/base/282999 Log: Various iwn(4) fixes. * simplify channel logic for determining RF gain setting in scan setup * don't set TX timer on error * free node references for unsent

svn commit: r283002 - in head/tools/tools: ath/athaggrstats ath/athstats mwl/mwlstats net80211/wlanstats npe/npestats

2015-05-16 Thread Adrian Chadd
Author: adrian Date: Sat May 16 06:18:39 2015 New Revision: 283002 URL: https://svnweb.freebsd.org/changeset/base/283002 Log: Make these all work with the new way of doing privatelib. Without these CFLAGS settings a cross-compile won't find the headers anywhere. Tested: * mips

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

2015-05-16 Thread Andrew Rybchenko
Author: arybchik Date: Sat May 16 06:04:53 2015 New Revision: 283000 URL: https://svnweb.freebsd.org/changeset/base/283000 Log: sfxge: add local variable with changed capabilities mask It is required for the next patch which adds dependency of TSO capabilities from Tx checksum offloads.

svn commit: r283001 - head/usr.bin/ssh-copy-id

2015-05-16 Thread Eitan Adler
Author: eadler Date: Sat May 16 06:15:49 2015 New Revision: 283001 URL: https://svnweb.freebsd.org/changeset/base/283001 Log: ssh-copy-id: Add missing line continuation PR: 194301 Reported by: pku...@riseup.net Patch by: Ross Kilgariff rosskilgar...@gmail.com Modified:

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

svn commit: r283004 - stable/10/sys/kern

2015-05-16 Thread Konstantin Belousov
Author: kib Date: Sat May 16 09:13:56 2015 New Revision: 283004 URL: https://svnweb.freebsd.org/changeset/base/283004 Log: MFC r282679: Do not return from thread_single(SINGLE_BOUNDARY) until all stopped thread are guarenteed to be removed from the processors. Modified:

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: 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: 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.

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

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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to

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: r283019 - in stable/9/contrib/llvm: include/llvm lib/CodeGen/AsmPrinter lib/Target/ARM tools/clang/include/clang/Driver tools/clang/include/clang/Frontend tools/clang/lib/CodeGen tools/...

2015-05-16 Thread Dimitry Andric
Author: dim Date: Sat May 16 23:00:03 2015 New Revision: 283019 URL: https://svnweb.freebsd.org/changeset/base/283019 Log: Bring clang 3.4.1 in stable/9 in sync with the version in stable/10. MFC r252503 (by andrew): Work around an ARM EABI issue where clang would sometimes incorrectly

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: r283017 - stable/9/sbin/ifconfig

2015-05-16 Thread Garrett Cooper
Author: ngie Date: Sat May 16 22:38:16 2015 New Revision: 283017 URL: https://svnweb.freebsd.org/changeset/base/283017 Log: MFstable/10 r283016: MFC r282747: Use MIN from sys/param.h instead of handrolling the macro Replace sys/types.h with sys/param.h per-style(9) Sponsored

svn commit: r283021 - in stable/10: etc/mtree tests/sys/kern tests/sys/kern/execve

2015-05-16 Thread Garrett Cooper
Author: ngie Date: Sat May 16 23:39:54 2015 New Revision: 283021 URL: https://svnweb.freebsd.org/changeset/base/283021 Log: MFC r282061: Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/kern/execve Added: stable/10/tests/sys/kern/execve/ - copied from

svn commit: r283016 - stable/10/sbin/ifconfig

2015-05-16 Thread Garrett Cooper
Author: ngie Date: Sat May 16 22:36:19 2015 New Revision: 283016 URL: https://svnweb.freebsd.org/changeset/base/283016 Log: MFC r282747: Use MIN from sys/param.h instead of handrolling the macro Replace sys/types.h with sys/param.h per-style(9) Sponsored by: EMC / Isilon Storage

svn commit: r283020 - stable/9/contrib/llvm/patches

2015-05-16 Thread Dimitry Andric
Author: dim Date: Sat May 16 23:18:30 2015 New Revision: 283020 URL: https://svnweb.freebsd.org/changeset/base/283020 Log: Bring the contrib/llvm/patches directory up-to-date for stable/9. MFC r263892: Add the llvm/clang patch for r263891. MFC r264350: Update the llvm/clang patch