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: 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() chec

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

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 Perez

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: head/lib/libc/string/bcopy.3

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

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: head/usr.s

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 optimizati

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: head/Makefile.i

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: head/sys/arm/

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: 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]" sec

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 wrote: > > On Tue, Aug 18, 2015 at 09:49:44PM +0200, Jan Beich wrote: > >> Jason Evans writes: > > + - Remove the *allocm() API, which is superseded by the *allocx() API. > Symbol

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

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

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 Ope