svn commit: r350274 - head/share/man/man4

2019-07-24 Thread Kevin Lo
Author: kevlo Date: Wed Jul 24 07:07:46 2019 New Revision: 350274 URL: https://svnweb.freebsd.org/changeset/base/350274 Log: Don't use .Xr for things that have no man page. Modified: head/share/man/man4/cue.4 head/share/man/man4/kue.4 head/share/man/man4/rgephy.4 Modified: head/share/man

svn commit: r350275 - head

2019-07-24 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 24 08:00:00 2019 New Revision: 350275 URL: https://svnweb.freebsd.org/changeset/base/350275 Log: pkgbase: Add the sub stage-packages targets to TGTS This helps when you don't want to run the dependencies targets. Reviewed by: bapt Differential Revision:

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

2019-07-24 Thread Ed Maste
On Sun, 7 Jul 2019 at 04:58, Fedor Uporov wrote: > > Author: fsu > Date: Sun Jul 7 08:58:02 2019 > New Revision: 349802 > URL: https://svnweb.freebsd.org/changeset/base/349802 > > Log: > Add additional check for 'blocks per group' and 'fragments per group' > superblock fields. Will you MFC th

svn commit: r350291 - head/share/mk

2019-07-24 Thread Alan Somers
Author: asomers Date: Wed Jul 24 15:10:09 2019 New Revision: 350291 URL: https://svnweb.freebsd.org/changeset/base/350291 Log: Add c++14 and c++17 to COMPILER_FEATURES This will be used to gate the fusefs tests. It's a partial merge of r348281 from projects/fuse2. Reviewed by: kib,

svn commit: r350292 - head/sys/kern

2019-07-24 Thread Mark Johnston
Author: markj Date: Wed Jul 24 15:18:05 2019 New Revision: 350292 URL: https://svnweb.freebsd.org/changeset/base/350292 Log: Remove a redundant offset computation in elf_load_section(). With r344705 the offset is always zero. Submitted by: Wuyang Chung Modified: head/sys/kern/imgac

svn commit: r350293 - head/sys/net

2019-07-24 Thread Kirill Ponomarev
Author: krion (ports committer) Date: Wed Jul 24 16:10:20 2019 New Revision: 350293 URL: https://svnweb.freebsd.org/changeset/base/350293 Log: Allow set MTU more than 1500 bytes. Submitted by: Alexandr Fedorov Approved by: jhb, rgrimes Sponsored by: ITGlobal.com Differential Revisio

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

2019-07-24 Thread Ed Maste
Author: emaste Date: Wed Jul 24 16:51:14 2019 New Revision: 350294 URL: https://svnweb.freebsd.org/changeset/base/350294 Log: pf: zero output buffer in pfioctl Avoid potential structure padding leak. Reported by: Vlad Tsyrklevich Reviewed by: kp MFC after:3 days Security:

svn commit: r350295 - head/tests/sys/kern

2019-07-24 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Jul 24 17:41:40 2019 New Revision: 350295 URL: https://svnweb.freebsd.org/changeset/base/350295 Log: Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger PR: 239425 Sponsored by: The FreeBSD Found

svn commit: r350301 - head/lib/libsysdecode

2019-07-24 Thread Ed Maste
Author: emaste Date: Wed Jul 24 21:06:19 2019 New Revision: 350301 URL: https://svnweb.freebsd.org/changeset/base/350301 Log: libsysdecode: add explicit dependencies on recently changed headers r349369 removed IP_MIN_MEMBERSHIPS and IPV6_MIN_MEMBERSHIPS, and r349893 removed TCP_RACK_SESS_

svn commit: r350302 - head

2019-07-24 Thread Ed Maste
Author: emaste Date: Wed Jul 24 21:08:30 2019 New Revision: 350302 URL: https://svnweb.freebsd.org/changeset/base/350302 Log: cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 package Sponsored by: The FreeBSD Foundation Modified: head/.cirrus.yml Modified: head/.cirrus.yml ===

svn commit: r350303 - head/sys/modules/i2c/controllers/ichiic

2019-07-24 Thread Ed Maste
Author: emaste Date: Wed Jul 24 21:26:17 2019 New Revision: 350303 URL: https://svnweb.freebsd.org/changeset/base/350303 Log: enable ig4_acpi on aarch64 The already-listed APMC0D0F ID belongs to the Ampere eMAG aarch64 platform, but ACPI support was not even built on aarch64. Submitt

svn commit: r350306 - head/sys/net

2019-07-24 Thread Eric Joyner
Author: erj Date: Wed Jul 24 21:43:41 2019 New Revision: 350306 URL: https://svnweb.freebsd.org/changeset/base/350306 Log: iflib: fix dangling device softc pointer Commit text by Jake: If a driver's IFDI_ATTACH_PRE function fails, the iflib_device_register function will free the ctx poi

Re: svn commit: r350135 - head/share/mk

2019-07-24 Thread Guido Falsi
On 19/07/19 17:11, Emmanuel Vadot wrote: > Author: manu > Date: Fri Jul 19 15:11:32 2019 > New Revision: 350135 > URL: https://svnweb.freebsd.org/changeset/base/350135 > > Log: > bsd.confs.mk: Test the correct value for the destination package > > Reviewed by:bapt, gjb > Different

Re: svn commit: r350135 - head/share/mk

2019-07-24 Thread Guido Falsi
On 25/07/19 00:14, Guido Falsi wrote: > On 19/07/19 17:11, Emmanuel Vadot wrote: >> Author: manu >> Date: Fri Jul 19 15:11:32 2019 >> New Revision: 350135 >> URL: https://svnweb.freebsd.org/changeset/base/350135 >> >> Log: >> bsd.confs.mk: Test the correct value for the destination package >>

svn commit: r350307 - in head: . lib/libcasper/libcasper lib/libcasper/services lib/libcasper/services/cap_random share/mk sys/sys targets/pseudo/userland/lib

2019-07-24 Thread Mark Johnston
Author: markj Date: Wed Jul 24 22:50:43 2019 New Revision: 350307 URL: https://svnweb.freebsd.org/changeset/base/350307 Log: Remove cap_random(3). Now that we have a way to obtain entropy in capability mode (getrandom(2)), libcap_random is obsolete. Remove it. Bump __FreeBSD_version

svn commit: r350308 - head

2019-07-24 Thread Mark Johnston
Author: markj Date: Wed Jul 24 22:57:17 2019 New Revision: 350308 URL: https://svnweb.freebsd.org/changeset/base/350308 Log: Document r350307. Sponsored by: The FreeBSD Foundation Modified: head/RELNOTES Modified: head/RELNOTES ===

svn commit: r350309 - head/sbin/nvmecontrol

2019-07-24 Thread Warner Losh
Author: imp Date: Wed Jul 24 23:04:26 2019 New Revision: 350309 URL: https://svnweb.freebsd.org/changeset/base/350309 Log: Fix several related coverity issues: Make sure to always free shortopts and lopts when returning. Fix minor logic bug to guard against NULLs properly. CID: 14036

svn commit: r350310 - in head/sys: kern sys

2019-07-24 Thread Mark Johnston
Author: markj Date: Wed Jul 24 23:04:59 2019 New Revision: 350310 URL: https://svnweb.freebsd.org/changeset/base/350310 Log: Fix the turnstile_lock() KPI. turnstile_{lock,unlock}() were added for use in epoch. turnstile_lock() returned NULL to indicate that the calling thread had lost a

svn commit: r350311 - head/sbin/nvmecontrol

2019-07-24 Thread Warner Losh
Author: imp Date: Wed Jul 24 23:08:49 2019 New Revision: 350311 URL: https://svnweb.freebsd.org/changeset/base/350311 Log: Fix the fix to the logic bug. Upon further testing, the bug is that we shadoow opt.vendor with vendor. We shouldn't. Delete the latter and use the former everywhere and

Re: svn commit: r349890 - head/contrib/telnet/telnet

2019-07-24 Thread Conrad Meyer
Hi Philip, Sorry I'm late to the party. Unless I am mistaken, most of these are *not* overflows or vulnerabilities of any sort. On Wed, Jul 10, 2019 at 10:42 AM Philip Paeps wrote: > > Author: philip > Date: Wed Jul 10 17:42:04 2019 > New Revision: 349890 > URL: https://svnweb.freebsd.org/chang

Re: svn commit: r350301 - head/lib/libsysdecode

2019-07-24 Thread Cy Schubert
In message <201907242106.x6ol6kam068...@repo.freebsd.org>, Ed Maste writes: > Author: emaste > Date: Wed Jul 24 21:06:19 2019 > New Revision: 350301 > URL: https://svnweb.freebsd.org/changeset/base/350301 > > Log: > libsysdecode: add explicit dependencies on recently changed headers > > r34

svn commit: r350313 - in head/sys: conf powerpc/aim powerpc/ps3 powerpc/pseries

2019-07-24 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 25 03:47:27 2019 New Revision: 350313 URL: https://svnweb.freebsd.org/changeset/base/350313 Log: powerpc/pmap64: Make moea64 statistics optional Summary: It turns out statistics accounting is very expensive in the pmap driver, and doesn't seem necessary in

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

2019-07-24 Thread Alan Somers
Author: asomers Date: Thu Jul 25 03:55:05 2019 New Revision: 350314 URL: https://svnweb.freebsd.org/changeset/base/350314 Log: special-case getvfsbyname(3) for fusefs(5) fusefs file systems may have a fsname subtype (set by mount_fusefs's "-o subtype" option) that gets appended to the fsn

svn commit: r350315 - in head/sys: kern sys

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 05:46:16 2019 New Revision: 350315 URL: https://svnweb.freebsd.org/changeset/base/350315 Log: Add kernel support for a Linux compatible copy_file_range(2) syscall. This patch adds support to the kernel for a Linux compatible copy_file_range(2) syscall and

svn commit: r350316 - in head/sys: kern sys

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 05:55:55 2019 New Revision: 350316 URL: https://svnweb.freebsd.org/changeset/base/350316 Log: Update the generated syscall files for copy_file_range(2) added by r350315. Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c head/sys/kern/systra

svn commit: r350317 - head/lib/libc/sys

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 06:05:49 2019 New Revision: 350317 URL: https://svnweb.freebsd.org/changeset/base/350317 Log: Add libc support for the copy_file_range(2) syscall added by r350315. copy_file_range.2 is a new man page (content change). Reviewed by: kib, asomers Relno

svn commit: r350318 - head/include

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 06:10:44 2019 New Revision: 350318 URL: https://svnweb.freebsd.org/changeset/base/350318 Log: Add an entry for copy_file_range(2) to unistd.h. copy_file_range(2) is a Linux compatible syscall created by r350315. Reviewed by: kib, asomers Relnotes:

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

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 06:20:00 2019 New Revision: 350319 URL: https://svnweb.freebsd.org/changeset/base/350319 Log: Create a man page for VOP_COPY_FILE_RANGE(9). r350315 created a Linux compatible copy_file_range(2) syscall. It uses a VOP method called VOP_COPY_FILE_RANGE so t

svn commit: r350320 - head/sys/sys

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 06:35:21 2019 New Revision: 350320 URL: https://svnweb.freebsd.org/changeset/base/350320 Log: Update the generated syscall.mk for copy_file_range(2). I missed this file for commit r350316. Modified: head/sys/sys/syscall.mk Modified: head/sys/sys/syscall

svn commit: r350321 - head/sys/sys

2019-07-24 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 25 06:48:30 2019 New Revision: 350321 URL: https://svnweb.freebsd.org/changeset/base/350321 Log: r350320 committed the wrong version of generated syscall.mk. This commit is for the correct version. (The incorrect one had the order of the last two entries rev