svn commit: r283189 - stable/10/sys/cam/scsi

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:41:03 2015 New Revision: 283189 URL: https://svnweb.freebsd.org/changeset/base/283189 Log: MFC r279726: Add DA_Q_NO_RC16 quirk for USB mass storage device. PR: 194062 Modified: stable/10/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r283195 - head/usr.bin/soelim

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 08:20:42 2015 New Revision: 283195 URL: https://svnweb.freebsd.org/changeset/base/283195 Log: sort headers Modified: head/usr.bin/soelim/soelim.c Modified: head/usr.bin/soelim/soelim.c

svn commit: r283196 - head/usr.bin/soelim

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 08:23:45 2015 New Revision: 283196 URL: https://svnweb.freebsd.org/changeset/base/283196 Log: Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLEN Submitted by: schwarze at OpenBSD Modified: head/usr.bin/soelim/soelim.c Modified:

svn commit: r283199 - head/usr.bin/soelim

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 08:28:48 2015 New Revision: 283199 URL: https://svnweb.freebsd.org/changeset/base/283199 Log: * fix roff terminology in .Nd * remove .Xr to self * add AUTHORS section Submitted by: schwarze at OpenBSD Modified: head/usr.bin/soelim/soelim.1 Modified:

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

2015-05-21 Thread Andrey V. Elsukov
Author: ae Date: Thu May 21 08:28:35 2015 New Revision: 283198 URL: https://svnweb.freebsd.org/changeset/base/283198 Log: MFC r282594: m_dup() is supposed to give a writable copy of an mbuf chain. It uses m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field. If original

svn commit: r283188 - head/sys/arm/amlogic/aml8726

2015-05-21 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 21 07:35:20 2015 New Revision: 283188 URL: https://svnweb.freebsd.org/changeset/base/283188 Log: Add missing break statement. Submitted by: John Wehle Modified: head/sys/arm/amlogic/aml8726/aml8726_usb_phy-m6.c Modified:

svn commit: r283193 - in stable/10/sys/dev/usb: . serial

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:49:44 2015 New Revision: 283193 URL: https://svnweb.freebsd.org/changeset/base/283193 Log: MFC r282505: Add new USB ID. PR: 199843 Modified: stable/10/sys/dev/usb/serial/uftdi.c stable/10/sys/dev/usb/usbdevs Directory Properties:

svn commit: r283197 - head/usr.bin/soelim

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 08:26:24 2015 New Revision: 283197 URL: https://svnweb.freebsd.org/changeset/base/283197 Log: add an include on sys/types.h because we do explicitly use size_t remove unused stdbool.h Suggested by: schwarze at OpenBSD Modified:

svn commit: r283200 - stable/9/sys/kern

2015-05-21 Thread Andrey V. Elsukov
Author: ae Date: Thu May 21 08:32:52 2015 New Revision: 283200 URL: https://svnweb.freebsd.org/changeset/base/283200 Log: MFC r282594: m_dup() is supposed to give a writable copy of an mbuf chain. It uses m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field. If original

svn commit: r283190 - stable/9/sys/cam/scsi

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:42:46 2015 New Revision: 283190 URL: https://svnweb.freebsd.org/changeset/base/283190 Log: MFC r279726: Add DA_Q_NO_RC16 quirk for USB mass storage device. PR: 194062 Modified: stable/9/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r283191 - stable/9/sys/dev/sound/pcm

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:46:01 2015 New Revision: 283191 URL: https://svnweb.freebsd.org/changeset/base/283191 Log: MFC r282017: Allow DSP basename cloning to be disabled or enabled at boot and runtime. This is useful when implementing OSS sound stacks in userspace via libcuse

svn commit: r283192 - stable/10/sys/dev/sound/pcm

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:48:06 2015 New Revision: 283192 URL: https://svnweb.freebsd.org/changeset/base/283192 Log: MFC r282017: Allow DSP basename cloning to be disabled or enabled at boot and runtime. This is useful when implementing OSS sound stacks in userspace via libcuse

svn commit: r283194 - in stable/9/sys/dev/usb: . serial

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:50:56 2015 New Revision: 283194 URL: https://svnweb.freebsd.org/changeset/base/283194 Log: MFC r282505: Add new USB ID. PR: 199843 Modified: stable/9/sys/dev/usb/serial/uftdi.c stable/9/sys/dev/usb/usbdevs Directory Properties:

svn commit: r283179 - stable/9/sys/ofed/drivers/net/mlx4

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:58:19 2015 New Revision: 283179 URL: https://svnweb.freebsd.org/changeset/base/283179 Log: MFC r282817: Apply proper locking when iterating the multicast addresses and add a missing check for NULL from a non-blocking kzalloc() function call.

svn commit: r283178 - in vendor/clang/dist: include/clang/Basic include/clang/Sema lib/AST lib/Analysis lib/Basic lib/CodeGen lib/Driver lib/Frontend lib/Sema test/CodeGen test/CodeGenCXX test/Driv...

2015-05-21 Thread Dimitry Andric
Author: dim Date: Thu May 21 06:58:08 2015 New Revision: 283178 URL: https://svnweb.freebsd.org/changeset/base/283178 Log: Vendor import of clang RELEASE_361/final tag r237755 (effectively, 3.6.1 release): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_361/final@237755 Added:

svn commit: r283177 - vendor/llvm/llvm-release_361-r237755

2015-05-21 Thread Dimitry Andric
Author: dim Date: Thu May 21 06:57:51 2015 New Revision: 283177 URL: https://svnweb.freebsd.org/changeset/base/283177 Log: Tag llvm tags/RELEASE_361/final r237755 (effectively, 3.6.1 release). Added: - copied from r283176, vendor/llvm/dist/ Directory Properties:

svn commit: r283180 - vendor/clang/clang-release_361-r237755

2015-05-21 Thread Dimitry Andric
Author: dim Date: Thu May 21 06:58:50 2015 New Revision: 283180 URL: https://svnweb.freebsd.org/changeset/base/283180 Log: Tag clang tags/RELEASE_361/final r237755 (effectively, 3.6.1 release). Added: - copied from r283179, vendor/clang/dist/ Directory Properties:

svn commit: r283181 - in head/sys: arm/amlogic/aml8726 boot/fdt/dts/arm

2015-05-21 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 21 07:01:08 2015 New Revision: 283181 URL: https://svnweb.freebsd.org/changeset/base/283181 Log: The RTC initialization values are based on the SoC which can be determined at runtime so there's no need to set the values in each DTS. Tested on YYHD18

svn commit: r283182 - stable/9/sys/dev/sound/usb

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:07:28 2015 New Revision: 283182 URL: https://svnweb.freebsd.org/changeset/base/283182 Log: MFC r282652: Ensure the USB audio driver doesn't attach twice on the same USB device by grabbing all the USB audio device interfaces. Modified:

svn commit: r283186 - head/sys/arm/amlogic/aml8726

2015-05-21 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 21 07:23:50 2015 New Revision: 283186 URL: https://svnweb.freebsd.org/changeset/base/283186 Log: Add driver for usbclock generator for earlier amlogic chip. Differential Revision:https://reviews.freebsd.org/D2590 Submitted by: John Wehle

svn commit: r283172 - stable/9/sys/kern

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:34:06 2015 New Revision: 283172 URL: https://svnweb.freebsd.org/changeset/base/283172 Log: MFC r280495: Implement a simple OID number garbage collector. Given the increasing number of dynamically created and destroyed SYSCTLs during runtime it is very

Re: svn commit: r283166 - vendor/atf/dist/atf-sh

2015-05-21 Thread Craig Rodrigues
On Wed, May 20, 2015 at 10:11 PM, Garrett Cooper yaneurab...@gmail.com wrote: Craig, et al, Thank you. I’m sorry it took me so long to get to this — especially because it . I’ll try to do better next time. Now all that remains is fixing the port (which is where the bulk

svn commit: r283173 - in stable/10: share/man/man4 sys/dev/usb sys/dev/usb/quirk

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:47:20 2015 New Revision: 283173 URL: https://svnweb.freebsd.org/changeset/base/283173 Log: MFC r282577: Add support for DYMO LabelWriter PnP. Modified: stable/10/share/man/man4/usb_quirk.4 stable/10/sys/dev/usb/quirk/usb_quirk.c

svn commit: r283185 - stable/10/sys/dev/sound/usb

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:10:49 2015 New Revision: 283185 URL: https://svnweb.freebsd.org/changeset/base/283185 Log: MFC r282652: Ensure the USB audio driver doesn't attach twice on the same USB device by grabbing all the USB audio device interfaces. Modified:

svn commit: r283174 - in stable/9: share/man/man4 sys/dev/usb sys/dev/usb/quirk

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:53:55 2015 New Revision: 283174 URL: https://svnweb.freebsd.org/changeset/base/283174 Log: MFC r282577: Add support for DYMO LabelWriter PnP. Modified: stable/9/share/man/man4/usb_quirk.4 stable/9/sys/dev/usb/quirk/usb_quirk.c

svn commit: r283183 - head/sys/arm/amlogic/aml8726

2015-05-21 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 21 07:09:01 2015 New Revision: 283183 URL: https://svnweb.freebsd.org/changeset/base/283183 Log: Remove unnecessary break statements. Submitted by:John Wehle Modified: head/sys/arm/amlogic/aml8726/aml8726_ccm.c

svn commit: r283184 - stable/8/sys/dev/sound/usb

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:09:19 2015 New Revision: 283184 URL: https://svnweb.freebsd.org/changeset/base/283184 Log: MFC r282652: Ensure the USB audio driver doesn't attach twice on the same USB device by grabbing all the USB audio device interfaces. Modified:

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

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:30:44 2015 New Revision: 283171 URL: https://svnweb.freebsd.org/changeset/base/283171 Log: MFC r280495: Implement a simple OID number garbage collector. Given the increasing number of dynamically created and destroyed SYSCTLs during runtime it is very

svn commit: r283176 - in vendor/llvm/dist: . autoconf cmake docs include/llvm/Config include/llvm/Target lib/Analysis lib/CodeGen lib/CodeGen/SelectionDAG lib/ExecutionEngine/RuntimeDyld lib/IR lib...

2015-05-21 Thread Dimitry Andric
Author: dim Date: Thu May 21 06:57:07 2015 New Revision: 283176 URL: https://svnweb.freebsd.org/changeset/base/283176 Log: Vendor import of llvm RELEASE_361/final tag r237755 (effectively, 3.6.1 release): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_361/final@237755 Added:

svn commit: r283175 - stable/10/sys/ofed/drivers/net/mlx4

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 06:56:35 2015 New Revision: 283175 URL: https://svnweb.freebsd.org/changeset/base/283175 Log: MFC r282817: Apply proper locking when iterating the multicast addresses and add a missing check for NULL from a non-blocking kzalloc() function call.

svn commit: r283187 - stable/10/sys/dev/vt

2015-05-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 21 07:34:08 2015 New Revision: 283187 URL: https://svnweb.freebsd.org/changeset/base/283187 Log: MFC r282645, r282646 and r282730: * Prevent switching to NULL or own window in the vt_proc_window_switch function. This fixes an issue where X11 keyboard input

svn commit: r283203 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 08:59:03 2015 New Revision: 283203 URL: https://svnweb.freebsd.org/changeset/base/283203 Log: MFC: r282899 sfxge: add local variable with Rx descriptor flags Sponsored by: Solarflare Communications, Inc. Modified:

svn commit: r283205 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:03:18 2015 New Revision: 283205 URL: https://svnweb.freebsd.org/changeset/base/283205 Log: MFC: r282903 sfxge: advertise IPv6 Rx and Tx checksum offload support Tx checksum offload may be enabled/disabled. Sponsored by: Solarflare

svn commit: r283208 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:08:10 2015 New Revision: 283208 URL: https://svnweb.freebsd.org/changeset/base/283208 Log: MFC: r282942 sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked() It simplifies understanding of the sfxge_tx_packet_add() logic and avoids

svn commit: r283210 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:11:03 2015 New Revision: 283210 URL: https://svnweb.freebsd.org/changeset/base/283210 Log: MFC: r282997 sfxge: get rid of locked variable in sfxge_tx_packet_add() Now each branch has one and only one possible TxQ lock state. It simplifies

svn commit: r283212 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:13:47 2015 New Revision: 283212 URL: https://svnweb.freebsd.org/changeset/base/283212 Log: MFC: r283000 sfxge: add local variable with changed capabilities mask It is required for the next patch which adds dependency of TSO capabilities from Tx

svn commit: r283215 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:22:15 2015 New Revision: 283215 URL: https://svnweb.freebsd.org/changeset/base/283215 Log: MFC: r283049 sfxge: allow to disable checksum offloads over VLAN It just affects capabilities of the created VLAN interface. Sponsored by: Solarflare

svn commit: r283217 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:24:35 2015 New Revision: 283217 URL: https://svnweb.freebsd.org/changeset/base/283217 Log: MFC: r283051 sfxge: do not advertise LRO capability if LRO is compiled out Sponsored by: Solarflare Communications, Inc. Modified:

svn commit: r283202 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 08:55:06 2015 New Revision: 283202 URL: https://svnweb.freebsd.org/changeset/base/283202 Log: MFC: r282897 sfxge: add missing const qualifier to sfxge_link_mode Sponsored by: Solarflare Communications, Inc. Modified:

svn commit: r283204 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:00:45 2015 New Revision: 283204 URL: https://svnweb.freebsd.org/changeset/base/283204 Log: MFC: r282900 sfxge: IPv4 Tx checksum offload may be disabled in fact Split IFCAP_HWCSUM to IFCAP_RXCSUM and IFCAP_TXCSUM to highlight Tx and Rx.

svn commit: r283207 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:06:41 2015 New Revision: 283207 URL: https://svnweb.freebsd.org/changeset/base/283207 Log: MFC: r282941 sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed It is simply not required since the kernel checks corresponding IFCAP_TSOx capability

svn commit: r283206 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:05:13 2015 New Revision: 283206 URL: https://svnweb.freebsd.org/changeset/base/283206 Log: MFC: r282940 sfxge: LRO may be done only if checksums are OK Also it is cheaper to check Rx descriptor flags than TCP protocol in IP header. Sponsored

svn commit: r283209 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:09:51 2015 New Revision: 283209 URL: https://svnweb.freebsd.org/changeset/base/283209 Log: MFC: r282996 sfxge: support Rx checksum offloads disabling We can't disable it in HW, but we can ignore result. Discard Rx descriptor checksum flags if Rx

svn commit: r283211 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:12:25 2015 New Revision: 283211 URL: https://svnweb.freebsd.org/changeset/base/283211 Log: MFC: r282998 sfxge: move mbuf free to sfxge_if_transmit() It is a preparation to the next patch which will service packet queue even if packet addtion

svn commit: r283213 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:15:19 2015 New Revision: 283213 URL: https://svnweb.freebsd.org/changeset/base/283213 Log: MFC: r283007 sfxge: avoid usage of ifm_data The driver uses ifm_data to save capabilities mask calculated during initialization when supported phy modes

svn commit: r283214 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:21:05 2015 New Revision: 283214 URL: https://svnweb.freebsd.org/changeset/base/283214 Log: MFC: r283048 sfxge: fix overflow queue freeze If TxQ lock is obtained, deferred packet list shold be serviced even if the packet addition fails because of

svn commit: r283216 - stable/10/sys/dev/sfxge

2015-05-21 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 21 09:23:28 2015 New Revision: 283216 URL: https://svnweb.freebsd.org/changeset/base/283216 Log: MFC: r283050 sfxge: automatically turn off TSO when Tx checksum offload is disabled Also return error if TSO is requested without Tx checksum offload.

svn commit: r283255 - head/sys/amd64/vmm

2015-05-21 Thread Neel Natu
Author: neel Date: Thu May 21 18:23:37 2015 New Revision: 283255 URL: https://svnweb.freebsd.org/changeset/base/283255 Log: Emulate the CMP r/m, reg instruction (opcode 39H). Reported and tested by: Leon Dang (ld...@nahannisys.com) MFC after:1 week Modified:

svn commit: r283254 - head/sys/sys

2015-05-21 Thread Dimitry Andric
Author: dim Date: Thu May 21 17:40:53 2015 New Revision: 283254 URL: https://svnweb.freebsd.org/changeset/base/283254 Log: Ensure that the static structs emitted by the MODULE_DEPEND() and MODULE_VERSION() macros don't end up as .comm symbols, when all the version fields are zero.

svn commit: r283256 - head/usr.sbin/bhyvectl

2015-05-21 Thread Neel Natu
Author: neel Date: Thu May 21 18:29:11 2015 New Revision: 283256 URL: https://svnweb.freebsd.org/changeset/base/283256 Log: Add an option --get-vmcs-exit-inst-length to display the instruction length of the instruction that caused the VM-exit. MFC after:1 week Modified:

svn commit: r283257 - head/bin/pax

2015-05-21 Thread Xin LI
Author: delphij Date: Thu May 21 18:29:36 2015 New Revision: 283257 URL: https://svnweb.freebsd.org/changeset/base/283257 Log: Eliminate unneeded includes. MFC after:2 weeks Modified: head/bin/pax/ar_subs.c head/bin/pax/buf_subs.c head/bin/pax/cache.c head/bin/pax/cpio.c

svn commit: r283221 - in head/usr.bin: . demandoc

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 13:02:43 2015 New Revision: 283221 URL: https://svnweb.freebsd.org/changeset/base/283221 Log: Remove demandoc(1) from the build Deleted: head/usr.bin/demandoc/ Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile

svn commit: r283220 - in head: lib lib/libmandoc share/mk usr.bin/mandoc

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 12:51:56 2015 New Revision: 283220 URL: https://svnweb.freebsd.org/changeset/base/283220 Log: Drop libmandoc and incorporate it into the main mandoc Makefile This simplifies maintainance of mandoc(1). Note that the same direction was taken on OpenBSD

svn commit: r283223 - in stable/10: etc etc/autofs usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:08:30 2015 New Revision: 283223 URL: https://svnweb.freebsd.org/changeset/base/283223 Log: MFC r275681: Add -media autofs map, to access data on removable media, such as CD drives or flash keys. It can be enabled by uncommenting a single entry in

svn commit: r283229 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:21:03 2015 New Revision: 283229 URL: https://svnweb.freebsd.org/changeset/base/283229 Log: MFC r279808: Fix memory leak. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/common.c Directory Properties: stable/10/ (props

svn commit: r283222 - head

2015-05-21 Thread Baptiste Daroussin
== --- head/ObsoleteFiles.inc Thu May 21 13:02:43 2015(r283221) +++ head/ObsoleteFiles.inc Thu May 21 13:04:14 2015(r283222) @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20150521 +OLD_FILES+=usr/bin/demandoc +OLD_FILES+=usr/share

svn commit: r283225 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:11:48 2015 New Revision: 283225 URL: https://svnweb.freebsd.org/changeset/base/283225 Log: MFC r276883: Improve documentation for autofs variables and executable maps; also some markup fixes. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r283227 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:18:02 2015 New Revision: 283227 URL: https://svnweb.freebsd.org/changeset/base/283227 Log: MFC r279806: Minor optimization/cleanup in node_path(); no functional changes. Modified: stable/10/usr.sbin/autofs/common.c Directory Properties: stable/10/

svn commit: r283228 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:19:44 2015 New Revision: 283228 URL: https://svnweb.freebsd.org/changeset/base/283228 Log: MFC r279807: Improve separated_concat() to properly handle the case of concatenating / and /foo. Modified: stable/10/usr.sbin/autofs/common.c Directory

svn commit: r283224 - stable/10/etc

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:10:08 2015 New Revision: 283224 URL: https://svnweb.freebsd.org/changeset/base/283224 Log: MFC r276833: Make /net use -intr by default. Linux does that, and it seems a good idea. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r283226 - stable/10/etc

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:13:56 2015 New Revision: 283226 URL: https://svnweb.freebsd.org/changeset/base/283226 Log: MFC r277171: Use newly added GEOM notifications to discard autofs caches. Sponsored by: The FreeBSD Foundation Modified: stable/10/etc/devd.conf Directory

svn commit: r283264 - head/usr.sbin/bhyve

2015-05-21 Thread Tycho Nightingale
Author: tychon Date: Thu May 21 20:11:52 2015 New Revision: 283264 URL: https://svnweb.freebsd.org/changeset/base/283264 Log: The 'hostbridge' device exists to allow guests to infer msi/msix capablity by advertising pcie capability. Since the 'hostbridge' device isn't a true pci-to-pci

svn commit: r283270 - stable/10/contrib/netcat

2015-05-21 Thread Xin LI
Author: delphij Date: Thu May 21 21:45:37 2015 New Revision: 283270 URL: https://svnweb.freebsd.org/changeset/base/283270 Log: MFC r282613: MFV r282611: netcat from OpenBSD 5.7. Modified: stable/10/contrib/netcat/netcat.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r283268 - head/release

2015-05-21 Thread Glen Barber
Author: gjb Date: Thu May 21 20:43:02 2015 New Revision: 283268 URL: https://svnweb.freebsd.org/changeset/base/283268 Log: Remove the arm/armv6 bits from Makefile.mirrors, which needs some re-thinking. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors

Re: svn commit: r283136 - head/sys/netinet

2015-05-21 Thread Hiren Panchasara
On 05/21/15 at 03:27P, Lawrence Stewart wrote: On 05/20/15 23:19, Eric van Gyzen wrote: On 05/20/2015 02:33, Lawrence Stewart wrote: On 05/20/15 14:24, Hiren Panchasara wrote: On 05/20/15 at 02:13P, Lawrence Stewart wrote: Hi Hiren, On 05/20/15 11:08, Hiren Panchasara wrote: Author:

svn commit: r283263 - head/sys/dev/sdhci

2015-05-21 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 21 20:09:36 2015 New Revision: 283263 URL: https://svnweb.freebsd.org/changeset/base/283263 Log: Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changing this value at runtime. The SD card specification says that a block write or a block erase

svn commit: r283265 - head/release

2015-05-21 Thread Glen Barber
Author: gjb Date: Thu May 21 20:18:13 2015 New Revision: 283265 URL: https://svnweb.freebsd.org/changeset/base/283265 Log: cd(1) to .CURDIR before calling stat(1) to fix the path to sh(1). Include xz(1)-compressed images when renaming snapshot builds. Use OSRELEASE in place of

svn commit: r283266 - head/release

2015-05-21 Thread Glen Barber
Author: gjb Date: Thu May 21 20:22:55 2015 New Revision: 283266 URL: https://svnweb.freebsd.org/changeset/base/283266 Log: Include xz(1)-compressed images when not a snapshot build. Do not suffix non-snapshot checksum files with SNAP_SUFFIX. Sponsored by: The FreeBSD Foundation

svn commit: r283267 - stable/10/sys/sys

2015-05-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 21 20:39:39 2015 New Revision: 283267 URL: https://svnweb.freebsd.org/changeset/base/283267 Log: MFC r282863: Adjust visibility macros. The GCC visibility attributes were introduced in GCC 4.0. Apparently the protected attribute was introduced only

svn commit: r283269 - head/sys/dev/bxe

2015-05-21 Thread David C Somayajulu
Author: davidcs Date: Thu May 21 20:47:19 2015 New Revision: 283269 URL: https://svnweb.freebsd.org/changeset/base/283269 Log: Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Previously for jumbo MTUs, the rx ring buffers were MTU + any required pad. Now when this

Re: svn commit: r283136 - head/sys/netinet

2015-05-21 Thread Eric van Gyzen
On 05/21/2015 16:03, Hiren Panchasara wrote: On 05/21/15 at 03:27P, Lawrence Stewart wrote: On 05/20/15 23:19, Eric van Gyzen wrote: On 05/20/2015 02:33, Lawrence Stewart wrote: On 05/20/15 14:24, Hiren Panchasara wrote: On 05/20/15 at 02:13P, Lawrence Stewart wrote: Hi Hiren, On 05/20/15

Re: svn commit: r283136 - head/sys/netinet

2015-05-21 Thread Ed Maste
On 21 May 2015 at 16:03, Hiren Panchasara hi...@freebsd.org wrote: I *do* want to MFC the change. And if there are no major objections, I'll go ahead with what Lawrence is suggesting: changing current purge behavior in -head and 10. For the record, that sounds reasonable to me.

svn commit: r283218 - stable/10/sys/dev/xen/netfront

2015-05-21 Thread Roger Pau Monné
Author: royger Date: Thu May 21 10:28:33 2015 New Revision: 283218 URL: https://svnweb.freebsd.org/changeset/base/283218 Log: MFC: r282908 netfront: wait for backend to connect before sending ARP Sponsored by: Citrix Systems RD Modified: stable/10/sys/dev/xen/netfront/netfront.c

Re: svn commit: r283197 - head/usr.bin/soelim

2015-05-21 Thread Bruce Evans
On Thu, 21 May 2015, Baptiste Daroussin wrote: Log: add an include on sys/types.h because we do explicitly use size_t remove unused stdbool.h sys/types.h may be needed for some other typedef, but not for size_t. size_t is already declared in at least 3 other of the included headers: -

svn commit: r283219 - in stable/10/sys: conf dev/atkbdc

2015-05-21 Thread Roger Pau Monné
Author: royger Date: Thu May 21 10:40:18 2015 New Revision: 283219 URL: https://svnweb.freebsd.org/changeset/base/283219 Log: MFC: r282269, r282277 atkbd: remove usage of x86bios Remove leftover from r282269. Modified: stable/10/sys/conf/files.amd64 stable/10/sys/conf/files.i386

svn commit: r283248 - in head/sys: amd64/amd64 arm/arm arm64/arm64 ddb i386/i386 kern mips/mips powerpc/powerpc sparc64/sparc64

2015-05-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 21 15:16:18 2015 New Revision: 283248 URL: https://svnweb.freebsd.org/changeset/base/283248 Log: ddb: finish converting boolean values. The replacement started at r283088 was necessarily incomplete without replacing boolean_t with bool. This also involved

svn commit: r283243 - head/lib/libufs

2015-05-21 Thread Warner Losh
Author: imp Date: Thu May 21 14:36:11 2015 New Revision: 283243 URL: https://svnweb.freebsd.org/changeset/base/283243 Log: Remove the stray DEBUG_FLAGS=-g line that snuck in with the soft-updates journaling project merge in r207141. Modified: head/lib/libufs/Makefile Modified:

svn commit: r283247 - head/tools/build/mk

2015-05-21 Thread Baptiste Daroussin
Author: bapt Date: Thu May 21 15:05:46 2015 New Revision: 283247 URL: https://svnweb.freebsd.org/changeset/base/283247 Log: Mark libgomp.so.1 as an old lib not an old file Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r283246 - head/usr.sbin/bluetooth/bthidd

2015-05-21 Thread Warner Losh
Author: imp Date: Thu May 21 14:36:15 2015 New Revision: 283246 URL: https://svnweb.freebsd.org/changeset/base/283246 Log: Remove stray DEBUG_FLAGS=-g that snuck in with r137868 Modified: head/usr.sbin/bluetooth/bthidd/Makefile Modified: head/usr.sbin/bluetooth/bthidd/Makefile

svn commit: r283245 - head/usr.bin/tar

2015-05-21 Thread Warner Losh
Author: imp Date: Thu May 21 14:36:14 2015 New Revision: 283245 URL: https://svnweb.freebsd.org/changeset/base/283245 Log: Remove stray DEBUG_FLAGS=-g that snuck in with r184761. Modified: head/usr.bin/tar/Makefile Modified: head/usr.bin/tar/Makefile

svn commit: r283244 - head/cddl/usr.bin/ctfconvert

2015-05-21 Thread Warner Losh
Author: imp Date: Thu May 21 14:36:12 2015 New Revision: 283244 URL: https://svnweb.freebsd.org/changeset/base/283244 Log: Remove stray DEBUG_FLAGS=-g that's been here since the initial import. Modified: head/cddl/usr.bin/ctfconvert/Makefile Modified: head/cddl/usr.bin/ctfconvert/Makefile

svn commit: r283232 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:26:52 2015 New Revision: 283232 URL: https://svnweb.freebsd.org/changeset/base/283232 Log: MFC r279843: Refactor. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/common.c Directory Properties: stable/10/ (props changed)

svn commit: r283237 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:34:33 2015 New Revision: 283237 URL: https://svnweb.freebsd.org/changeset/base/283237 Log: MFC r279914: Options from auto_master must be appended to options from maps, not prepended. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r283238 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:36:00 2015 New Revision: 283238 URL: https://svnweb.freebsd.org/changeset/base/283238 Log: MFC r279915: Make concat() accept NULL arguments. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/automount.c

svn commit: r283240 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:39:38 2015 New Revision: 283240 URL: https://svnweb.freebsd.org/changeset/base/283240 Log: MFC r279953: Rework the concat() algorithm to be correct in all cases. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/common.c

svn commit: r283230 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:23:49 2015 New Revision: 283230 URL: https://svnweb.freebsd.org/changeset/base/283230 Log: MFC r279812: Remove some particularly bad code; no functional changes. MFC r279815: Erm, revert chunk committed by mistake. Sponsored by: The FreeBSD

svn commit: r283231 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:25:28 2015 New Revision: 283231 URL: https://svnweb.freebsd.org/changeset/base/283231 Log: MFC r279813: Make things more readable; no functional changes. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/automount.c

svn commit: r283234 - stable/10/usr.bin/ar

2015-05-21 Thread Ed Maste
Author: emaste Date: Thu May 21 13:30:10 2015 New Revision: 283234 URL: https://svnweb.freebsd.org/changeset/base/283234 Log: MFC r276774: ar: Avoid null pointer deref while reading corrupt archives ELF Tool Chain ticket #467 Reported by: Alexander Cherepanov chere...@mccme.ru

svn commit: r283235 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:31:44 2015 New Revision: 283235 URL: https://svnweb.freebsd.org/changeset/base/283235 Log: MFC r279846: Properly pass options for direct maps. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/automount.c

svn commit: r283241 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:41:08 2015 New Revision: 283241 URL: https://svnweb.freebsd.org/changeset/base/283241 Log: MFC r279954: Get executable direct maps to work. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/automountd.c Directory Properties:

svn commit: r283233 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:29:34 2015 New Revision: 283233 URL: https://svnweb.freebsd.org/changeset/base/283233 Log: MFC r279845: Fix handling of direct maps, broken in r275756. Previously, running automount(8) would unmount direct map trigger nodes every second time.

svn commit: r283242 - in stable/10: etc etc/autofs usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:42:37 2015 New Revision: 283242 URL: https://svnweb.freebsd.org/changeset/base/283242 Log: MFC r279955: Add -noauto autofs map, for automatic handling of fstab entries marked noauto. Relnotes: yes Sponsored by: The FreeBSD Foundation Added:

svn commit: r283236 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:33:06 2015 New Revision: 283236 URL: https://svnweb.freebsd.org/changeset/base/283236 Log: MFC r279851: Fix typo. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/autofs/automountd.8 Directory Properties: stable/10/ (props

svn commit: r283239 - stable/10/usr.sbin/autofs

2015-05-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 21 13:37:48 2015 New Revision: 283239 URL: https://svnweb.freebsd.org/changeset/base/283239 Log: MFC r279916: Make automount -LL -o whatever present options in the same order as used by automountd(8). Sponsored by: The FreeBSD Foundation Modified:

svn commit: r283273 - head/sys/fs/nfsclient

2015-05-21 Thread Rick Macklem
Author: rmacklem Date: Thu May 21 23:14:18 2015 New Revision: 283273 URL: https://svnweb.freebsd.org/changeset/base/283273 Log: The NFS client wasn't handling getdirentries(2) requests for sizes that are not an exact multiple of DIRBLKSIZ correctly. Fortunately readdir(3) always uses an

svn commit: r283271 - head/release

2015-05-21 Thread Glen Barber
Author: gjb Date: Thu May 21 22:11:57 2015 New Revision: 283271 URL: https://svnweb.freebsd.org/changeset/base/283271 Log: If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable, which helps control some of the arm-specific bits a bit more cleanly (but not really 'clean'). If

svn commit: r283272 - head/release

2015-05-21 Thread Glen Barber
Author: gjb Date: Thu May 21 22:50:39 2015 New Revision: 283272 URL: https://svnweb.freebsd.org/changeset/base/283272 Log: Fix make(1) syntax error for non-embedded targets. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r283274 - head/sys/dev/bxe

2015-05-21 Thread David C Somayajulu
Author: davidcs Date: Fri May 22 01:44:07 2015 New Revision: 283274 URL: https://svnweb.freebsd.org/changeset/base/283274 Log: Add stat counters for Jumbo Frames using SGE ring. Also remove the checks for IFCAP_LRO in bxe_alloc_fp_buffers() and bxe_pf_rx_q_prep() since both TPA and Jumbo can

svn commit: r283275 - head/sys/dev/fdt

2015-05-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri May 22 02:00:44 2015 New Revision: 283275 URL: https://svnweb.freebsd.org/changeset/base/283275 Log: Add helper method fdt_find_child to make access to child nodes easier. Some FDT nodes have complex properties organized as a child sub-nodes (e.g. timing for LCD

svn commit: r283276 - in head: . sys/arm/conf sys/arm/ti sys/arm/ti/am335x sys/arm/ti/cpsw sys/arm/ti/omap4 sys/arm/ti/usb sys/boot/fdt/dts/arm sys/dev/uart

2015-05-21 Thread Oleksandr Tymoshenko
-s 'abort:false,junk:false' /etc/malloc.conf.) +20150521: + TI platform code switched to using vendor DTS files and this update + may break existing systems running on Beaglebone, Beaglebone Black, + and Pandaboard: + + - dtb files should be regenerated/reinstalled

  1   2   >