svn commit: r362190 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea/generic

2020-06-14 Thread Cy Schubert
Author: cy Date: Mon Jun 15 03:10:53 2020 New Revision: 362190 URL: https://svnweb.freebsd.org/changeset/base/362190 Log: MFC r362095, r362145 r362095: MFV r362082: Update sqlite3 3.31.1 --> 3.32.0. PR: 247149 Reported by: spam...@bitbert.com Reminded by: emaste

svn commit: r362190 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea/generic

2020-06-14 Thread Cy Schubert
Author: cy Date: Mon Jun 15 03:10:53 2020 New Revision: 362190 URL: https://svnweb.freebsd.org/changeset/base/362190 Log: MFC r362095, r362145 r362095: MFV r362082: Update sqlite3 3.31.1 --> 3.32.0. PR: 247149 Reported by: spam...@bitbert.com Reminded by: emaste

svn commit: r362188 - in stable/12/sys: compat/linux vm

2020-06-14 Thread Mark Johnston
Author: markj Date: Mon Jun 15 03:02:19 2020 New Revision: 362188 URL: https://svnweb.freebsd.org/changeset/base/362188 Log: Revert r362187, it contained some unintended changes. This is a direct commit to stable/12. Modified: stable/12/sys/compat/linux/linux_misc.c stable/12/sys/vm/vm

svn commit: r362189 - stable/12/sys/compat/linux

2020-06-14 Thread Mark Johnston
Author: markj Date: Mon Jun 15 03:02:59 2020 New Revision: 362189 URL: https://svnweb.freebsd.org/changeset/base/362189 Log: MFC r361945, r362036: Stop computing a "sharedram" value when emulating Linux sysinfo(2). Modified: stable/12/sys/compat/linux/linux_misc.c Directory Properties: st

svn commit: r362187 - in stable/12/sys: compat/linux vm

2020-06-14 Thread Mark Johnston
Author: markj Date: Mon Jun 15 03:01:28 2020 New Revision: 362187 URL: https://svnweb.freebsd.org/changeset/base/362187 Log: MFC r361945, r362036: Stop computing a "sharedram" value when emulating Linux sysinfo(2). Modified: stable/12/sys/compat/linux/linux_misc.c stable/12/sys/vm/vm_map.

svn commit: r362186 - head/sys/dev/virtio/network

2020-06-14 Thread Jessica Clarke
Author: jrtc27 Date: Sun Jun 14 22:39:34 2020 New Revision: 362186 URL: https://svnweb.freebsd.org/changeset/base/362186 Log: vtnet: Fix regression introduced in r361944 For legacy devices that don't support MrgRxBuf (such as bhyve pre-r358180), r361944 failed to update the receive handle

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Jessica Clarke
On 14 Jun 2020, at 22:22, Tom Jones wrote: > On Sun, Jun 14, 2020 at 09:56:03PM +0100, Jessica Clarke wrote: >> On 14 Jun 2020, at 20:51, Tom Jones wrote: >>> On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: Author: jrtc27 Date: Mon Jun 8 21:51:36 2020 New Revision:

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Tom Jones
On Sun, Jun 14, 2020 at 09:56:03PM +0100, Jessica Clarke wrote: > On 14 Jun 2020, at 20:51, Tom Jones wrote: > > On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: > >> Author: jrtc27 > >> Date: Mon Jun 8 21:51:36 2020 > >> New Revision: 361944 > >> URL: https://svnweb.freebsd.org/ch

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Vincenzo Maffione
You may already know that, but FreeBSD-CURRENT supports mergeable rx buffers as of r358180. Cheers, Vincenzo Il giorno dom 14 giu 2020 alle ore 22:56 Jessica Clarke ha scritto: > On 14 Jun 2020, at 20:51, Tom Jones wrote: > > On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: >

svn commit: r362185 - head/sys/net

2020-06-14 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Jun 14 21:07:12 2020 New Revision: 362185 URL: https://svnweb.freebsd.org/changeset/base/362185 Log: iflib: netmap: enter/exit netmap mode after device stops Avoid possible race conditions by calling nm_set_native_flags() and nm_clear_native_flags() only after

svn commit: r362184 - head/stand/i386/zfsboot

2020-06-14 Thread Toomas Soome
Author: tsoome Date: Sun Jun 14 20:57:24 2020 New Revision: 362184 URL: https://svnweb.freebsd.org/changeset/base/362184 Log: zfsboot: cstyle cleanup No functional changes intended. Sponsored by: Netflix, Klara Inc. Modified: head/stand/i386/zfsboot/zfsboot.c Modified: head/stand/i

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Jessica Clarke
On 14 Jun 2020, at 20:51, Tom Jones wrote: > On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: >> Author: jrtc27 >> Date: Mon Jun 8 21:51:36 2020 >> New Revision: 361944 >> URL: https://svnweb.freebsd.org/changeset/base/361944 >> >> Log: >> virtio: Support non-legacy network devic

svn commit: r362183 - in head/sys/dev: netmap virtio/network

2020-06-14 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Jun 14 20:47:31 2020 New Revision: 362183 URL: https://svnweb.freebsd.org/changeset/base/362183 Log: netmap: vtnet: fix races in vtnet_netmap_reg() The nm_register callback needs to call nm_set_native_flags() or nm_clear_native_flags() once the device has been

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Tom Jones
On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: > Author: jrtc27 > Date: Mon Jun 8 21:51:36 2020 > New Revision: 361944 > URL: https://svnweb.freebsd.org/changeset/base/361944 > > Log: > virtio: Support non-legacy network device and queue > > The non-legacy interface always

svn commit: r362182 - head/bin/sh/tests/execution

2020-06-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 14 19:41:24 2020 New Revision: 362182 URL: https://svnweb.freebsd.org/changeset/base/362182 Log: sh/tests: Add tests for SIGINT in non-jobc background commands If job control is not enabled, background commands shall ignore SIGINT and SIGQUIT, and it shall be

svn commit: r362181 - in stable/11: contrib/apr contrib/apr-util contrib/apr-util/buckets contrib/apr-util/crypto contrib/apr-util/dbd contrib/apr-util/dbd/unsupported contrib/apr-util/dbm/sdbm con...

2020-06-14 Thread Dimitry Andric
Author: dim Date: Sun Jun 14 18:49:06 2020 New Revision: 362181 URL: https://svnweb.freebsd.org/changeset/base/362181 Log: Update Subversion and dependencies to 1.14.0 LTS. MFC r323365 (by jonathan): Remove redundant source and object files. Reviewed by: bdrewery, ngie Sponsore

Re: svn commit: r362170 - in head/cddl/contrib/opensolaris/cmd: dtrace lockstat zdb zfs zpool zstreamdump

2020-06-14 Thread Warner Losh
On Sun, Jun 14, 2020, 8:57 AM Rodney W. Grimes wrote: > > Author: gbe (doc committer) > > Date: Sun Jun 14 05:50:28 2020 > > New Revision: 362170 > > URL: https://svnweb.freebsd.org/changeset/base/362170 > > > > Log: > > Add HISTORY sections to ZFS and dtrace manpage > > > > Reviewed by:

svn commit: r362180 - in stable/12: contrib/apr contrib/apr-util contrib/apr-util/buckets contrib/apr-util/crypto contrib/apr-util/dbd contrib/apr-util/dbd/unsupported contrib/apr-util/dbm/sdbm con...

2020-06-14 Thread Dimitry Andric
Author: dim Date: Sun Jun 14 17:36:43 2020 New Revision: 362180 URL: https://svnweb.freebsd.org/changeset/base/362180 Log: Update Subversion and dependencies to 1.14.0 LTS. MFC r344438 (by emaste): svn: support building with WITH_PIE Subversion builds and links against its own .a

svn commit: r362179 - in head/sys/dev: ic scc

2020-06-14 Thread Brandon Bergren
Author: bdragon Date: Sun Jun 14 16:47:16 2020 New Revision: 362179 URL: https://svnweb.freebsd.org/changeset/base/362179 Log: [PowerPC] Fix scc z8530 driver Parts of the z8530 driver were still using the SUN channel spacing. This was invalid on PowerMac and QEMU, where the attachment

svn commit: r362178 - head/sys/netinet

2020-06-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 14 16:05:08 2020 New Revision: 362178 URL: https://svnweb.freebsd.org/changeset/base/362178 Log: Allocate the mbuf for the signature in the COOKIE or the correct size. While there, do also do some cleanups. MFC after:1 week Modified: head/sys/ne

Re: svn commit: r362170 - in head/cddl/contrib/opensolaris/cmd: dtrace lockstat zdb zfs zpool zstreamdump

2020-06-14 Thread Rodney W. Grimes
> Author: gbe (doc committer) > Date: Sun Jun 14 05:50:28 2020 > New Revision: 362170 > URL: https://svnweb.freebsd.org/changeset/base/362170 > > Log: > Add HISTORY sections to ZFS and dtrace manpage > > Reviewed by:bcr (mentor) > Approved by:bcr (mentor) > MFC after:

svn commit: r362176 - head/sys/compat/linux

2020-06-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 14 14:38:40 2020 New Revision: 362176 URL: https://svnweb.freebsd.org/changeset/base/362176 Log: Make linux(4) warn about unsupported CMSG level/type. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.fre

svn commit: r362175 - head/sys/fs/nfs

2020-06-14 Thread Doug Rabson
Author: dfr Date: Sun Jun 14 11:41:57 2020 New Revision: 362175 URL: https://svnweb.freebsd.org/changeset/base/362175 Log: Add support for the timecreate attribute This maps to the va_birthtime VFS attribute. Modified: head/sys/fs/nfs/nfs_commonsubs.c Modified: head/sys/fs/nfs/nfs_commo

svn commit: r362174 - head/stand/efi/loader

2020-06-14 Thread Toomas Soome
Author: tsoome Date: Sun Jun 14 10:13:40 2020 New Revision: 362174 URL: https://svnweb.freebsd.org/changeset/base/362174 Log: loader.efi: update console after gfx mode change The gfx mode change should be coordinated with console setup. Modified: head/stand/efi/loader/framebuffer.c Modi

svn commit: r362173 - head/sys/netinet

2020-06-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 14 09:50:00 2020 New Revision: 362173 URL: https://svnweb.freebsd.org/changeset/base/362173 Log: Cleanups, no functional change. MFC after:1 week Modified: head/sys/netinet/sctp_indata.c head/sys/netinet/sctp_output.c head/sys/netinet/sctp_ss_

Website and Mobile App Development

2020-06-14 Thread HW Infotech
We have ✅ 500+ clone ScriptHi, I am Waseem From HW Infotech.   Please share your phone number or Skype id, Whatsapp if you are looking to develop a clone of any website. Work in the following area : ✅ Clone Script for any Website and Mobile APP -Development and Digital Marketing for App, Web, Softw

svn commit: r362172 - in head: share/vt/fonts sys/dev/vt sys/dev/vt/font sys/sys tools/build tools/tools/vt/mkkfont usr.bin/vtfontcvt usr.sbin/vidcontrol

2020-06-14 Thread Toomas Soome
Author: tsoome Date: Sun Jun 14 06:58:58 2020 New Revision: 362172 URL: https://svnweb.freebsd.org/changeset/base/362172 Log: Move font related data structured to sys/font.c and update vtfontcvt Prepare support to be able to handle font data in loader, consolidate data structures to sys/f