svn commit: r295201 - head/sys/arm/xscale/i8134x

2016-02-03 Thread Michal Meloun
Author: mmel Date: Wed Feb 3 10:39:29 2016 New Revision: 295201 URL: https://svnweb.freebsd.org/changeset/base/295201 Log: ARM: Remove C++ comments erroneously committed in r295200. Modified: head/sys/arm/xscale/i8134x/i80321reg.h Modified: head/sys/arm/xscale/i8134x/i80321reg.h

svn commit: r295202 - head/contrib/bsnmp/snmp_mibII

2016-02-03 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 3 11:03:44 2016 New Revision: 295202 URL: https://svnweb.freebsd.org/changeset/base/295202 Log: Try to fix a bug introduced in r228623. We started to copy the ifa_msghdr as otherwise platforms with strict alignment would break. It's unclear to me if there's also

Re: svn commit: r295168 - in head/sys/arm: arm include

2016-02-03 Thread Svatopluk Kraus
Well, I was told that acle-compat.h is needed when __ARM_ARCH is used as some older or newer, not sure now, gcc does not defines it for us. I think that it came to me from andrew@. BTW, the aarch64 kernel build was fixed in r295198 by mmel@. Thanks. Svata On Wed, Feb 3, 2016 at 9:01 AM,

Re: svn commit: r295168 - in head/sys/arm: arm include

2016-02-03 Thread Wojciech Macek
Is it necessary to add acle-compat.h to the includes? If so, I suggest putting it under ifndef __aarch64__ , to fix the ARM64 build. Regards, Wojtek 2016-02-02 22:17 GMT+01:00 Svatopluk Kraus : > Author: skra > Date: Tue Feb 2 21:17:25 2016 > New Revision: 295168 > URL:

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

2016-02-03 Thread Michal Meloun
Author: mmel Date: Wed Feb 3 08:12:21 2016 New Revision: 295198 URL: https://svnweb.freebsd.org/changeset/base/295198 Log: ARM: acle-compat.h is arm specific header, don't include it for aarch64. This fixes aarch64 buildkernel. Modified: head/sys/arm/arm/devmap.c Modified:

svn commit: r295200 - in head/sys: arm/arm arm/conf arm/include arm/xscale/i80321 arm/xscale/i8134x conf

2016-02-03 Thread Michal Meloun
Author: mmel Date: Wed Feb 3 09:15:44 2016 New Revision: 295200 URL: https://svnweb.freebsd.org/changeset/base/295200 Log: ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single supported config/board with these CPUs. Deleted: head/sys/arm/xscale/i80321/ Modified:

svn commit: r295204 - head/bin/csh

2016-02-03 Thread Hajimu UMEMOTO
Author: ume Date: Wed Feb 3 11:44:43 2016 New Revision: 295204 URL: https://svnweb.freebsd.org/changeset/base/295204 Log: The charset of NLS catalogs were converted to UTF-8 since r231990. Modified: head/bin/csh/Makefile Modified: head/bin/csh/Makefile

svn commit: r295206 - in head/sys/arm: arm include

2016-02-03 Thread Svatopluk Kraus
Author: skra Date: Wed Feb 3 12:11:07 2016 New Revision: 295206 URL: https://svnweb.freebsd.org/changeset/base/295206 Log: Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again. It turned out that devmap.c is not only file in which PTE_DEVICE is used and simultaneously,

svn commit: r295217 - head

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Wed Feb 3 20:24:21 2016 New Revision: 295217 URL: https://svnweb.freebsd.org/changeset/base/295217 Log: Deduplicate distrib-dirs logic from r289086 in distribution. This does it correctly this time, rather than the incorrect version in r295167. Sponsored by:

svn commit: r295218 - head/sys/dev/cxgb

2016-02-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 3 20:39:52 2016 New Revision: 295218 URL: https://svnweb.freebsd.org/changeset/base/295218 Log: Fix inverse logic. If this is zone_pack, then we shouldn't free the cluster ourselves. Found by review. Since this code is !386 and !amd64 and is executed on

svn commit: r295221 - in head/sys: kern vm

2016-02-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 3 22:02:36 2016 New Revision: 295221 URL: https://svnweb.freebsd.org/changeset/base/295221 Log: Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allows to make uma_dbg.h not depend on uma_int.h, which allows to uninclude uma_int.h from the

svn commit: r295209 - head/sys/fs/ext2fs

2016-02-03 Thread Pedro F. Giffuni
Author: pfg Date: Wed Feb 3 14:31:23 2016 New Revision: 295209 URL: https://svnweb.freebsd.org/changeset/base/295209 Log: Revert r294695: ext2fs: passthrough any extra timestamps to the dinode struct. While it passed the classic testing, the change appears to have caused some

svn commit: r295210 - head/sys/boot/efi/libefi

2016-02-03 Thread Andrew Turner
Author: andrew Date: Wed Feb 3 14:34:25 2016 New Revision: 295210 URL: https://svnweb.freebsd.org/changeset/base/295210 Log: Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed. Not all UEFI implementations support this protocol. Modified:

svn commit: r295223 - head/share/mk

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Wed Feb 3 23:37:14 2016 New Revision: 295223 URL: https://svnweb.freebsd.org/changeset/base/295223 Log: Don't let NLSLINKS contain itself. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.nls.mk Modified: head/share/mk/bsd.nls.mk

svn commit: r295224 - head/bin/csh

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Wed Feb 3 23:37:24 2016 New Revision: 295224 URL: https://svnweb.freebsd.org/changeset/base/295224 Log: Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself. Sponsored by: EMC / Isilon Storage Division Modified: head/bin/csh/Makefile Modified:

Re: svn commit: r295226 - head/lib/libmemstat

2016-02-03 Thread Bryan Drewery
On 2/3/2016 4:23 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Feb 4 00:23:21 2016 > New Revision: 295226 > URL: https://svnweb.freebsd.org/changeset/base/295226 > > Log: > Fix build. > > Modified: > head/lib/libmemstat/memstat_uma.c > > Modified: head/lib/libmemstat/memstat_uma.c

svn commit: r295222 - in head/sys: amd64/amd64 kern vm

2016-02-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 3 23:30:17 2016 New Revision: 295222 URL: https://svnweb.freebsd.org/changeset/base/295222 Log: Redo r292484. Embed task(9) into zone, so that uz_maxaction is called in a context that can sleep, allowing consumers of the KPI to run their drain routines without

svn commit: r295226 - head/lib/libmemstat

2016-02-03 Thread Gleb Smirnoff
Author: glebius Date: Thu Feb 4 00:23:21 2016 New Revision: 295226 URL: https://svnweb.freebsd.org/changeset/base/295226 Log: Fix build. Modified: head/lib/libmemstat/memstat_uma.c Modified: head/lib/libmemstat/memstat_uma.c

svn commit: r295227 - head/share/mk

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 4 01:08:42 2016 New Revision: 295227 URL: https://svnweb.freebsd.org/changeset/base/295227 Log: Stop hiding link install commands. This is no longer needed now that a .for loop is used rather than inline shell script. Sponsored by: EMC / Isilon

svn commit: r295229 - head/share/mk

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 4 01:08:48 2016 New Revision: 295229 URL: https://svnweb.freebsd.org/changeset/base/295229 Log: MLINKS: Deduplicate some of the logic, simplify, and unhide install commands. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.man.mk

svn commit: r295230 - head/share/mk

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 4 01:08:51 2016 New Revision: 295230 URL: https://svnweb.freebsd.org/changeset/base/295230 Log: Fix style and remove excess / for installing SYMLINKS. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.incs.mk

svn commit: r295228 - head/share/mk

2016-02-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 4 01:08:45 2016 New Revision: 295228 URL: https://svnweb.freebsd.org/changeset/base/295228 Log: Fix cat files being installed to wrong place since r284685. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.man.mk Modified:

Re: svn commit: r295224 - head/bin/csh

2016-02-03 Thread Hajimu UMEMOTO
Hi, > On Wed, 3 Feb 2016 23:37:25 + (UTC) > Bryan Drewery said: bdrewery> Author: bdrewery bdrewery> Date: Wed Feb 3 23:37:24 2016 bdrewery> New Revision: 295224 bdrewery> URL: https://svnweb.freebsd.org/changeset/base/295224 bdrewery> Log: bdrewery> Don't

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

2016-02-03 Thread Andrew Turner
Author: andrew Date: Wed Feb 3 17:00:19 2016 New Revision: 295214 URL: https://svnweb.freebsd.org/changeset/base/295214 Log: Handle a misaligned stack pointer exception from userspace. The exception still needs to be enabled, but this will help with testing. Sponsored by: ABT Systems

svn commit: r295212 - head/usr.sbin/ctld

2016-02-03 Thread Jakub Wojciech Klama
Author: jceel Date: Wed Feb 3 15:45:13 2016 New Revision: 295212 URL: https://svnweb.freebsd.org/changeset/base/295212 Log: Add an additional, libucl-based configuration file parser to ctld. Default ctld behavior remains unchanged - libucl parser can be selected explicitly by adding -u

svn commit: r295213 - in head/sys/arm: arm at91 cavium/cns11xx include xscale/i8134x xscale/ixp425 xscale/pxa

2016-02-03 Thread Michal Meloun
Author: mmel Date: Wed Feb 3 16:44:06 2016 New Revision: 295213 URL: https://svnweb.freebsd.org/changeset/base/295213 Log: ARM: Consistently use cpu_setttb() instead of setttb(). Remove unused #define for drain_writebuf. Modified: head/sys/arm/arm/machdep.c

Re: svn commit: r295204 - head/bin/csh

2016-02-03 Thread Bryan Drewery
On 2/3/2016 3:44 AM, Hajimu UMEMOTO wrote: > Author: ume > Date: Wed Feb 3 11:44:43 2016 > New Revision: 295204 > URL: https://svnweb.freebsd.org/changeset/base/295204 > > Log: > The charset of NLS catalogs were converted to UTF-8 > since r231990. > > Modified: > head/bin/csh/Makefile >

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

2016-02-03 Thread Michal Meloun
Author: mmel Date: Thu Feb 4 06:39:20 2016 New Revision: 295235 URL: https://svnweb.freebsd.org/changeset/base/295235 Log: ARM: Remove unused symbols from genassym.c. Modified: head/sys/arm/arm/genassym.c Modified: head/sys/arm/arm/genassym.c

svn commit: r295233 - in head/sys: compat/cloudabi kern sys

2016-02-03 Thread Mateusz Guzik
Author: mjg Date: Thu Feb 4 04:25:30 2016 New Revision: 295233 URL: https://svnweb.freebsd.org/changeset/base/295233 Log: fork: plug a use after free of the returned process fork1 required its callers to pass a pointer to struct proc * which would be set to the new process (if any).

svn commit: r295231 - in head/sys: arm64/arm64 mips/mips powerpc/powerpc riscv/riscv

2016-02-03 Thread Gleb Smirnoff
Author: glebius Date: Thu Feb 4 03:55:41 2016 New Revision: 295231 URL: https://svnweb.freebsd.org/changeset/base/295231 Log: Fix build. Modified: head/sys/arm64/arm64/uma_machdep.c head/sys/mips/mips/uma_machdep.c head/sys/powerpc/powerpc/uma_machdep.c

svn commit: r295232 - in head/sys: compat/cloudabi compat/linux kern sys

2016-02-03 Thread Mateusz Guzik
Author: mjg Date: Thu Feb 4 04:22:18 2016 New Revision: 295232 URL: https://svnweb.freebsd.org/changeset/base/295232 Log: fork: pass arguments to fork1 in a dedicated structure Suggested by: kib Modified: head/sys/compat/cloudabi/cloudabi_proc.c head/sys/compat/linux/linux_fork.c

svn commit: r295234 - head/share/i18n/esdb/MISC

2016-02-03 Thread Hajimu UMEMOTO
Author: ume Date: Thu Feb 4 05:03:35 2016 New Revision: 295234 URL: https://svnweb.freebsd.org/changeset/base/295234 Log: Make sure to enable aliases for SHIFT_JIS. MFC after:3 days Modified: head/share/i18n/esdb/MISC/MISC.alias Modified: head/share/i18n/esdb/MISC/MISC.alias

Re: svn commit: r295209 - head/sys/fs/ext2fs

2016-02-03 Thread Pedro Giffuni
On 02/03/16 12:38, Conrad Meyer wrote: On Wed, Feb 3, 2016 at 6:31 AM, Pedro F. Giffuni wrote: Author: pfg Date: Wed Feb 3 14:31:23 2016 New Revision: 295209 URL: https://svnweb.freebsd.org/changeset/base/295209 Log: Revert r294695: ext2fs: passthrough any extra

Re: svn commit: r292206 - in head/contrib/unbound: . compat daemon dns64 dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples

2016-02-03 Thread Peter Wemm
On Monday, December 14, 2015 01:01:51 PM Dag-Erling Smørgrav wrote: > Author: des > Date: Mon Dec 14 13:01:51 2015 > New Revision: 292206 > URL: https://svnweb.freebsd.org/changeset/base/292206 > > Log: > Upgrade to Unbound 1.5.7. > > Added: > head/contrib/unbound/.gitignore > - copied

Re: svn commit: r295209 - head/sys/fs/ext2fs

2016-02-03 Thread Conrad Meyer
On Wed, Feb 3, 2016 at 6:31 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Wed Feb 3 14:31:23 2016 > New Revision: 295209 > URL: https://svnweb.freebsd.org/changeset/base/295209 > > Log: > Revert r294695: > ext2fs: passthrough any extra timestamps to the dinode struct. >

Re: svn commit: r292206 - in head/contrib/unbound: . compat daemon dns64 dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples

2016-02-03 Thread Peter Wemm
On Wednesday, February 03, 2016 10:10:51 AM Peter Wemm wrote: > On Monday, December 14, 2015 01:01:51 PM Dag-Erling Smørgrav wrote: > > Author: des > > Date: Mon Dec 14 13:01:51 2015 > > New Revision: 292206 > > URL: https://svnweb.freebsd.org/changeset/base/292206 > > > > Log: > > Upgrade to