svn commit: r338042 - in head: . targets/pseudo/userland usr.bin usr.bin/send-pr usr.sbin/crunch/examples

2018-08-19 Thread Eitan Adler
+# 20180819: send-pr(1) placeholder removal +OLD_FILES+=usr/bin/send-pr # 20180725: Cleanup old libcasper.so.0 OLD_LIBS+=lib/libcasper.so.0 # 20180722: indent(1) option renamed, test files follow Modified: head/targets/pseudo/userland/Makefile.depend

svn commit: r338041 - head/targets/pseudo/userland

2018-08-19 Thread Eitan Adler
Author: eadler Date: Sun Aug 19 07:05:33 2018 New Revision: 338041 URL: https://svnweb.freebsd.org/changeset/base/338041 Log: build: remove reference to some dead utilities Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend

svn commit: r338043 - head/share/man/man7

2018-08-19 Thread Warner Losh
Author: imp Date: Sun Aug 19 10:15:28 2018 New Revision: 338043 URL: https://svnweb.freebsd.org/changeset/base/338043 Log: Document LOADER_DEFAULT_INTERP. This controls what interpreter the default boot loader in /boot/loader{,.efi} is, and which one we compile into userboot by

svn commit: r338060 - in head: lib/libc/sys share/man/man3 share/man/man4

2018-08-19 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sun Aug 19 17:42:49 2018 New Revision: 338060 URL: https://svnweb.freebsd.org/changeset/base/338060 Log: Document socket control message routines for ancillary data access (CMSG_DATA). PR: 22 Reviewed by: bcr, eadler Approved by: mat

svn commit: r338068 - in head/sys/amd64: amd64 include vmm/intel

2018-08-19 Thread Konstantin Belousov
Author: kib Date: Sun Aug 19 18:47:16 2018 New Revision: 338068 URL: https://svnweb.freebsd.org/changeset/base/338068 Log: Update L1TF workaround to sustain L1D pollution from NMI. Current mitigation for L1TF in bhyve flushes L1D either by an explicit WRMSR command, or by software

Re: svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-19 Thread Xin Li
On 8/19/18 11:27, Oliver Pinter wrote: >> Modified: head/crypto/heimdal/lib/roken/rand.c >> == >> --- head/crypto/heimdal/lib/roken/rand.c Sun Aug 19 17:36:50 2018 >> (r338058) >> +++

Re: svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-19 Thread Xin Li
On 8/19/18 11:27, Ian Lepore wrote: > On Sun, 2018-08-19 at 17:40 +, Xin LI wrote: >> Author: delphij >> Date: Sun Aug 19 17:40:50 2018 >> New Revision: 338059 >> URL: https://svnweb.freebsd.org/changeset/base/338059 >> >> Log: >>   Update userland arc4random() with OpenBSD's Chacha20 based >>

svn commit: r338074 - in head/sys: arm/nvidia dev/acpica dev/uart mips/atheros mips/atheros/ar531x mips/broadcom mips/cavium mips/ingenic mips/malta modules/uart powerpc/psim sparc64/pci

2018-08-19 Thread Matt Macy
Author: mmacy Date: Sun Aug 19 21:10:21 2018 New Revision: 338074 URL: https://svnweb.freebsd.org/changeset/base/338074 Log: add snps IP uart support / genaralize UART This is an amalgam of a patch by Doug Ambrisko to generalize uart_acpi_find_device, imp moving the ACPI table to

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

2018-08-19 Thread John-Mark Gurney
Author: jmg Date: Sun Aug 19 21:37:51 2018 New Revision: 338075 URL: https://svnweb.freebsd.org/changeset/base/338075 Log: use sbuf so that lines are printed together... As aarch64 often has SMP enabled, lines can get intermixed with other console output making these lines hard to read...

svn commit: r338080 - in stable/11: cddl/lib/libnvpair cddl/lib/libzfs_core include

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 00:53:38 2018 New Revision: 338080 URL: https://svnweb.freebsd.org/changeset/base/338080 Log: MFC r337696: Use INCS for non-sys/ libnvpair and libzfs_core includes While nothing was wrong with libnvpair.h, libzfs_core.h was only guarded by MK_CDDL rather

svn commit: r338066 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 18:37:33 2018 New Revision: 338066 URL: https://svnweb.freebsd.org/changeset/base/338066 Log: lualoader: Hide the rest of the private interfaces These are less controversial than the others, thus done in a separate commit. These are all used internally and

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Bjoern A. Zeeb
On 19 Aug 2018, at 17:08, Michael Tuexen wrote: On 19. Aug 2018, at 18:35, Conrad Meyer wrote: On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: Author: tuexen Date: Sun Aug 19 14:56:10 2018 New Revision: 338053 URL: https://svnweb.freebsd.org/changeset/base/338053 How was this

svn commit: r338071 - head/sys/conf

2018-08-19 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 19 19:00:44 2018 New Revision: 338071 URL: https://svnweb.freebsd.org/changeset/base/338071 Log: powerpc64: Align frequently used/exclusive data on cacheline boundaries This is effectively a merge from amd64 of r312888, r323235, and r333486. I've been

svn commit: r338079 - stable/11/lib/libc/stdlib

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 00:51:19 2018 New Revision: 338079 URL: https://svnweb.freebsd.org/changeset/base/338079 Log: MFC r337666: getopt_long(3): Document behavior, optstring leading characters Leading '+', '-', and ':' in optstring have special meaning. We briefly mention that

svn commit: r338078 - stable/11/stand/i386/libi386

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 00:50:11 2018 New Revision: 338078 URL: https://svnweb.freebsd.org/changeset/base/338078 Log: MFC r337524: libi386: Fix typo in pxe.h PR: 207337 Modified: stable/11/stand/i386/libi386/pxe.h Directory Properties: stable/11/ (props changed)

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 10:08 AM, Michael Tuexen wrote: >> On 19. Aug 2018, at 18:35, Conrad Meyer wrote: >> Hi Michael, >> >> How was this particular keyed hash function construction chosen? >> (Yes, I see it is the same initial TSN, but how was that selected?) > You mean: > > Why is FreeBSD

svn commit: r338067 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 18:43:10 2018 New Revision: 338067 URL: https://svnweb.freebsd.org/changeset/base/338067 Log: lualoader: Add drawer-exported variables for default logodefs Uncovered while writing the documentation from this, we previously explicitly fell back to orb or

svn commit: r338073 - head/sys/powerpc/conf

2018-08-19 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 19 19:07:59 2018 New Revision: 338073 URL: https://svnweb.freebsd.org/changeset/base/338073 Log: powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configs Without this, printf is very hard to follow at times on multicore systems. Modified:

svn commit: r338082 - stable/11/sys/netpfil/ipfw

2018-08-19 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 20 01:38:48 2018 New Revision: 338082 URL: https://svnweb.freebsd.org/changeset/base/338082 Log: MFC r321316, r337860: Fix a few typos in comments. Modified: stable/11/sys/netpfil/ipfw/ip_dn_io.c stable/11/sys/netpfil/ipfw/ip_fw_table.c Directory Properties:

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

2018-08-19 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 19 18:54:43 2018 New Revision: 338069 URL: https://svnweb.freebsd.org/changeset/base/338069 Log: booke pmap: hide debug-ish printf behind bootverbose It's not necessary during normal operation to know the mapped region size and wasted space. Modified:

svn commit: r338070 - in head/sys: arm/allwinner arm64/conf conf

2018-08-19 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 19 18:55:33 2018 New Revision: 338070 URL: https://svnweb.freebsd.org/changeset/base/338070 Log: arm64: allwinner: Add aw_syscon driver to GENERIC Recent DTS use the syscon for the emac controller. We support this but since U-Boot is still using old DTS it was

svn commit: r338072 - head/sys/powerpc/include

2018-08-19 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 19 19:03:43 2018 New Revision: 338072 URL: https://svnweb.freebsd.org/changeset/base/338072 Log: Sort SPR_SPEFSCR in the SPR list Also remove duplicate definition of SPR_IBAT0U. Modified: head/sys/powerpc/include/spr.h Modified:

svn commit: r338076 - stable/11/kerberos5/usr.bin/krb5-config

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 00:47:51 2018 New Revision: 338076 URL: https://svnweb.freebsd.org/changeset/base/338076 Log: MFC r337665: krb5-config build: Remove gratuitous escaping Modified: stable/11/kerberos5/usr.bin/krb5-config/Makefile Directory Properties: stable/11/ (props

svn commit: r338077 - stable/11/stand/libsa

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 00:49:06 2018 New Revision: 338077 URL: https://svnweb.freebsd.org/changeset/base/338077 Log: MFC r337523: libsa: exit on EOF in ngets It was possible in some rare circumstances for ngets to behave terribly with bhyveload and some form of redirecting user

svn commit: r338081 - in stable/11/sys: net netinet netinet6

2018-08-19 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 20 01:01:33 2018 New Revision: 338081 URL: https://svnweb.freebsd.org/changeset/base/338081 Log: MFC r312770 and r337854: After the in_control() changes in r257692, an existing address is (intentionally) deleted first and then completely added again (so all the

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb wrote: > I am so happy we have a version control system where you could hopefully > find out if the original committer left a decent commit message.. takes less > than 60 seconds .. > https://svnweb.freebsd.org/base?view=revision=82122 It is great

svn commit: r338051 - in head/lib/libc: stdlib string

2018-08-19 Thread Konstantin Belousov
Author: kib Date: Sun Aug 19 14:39:57 2018 New Revision: 338051 URL: https://svnweb.freebsd.org/changeset/base/338051 Log: Provide set_constraint_handler_s(3) man page. Mention abort_handler_s(3) and ignore_handler_s(3), provide cross-reference from memset(3). Submitted by: Yuri

svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 19 14:56:10 2018 New Revision: 338053 URL: https://svnweb.freebsd.org/changeset/base/338053 Log: Don't expose the uptime via the TCP timestamps. The TCP client side or the TCP server side when not using SYN-cookies used the uptime as the TCP timestamp value.

Re: svn commit: r338050 - in head: . stand

2018-08-19 Thread Rodney W. Grimes
> Author: kevans > Date: Sun Aug 19 14:26:33 2018 > New Revision: 338050 > URL: https://svnweb.freebsd.org/changeset/base/338050 > > Log: > stand: Flip the default interpreter to Lua > > After years in the making, lualoader is ready to make its debut. Both > flavors of loader are still

Re: svn commit: r338054 - head/stand/lua

2018-08-19 Thread Kyle Evans
On Sun, Aug 19, 2018 at 10:33 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: kevans >> Date: Sun Aug 19 15:07:39 2018 >> New Revision: 338054 >> URL: https://svnweb.freebsd.org/changeset/base/338054 >> >> Log: >> Add config.lua(8) to the tree >> >>

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Michael Tuexen
> On 19. Aug 2018, at 18:35, Conrad Meyer wrote: > > On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: >> Author: tuexen >> Date: Sun Aug 19 14:56:10 2018 >> New Revision: 338053 >> URL: https://svnweb.freebsd.org/changeset/base/338053 >> >> Log: >> … a keyed hash function taking >> the

svn commit: r338058 - head/sys/x86/x86

2018-08-19 Thread John Baldwin
Author: jhb Date: Sun Aug 19 17:36:50 2018 New Revision: 338058 URL: https://svnweb.freebsd.org/changeset/base/338058 Log: Fix the MPTable probe code after the 4:4 changes on i386. The MPTable probe code was using PMAP_MAP_LOW as the PA -> VA offset when searching for the table signature

svn commit: r338065 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 18:22:01 2018 New Revision: 338065 URL: https://svnweb.freebsd.org/changeset/base/338065 Log: lualoader: Hide most of the internal drawing functions Ideally, all of the functionality to revamp the loader screen has associated APIs that are flexible enough

svn commit: r338047 - head/sys/contrib/ipfilter/netinet

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:45:03 2018 New Revision: 338047 URL: https://svnweb.freebsd.org/changeset/base/338047 Log: The bucket index is subtracted by one at lines 2304 and 2314. When 0 it becomes -1, except these are unsigned integers, so they become very large numbers. Thus are

svn commit: r338046 - head/sys/contrib/ipfilter/netinet

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:44:59 2018 New Revision: 338046 URL: https://svnweb.freebsd.org/changeset/base/338046 Log: Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes are situated next to error counters and/or in one instance prior to the -1 return from various

svn commit: r338045 - head/sys/contrib/ipfilter/netinet

2018-08-19 Thread Cy Schubert
Author: cy Date: Sun Aug 19 13:44:56 2018 New Revision: 338045 URL: https://svnweb.freebsd.org/changeset/base/338045 Log: Expose np (nat_t - an entry in the nat table structure) in the DTrace probe when nat fails (label badnat). This is useful in diagnosing failed NAT issues and was used in

svn commit: r338050 - in head: . stand

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 14:26:33 2018 New Revision: 338050 URL: https://svnweb.freebsd.org/changeset/base/338050 Log: stand: Flip the default interpreter to Lua After years in the making, lualoader is ready to make its debut. Both flavors of loader are still built by default, and

svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-19 Thread Xin LI
Sun Aug 19 17:40:50 2018(r338059) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20180819: Remove deprecated arc4random(3) stir/addrandom interfaces +OLD_FILES+=usr/share/man/man3/arc4random_addrandom.3.gz +OLD_FILES+=usr/share/man/man3/arc4random_stir.3.gz # 20180819

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

2018-08-19 Thread Konstantin Belousov
Author: kib Date: Sun Aug 19 14:25:28 2018 New Revision: 338049 URL: https://svnweb.freebsd.org/changeset/base/338049 Log: Clarify that memset_s(3) requires __STDC_WANT_LIB_EXT1__ for visibility. Fix typos and other nits. Submitted by: Yuri Pankov MFC after:3 days Differential

svn commit: r338052 - head/stand/libsa

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 14:48:32 2018 New Revision: 338052 URL: https://svnweb.freebsd.org/changeset/base/338052 Log: libsa: Add lshrdi3.c for powerpc* and mips Modified: head/stand/libsa/Makefile Modified: head/stand/libsa/Makefile

svn commit: r338056 - head/sys/ufs/ffs

2018-08-19 Thread Kirk McKusick
Author: mckusick Date: Sun Aug 19 16:56:42 2018 New Revision: 338056 URL: https://svnweb.freebsd.org/changeset/base/338056 Log: Add consolodation of TRIM / BIO_DELETE commands to the UFS/FFS filesystem. When deleting files on filesystems that are stored on flash-memory (solid-state) disk

svn commit: r338057 - head/sys/ufs/ffs

2018-08-19 Thread Kirk McKusick
Author: mckusick Date: Sun Aug 19 17:19:20 2018 New Revision: 338057 URL: https://svnweb.freebsd.org/changeset/base/338057 Log: For traditional disks, the filesystem attempts to allocate the blocks of a file as contiguously as possible. Since the filesystem does not know how large a file

svn commit: r338062 - head/sys/x86/x86

2018-08-19 Thread John Baldwin
Author: jhb Date: Sun Aug 19 17:57:51 2018 New Revision: 338062 URL: https://svnweb.freebsd.org/changeset/base/338062 Log: Fix a couple of comment nits. Modified: head/sys/x86/x86/local_apic.c Modified: head/sys/x86/x86/local_apic.c

svn commit: r338064 - in head: . stand/userboot/userboot

2018-08-19 Thread Warner Losh
Author: imp Date: Sun Aug 19 18:18:19 2018 New Revision: 338064 URL: https://svnweb.freebsd.org/changeset/base/338064 Log: Turn back the clock just a little: make userboot.so always be 4th Turns out there was a hidden dependency we hasn't counted upon. The host load /boot/userboot.so to

Re: svn commit: r338050 - in head: . stand

2018-08-19 Thread Kyle Evans
On Sun, Aug 19, 2018 at 10:31 AM, Rodney W. Grimes wrote: >> Author: kevans >> Date: Sun Aug 19 14:26:33 2018 >> New Revision: 338050 >> URL: https://svnweb.freebsd.org/changeset/base/338050 >> >> Log: >> stand: Flip the default interpreter to Lua >> >> After years in the making, lualoader is

svn commit: r338055 - in head/sys: i386/include x86/include

2018-08-19 Thread John Baldwin
Author: jhb Date: Sun Aug 19 16:14:59 2018 New Revision: 338055 URL: https://svnweb.freebsd.org/changeset/base/338055 Log: Remove some vestiges of IPI_LAZYPMAP on i386. The support for lazy pmap invalidations on i386 was removed in r281707. This removes the constant for the IPI and stops

Re: svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-19 Thread Ian Lepore
On Sun, 2018-08-19 at 17:40 +, Xin LI wrote: > Author: delphij > Date: Sun Aug 19 17:40:50 2018 > New Revision: 338059 > URL: https://svnweb.freebsd.org/changeset/base/338059 > > Log: >   Update userland arc4random() with OpenBSD's Chacha20 based > arc4random(). >    > ObsoleteFiles.inc:

Re: svn commit: r338054 - head/stand/lua

2018-08-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: kevans > Date: Sun Aug 19 15:07:39 2018 > New Revision: 338054 > URL: https://svnweb.freebsd.org/changeset/base/338054 > > Log: > Add config.lua(8) to the tree > > Reviewed by:0mp, rpokala (earlier version) > Differential

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: > Author: tuexen > Date: Sun Aug 19 14:56:10 2018 > New Revision: 338053 > URL: https://svnweb.freebsd.org/changeset/base/338053 > > Log: > … a keyed hash function taking > the source and destination addresses and port numbers into

svn commit: r338063 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 18:12:11 2018 New Revision: 338063 URL: https://svnweb.freebsd.org/changeset/base/338063 Log: lualoader: Stop exporting drawer.draw drawer.draw is the back-end for drawlogo and drawbrand and should not be used directly. Modified:

svn commit: r338061 - head/sys/sys

2018-08-19 Thread Xin LI
Author: delphij Date: Sun Aug 19 17:47:30 2018 New Revision: 338061 URL: https://svnweb.freebsd.org/changeset/base/338061 Log: Bump __FreeBSD_version after r338059 (Chacha20 based arc4random(3) and deprecation of arc4random_stir and arc4random_addrandom). Modified: head/sys/sys/param.h

Re: svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-19 Thread Oliver Pinter
arc4random.3 > head/lib/libc/gen/arc4random.c (contents, props changed) > head/lib/libc/gen/getentropy.c > head/lib/libc/include/libc_private.h > head/sys/crypto/chacha20/chacha.c > head/sys/crypto/chacha20/chacha.h > > Modified: head/ObsoleteFiles.inc > ===

svn commit: r338044 - head/share/man/man3

2018-08-19 Thread Konstantin Belousov
Author: kib Date: Sun Aug 19 13:23:46 2018 New Revision: 338044 URL: https://svnweb.freebsd.org/changeset/base/338044 Log: Fix typo. Noted by: Yuri Pankov MFC after:12 days Modified: head/share/man/man3/pthread_set_name_np.3 Modified:

svn commit: r338048 - head/lib/libc/stdlib

2018-08-19 Thread Konstantin Belousov
Author: kib Date: Sun Aug 19 14:22:45 2018 New Revision: 338048 URL: https://svnweb.freebsd.org/changeset/base/338048 Log: Use tab for indent. Submitted by: Yuri Pankov MFC after:3 days Modified: head/lib/libc/stdlib/Makefile.inc Modified: head/lib/libc/stdlib/Makefile.inc

svn commit: r338054 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Sun Aug 19 15:07:39 2018 New Revision: 338054 URL: https://svnweb.freebsd.org/changeset/base/338054 Log: Add config.lua(8) to the tree Reviewed by: 0mp, rpokala (earlier version) Differential Revision:https://reviews.freebsd.org/D14819 Added:

svn commit: r338083 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 02:08:39 2018 New Revision: 338083 URL: https://svnweb.freebsd.org/changeset/base/338083 Log: Add drawer.lua(8) Added: head/stand/lua/drawer.lua.8 (contents, props changed) Added: head/stand/lua/drawer.lua.8

svn commit: r338085 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 02:37:24 2018 New Revision: 338085 URL: https://svnweb.freebsd.org/changeset/base/338085 Log: Add color.lua(8), password.lua(8), and screen.lua(8) Added: head/stand/lua/color.lua.8 (contents, props changed) head/stand/lua/password.lua.8 (contents, props

svn commit: r338086 - head/stand/lua

2018-08-19 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 02:40:10 2018 New Revision: 338086 URL: https://svnweb.freebsd.org/changeset/base/338086 Log: lualoader: Install all manpages Now that a complete set is written, save for one describing loader.lua, install all of them. This was not previously done as they

svn commit: r338087 - head/usr.sbin/bhyve

2018-08-19 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 20 04:44:29 2018 New Revision: 338087 URL: https://svnweb.freebsd.org/changeset/base/338087 Log: Fix double mutex lock. Reported by: Coverity CID: 1394833 Discussed with: Leon Dang Sponsored by: iXsystems Inc. Modified:

svn commit: r338089 - head/usr.sbin/bhyve

2018-08-19 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 20 04:56:37 2018 New Revision: 338089 URL: https://svnweb.freebsd.org/changeset/base/338089 Log: NVMe spec version 1.3c says that "serial number" field must be 7-bit ASCII, with unused bytes padded by space characters. Same for firmware number and namespace

svn commit: r338091 - stable/10/usr.sbin/jail

2018-08-19 Thread Jamie Gritton
Author: jamie Date: Mon Aug 20 05:32:42 2018 New Revision: 338091 URL: https://svnweb.freebsd.org/changeset/base/338091 Log: MFC r337867: Don't let clobber jailparam values when checking for modification of init-only parameters. PR: 230487 Submitted by: Jason Mader

svn commit: r338090 - stable/11/usr.sbin/jail

2018-08-19 Thread Jamie Gritton
Author: jamie Date: Mon Aug 20 05:32:40 2018 New Revision: 338090 URL: https://svnweb.freebsd.org/changeset/base/338090 Log: MFC r337867: Don't let clobber jailparam values when checking for modification of init-only parameters. PR: 230487 Submitted by: Jason Mader

svn commit: r338084 - head/lib/libc/gen

2018-08-19 Thread Xin LI
Author: delphij Date: Mon Aug 20 02:17:55 2018 New Revision: 338084 URL: https://svnweb.freebsd.org/changeset/base/338084 Log: In r331279 the code used ENOSYS to check the existence of getrandom(2). This will only work if the caller already handles SIGSYS, which is not always the case.

svn commit: r338088 - head/usr.sbin/bhyve

2018-08-19 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 20 04:50:11 2018 New Revision: 338088 URL: https://svnweb.freebsd.org/changeset/base/338088 Log: Users must set the number of queues from 1 to maximum 16 queues. Sponsored by: iXsystems Inc. Modified: head/usr.sbin/bhyve/pci_nvme.c Modified: