svn commit: r368549 - head/share/man/man5

2020-12-10 Thread Kyle Evans
Author: kevans Date: Fri Dec 11 04:02:19 2020 New Revision: 368549 URL: https://svnweb.freebsd.org/changeset/base/368549 Log: src.conf(5): regenerate after WITHOUT_GNU_GREP became default Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r368548 - head/share/mk

2020-12-10 Thread Kyle Evans
Author: kevans Date: Fri Dec 11 03:59:41 2020 New Revision: 368548 URL: https://svnweb.freebsd.org/changeset/base/368548 Log: Flip the GNU_GREP default to OFF bsdgrep was made the default in r368439. Stop building gnugrep entirely as the natural next step towards removal. Modified:

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 02:22:42 2020 New Revision: 368547 URL: https://svnweb.freebsd.org/changeset/base/368547 Log: timespec_get(3): sort SEE ALSO correctly clock_gettime(2) should be mentioned before gettimeofday(2). Reported by: make manlint MFC after:1 week

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 01:52:27 2020 New Revision: 368546 URL: https://svnweb.freebsd.org/changeset/base/368546 Log: cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO Sort by manpage section, then sort entries alphabetically. This makes the manpages `make manlint` clean.

svn commit: r368545 - in stable/12/lib/csu/tests: . dynamic dynamicpie

2020-12-10 Thread John Baldwin
Author: jhb Date: Fri Dec 11 01:06:49 2020 New Revision: 368545 URL: https://svnweb.freebsd.org/changeset/base/368545 Log: MFC 367576: Add C startup code tests for PIE binaries. - Force dynamic to be a non-PIE binary. - Add a dynamicpie test which uses a PIE binary. Added:

svn commit: r368544 - stable/12/lib/csu/tests

2020-12-10 Thread John Baldwin
Author: jhb Date: Fri Dec 11 01:04:36 2020 New Revision: 368544 URL: https://svnweb.freebsd.org/changeset/base/368544 Log: MFC 367575: Fix dso_handle_check for PIE executables. PIE executables use crtbeginS.o and have a non-NULL dso_handle as a result. Modified:

svn commit: r368543 - head/sys/net

2020-12-10 Thread Brooks Davis
Author: brooks Date: Fri Dec 11 01:00:07 2020 New Revision: 368543 URL: https://svnweb.freebsd.org/changeset/base/368543 Log: style(9): Correct whitespace in struct definitions struct ifconf and struct ifreq use the odd style "structfoo". struct ifdrv seems to have tried to follow this

svn commit: r368542 - head/sys/crypto/ccp

2020-12-10 Thread Jung-uk Kim
Author: jkim Date: Fri Dec 11 00:42:53 2020 New Revision: 368542 URL: https://svnweb.freebsd.org/changeset/base/368542 Log: Revert r366943. It did not work as expected. Modified: head/sys/crypto/ccp/ccp.c Modified: head/sys/crypto/ccp/ccp.c

svn commit: r368541 - stable/12/sys/compat/freebsd32

2020-12-10 Thread Konstantin Belousov
Author: kib Date: Fri Dec 11 00:38:08 2020 New Revision: 368541 URL: https://svnweb.freebsd.org/changeset/base/368541 Log: Regen Modified: stable/12/sys/compat/freebsd32/freebsd32_proto.h stable/12/sys/compat/freebsd32/freebsd32_syscall.h

svn commit: r368540 - stable/12/sys/compat/freebsd32

2020-12-10 Thread Konstantin Belousov
Author: kib Date: Fri Dec 11 00:37:51 2020 New Revision: 368540 URL: https://svnweb.freebsd.org/changeset/base/368540 Log: MFC r368343: Fix compat32 for ntp_adjtime(2). Modified: stable/12/sys/compat/freebsd32/freebsd32.h stable/12/sys/compat/freebsd32/freebsd32_misc.c

svn commit: r368539 - in stable/12/sys: kern sys

2020-12-10 Thread Konstantin Belousov
Author: kib Date: Fri Dec 11 00:35:04 2020 New Revision: 368539 URL: https://svnweb.freebsd.org/changeset/base/368539 Log: MFC r368342: Add kern_ntp_adjtime(9). Modified: stable/12/sys/kern/kern_ntptime.c stable/12/sys/sys/syscallsubr.h Directory Properties: stable/12/ (props

svn commit: r368538 - stable/12/sys/cam/mmc

2020-12-10 Thread Jung-uk Kim
Author: jkim Date: Fri Dec 11 00:30:41 2020 New Revision: 368538 URL: https://svnweb.freebsd.org/changeset/base/368538 Log: MFC: r367997 Do not truncate the last character from serial number. strlcpy() requires one more byte for the NULL character. Modified:

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:28:28 2020 New Revision: 368537 URL: https://svnweb.freebsd.org/changeset/base/368537 Log: aio_suspend.2: properly canonicalize .Dd Months should be fully spelled as their local-specific equivalents: in this case `Oct` should have been spelled like

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:26:49 2020 New Revision: 368536 URL: https://svnweb.freebsd.org/changeset/base/368536 Log: cap_enter(2): fix CAVEATS section The CAVEATS section was misspelled as "CAVEAT" before this change. Fix the spelling to identify issues related to the section.

svn commit: r368535 - stable/12/sys/arm/include

2020-12-10 Thread Mark Johnston
Author: markj Date: Fri Dec 11 00:25:34 2020 New Revision: 368535 URL: https://svnweb.freebsd.org/changeset/base/368535 Log: MFC r368108: arm: Correctly report the size of FPA registers to GDB PR: 251022 Modified: stable/12/sys/arm/include/gdb_machdep.h Directory Properties:

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:20:04 2020 New Revision: 368534 URL: https://svnweb.freebsd.org/changeset/base/368534 Log: posix_spawn(3): fix section that references `vfork` `vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`. This change switches the reference

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:15:57 2020 New Revision: 368533 URL: https://svnweb.freebsd.org/changeset/base/368533 Log: getentropy(3): sort SEE ALSO sections Sorting order should be done by manpage section (2 vs 3), then alphabetically. This change fixes the order to sort by the

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:13:39 2020 New Revision: 368532 URL: https://svnweb.freebsd.org/changeset/base/368532 Log: arc4random(3): fix .Xr issues - pthreads(3) should actually be pthread(3). - getentropy(2) should actually be getentropy(3). This makes the manpage `make

svn commit: r368531 - stable/12/lib/csu/common

2020-12-10 Thread John Baldwin
Author: jhb Date: Thu Dec 10 23:58:27 2020 New Revision: 368531 URL: https://svnweb.freebsd.org/changeset/base/368531 Log: MFC 367574: Rename __JCR_LIST__ to __JCR_END__ in crtend.c. This is more consistent with the names used for .ctor and .dtor symbols and better reflects __JCR_END__'s

svn commit: r368530 - in stable/11/crypto/openssl/crypto: asn1 x509v3

2020-12-10 Thread Jung-uk Kim
Author: jkim Date: Thu Dec 10 23:43:29 2020 New Revision: 368530 URL: https://svnweb.freebsd.org/changeset/base/368530 Log: OpenSSL: backport fixes for CVE-2020-1971 from head (r368447) Note this is a direct commit because we have OpenSSL 1.0.2u in this branch. Modified:

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

2020-12-10 Thread John-Mark Gurney
Author: jmg Date: Thu Dec 10 23:23:42 2020 New Revision: 368529 URL: https://svnweb.freebsd.org/changeset/base/368529 Log: fix up documentation/comments: processname is not defined, but programname is.. a couple other minor documentation fixes that igor caught... MFC after:1

svn commit: r368528 - stable/12/sys/kern

2020-12-10 Thread John Baldwin
Author: jhb Date: Thu Dec 10 22:26:51 2020 New Revision: 368528 URL: https://svnweb.freebsd.org/changeset/base/368528 Log: MFC 366584: Don't invoke semunload() if seminit() fails during MOD_LOAD. The module handler code invokes a MOD_UNLOAD event immediately if MOD_LOAD fails. The

svn commit: r368527 - head/sys/riscv/riscv

2020-12-10 Thread Mitchell Horne
Author: mhorne Date: Thu Dec 10 22:20:20 2020 New Revision: 368527 URL: https://svnweb.freebsd.org/changeset/base/368527 Log: riscv: handle debug.debugger_on_trap for fatal page faults Allows recovery or diagnosis of a fatal page fault before panicking the system. Reviewed by: jhb,

svn commit: r368526 - in stable/12/sys: conf dev/md

2020-12-10 Thread John Baldwin
Author: jhb Date: Thu Dec 10 21:12:25 2020 New Revision: 368526 URL: https://svnweb.freebsd.org/changeset/base/368526 Log: MFC 366897: Use a template assembly file to generate the embedded MFS. This uses the .incbin directive to pull in the MFS image contents. Using assembly directly

svn commit: r368525 - in head: lib/libmt usr.bin/mt

2020-12-10 Thread Kenneth D. Merry
Author: ken Date: Thu Dec 10 21:06:06 2020 New Revision: 368525 URL: https://svnweb.freebsd.org/changeset/base/368525 Log: Add the LTO-9 density code to libmt and the mt(1) man page. These values are taken directly from the density report from an IBM LTO-9 tape drive. (Using mt

svn commit: r368524 - head/sys/compat/linuxkpi/common/src

2020-12-10 Thread Bryan Drewery
Author: bdrewery Date: Thu Dec 10 20:45:08 2020 New Revision: 368524 URL: https://svnweb.freebsd.org/changeset/base/368524 Log: linux_dma: Ensure proper flags pass to allocators. Possibly fixes the wrong flags being passed to the kernel allocators in linux_dma_alloc_coherent() and

svn commit: r368522 - stable/12/sys/dev/drm2

2020-12-10 Thread John Baldwin
Author: jhb Date: Thu Dec 10 20:44:05 2020 New Revision: 368522 URL: https://svnweb.freebsd.org/changeset/base/368522 Log: MFC 366494: Don't permit DRM buffer mappings to be upgraded to executable. Modified: stable/12/sys/dev/drm2/drm_bufs.c Directory Properties: stable/12/ (props

svn commit: r368523 - head/sys/vm

2020-12-10 Thread Bryan Drewery
Author: bdrewery Date: Thu Dec 10 20:44:29 2020 New Revision: 368523 URL: https://svnweb.freebsd.org/changeset/base/368523 Log: contig allocs: Don't retry forever on M_WAITOK. This restores behavior from before domain iterators were added in r327895 and r327896. The

svn commit: r368521 - head/libexec/tftpd

2020-12-10 Thread Michael Tuexen
Author: tuexen Date: Thu Dec 10 19:36:33 2020 New Revision: 368521 URL: https://svnweb.freebsd.org/changeset/base/368521 Log: Fix the TFTP client when performing a RRQ for files smaller than 512 bytes and the server not sending an OACK: * Close the file. * Report the correct the number of

svn commit: r368520 - head/usr.bin/id

2020-12-10 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Dec 10 18:34:15 2020 New Revision: 368520 URL: https://svnweb.freebsd.org/changeset/base/368520 Log: id(1): Add EXAMPLES section Add some examples covering the flags: G, n, P, p, u Add reference to groups(1) Approved by: manpages

svn commit: r368519 - in head: sys/dev/bvm usr.sbin/bhyve

2020-12-10 Thread Robert Wing
Author: rew Date: Thu Dec 10 18:07:25 2020 New Revision: 368519 URL: https://svnweb.freebsd.org/changeset/base/368519 Log: Add deprecation notice for bvmconsole and bvmdebug Now that bhyve(8) supports UART, bvmconsole and bvmdebug are no longer needed. Mark the '-b' and '-g' flag as

svn commit: r368518 - head/usr.bin/id

2020-12-10 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Dec 10 17:48:34 2020 New Revision: 368518 URL: https://svnweb.freebsd.org/changeset/base/368518 Log: groups(1): Add EXAMPLE Add a super simple example Approved by: manpages (gbe@) Differential Revision:

svn commit: r368517 - stable/11/release/doc/share/xml

2020-12-10 Thread Glen Barber
Author: gjb Date: Thu Dec 10 17:48:30 2020 New Revision: 368517 URL: https://svnweb.freebsd.org/changeset/base/368517 Log: Document recent SAs/ENs. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: stable/11/release/doc/share/xml/errata.xml

svn commit: r368516 - head/sys/kern

2020-12-10 Thread Mateusz Guzik
Author: mjg Date: Thu Dec 10 17:17:22 2020 New Revision: 368516 URL: https://svnweb.freebsd.org/changeset/base/368516 Log: fd: make serialization in fdescfree_fds conditional on hold count p_fd nullification in fdescfree serializes against new threads transitioning the count 1 -> 2,

Re: svn commit: r368507 - in stable/12: share/man/man5 usr.sbin/periodic usr.sbin/periodic/etc/daily

2020-12-10 Thread Gordon Bergling
On Thu, Dec 10, 2020 at 01:08:41PM +0100, Helge Oldach wrote: > Hi, > > Gordon Bergling wrote on Thu, 10 Dec 2020 10:55:05 +0100 (CET): > > Author: gbe (doc committer) > > Date: Thu Dec 10 09:55:04 2020 > > New Revision: 368507 > > URL: https://svnweb.freebsd.org/changeset/base/368507 > > > >

svn commit: r368515 - stable/12/usr.sbin/periodic/etc/daily

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 13:32:51 2020 New Revision: 368515 URL: https://svnweb.freebsd.org/changeset/base/368515 Log: MFC r363169 by allanjude: Actually install the new 221.backup-gpart periodic script PR: 86388 Submitted by: Rob Fairbanks Reported by:

svn commit: r368514 - in stable/12: share/man/man5 usr.sbin/periodic usr.sbin/periodic/etc/daily

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 13:25:45 2020 New Revision: 368514 URL: https://svnweb.freebsd.org/changeset/base/368514 Log: MFC r367436 and r367443 by rew: r367436 Add a periodic script to backup output generated from `zfs list`, `zfs get`, `zpool list`, and `zpool get`

svn commit: r368513 - head/sys/dev/hyperv/vmbus

2020-12-10 Thread Bradley T. Hughes
Author: bhughes (ports committer) Date: Thu Dec 10 13:11:52 2020 New Revision: 368513 URL: https://svnweb.freebsd.org/changeset/base/368513 Log: hyperv/vmbus: avoid crash, panic if vbe fb info is missing Do not assume that VBE framebuffer metadata can be used. Like with the EFI fb

svn commit: r368512 - stable/12/share/man/man5

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 13:08:06 2020 New Revision: 368512 URL: https://svnweb.freebsd.org/changeset/base/368512 Log: MFC r366615: man5: Fix a few typos spotted by igor - fstab(5): conjuction -> conjunction - mount.conf(5): repeated 'the' - periodic.conf(5):

svn commit: r368511 - head/contrib/ee

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 10:58:30 2020 New Revision: 368511 URL: https://svnweb.freebsd.org/changeset/base/368511 Log: ee(1): Whitespace cleanup This is a direct commit to -CURRENT since the upstream went away. MFC after:1 week Modified: head/contrib/ee/ee.1

svn commit: r368510 - head/usr.sbin/diskinfo

2020-12-10 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Dec 10 10:23:18 2020 New Revision: 368510 URL: https://svnweb.freebsd.org/changeset/base/368510 Log: Make "diskinfo -i" also test 1MB reads. Modified: head/usr.sbin/diskinfo/diskinfo.c Modified: head/usr.sbin/diskinfo/diskinfo.c

svn commit: r368509 - in stable/12: share/man/man5 usr.sbin/periodic

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 10:00:43 2020 New Revision: 368509 URL: https://svnweb.freebsd.org/changeset/base/368509 Log: MFC r365508 (by rew): periodic.conf(5): don't truncate interface names reported by 420.status-network. The daily periodic script,

svn commit: r368508 - stable/12/share/man/man5

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 09:57:18 2020 New Revision: 368508 URL: https://svnweb.freebsd.org/changeset/base/368508 Log: MFC r363114 (by allanjude) periodic.conf: correct capitailization in the middle of a sentence Reported by: yuripv Event:July

svn commit: r368507 - in stable/12: share/man/man5 usr.sbin/periodic usr.sbin/periodic/etc/daily

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 09:55:04 2020 New Revision: 368507 URL: https://svnweb.freebsd.org/changeset/base/368507 Log: MFC r363110 (by allanjude): Add a periodic script to backup the partition table and boot code Optionally, alert you if the contents change from

svn commit: r368506 - stable/12/share/man/man5

2020-12-10 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Dec 10 09:51:50 2020 New Revision: 368506 URL: https://svnweb.freebsd.org/changeset/base/368506 Log: MFC r362226 (by bapt): Fix typo in the documentation about the daily ntpd status PR: 245679 Submitted by: Taylor Stearns Modified:

svn commit: r368505 - stable/10/sbin/ifconfig

2020-12-10 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 10 09:39:27 2020 New Revision: 368505 URL: https://svnweb.freebsd.org/changeset/base/368505 Log: Fix bug in ifconfig regarding VLAN creation. Detection of VLAN interface type must happen before detection of interface type by prefix. Else the following

svn commit: r368504 - stable/11/sbin/ifconfig

2020-12-10 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 10 09:37:06 2020 New Revision: 368504 URL: https://svnweb.freebsd.org/changeset/base/368504 Log: Fix bug in ifconfig regarding VLAN creation. Detection of VLAN interface type must happen before detection of interface type by prefix. Else the following

svn commit: r368503 - head/usr.sbin/crunch/crunchgen

2020-12-10 Thread Stefan Eßer
Author: se Date: Thu Dec 10 09:31:05 2020 New Revision: 368503 URL: https://svnweb.freebsd.org/changeset/base/368503 Log: Lift scope of buf[] to make it extend to a potential access via *basename It can be assumed that the contents of the buffer was still allocated and valid at the point

svn commit: r368502 - stable/12/sbin/ifconfig

2020-12-10 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 10 09:30:09 2020 New Revision: 368502 URL: https://svnweb.freebsd.org/changeset/base/368502 Log: Fix bug in ifconfig preventing proper VLAN creation. Detection of VLAN interface type must happen before detection of interface type by prefix. Else the

svn commit: r368501 - in stable/12: contrib/bc contrib/bc/gen contrib/bc/include contrib/bc/manuals contrib/bc/manuals/bc contrib/bc/manuals/dc contrib/bc/src contrib/bc/src/bc contrib/bc/src/dc co...

2020-12-10 Thread Stefan Eßer
Author: se Date: Thu Dec 10 08:48:03 2020 New Revision: 368501 URL: https://svnweb.freebsd.org/changeset/base/368501 Log: MFC: r366318, r368072, r368080, r368097, r368387 Upgrade to version 3.2.3 Added: stable/12/contrib/bc/exec-install.sh - copied unchanged from r368072,