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

2017-11-28 Thread Andrew Turner
Author: andrew Date: Tue Nov 28 11:04:47 2017 New Revision: 326312 URL: https://svnweb.freebsd.org/changeset/base/326312 Log: When we exit the kernel debugger having entered because of a breakpoint instruction we need to jump over the instruction. Without this we will execute the same

svn commit: r326314 - in head/sys: ddb kern sys

2017-11-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Nov 28 12:53:55 2017 New Revision: 326314 URL: https://svnweb.freebsd.org/changeset/base/326314 Log: Make kdb_reenter() silent when explicitly called from db_error(). This removes the useless backtrace on various ddb(4) user errors. Reviewed by: jhb@ Obtained

svn commit: r326311 - in head/sys: amd64/amd64 arm64/arm64

2017-11-28 Thread Konstantin Belousov
Author: kib Date: Tue Nov 28 09:34:43 2017 New Revision: 326311 URL: https://svnweb.freebsd.org/changeset/base/326311 Log: Fix index calculation for the page table pages for efirt 1:1 map. Stop issuing pre-assigned number to enumerate all page table pages, the assignment is incorrect.

svn commit: r326313 - in stable/11/sys: arm/arm arm64/arm64 arm64/include

2017-11-28 Thread Andrew Turner
Author: andrew Date: Tue Nov 28 11:06:17 2017 New Revision: 326313 URL: https://svnweb.freebsd.org/changeset/base/326313 Log: MFC r326137: Ensure we check the program state set in the trap frame on arm and arm64. This value may be set by userspace so we need to check it before using it.

svn commit: r326321 - in stable/11: cddl/usr.sbin/zfsd lib/libdevdctl

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 16:52:38 2017 New Revision: 326321 URL: https://svnweb.freebsd.org/changeset/base/326321 Log: MFC r325011, r325016 r325011: zfsd should be able to online an L2ARC that disappears and returns Previously, this didn't work because L2ARC devices' labels

svn commit: r326323 - stable/11/sys/dev/mpr

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:07:21 2017 New Revision: 326323 URL: https://svnweb.freebsd.org/changeset/base/326323 Log: MFC r325363: Fix mpr(4) panics caused by bad drive mapping tables sys/dev/mpr/mpr_mapping.c If _mapping_process_dpm_pg0 detects inconsistencies in the

svn commit: r326329 - head/sys/vm

2017-11-28 Thread Alan Cox
Author: alc Date: Tue Nov 28 17:46:03 2017 New Revision: 326329 URL: https://svnweb.freebsd.org/changeset/base/326329 Log: When the swap pager allocates space on disk, it requests contiguous blocks in a single call to blist_alloc(). However, when it frees that space, it previously called

Re: svn commit: r326286 - head/sys/cddl/dev/dtrace

2017-11-28 Thread John Baldwin
On Monday, November 27, 2017 04:41:40 PM Mark Johnston wrote: > On Mon, Nov 27, 2017 at 11:28:07AM -0800, John Baldwin wrote: > > On Monday, November 27, 2017 06:42:23 PM Mark Johnston wrote: > > > Author: markj > > > Date: Mon Nov 27 18:42:23 2017 > > > New Revision: 326286 > > > URL:

svn commit: r326333 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/ibcs2 i386/linux kern

2017-11-28 Thread Brooks Davis
Author: brooks Date: Tue Nov 28 18:23:17 2017 New Revision: 326333 URL: https://svnweb.freebsd.org/changeset/base/326333 Log: Disable vim syntax highlighting. Vim's default pick doesn't understand that ';' is a comment character and the result looks horrible. Reviewed by: emaste

svn commit: r326325 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:25:24 2017 New Revision: 326325 URL: https://svnweb.freebsd.org/changeset/base/326325 Log: MFC r322546: Fix some ZFS debugging messages sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Be more careful about the use of provider

svn commit: r326332 - in stable/10: bin/chflags bin/chflags/tests bin/mkdir bin/mkdir/tests bin/rcp bin/rcp/tests bin/rmdir bin/rmdir/tests etc/mtree

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 18:18:39 2017 New Revision: 326332 URL: https://svnweb.freebsd.org/changeset/base/326332 Log: MFC r323275, r324112 r323275: Add basic tests for chflags, mkdir, rcp, and rmdir Add basic command line parsing test coverage for these utilities. The

svn commit: r326335 - in stable/10/cddl/contrib/opensolaris: cmd/zdb cmd/ztest lib/libzpool/common lib/libzpool/common/sys

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 18:35:58 2017 New Revision: 326335 URL: https://svnweb.freebsd.org/changeset/base/326335 Log: MFC r324220: MFC r316858 7280 Allow changing global libzpool variables in zdb 7280 Allow changing global libzpool variables in zdb and ztest through command

svn commit: r326322 - in stable/11: lib/libc/sys sys/kern

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:04:22 2017 New Revision: 326322 URL: https://svnweb.freebsd.org/changeset/base/326322 Log: MFC r322258, r324941, r324956, r325018 r322258: Make p1003_1b.aio_listio_max a tunable p1003_1b.aio_listio_max is now a tunable. Its value is reflected in

Re: svn commit: r326314 - in head/sys: ddb kern sys

2017-11-28 Thread Bruce Evans
On Tue, 28 Nov 2017, Edward Tomasz Napierala wrote: Log: Make kdb_reenter() silent when explicitly called from db_error(). This removes the useless backtrace on various ddb(4) user errors. Reviewed by: jhb@ Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA, AFRL

svn commit: r326324 - stable/10/contrib/libc-vis

2017-11-28 Thread Brooks Davis
Author: brooks Date: Tue Nov 28 17:20:53 2017 New Revision: 326324 URL: https://svnweb.freebsd.org/changeset/base/326324 Log: MFC r301679 (partial), r309626, r326307 r301679: Update to a June 8th snapshot of (un)vis form NetBSD. This adds stravis() and some new encoding flags

Re: svn commit: r326218 - head/sys/kern

2017-11-28 Thread John Baldwin
On Monday, November 27, 2017 02:04:59 PM Nathan Whitehorn wrote: > Unfortunately, it's unfixable on ppc64. Apologies for breaking dtrace! > Would you like me to remove the KASSERT() here? I'm happy to do that in > a few hours (unless you beat me to it first) -- although I do think that >

svn commit: r326330 - in head: release share/man/man7

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 18:02:58 2017 New Revision: 326330 URL: https://svnweb.freebsd.org/changeset/base/326330 Log: Add a comment to release/release.conf.sample documenting EMBEDDEDPORTS. [1] Remove and update stale documentation from release(7) while here. PR:

svn commit: r326316 - in stable/11/sys/dev: pccbb pci

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 16:09:02 2017 New Revision: 326316 URL: https://svnweb.freebsd.org/changeset/base/326316 Log: MFC r324457: Remove embedded newlines from sysctl variable descriptions PR: 112556 Submitted by: Willem Jan Withagen (earlier

Re: svn commit: r326203 - head/sys/conf

2017-11-28 Thread Nathan Whitehorn
On 11/28/17 08:23, Justin Hibbits wrote: On Tue, Nov 28, 2017 at 10:13 AM, Nathan Whitehorn wrote: On 11/28/17 07:27, Justin Hibbits wrote: On Sat, Nov 25, 2017 at 3:45 PM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Nov 25

svn commit: r326320 - stable/11/contrib/libc-vis

2017-11-28 Thread Brooks Davis
Author: brooks Date: Tue Nov 28 16:49:16 2017 New Revision: 326320 URL: https://svnweb.freebsd.org/changeset/base/326320 Log: MFC r326307: Update vis(3) the latest from NetBSD. This adds VIS_DQ for compatiblity with OpenBSD. Correct by an off-by-one error and a read buffer

svn commit: r326326 - stable/10/etc/periodic/security

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:27:00 2017 New Revision: 326326 URL: https://svnweb.freebsd.org/changeset/base/326326 Log: MFC r322868: Fix 100.chksetuid and 110.neggrpperm for mountpoints with spaces Also, fix them for mountpoints with tabs. PR: 48325 Reported

svn commit: r326328 - stable/10/sys/cddl/compat/opensolaris/sys

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:33:10 2017 New Revision: 326328 URL: https://svnweb.freebsd.org/changeset/base/326328 Log: MFC r323194: Fix remounting ZFS filesystem with "zfs mount" "zfs mount -o" passes a list of mount options directly to nmount(2) after sanity checking them.

svn commit: r326319 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 16:34:55 2017 New Revision: 326319 URL: https://svnweb.freebsd.org/changeset/base/326319 Log: MFC r324940: Fix the error message when creating a zpool on a too-small device Don't check for SPA_MINDEVSIZE in vdev_geom_attach when opening by path. It's

Re: svn commit: r326203 - head/sys/conf

2017-11-28 Thread Justin Hibbits
On Tue, Nov 28, 2017 at 10:30 AM, Nathan Whitehorn wrote: > > > On 11/28/17 08:23, Justin Hibbits wrote: >> >> On Tue, Nov 28, 2017 at 10:13 AM, Nathan Whitehorn >> wrote: >>> >>> >>> On 11/28/17 07:27, Justin Hibbits wrote: On Sat, Nov

svn commit: r326327 - stable/10/cddl/compat/opensolaris/misc

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 17:30:25 2017 New Revision: 326327 URL: https://svnweb.freebsd.org/changeset/base/326327 Log: MFC r323193: Honor all options of "zfs mount -o" The existing code in zmount incorrectly parses the comma-delimited option string. The result is that nmount

svn commit: r326331 - head/release

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 18:08:14 2017 New Revision: 326331 URL: https://svnweb.freebsd.org/changeset/base/326331 Log: Correct a comment after r326330. MFC after:3 days MFC with: r326330 Sponsored by: The FreeBSD Foundation Modified: head/release/release.conf.sample

svn commit: r326334 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 18:27:25 2017 New Revision: 326334 URL: https://svnweb.freebsd.org/changeset/base/326334 Log: MFC r323813: MFV r323789: 8473 scrub does not detect errors on active spares illumos/illumos-gate@554675eee75dd2d7398d960aa5c81083ceb8505a

Re: svn commit: r326203 - head/sys/conf

2017-11-28 Thread Nathan Whitehorn
On 11/28/17 07:27, Justin Hibbits wrote: On Sat, Nov 25, 2017 at 3:45 PM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Nov 25 21:45:51 2017 New Revision: 326203 URL: https://svnweb.freebsd.org/changeset/base/326203 Log: Avoid emitting a PT_INTERP section

Re: svn commit: r326203 - head/sys/conf

2017-11-28 Thread Justin Hibbits
On Tue, Nov 28, 2017 at 10:13 AM, Nathan Whitehorn wrote: > > > On 11/28/17 07:27, Justin Hibbits wrote: >> >> On Sat, Nov 25, 2017 at 3:45 PM, Nathan Whitehorn >> wrote: >>> >>> Author: nwhitehorn >>> Date: Sat Nov 25 21:45:51 2017 >>> New

Re: svn commit: r326203 - head/sys/conf

2017-11-28 Thread Justin Hibbits
On Sat, Nov 25, 2017 at 3:45 PM, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sat Nov 25 21:45:51 2017 > New Revision: 326203 > URL: https://svnweb.freebsd.org/changeset/base/326203 > > Log: > Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange

svn commit: r326315 - head/release

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 16:00:27 2017 New Revision: 326315 URL: https://svnweb.freebsd.org/changeset/base/326315 Log: Set DISTDIR and WRKDIRPREFIX when building ports within the chroot(8) to avoid mtime changes within the ports checkout, which can cause checksum differences. MFC

Re: svn commit: r326312 - head/sys/arm64/arm64

2017-11-28 Thread Bruce Evans
On Tue, 28 Nov 2017, Andrew Turner wrote: Log: When we exit the kernel debugger having entered because of a breakpoint instruction we need to jump over the instruction. Without this we will execute the same instruction again and enter into the debugger again. PR:223917

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

2017-11-28 Thread Andrew Turner
Author: andrew Date: Tue Nov 28 16:26:56 2017 New Revision: 326318 URL: https://svnweb.freebsd.org/changeset/base/326318 Log: Fix the direction we move the instruction to retuirn to after exiting the kernel debugger. We should skip the breakpoint instruction, not execute the instruction

svn commit: r326317 - head/lib/libsysdecode

2017-11-28 Thread Fedor Uporov
Author: fsu Date: Tue Nov 28 16:25:46 2017 New Revision: 326317 URL: https://svnweb.freebsd.org/changeset/base/326317 Log: Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory. Additional fix for r326282. MFC after: 1 week Approved by: pfg Modified:

svn commit: r326337 - stable/11/usr.sbin/syslogd

2017-11-28 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 28 19:09:05 2017 New Revision: 326337 URL: https://svnweb.freebsd.org/changeset/base/326337 Log: Revert r326103, as it appeared to be incorrect. Modified: stable/11/usr.sbin/syslogd/syslogd.c Modified: stable/11/usr.sbin/syslogd/syslogd.c

svn commit: r326339 - head/usr.sbin/syslogd

2017-11-28 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 28 19:25:01 2017 New Revision: 326339 URL: https://svnweb.freebsd.org/changeset/base/326339 Log: Revert r325558 as it is incorrect. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c

svn commit: r326336 - stable/10/cddl/contrib/opensolaris/cmd/zdb

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 18:44:58 2017 New Revision: 326336 URL: https://svnweb.freebsd.org/changeset/base/326336 Log: MFC r324221: MFV r316861: 6866 zdb -l should return non-zero if it fails to find any label illumos/illumos-gate@64723e361134b2a2c45341334174f9d34002f8d0

svn commit: r326338 - head/usr.sbin/syslogd

2017-11-28 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 28 19:18:00 2017 New Revision: 326338 URL: https://svnweb.freebsd.org/changeset/base/326338 Log: Fix obvious NULL pointer dereference from r310350. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c

svn commit: r326341 - stable/10/sys/dev/mpr

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 19:57:16 2017 New Revision: 326341 URL: https://svnweb.freebsd.org/changeset/base/326341 Log: MFC r325363: Fix mpr(4) panics caused by bad drive mapping tables sys/dev/mpr/mpr_mapping.c If _mapping_process_dpm_pg0 detects inconsistencies in the

svn commit: r326342 - head/lib/libc/mips/gen

2017-11-28 Thread Alex Richardson
Author: arichardson Date: Tue Nov 28 20:37:27 2017 New Revision: 326342 URL: https://svnweb.freebsd.org/changeset/base/326342 Log: Fix fabs() for MIPS when used on -0.0 It would previously return negative zero for -0.0 since -0.0 does not compare less than 0. The issue was discovered

Re: svn commit: r326200 - head/sys/kern

2017-11-28 Thread Alan Somers
On Sun, Nov 26, 2017 at 11:49 PM, Peter Holm wrote: > On Sun, Nov 26, 2017 at 10:11:21PM +0100, Mateusz Guzik wrote: >> On Sun, Nov 26, 2017 at 7:49 AM, Peter Holm wrote: >> >> > On Sat, Nov 25, 2017 at 08:49:27PM +, Mateusz Guzik wrote: >> > > Author: mjg >> >

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

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 19:46:48 2017 New Revision: 326340 URL: https://svnweb.freebsd.org/changeset/base/326340 Log: MFC r324805: Fix the mps(4) HISTORY section. Looks like a copy/paste error from r302673. Sponsored by: Spectra Logic Corp Modified:

svn commit: r326343 - head/etc/rc.d

2017-11-28 Thread Alan Somers
Author: asomers Date: Tue Nov 28 20:44:10 2017 New Revision: 326343 URL: https://svnweb.freebsd.org/changeset/base/326343 Log: Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop Reviewed by: asomers MFC after:3 days X-MFC-With: 325256

Re: svn commit: r326343 - head/etc/rc.d

2017-11-28 Thread Cy Schubert
In message <201711282044.vaskiajw072...@repo.freebsd.org>, Alan Somers writes: > Author: asomers > Date: Tue Nov 28 20:44:10 2017 > New Revision: 326343 > URL: https://svnweb.freebsd.org/changeset/base/326343 > > Log: > Fix fetching ntp leapfile after 325256 > > Submitted by: Ronald

Re: svn commit: r326342 - head/lib/libc/mips/gen

2017-11-28 Thread Bruce Evans
On Tue, 28 Nov 2017, Alex Richardson wrote: Log: Fix fabs() for MIPS when used on -0.0 Only arm and mips have this in C in libc. arm still has the broken version, libm has better versions. Only 1 in C and none in asm, where libc has many C and asm versions with at least 1 still wrong.

Re: svn commit: r326200 - head/sys/kern

2017-11-28 Thread Mateusz Guzik
Sorry for top-posting. I have a reproducer. If I wont be able to fix it later today I'll revert. On Tue, Nov 28, 2017 at 9:37 PM, Alan Somers wrote: > On Sun, Nov 26, 2017 at 11:49 PM, Peter Holm wrote: > > On Sun, Nov 26, 2017 at 10:11:21PM +0100, Mateusz

svn commit: r326346 - head/sys/vm

2017-11-28 Thread Jeff Roberson
Author: jeff Date: Tue Nov 28 23:18:35 2017 New Revision: 326346 URL: https://svnweb.freebsd.org/changeset/base/326346 Log: Move domain iterators into the page layer where domain selection should take place. This makes the majority of the phys layer explicitly domain specific. Reviewed

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

2017-11-28 Thread Jeff Roberson
Author: jeff Date: Tue Nov 28 23:40:54 2017 New Revision: 326347 URL: https://svnweb.freebsd.org/changeset/base/326347 Log: Eliminate kmem_arena and kmem_object in preparation for further NUMA commits. The arena argument to kmem_*() is now only used in an assert. A follow-up commit will

svn commit: r326344 - in vendor/lua/dist: . doc src

2017-11-28 Thread Warner Losh
Author: imp Date: Tue Nov 28 22:55:31 2017 New Revision: 326344 URL: https://svnweb.freebsd.org/changeset/base/326344 Log: Import Lua 3.5.4 Downloaded from https://www.lua.org/ftp/lua-5.3.4.tar.gz Added: vendor/lua/dist/doc/index.css (contents, props changed) Modified:

svn commit: r326345 - vendor/byacc/5.3.4

2017-11-28 Thread Warner Losh
Author: imp Date: Tue Nov 28 22:57:13 2017 New Revision: 326345 URL: https://svnweb.freebsd.org/changeset/base/326345 Log: Tag lua 5.3.4 (dist commit message bogusly said 3.5.4) Added: vendor/byacc/5.3.4/ - copied from r326344, vendor/byacc/dist/

svn commit: r326356 - head/usr.bin/truss

2017-11-28 Thread John Baldwin
Author: jhb Date: Wed Nov 29 05:07:54 2017 New Revision: 326356 URL: https://svnweb.freebsd.org/changeset/base/326356 Log: Replace a reference to a license in another file with the license text. The relevant file was recently renamed, so the reference was stale. In addition, explicit

svn commit: r326358 - in releng: 11.0 11.0/crypto/openssl/crypto/bn/asm 11.0/crypto/openssl/crypto/x509v3 11.0/secure/lib/libcrypto/amd64 11.0/sys/conf 11.1 11.1/crypto/openssl/crypto/bn/asm 11.1/c...

2017-11-28 Thread Xin LI
Author: delphij Date: Wed Nov 29 05:59:12 2017 New Revision: 326358 URL: https://svnweb.freebsd.org/changeset/base/326358 Log: Fix multiple vulnerabilities of OpenSSL. Security: FreeBSD-SA-17:11 Approved by: so Modified: releng/11.0/UPDATING

svn commit: r326359 - in releng: 10.3 10.3/crypto/openssl/crypto/x509v3 10.3/sys/conf 10.4 10.4/crypto/openssl/crypto/x509v3 10.4/sys/conf

2017-11-28 Thread Xin LI
Author: delphij Date: Wed Nov 29 05:59:50 2017 New Revision: 326359 URL: https://svnweb.freebsd.org/changeset/base/326359 Log: Fix OpenSSL out-of-bounds read vulnerability. Security: FreeBSD-SA-17:11 Approved by: so Modified: releng/10.3/UPDATING

svn commit: r326360 - releng/11.1/sys/conf

2017-11-28 Thread Xin LI
Author: delphij Date: Wed Nov 29 07:41:39 2017 New Revision: 326360 URL: https://svnweb.freebsd.org/changeset/base/326360 Log: Bump patch level. Reported by: Franco Fichtner Approved by: so Modified: releng/11.1/sys/conf/newvers.sh Modified: releng/11.1/sys/conf/newvers.sh

Re: svn commit: r326314 - in head/sys: ddb kern sys

2017-11-28 Thread Alexey Dokuchaev
On Wed, Nov 29, 2017 at 04:04:49AM +1100, Bruce Evans wrote: > On Tue, 28 Nov 2017, Edward Tomasz Napierala wrote: > > Log: > > Make kdb_reenter() silent when explicitly called from db_error(). > > This removes the useless backtrace on various ddb(4) user errors. > > > > Reviewed by: jhb@

svn commit: r326357 - stable/10/crypto/openssl/crypto/x509v3

2017-11-28 Thread Xin LI
Author: delphij Date: Wed Nov 29 05:35:28 2017 New Revision: 326357 URL: https://svnweb.freebsd.org/changeset/base/326357 Log: Avoid out-of-bounds read. Security: CVE-2017-3735 Security: FreeBSD-SA-17:11.openssl Obtained from:OpenSSL

svn commit: r326354 - head/sys/powerpc/booke

2017-11-28 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 29 01:26:07 2017 New Revision: 326354 URL: https://svnweb.freebsd.org/changeset/base/326354 Log: Only check the page tables if within the KVA. Devices aren't mapped within the KVA, and with the way 64-bit hashes the addresses pte_vatopa() may not return a 0

svn commit: r326352 - vendor/lua/5.3.4

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:40:45 2017 New Revision: 326352 URL: https://svnweb.freebsd.org/changeset/base/326352 Log: Tag lua 5.3.4 (dist commit message bogusly said 3.5.4) Added: vendor/lua/5.3.4/ - copied from r326351, vendor/lua/dist/

svn commit: r326351 - vendor/lua/5.3.4

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:40:38 2017 New Revision: 326351 URL: https://svnweb.freebsd.org/changeset/base/326351 Log: Bogusly used byacc template to tag lua. Delete unwanated detritis Deleted: vendor/lua/5.3.4/ ___ svn-src-all@freebsd.org

svn commit: r326349 - vendor/lua/5.3.4/dist

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:08:10 2017 New Revision: 326349 URL: https://svnweb.freebsd.org/changeset/base/326349 Log: Tag lua 5.3.4 (dist commit message bogusly said 3.5.4) Added: vendor/lua/5.3.4/dist/ - copied from r326348, vendor/lua/dist/

svn commit: r326348 - vendor/lua/5.3.4

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:07:59 2017 New Revision: 326348 URL: https://svnweb.freebsd.org/changeset/base/326348 Log: Tag lua 5.3.4 (dist commit message bogusly said 3.5.4) Added: vendor/lua/5.3.4/ - copied from r326347, vendor/byacc/dist/

svn commit: r326350 - vendor/byacc/5.3.4

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:10:19 2017 New Revision: 326350 URL: https://svnweb.freebsd.org/changeset/base/326350 Log: Bogusly used byacc template to tag lua. Delete unwanated detritis Deleted: vendor/byacc/5.3.4/ ___ svn-src-all@freebsd.org

svn commit: r326353 - head/contrib/lua

2017-11-28 Thread Warner Losh
Author: imp Date: Wed Nov 29 00:46:36 2017 New Revision: 326353 URL: https://svnweb.freebsd.org/changeset/base/326353 Log: Import lua 5.3.4 to contrib Added: head/contrib/lua/ - copied from r326352, vendor/lua/dist/ ___ svn-src-all@freebsd.org