svn commit: r273271 - in head/sys: fs/tmpfs kern sys

2014-10-19 Thread Mateusz Guzik
Author: mjg Date: Sun Oct 19 06:59:33 2014 New Revision: 273271 URL: https://svnweb.freebsd.org/changeset/base/273271 Log: Provide vfs suspension support only for filesystems which need it. Need is expressed by providing vfs_susp_clean function in vfsops. Differential Revision:

Re: svn commit: r273251 - in head/sys: arm/arm arm/include conf

2014-10-19 Thread John-Mark Gurney
Andrew Turner wrote this message on Sat, Oct 18, 2014 at 13:38 +: Author: andrew Date: Sat Oct 18 13:38:04 2014 New Revision: 273251 URL: https://svnweb.freebsd.org/changeset/base/273251 Log: Add an elf not so kgdb detects the kernel as a FreeBSD elf file. The ELFNOTE macro is

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

2014-10-19 Thread Alexander Motin
Author: mav Date: Sun Oct 19 08:47:27 2014 New Revision: 273272 URL: https://svnweb.freebsd.org/changeset/base/273272 Log: MFC r273143: Remove setting BIO_DONE flag for BIOs that have done() method. This fixes use-after-free, caused by geom_disk, completing same BIO twice to save extra

svn commit: r273273 - head/contrib/openpam/lib/libpam

2014-10-19 Thread Dag-Erling Smørgrav
Author: des Date: Sun Oct 19 11:06:54 2014 New Revision: 273273 URL: https://svnweb.freebsd.org/changeset/base/273273 Log: Merge upstream r825: fix line continuation in whitespace Modified: head/contrib/openpam/lib/libpam/openpam_readword.c Directory Properties: head/contrib/openpam/

svn commit: r273274 - head/sys/netpfil/ipfw

2014-10-19 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 19 11:15:19 2014 New Revision: 273274 URL: https://svnweb.freebsd.org/changeset/base/273274 Log: Perform more checks on the number of tables supplied by user. Modified: head/sys/netpfil/ipfw/ip_fw_table.c Modified: head/sys/netpfil/ipfw/ip_fw_table.c

svn commit: r273275 - stable/10/sys/netinet

2014-10-19 Thread Michael Tuexen
Author: tuexen Date: Sun Oct 19 11:31:23 2014 New Revision: 273275 URL: https://svnweb.freebsd.org/changeset/base/273275 Log: MFC 273168: Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if a sent incoming stream reset request was responded with failed or denied. Thanks to

svn commit: r273276 - in head/bin/sh: . tests/parser

2014-10-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 19 11:59:15 2014 New Revision: 273276 URL: https://svnweb.freebsd.org/changeset/base/273276 Log: sh: Allow backslash-newline continuation in more places: * directly after a $ * directly after ${ * between the characters of a multi-character operator

Re: svn commit: r273274 - head/sys/netpfil/ipfw

2014-10-19 Thread Andriy Gapon
On 19/10/2014 14:15, Alexander V. Chernikov wrote: +static uint32_t +roundup2p(uint32_t v) +{ + + v--; + v |= v 1; + v |= v 2; + v |= v 4; + v |= v 8; + v |= v 16; + v++; + + return (v); +} I think that on platforms where an optimized version of

svn commit: r273277 - in stable/10: . contrib/opie lib/libopie

2014-10-19 Thread Antoine Brodin
Author: antoine Date: Sun Oct 19 12:11:25 2014 New Revision: 273277 URL: https://svnweb.freebsd.org/changeset/base/273277 Log: Restore ABI compatibility with 10.0-RELEASE, so that stable/10 users can use official freebsd packages Modified: stable/10/ObsoleteFiles.inc

svn commit: r273278 - in head/sys: arm/altera/socfpga arm/conf boot/fdt/dts/arm dev/beri

2014-10-19 Thread Ruslan Bukin
Author: br Date: Sun Oct 19 16:26:49 2014 New Revision: 273278 URL: https://svnweb.freebsd.org/changeset/base/273278 Log: Add driver for BERI soft processor 'ring buffer' device. Ring device provides a way for communicate to BERI peripherals such as BERI debug unit and console.

svn commit: r273279 - in head/sys/cam: ata scsi

2014-10-19 Thread George V. Neville-Neil
Author: gnn Date: Sun Oct 19 16:46:36 2014 New Revision: 273279 URL: https://svnweb.freebsd.org/changeset/base/273279 Log: Add new quirks for the latest Samsung SSD, model 850. Submitted by: sbruno MFC after:2 weeks Modified: head/sys/cam/ata/ata_da.c head/sys/cam/scsi/scsi_da.c

svn commit: r273280 - head/sys/dev/cxgb/common

2014-10-19 Thread Navdeep Parhar
Author: np Date: Sun Oct 19 17:29:44 2014 New Revision: 273280 URL: https://svnweb.freebsd.org/changeset/base/273280 Log: cxgb(4): reset the PHY if it generates an interrupt for no apparent reason. MFC after:1 week Modified: head/sys/dev/cxgb/common/cxgb_ael1002.c Modified:

svn commit: r273281 - head/sys/arm/ti

2014-10-19 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 19 17:55:04 2014 New Revision: 273281 URL: https://svnweb.freebsd.org/changeset/base/273281 Log: Style changes as pointed out by stas@. MFC after:1 week Modified: head/sys/arm/ti/ti_wdt.c Modified: head/sys/arm/ti/ti_wdt.c

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

2014-10-19 Thread Ian Lepore
Author: ian Date: Sun Oct 19 18:31:11 2014 New Revision: 273282 URL: https://svnweb.freebsd.org/changeset/base/273282 Log: Fail to probe on simplebus nodes that lack a ranges property. Increasingly, FDT data has the simple-bus compatible string on nodes that have children, but we

svn commit: r273283 - head/sys/arm/freescale/imx

2014-10-19 Thread Ian Lepore
Author: ian Date: Sun Oct 19 18:41:22 2014 New Revision: 273283 URL: https://svnweb.freebsd.org/changeset/base/273283 Log: Attach this driver during BUS_PASS_BUS and move the cpu init code to a bus_new_pass() handler so it doesn't happen until BUS_PASS_CPU. This allows the anatop driver to

svn commit: r273284 - in head: lib/libkvm sys/arm/arm sys/sys

2014-10-19 Thread Andrew Turner
Author: andrew Date: Sun Oct 19 20:23:31 2014 New Revision: 273284 URL: https://svnweb.freebsd.org/changeset/base/273284 Log: Allow libkvm to get the kernel va to pa delta without the need for physaddr. This should allow for a kernel where PHYSADDR and KERNPHYSADDR are both undefined.

svn commit: r273285 - in head: . etc/rc.d

2014-10-19 Thread Hiroki Sato
Author: hrs Date: Sun Oct 19 20:46:59 2014 New Revision: 273285 URL: https://svnweb.freebsd.org/changeset/base/273285 Log: - Honer MK_KERBEROS for Heimdal rc.d scripts. - Add rc.c/kerberos to OLD_FILES. Modified: head/ObsoleteFiles.inc head/etc/rc.d/Makefile Modified:

svn commit: r273286 - in stable/10: . etc/rc.d

2014-10-19 Thread Hiroki Sato
Author: hrs Date: Sun Oct 19 20:54:04 2014 New Revision: 273286 URL: https://svnweb.freebsd.org/changeset/base/273286 Log: MFC r273285: - Honer MK_KERBEROS for Heimdal rc.d scripts. - Add rc.c/kerberos to OLD_FILES. Modified: stable/10/ObsoleteFiles.inc stable/10/etc/rc.d/Makefile

svn commit: r273287 - head/sys/conf

2014-10-19 Thread Andrew Turner
Author: andrew Date: Sun Oct 19 20:56:05 2014 New Revision: 273287 URL: https://svnweb.freebsd.org/changeset/base/273287 Log: Only build the ARM tranpoline when KERNPHYSADDR is defined as it is otherwise unneeded in armv6 kernels. MFC after:1 week Modified:

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

2014-10-19 Thread Andrew Turner
Author: andrew Date: Sun Oct 19 21:03:42 2014 New Revision: 273288 URL: https://svnweb.freebsd.org/changeset/base/273288 Log: Allow the armv6 kernel to be build with PHYSADDR undefined. The kernel will now find the virtual to physical mapping for libkvm to use at runtime. This makes

svn commit: r273290 - stable/10/lib/libc/stdtime

2014-10-19 Thread Andrey A. Chernov
Author: ache Date: Sun Oct 19 21:16:24 2014 New Revision: 273290 URL: https://svnweb.freebsd.org/changeset/base/273290 Log: MFC r272562,r272678,r272679 1) Fix the case we have less arguments for format string than we expected. 2) Return error on unsupported format specs. (both

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

2014-10-19 Thread George V. Neville-Neil
Author: gnn Date: Sun Oct 19 23:13:16 2014 New Revision: 273293 URL: https://svnweb.freebsd.org/changeset/base/273293 Log: Update the TCP structure used by DTrace to show the smoothed RTT. This will allow similar functionality to SIFTR to be built with DTrace. Submitted by: Grenville

svn commit: r273294 - stable/10/share/man/man4

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 00:22:08 2014 New Revision: 273294 URL: https://svnweb.freebsd.org/changeset/base/273294 Log: MFC r273178: Update vt(4) for UEFI defaults and special keys vt(4) is the default console for UEFI boot [1], and the bitmapped kern.vt.spclkeys sysctl has

svn commit: r273295 - in head/sbin: ping ping6

2014-10-19 Thread Hiroki Sato
Author: hrs Date: Mon Oct 20 00:27:40 2014 New Revision: 273295 URL: https://svnweb.freebsd.org/changeset/base/273295 Log: WARNS=3 and style fixes. No functionality change. Modified: head/sbin/ping/Makefile head/sbin/ping/ping.c head/sbin/ping6/Makefile head/sbin/ping6/ping6.c

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

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 01:01:55 2014 New Revision: 273296 URL: https://svnweb.freebsd.org/changeset/base/273296 Log: MFC r273219: Do nothing in vt_upgrade if there is no vt driver Previously, if no drivers attached at boot we would panic with vtbuf_fill_locked begin.tp_row 0

svn commit: r273297 - releng/10.1/share/man/man4

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 01:45:40 2014 New Revision: 273297 URL: https://svnweb.freebsd.org/changeset/base/273297 Log: MFS10 r273294 (r273178 in HEAD): Update vt(4) for UEFI defaults and special keys vt(4) is the default console for UEFI boot [1], and the bitmapped

svn commit: r273298 - head/sys/boot/fdt

2014-10-19 Thread Ian Lepore
Author: ian Date: Mon Oct 20 01:52:17 2014 New Revision: 273298 URL: https://svnweb.freebsd.org/changeset/base/273298 Log: The U-Boot README says fdt_addr_r is the right env var for fdt data loaded into ram, but vendors also use fdtaddr and fdt_addr. Check the recommended variable first

svn commit: r273300 - releng/10.1/sys/dev/vt

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 03:17:48 2014 New Revision: 273300 URL: https://svnweb.freebsd.org/changeset/base/273300 Log: MFS10 r273296 (r273219 in HEAD): Do nothing in vt_upgrade if there is no vt driver Previously, if no drivers attached at boot we would panic with

svn commit: r273303 - releng/10.1/sys/netinet

2014-10-19 Thread Michael Tuexen
Author: tuexen Date: Mon Oct 20 05:17:16 2014 New Revision: 273303 URL: https://svnweb.freebsd.org/changeset/base/273303 Log: MFC10 r273275 (r273168 in head): Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if a sent incoming stream reset request was responded with failed or

svn commit: r273302 - stable/10/sys/dev/asmc

2014-10-19 Thread Rui Paulo
Author: rpaulo Date: Mon Oct 20 04:42:28 2014 New Revision: 273302 URL: https://svnweb.freebsd.org/changeset/base/273302 Log: MFC r271975: Improvements to asmc(4): 1. changed the code so that 2**16 keys are supported 2. changed the number of possible fans in a system from 2 to 6