svn commit: r287040 - stable/10/sys/arm/ti/am335x

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 17:54:48 2015 New Revision: 287040 URL: https://svnweb.freebsd.org/changeset/base/287040 Log: Always compile in PPS capture. Use the same device name used in 11-current. This is a direct commit to 10-stable because the corresponding changes in 11 are bound

svn commit: r287035 - in stable/10: share/man/man4 sys/dev/usb sys/dev/usb/serial

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 16:17:00 2015 New Revision: 287035 URL: https://svnweb.freebsd.org/changeset/base/287035 Log: MFC r264394, r286382, r286385, r286389: Add support to the uftdi driver for reading and writing the serial eeprom that can be attached to the chips, via ioctl()

svn commit: r287037 - in stable/10: . share/man/man4 sys/dev/uart

2015-08-23 Thread Ian Lepore
(r287037) @@ -16,6 +16,20 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20150823: + The polarity of Pulse Per Second (PPS) capture events with the + uart(4) driver has

svn commit: r287042 - in stable/10: share/man/man4 sys/kern

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 18:03:43 2015 New Revision: 287042 URL: https://svnweb.freebsd.org/changeset/base/287042 Log: MFC r286701: If a specific timecounter has been chosen via sysctl, and a new timecounter with higher quality registers (presumably in a module that has just

svn commit: r287079 - in stable/10/sys/arm: conf freescale/imx

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 20:16:13 2015 New Revision: 287079 URL: https://svnweb.freebsd.org/changeset/base/287079 Log: MFC r286942, r286943, r286944: imx watchdog fixes... Add compatible strings for all the hardware this driver works with. Also, move the READ/WRITE bus space

Re: svn commit: r286866 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/gen lib/libc

2015-08-23 Thread Jilles Tjoelker
On Tue, Aug 18, 2015 at 02:28:25PM -0700, Jason Evans wrote: On Aug 18, 2015, at 2:17 PM, Jilles Tjoelker jil...@stack.nl wrote: On Tue, Aug 18, 2015 at 09:49:44PM +0200, Jan Beich wrote: Jason Evans jas...@freebsd.org writes: + - Remove the *allocm() API, which is superseded by the

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

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 16:22:21 2015 New Revision: 287036 URL: https://svnweb.freebsd.org/changeset/base/287036 Log: MFC r286423, r286429: RFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOCK, on a timeout. Only process the PPS event types currently enabled in

Re: svn commit: r286329 - in head/etc: defaults rc.d

2015-08-23 Thread Edward Tomasz Napierala
On 0806T1152, Dmitry Sivachenko wrote: On 5 авг. 2015 г., at 20:38, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Wed Aug 5 17:38:02 2015 New Revision: 286329 URL: https://svnweb.freebsd.org/changeset/base/286329 Log: Make rctl_enable rc variable

svn commit: r287033 - in head/sys: fs/devfs kern sys

2015-08-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 23 14:53:54 2015 New Revision: 287033 URL: https://svnweb.freebsd.org/changeset/base/287033 Log: After r286237 it should be fine to call vgone(9) on a busy GEOM vnode; remove KASSERT that would prevent forced devfs unmount from working. MFC after:1 month

svn commit: r287032 - head/share/man/man5

2015-08-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 23 13:51:06 2015 New Revision: 287032 URL: https://svnweb.freebsd.org/changeset/base/287032 Log: Tweak the rctl_enable description to not give the impression of being disabled by default. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r287031 - head/sys/arm64/arm64

2015-08-23 Thread Andrew Turner
Author: andrew Date: Sun Aug 23 13:18:56 2015 New Revision: 287031 URL: https://svnweb.freebsd.org/changeset/base/287031 Log: Handle the breakpoint instruction in userland by sending a SIGTRAP signal. Modified: head/sys/arm64/arm64/trap.c Modified: head/sys/arm64/arm64/trap.c

svn commit: r287030 - head/usr.bin/whois

2015-08-23 Thread Xin LI
Author: delphij Date: Sun Aug 23 08:22:00 2015 New Revision: 287030 URL: https://svnweb.freebsd.org/changeset/base/287030 Log: Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems to be the only accepted character that is close enough to US-ASCII (and this is also done on

svn commit: r287034 - head/contrib/subversion/subversion/svn

2015-08-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 23 15:20:49 2015 New Revision: 287034 URL: https://svnweb.freebsd.org/changeset/base/287034 Log: Update svnlite(1) commit template. This makes it possible to set the freebsd-sponsored-by and freebsd-mfc-after in ~/.subversion/config, in the [miscellany] section

svn commit: r287080 - stable/10/usr.sbin/watchdogd

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 20:39:19 2015 New Revision: 287080 URL: https://svnweb.freebsd.org/changeset/base/287080 Log: MFC r286947: Add a new exit-timeout option to watchdogd. Modified: stable/10/usr.sbin/watchdogd/watchdogd.8 stable/10/usr.sbin/watchdogd/watchdogd.c Directory

svn commit: r287082 - stable/10/sys/arm/conf

2015-08-23 Thread Ian Lepore
Author: ian Date: Sun Aug 23 20:50:22 2015 New Revision: 287082 URL: https://svnweb.freebsd.org/changeset/base/287082 Log: MFC r283547: Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not BREAK_TO_DEBUGGER if they have a serial console (most do). A burst of

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

2015-08-23 Thread Andrew Turner
Author: andrew Date: Sun Aug 23 21:10:20 2015 New Revision: 287083 URL: https://svnweb.freebsd.org/changeset/base/287083 Log: Enable KDTRACE_HOOKS by default on all armv6 kernels to get more testing. Modified: head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/std.armv6 Modified:

svn commit: r287086 - head/share/mk

2015-08-23 Thread Warner Losh
Author: imp Date: Mon Aug 24 00:03:51 2015 New Revision: 287086 URL: https://svnweb.freebsd.org/changeset/base/287086 Log: We need to add the soft float to the CFLAGS always, not just when NO_CPUCFLAGS is not defined since it is part of the ABI as we've defined it, not just a nice

svn commit: r287084 - in stable/10/usr.sbin/pw: . tests

2015-08-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 23 21:42:27 2015 New Revision: 287084 URL: https://svnweb.freebsd.org/changeset/base/287084 Log: MFC: r285133,r285136,r285137,r285156,r285157,r285158,r285256,r285318,r285395, r285396,r285398,r285401,r285403,r285405,r285406,r285408,r285409,r285411,

svn commit: r287087 - head/usr.sbin/config

2015-08-23 Thread Warner Losh
Author: imp Date: Mon Aug 24 00:34:09 2015 New Revision: 287087 URL: https://svnweb.freebsd.org/changeset/base/287087 Log: Make it clear that we're ignoring the return value fread(3). All errors that might happen here will be reported a few lines down. CID: 1295248 Modified:

svn commit: r287089 - head/lib/libc/string

2015-08-23 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 24 01:53:18 2015 New Revision: 287089 URL: https://svnweb.freebsd.org/changeset/base/287089 Log: Fix spelling. Reviewed by: wblock, pfg Approved by: bapt (mentor) Differential Revision:D3380 Modified:

svn commit: r287088 - head/lib/libc/string

2015-08-23 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 24 01:51:10 2015 New Revision: 287088 URL: https://svnweb.freebsd.org/changeset/base/287088 Log: Update bzero(3) manpage to following the Posix Standard. Reviewed by: wblock, pfg Approved by: bapt (mentor) Differential Revision:

svn commit: r287081 - in head/bin/sh: . tests/errors

2015-08-23 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 23 20:44:53 2015 New Revision: 287081 URL: https://svnweb.freebsd.org/changeset/base/287081 Log: sh: Don't create bad parse result when postponing a bad substitution error. An invalid substitution like ${var@} does not cause a parse error but is stored in the

svn commit: r287085 - in head: . cddl/lib

2015-08-23 Thread Warner Losh
Author: imp Date: Sun Aug 23 23:12:30 2015 New Revision: 287085 URL: https://svnweb.freebsd.org/changeset/base/287085 Log: Sparc64 is the odd-man out, so form the if that way rather than listing everybody else. Modified: head/Makefile.inc1 head/cddl/lib/Makefile Modified:

svn commit: r287090 - stable/10/sys/modules/dtrace/dtraceall

2015-08-23 Thread Julian Elischer
Author: julian Date: Mon Aug 24 03:41:14 2015 New Revision: 287090 URL: https://svnweb.freebsd.org/changeset/base/287090 Log: MFH: r273762 MFH: r276304 Allow loading of dtraceall without nfscl if what you really want is nfsclient Obtained from:Panzura tree and Rick Maclem

svn commit: r287091 - stable/10/etc

2015-08-23 Thread Julian Elischer
Author: julian Date: Mon Aug 24 03:51:18 2015 New Revision: 287091 URL: https://svnweb.freebsd.org/changeset/base/287091 Log: MFH: r284691 MFH: r284920 Remove 16 rules and replace by 2 by using a table. I've been doing this ever since there were tables. I could make more

svn commit: r287093 - head/lib/libc/posix1e

2015-08-23 Thread Xin LI
Author: delphij Date: Mon Aug 24 04:49:20 2015 New Revision: 287093 URL: https://svnweb.freebsd.org/changeset/base/287093 Log: Instead of doing an no-op (|= 0), actually clear the flags in acl_clear_flags_np. MFC after:2 weeks Modified: head/lib/libc/posix1e/acl_flag.c Modified:

svn commit: r287094 - head/sys/netinet6

2015-08-23 Thread Hiroki Sato
Author: hrs Date: Mon Aug 24 05:21:49 2015 New Revision: 287094 URL: https://svnweb.freebsd.org/changeset/base/287094 Log: - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopback interface but in6if_do_dad() already had a check for IFF_LOOPBACK. - Remove in6if_do_dad()

svn commit: r287097 - head/usr.sbin/ndp

2015-08-23 Thread Hiroki Sato
Author: hrs Date: Mon Aug 24 05:38:05 2015 New Revision: 287097 URL: https://svnweb.freebsd.org/changeset/base/287097 Log: Add static and remove unused variables. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c

svn commit: r287096 - head/sys/netinet6

2015-08-23 Thread Adrian Chadd
Author: adrian Date: Mon Aug 24 05:36:08 2015 New Revision: 287096 URL: https://svnweb.freebsd.org/changeset/base/287096 Log: Implement the IPv6 RSS software hash function. This isn't yet linked into the receive/transmit paths anywhere just yet. This is part of a GSoC 2015 project.

svn commit: r287095 - head/usr.sbin/ndp

2015-08-23 Thread Hiroki Sato
Author: hrs Date: Mon Aug 24 05:28:23 2015 New Revision: 287095 URL: https://svnweb.freebsd.org/changeset/base/287095 Log: Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c

svn commit: r287092 - head/sys/powerpc/ofw

2015-08-23 Thread Justin Hibbits
Author: jhibbits Date: Mon Aug 24 04:39:07 2015 New Revision: 287092 URL: https://svnweb.freebsd.org/changeset/base/287092 Log: Fix static fdt support. FDT_DTB_STATIC is defined in opt_platform.h, and fdt_static_dtb is in fdt_common.h, so include those files. Sponsored by: Alex