svn commit: r337999 - in head/sys: compat/freebsd32 kern

2018-08-17 Thread Xin LI
Author: delphij Date: Sat Aug 18 06:33:51 2018 New Revision: 337999 URL: https://svnweb.freebsd.org/changeset/base/337999 Log: Regen after r337998. Modified: head/sys/compat/freebsd32/freebsd32_sysent.c head/sys/kern/init_sysent.c Modified: head/sys/compat/freebsd32/freebsd32_sysent.c

svn commit: r337998 - in head/sys: compat/freebsd32 kern

2018-08-17 Thread Xin LI
Author: delphij Date: Sat Aug 18 06:31:49 2018 New Revision: 337998 URL: https://svnweb.freebsd.org/changeset/base/337998 Log: getrandom(2) should not be restricted in capability mode. Modified: head/sys/compat/freebsd32/capabilities.conf head/sys/kern/capabilities.conf Modified: head/sys/

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Gordon Tetlow
On Fri, Aug 17, 2018 at 12:23:51AM +, Conrad Meyer wrote: > Author: cem > Date: Fri Aug 17 00:23:50 2018 > New Revision: 337936 > URL: https://svnweb.freebsd.org/changeset/base/337936 > > Log: > Bring in libsodium to sys/contrib > > Bring in https://github.com/jedisct1/libsodium at >

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

2018-08-17 Thread Xin LI
Author: delphij Date: Sat Aug 18 06:20:45 2018 New Revision: 337997 URL: https://svnweb.freebsd.org/changeset/base/337997 Log: Split arc4random_uniform into it's own file and sync with OpenBSD. PR: 182610 Obtained from:OpenBSD MFC after:2 weeks Added: head/lib/l

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Rodney W. Grimes
> > On Fri, Aug 17, 2018 at 10:26 AM, Kyle Evans wrote: > > > On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes > > > wrote: > > >>> Author: kevans > > >>> Date: Fri Aug 17 04:15:51 2018 > > >>> New Revision: 337956 > > >>> URL: https://svnweb.freebsd.org/changeset/base/337956 > > >>> > > >>> Lo

svn commit: r337996 - in head/sys: dev/cxgbe modules/cxgbe/if_cxgbe

2018-08-17 Thread Navdeep Parhar
Author: np Date: Sat Aug 18 04:23:51 2018 New Revision: 337996 URL: https://svnweb.freebsd.org/changeset/base/337996 Log: cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish. Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main.c head/sys/dev/cxgbe/t4_sge.

svn commit: r337995 - in head: . cddl/lib cddl/lib/libbe lib lib/libbe share/mk

2018-08-17 Thread Kyle Evans
Author: kevans Date: Sat Aug 18 03:20:59 2018 New Revision: 337995 URL: https://svnweb.freebsd.org/changeset/base/337995 Log: libbe(3): Move build goop back out of cddl/ Some background: in the GSoC project, libbe/Makefile lived in lib/libbe. I created projects/bectl branch, maintained th

svn commit: r337994 - head/cddl/lib/libbe

2018-08-17 Thread Kyle Evans
Author: kevans Date: Sat Aug 18 03:08:54 2018 New Revision: 337994 URL: https://svnweb.freebsd.org/changeset/base/337994 Log: libbe(3): Remove -v from LDFLAGS -v is clearly not needed for linking, and it adds extra verbose information that is not necessary. Modified: head/cddl/lib/libb

Re: svn commit: r337993 - head/sbin/bectl

2018-08-17 Thread Kyle Evans
On Fri, Aug 17, 2018 at 8:12 PM, Kyle Evans wrote: > Author: kevans > Date: Sat Aug 18 01:12:44 2018 > New Revision: 337993 > URL: https://svnweb.freebsd.org/changeset/base/337993 > > Log: > bectl(8): Allow running a custom command in the 'jail' subcommand > > Instead of always running /bin/sh

svn commit: r337993 - head/sbin/bectl

2018-08-17 Thread Kyle Evans
Author: kevans Date: Sat Aug 18 01:12:44 2018 New Revision: 337993 URL: https://svnweb.freebsd.org/changeset/base/337993 Log: bectl(8): Allow running a custom command in the 'jail' subcommand Instead of always running /bin/sh, allow the user to specify the command to run. The jail is not

svn commit: r337992 - in head: include lib/libthr/thread share/man/man3

2018-08-17 Thread Pedro F. Giffuni
Author: pfg Date: Sat Aug 18 01:05:38 2018 New Revision: 337992 URL: https://svnweb.freebsd.org/changeset/base/337992 Log: POSIX compliance improvements in the pthread(3) functions. This basically adds makes use of the C99 restrict keyword, and also adds some 'const's to four threading fu

svn commit: r337991 - head

2018-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 17 21:19:18 2018 New Revision: 337991 URL: https://svnweb.freebsd.org/changeset/base/337991 Log: METALOG, unless manually overwritten, is defined as ${DESTDIR}/${DISTDIR}/METALOG In the create-world-packages target we manually piece this together (unless it is un

svn commit: r337990 - in head/sys/fs: nfs nfsserver

2018-08-17 Thread Rick Macklem
Author: rmacklem Date: Fri Aug 17 21:12:16 2018 New Revision: 337990 URL: https://svnweb.freebsd.org/changeset/base/337990 Log: Fix LORs between vn_start_write() and vn_lock() in the pNFS server. When coding the pNFS server, I added several vn_start_write() calls done while the vnode was

svn commit: r337989 - head/release/tools

2018-08-17 Thread Warner Losh
Author: imp Date: Fri Aug 17 20:41:50 2018 New Revision: 337989 URL: https://svnweb.freebsd.org/changeset/base/337989 Log: Copy the boot loader from the new location for the co-existing loaders. Reviewed by: gjb@ Modified: head/release/tools/arm.subr Modified: head/release/tools/arm.s

svn commit: r337987 - head/sys/dev/cxgbe

2018-08-17 Thread Navdeep Parhar
Author: np Date: Fri Aug 17 20:28:31 2018 New Revision: 337987 URL: https://svnweb.freebsd.org/changeset/base/337987 Log: cxgbe(4): Adjust ntids to account for nhptids in the TOE case too. This should have been part of r337538. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev

svn commit: r337986 - head/sys/dev/cxgbe/tom

2018-08-17 Thread Navdeep Parhar
Author: np Date: Fri Aug 17 19:22:46 2018 New Revision: 337986 URL: https://svnweb.freebsd.org/changeset/base/337986 Log: cxgbe/tom: Put the ifnet or VLAN's PCP value in the 802.1Q tag of frames generated by the TOE. Works with vid 0 (no VLAN, just priority) too. MFC after:1 week S

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc

2018-08-17 Thread Cy Schubert
In message , Warner Losh writes: > --3c9be50573a3d433 > Content-Type: text/plain; charset="UTF-8" > > On Fri, Aug 17, 2018, 10:05 AM Conrad Meyer wrote: [...] > > >> Bring in libsodium to sys/contrib > > >> ... > > > > > > Why wasn't this imported into vendor-sys first? Especially i

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Alan Somers
On Fri, Aug 17, 2018 at 10:53 AM, Olivier Cochard-Labbé wrote: > On Fri, Aug 17, 2018 at 3:33 PM Andrey V. Elsukov > wrote: > >> >> I think it is because IPv4 tests use broadcast addresses in some places. >> The attached patch fixes the test for me. >> >> > I confirm it was a typo from me, and I

svn commit: r337984 - head/tests/sys/netipsec/tunnel

2018-08-17 Thread Alan Somers
Author: asomers Date: Fri Aug 17 18:37:22 2018 New Revision: 337984 URL: https://svnweb.freebsd.org/changeset/base/337984 Log: Fix sys/netipsec/tunnel tests after r337736 Originally, these tests accidentally used broadcast addresses when they should've used unicast addresses. That the te

Re: svn commit: r337866 - in head/sys: net netinet netinet6

2018-08-17 Thread Matthew Macy
Sorry. I'll take a look. On Fri, Aug 17, 2018 at 05:30 Andrey V. Elsukov wrote: > On 15.08.2018 23:23, Matt Macy wrote: > > Author: mmacy > > Date: Wed Aug 15 20:23:08 2018 > > New Revision: 337866 > > URL: https://svnweb.freebsd.org/changeset/base/337866 > > > > Log: > > Fix in6_multi double

svn commit: r337983 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3

2018-08-17 Thread Konstantin Belousov
Author: kib Date: Fri Aug 17 18:34:07 2018 New Revision: 337983 URL: https://svnweb.freebsd.org/changeset/base/337983 Log: Add pthread_get_name_np(3). The function retrieves the thread name previously set by pthread_set_name_np(3). The name is cached in the process memory. Requested

svn commit: r337981 - head/include

2018-08-17 Thread Konstantin Belousov
Author: kib Date: Fri Aug 17 18:24:11 2018 New Revision: 337981 URL: https://svnweb.freebsd.org/changeset/base/337981 Log: Reorder alphabetically. Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:https://reviews.freebsd.org/D16702 Modified: head

svn commit: r337980 - head/share/man/man9

2018-08-17 Thread Dag-Erling Smørgrav
Author: des Date: Fri Aug 17 17:16:38 2018 New Revision: 337980 URL: https://svnweb.freebsd.org/changeset/base/337980 Log: Add a man page for ratecheck(9) and ppsratecheck(9). Added: head/share/man/man9/ratecheck.9 (contents, props changed) Modified: head/share/man/man9/Makefile head/sh

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Warner Losh
On Fri, Aug 17, 2018 at 10:12 AM, Conrad Meyer wrote: > Hi John, > > On Thu, Aug 16, 2018 at 11:26 PM, John Baldwin wrote: > > On 8/17/18 1:23 AM, Conrad Meyer wrote: > >> Author: cem > >> Date: Fri Aug 17 00:23:50 2018 > >> New Revision: 337936 > >> URL: https://svnweb.freebsd.org/changeset/bas

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Warner Losh
On Fri, Aug 17, 2018 at 10:17 AM, Conrad Meyer wrote: > On Fri, Aug 17, 2018 at 9:12 AM, Warner Losh wrote: > > > > On Fri, Aug 17, 2018, 10:05 AM Conrad Meyer wrote: > >> We don't intend[sic] on tailoring it at all. > > > > We don't document such an exception... history tells me this belief ma

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Olivier Cochard-Labbé
On Fri, Aug 17, 2018 at 3:33 PM Andrey V. Elsukov wrote: > > I think it is because IPv4 tests use broadcast addresses in some places. > The attached patch fixes the test for me. > > I confirm it was a typo from me, and I never intend to badly use these broadcast addresses. The patch correctly fix

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Mark Johnston
On Fri, Aug 17, 2018 at 09:17:58AM -0700, Conrad Meyer wrote: > On Fri, Aug 17, 2018 at 9:12 AM, Warner Losh wrote: > > > > On Fri, Aug 17, 2018, 10:05 AM Conrad Meyer wrote: > >> We don't intend[sic] on tailoring it at all. > > > > We don't document such an exception... history tells me this bel

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Kyle Evans
On Fri, Aug 17, 2018 at 10:49 AM, Rodney W. Grimes wrote: >> On Fri, Aug 17, 2018 at 10:26 AM, Kyle Evans wrote: >> > On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes >> > wrote: >> >> [ Charset UTF-8 unsupported, converting... ] >> >>> Author: kevans >> >>> Date: Fri Aug 17 04:15:51 2018 >> >

svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-17 Thread Brooks Davis
Author: brooks Date: Fri Aug 17 16:19:47 2018 New Revision: 337978 URL: https://svnweb.freebsd.org/changeset/base/337978 Log: Rework rtld's TLS Variant I implementation to match r326794 The above commit fixed handling overaligned TLS segments in libc's TLS Variant I implementation, but rt

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Conrad Meyer
On Fri, Aug 17, 2018 at 9:12 AM, Warner Losh wrote: > > On Fri, Aug 17, 2018, 10:05 AM Conrad Meyer wrote: >> We don't intend[sic] on tailoring it at all. > > We don't document such an exception... history tells me this belief may be > optimistic.. I think it is a generally understood convention

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Benjamin Kaduk
On Fri, Aug 17, 2018 at 11:04 AM, Conrad Meyer wrote: > On Thu, Aug 16, 2018 at 10:03 PM, Cy Schubert > wrote: > > In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer > > writes: > >> Author: cem > >> Date: Fri Aug 17 00:23:50 2018 > >> New Revision: 337936 > >> URL: https://

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Conrad Meyer
Hi John, On Thu, Aug 16, 2018 at 11:26 PM, John Baldwin wrote: > On 8/17/18 1:23 AM, Conrad Meyer wrote: >> Author: cem >> Date: Fri Aug 17 00:23:50 2018 >> New Revision: 337936 >> URL: https://svnweb.freebsd.org/changeset/base/337936 >> >> Log: >> Bring in libsodium to sys/contrib >> ... > > C

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Warner Losh
On Fri, Aug 17, 2018, 10:05 AM Conrad Meyer wrote: > On Thu, Aug 16, 2018 at 10:03 PM, Cy Schubert > wrote: > > In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer > > writes: > >> Author: cem > >> Date: Fri Aug 17 00:23:50 2018 > >> New Revision: 337936 > >> URL: https://svn

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

2018-08-17 Thread Justin Hibbits
On Fri, 17 Aug 2018 12:08:20 -0400 Mark Johnston wrote: > On Thu, Jul 19, 2018 at 12:09:21PM -0700, Bryan Drewery wrote: > > Did this issue get resolved? > > It's fixed by r337974. Thanks Mark! - Justin ___ svn-src-head@freebsd.org mailing list htt

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

2018-08-17 Thread Mark Johnston
On Thu, Jul 19, 2018 at 12:09:21PM -0700, Bryan Drewery wrote: > Did this issue get resolved? It's fixed by r337974. > On 6/8/2018 11:37 AM, Konstantin Belousov wrote: > > On Fri, Jun 08, 2018 at 02:30:10PM -0400, Mark Johnston wrote: > >> On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belo

svn commit: r337977 - head/sys/kern

2018-08-17 Thread Mark Johnston
Author: markj Date: Fri Aug 17 16:07:06 2018 New Revision: 337977 URL: https://svnweb.freebsd.org/changeset/base/337977 Log: Typo. X-MFC with: r337974 Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Conrad Meyer
On Thu, Aug 16, 2018 at 10:03 PM, Cy Schubert wrote: > In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer > writes: >> Author: cem >> Date: Fri Aug 17 00:23:50 2018 >> New Revision: 337936 >> URL: https://svnweb.freebsd.org/changeset/base/337936 >> >> Log: >> Bring in libsod

Re: svn commit: r337944 - head/sys/arm/conf

2018-08-17 Thread John Baldwin
On 8/17/18 3:53 PM, Ian Lepore wrote: > On Fri, 2018-08-17 at 01:04 +, Conrad Meyer wrote: >> Author: cem >> Date: Fri Aug 17 01:04:02 2018 >> New Revision: 337944 >> URL: https://svnweb.freebsd.org/changeset/base/337944 >> >> Log: >>   arm: Define crypto option on platforms that include IPsec

Re: svn commit: r336439 - in head: share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/dev/

2018-08-17 Thread Conrad Meyer
Please file a PR and we can track it there. The first suggestion that comes to mind is that the XFORMS_LOCK protects modification of the xforms list — not the lifetime of objects in it — so drop the list lock over xf_init(). It does not appear that xform_init can race with xform_detach with the l

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Rodney W. Grimes
> On Fri, Aug 17, 2018 at 10:26 AM, Kyle Evans wrote: > > On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes > > wrote: > >> [ Charset UTF-8 unsupported, converting... ] > >>> Author: kevans > >>> Date: Fri Aug 17 04:15:51 2018 > >>> New Revision: 337956 > >>> URL: https://svnweb.freebsd.org/chan

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Rodney W. Grimes
> On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: kevans > >> Date: Fri Aug 17 04:15:51 2018 > >> New Revision: 337956 > >> URL: https://svnweb.freebsd.org/changeset/base/337956 > >> > >> Log: > >> ls(1): Add --color=when

svn commit: r337974 - head/sys/kern

2018-08-17 Thread Mark Johnston
Author: markj Date: Fri Aug 17 15:41:01 2018 New Revision: 337974 URL: https://svnweb.freebsd.org/changeset/base/337974 Log: Add INVARIANTS-only fences around lockless vnode refcount updates. Some internal KASSERTs access the v_iflag field without the vnode interlock held after such a ref

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Kyle Evans
On Fri, Aug 17, 2018 at 10:26 AM, Kyle Evans wrote: > On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes > wrote: >> [ Charset UTF-8 unsupported, converting... ] >>> Author: kevans >>> Date: Fri Aug 17 04:15:51 2018 >>> New Revision: 337956 >>> URL: https://svnweb.freebsd.org/changeset/base/33795

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Kyle Evans
On Fri, Aug 17, 2018 at 10:24 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: kevans >> Date: Fri Aug 17 04:15:51 2018 >> New Revision: 337956 >> URL: https://svnweb.freebsd.org/changeset/base/337956 >> >> Log: >> ls(1): Add --color=when >> >> --color may

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Alan Somers
On Fri, Aug 17, 2018 at 7:31 AM, Andrey V. Elsukov wrote: > On 16.08.2018 21:34, Alan Somers wrote: > > On Tue, Aug 14, 2018 at 1:54 AM, Andrey V. Elsukov > > wrote: > > > > Author: ae > > Date: Tue Aug 14 07:54:14 2018 > > New Revision: 337736 > > URL: h

Re: svn commit: r337956 - in head: . bin/ls

2018-08-17 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: kevans > Date: Fri Aug 17 04:15:51 2018 > New Revision: 337956 > URL: https://svnweb.freebsd.org/changeset/base/337956 > > Log: > ls(1): Add --color=when > > --color may be set to one of: 'auto', 'always', and 'never'. > > 'auto' i

svn commit: r337973 - head/etc

2018-08-17 Thread Alan Somers
Author: asomers Date: Fri Aug 17 15:18:57 2018 New Revision: 337973 URL: https://svnweb.freebsd.org/changeset/base/337973 Log: Add Modbus Application Protocol to /etc/services IANA reassigned ports 502 and 802 on 2014-06-10 PR: 213276 Submitted by: mark.marti...@ijs.si MF

svn commit: r337972 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-08-17 Thread Alexander Motin
Author: mav Date: Fri Aug 17 15:17:09 2018 New Revision: 337972 URL: https://svnweb.freebsd.org/changeset/base/337972 Log: 9751 Allocation throttling misplacing ditto blocks Relax allocation throttling for ditto blocks. Due to random imbalances in allocation it tends to push block copies

svn commit: r337971 - head/tests/sys/netpfil/pf

2018-08-17 Thread Kristof Provost
Author: kp Date: Fri Aug 17 15:02:58 2018 New Revision: 337971 URL: https://svnweb.freebsd.org/changeset/base/337971 Log: pf tests: Verify that pf limits the number of fragments per packet Test the limitation on number of frames per packet introduced in pf in r337969. Sponsored by: Kl

svn commit: r337970 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-08-17 Thread Alexander Motin
Author: mav Date: Fri Aug 17 15:00:41 2018 New Revision: 337970 URL: https://svnweb.freebsd.org/changeset/base/337970 Log: 9738 Fix third block copy allocations, broken at 9112. Use METASLAB_WEIGHT_CLAIM weight to allocate tertiary blocks. Previous use of METASLAB_WEIGHT_SECONDARY for tha

svn commit: r337969 - head/sys/netpfil/pf

2018-08-17 Thread Kristof Provost
Author: kp Date: Fri Aug 17 15:00:10 2018 New Revision: 337969 URL: https://svnweb.freebsd.org/changeset/base/337969 Log: pf: Limit the maximum number of fragments per packet Similar to the network stack issue fixed in r337782 pf did not limit the number of fragments per packet, which co

svn commit: r337968 - head/sbin/init

2018-08-17 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Aug 17 14:57:13 2018 New Revision: 337968 URL: https://svnweb.freebsd.org/changeset/base/337968 Log: Consistently use NULL to terminate the argv; no functional changes. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/sbin/init/init.c Modified: he

Re: svn commit: r337944 - head/sys/arm/conf

2018-08-17 Thread Ian Lepore
On Fri, 2018-08-17 at 01:04 +, Conrad Meyer wrote: > Author: cem > Date: Fri Aug 17 01:04:02 2018 > New Revision: 337944 > URL: https://svnweb.freebsd.org/changeset/base/337944 > > Log: >   arm: Define crypto option on platforms that include IPsec >    >   Missed in r337940. >    >   (It's not

svn commit: r337967 - in head/sys: amd64/conf arm64/conf i386/conf

2018-08-17 Thread Warner Losh
Author: imp Date: Fri Aug 17 14:47:21 2018 New Revision: 337967 URL: https://svnweb.freebsd.org/changeset/base/337967 Log: GPT is standard in x86 and arm64 land. Add it to DEFAULTS with the others. Differential Revision: https://reviews.freebsd.org/D16740 Modified: head/sys/amd64/conf/

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

2018-08-17 Thread Mariusz Zaborski
Author: oshogbo Date: Fri Aug 17 14:37:13 2018 New Revision: 337966 URL: https://svnweb.freebsd.org/changeset/base/337966 Log: Fix style nits. Modified: head/lib/libc/gen/setproctitle.c Modified: head/lib/libc/gen/setproctitle.c ===

svn commit: r337965 - head/sys/kern

2018-08-17 Thread Mariusz Zaborski
Author: oshogbo Date: Fri Aug 17 14:35:10 2018 New Revision: 337965 URL: https://svnweb.freebsd.org/changeset/base/337965 Log: capsicum: allow the setproctitle(3) function in capability mode Capsicum in past allowed to change the process title. This was broken with r335939. PR:

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Andrey V. Elsukov
On 16.08.2018 21:34, Alan Somers wrote: > On Tue, Aug 14, 2018 at 1:54 AM, Andrey V. Elsukov > wrote: > > Author: ae > Date: Tue Aug 14 07:54:14 2018 > New Revision: 337736 > URL: https://svnweb.freebsd.org/changeset/base/337736 >

svn commit: r337964 - head/usr.bin/dtc

2018-08-17 Thread Kyle Evans
Author: kevans Date: Fri Aug 17 13:24:48 2018 New Revision: 337964 URL: https://svnweb.freebsd.org/changeset/base/337964 Log: dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050 Notable fixes: - Overlays may now be generated properly without -@ - /__local_fixups__ were not includ

Re: svn commit: r336439 - in head: share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/dev/

2018-08-17 Thread Andrey V. Elsukov
On 18.07.2018 03:56, Conrad Meyer wrote: > Author: cem > Date: Wed Jul 18 00:56:25 2018 > New Revision: 336439 > URL: https://svnweb.freebsd.org/changeset/base/336439 > > Log: > OpenCrypto: Convert sessions to opaque handles instead of integers > > Track session objects in the framework, an

svn commit: r337962 - head/sys/fs/nfsserver

2018-08-17 Thread Rick Macklem
Author: rmacklem Date: Fri Aug 17 12:32:38 2018 New Revision: 337962 URL: https://svnweb.freebsd.org/changeset/base/337962 Log: Don't set a file's size for the MDS file of a pNFS service. When a pNFS service is running, the size of the files created on the MDS are normally 0, since the da

Re: svn commit: r337866 - in head/sys: net netinet netinet6

2018-08-17 Thread Andrey V. Elsukov
On 15.08.2018 23:23, Matt Macy wrote: > Author: mmacy > Date: Wed Aug 15 20:23:08 2018 > New Revision: 337866 > URL: https://svnweb.freebsd.org/changeset/base/337866 > > Log: > Fix in6_multi double free > > This is actually several different bugs: > - The code is not designed to handle in

Re: svn commit: r337947 - head/sbin/bectl

2018-08-17 Thread Kyle Evans
On Fri, Aug 17, 2018 at 5:44 AM, Dave Cottlehuber wrote: > On Fri, 17 Aug 2018, at 03:59, Kyle Evans wrote: >> Author: kevans >> Date: Fri Aug 17 01:59:19 2018 >> New Revision: 337947 >> URL: https://svnweb.freebsd.org/changeset/base/337947 >> >> Log: >> bectl(8): ... > > Kyle this is really exc

Re: svn commit: r337947 - head/sbin/bectl

2018-08-17 Thread Dave Cottlehuber
On Fri, 17 Aug 2018, at 03:59, Kyle Evans wrote: > Author: kevans > Date: Fri Aug 17 01:59:19 2018 > New Revision: 337947 > URL: https://svnweb.freebsd.org/changeset/base/337947 > > Log: > bectl(8): ... Kyle this is really exciting - great work! Is there any plan to MFC this to 11-stable, or

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Li-Wen Hsu
On Fri, Aug 17, 2018 at 7:26 AM John Baldwin wrote: > > On 8/17/18 1:23 AM, Conrad Meyer wrote: > > Author: cem > > Date: Fri Aug 17 00:23:50 2018 > > New Revision: 337936 > > URL: https://svnweb.freebsd.org/changeset/base/337936 > > > > Log: > > Bring in libsodium to sys/contrib > > > > Bring

svn commit: r337961 - head/usr.sbin/ppp

2018-08-17 Thread Nick Hibma
Author: n_hibma Date: Fri Aug 17 10:18:45 2018 New Revision: 337961 URL: https://svnweb.freebsd.org/changeset/base/337961 Log: Add the possibility to mark packets urgent based on their length. This allows preferring small (e.g. ACK) packets, in upload heavy environments. It was alrea

svn commit: r337960 - in head: . release release/scripts

2018-08-17 Thread Roger Pau Monné
Author: royger Date: Fri Aug 17 07:27:15 2018 New Revision: 337960 URL: https://svnweb.freebsd.org/changeset/base/337960 Log: build: skip the database check when generating install media There are several scripts and targets solely used to generate install media, make sure DB_FROM_SRC is