svn commit: r359773 - head/lib/libc/stdio

2020-04-10 Thread Sergio Carlavilla Delgado
Author: carlavilla (doc committer) Date: Fri Apr 10 09:37:20 2020 New Revision: 359773 URL: https://svnweb.freebsd.org/changeset/base/359773 Log: Add HISTORY section to getc(3) PR: 240269 Submitted by: Gordon Bergling Differential Revision:

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

2020-04-10 Thread Sergio Carlavilla Delgado
Author: carlavilla (doc committer) Date: Fri Apr 10 09:12:41 2020 New Revision: 359771 URL: https://svnweb.freebsd.org/changeset/base/359771 Log: arc4random(3): Expand the SEE ALSO section Submitted by: Gordon Bergling Approved by: brueffer@ Obtained from:NetBSD Differential

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

2020-04-10 Thread Sergio Carlavilla Delgado
Author: carlavilla (doc committer) Date: Fri Apr 10 09:27:18 2020 New Revision: 359772 URL: https://svnweb.freebsd.org/changeset/base/359772 Log: exit(3): Add HISTORY section PR: 240259 Submitted by: Gordon Bergling Obtained from:OpenBSD Differential Revision:

svn commit: r359770 - head/share/misc

2020-04-10 Thread Hiroki Tagato
Author: tagattie (ports committer) Date: Fri Apr 10 07:44:02 2020 New Revision: 359770 URL: https://svnweb.freebsd.org/changeset/base/359770 Log: Add myself (tagattie) as ports committer Approved by: ehaupt (mentor) Modified: head/share/misc/committers-ports.dot Modified:

svn commit: r359774 - in head: gnu/usr.bin/gdb share/mk

2020-04-10 Thread Kyle Evans
Author: kevans Date: Fri Apr 10 14:01:07 2020 New Revision: 359774 URL: https://svnweb.freebsd.org/changeset/base/359774 Log: userland build: replace -fno-common with ${CFCOMMONFLAG} This change allows any downstream or otherwise consumer to easily override the new -fno-common default on

svn commit: r359775 - head/sys/net

2020-04-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Apr 10 16:27:27 2020 New Revision: 359775 URL: https://svnweb.freebsd.org/changeset/base/359775 Log: Split rtrequest1_fib() into smaller manageable chunks. No functional changes. * Move route addition / route deletion code from rtrequest1_fib() to

svn commit: r359781 - head/sys/dev/sound/pci/hda

2020-04-10 Thread Ed Maste
Author: emaste Date: Fri Apr 10 21:27:49 2020 New Revision: 359781 URL: https://svnweb.freebsd.org/changeset/base/359781 Log: hda: if a CODEC is not responding, report which one PR: 229190 MFC after:1 week Modified: head/sys/dev/sound/pci/hda/hdac.c Modified:

svn commit: r359778 - head/sys/kern

2020-04-10 Thread Mark Johnston
Author: markj Date: Fri Apr 10 20:41:59 2020 New Revision: 359778 URL: https://svnweb.freebsd.org/changeset/base/359778 Log: Properly handle disconnected sockets in uipc_ready(). When transmitting over a unix socket, data is placed directly into the receiving socket's receive buffer,

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

2020-04-10 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 10 21:25:35 2020 New Revision: 359780 URL: https://svnweb.freebsd.org/changeset/base/359780 Log: Replace mbuf macros with the code they would generate in the NFS code. When the code was ported to Mac OS/X, mbuf handling functions were converted to using the

svn commit: r359783 - in stable/11/usr.bin/calendar: . calendars tests

2020-04-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 10 22:18:30 2020 New Revision: 359783 URL: https://svnweb.freebsd.org/changeset/base/359783 Log: MFC r359585, r359587 r359585: Fix calculation of the recurring weekdays Both the result of the first_dayofweek_of_year and the target weekday are zero-based

svn commit: r359782 - in stable/12/usr.bin/calendar: . calendars tests

2020-04-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 10 22:18:13 2020 New Revision: 359782 URL: https://svnweb.freebsd.org/changeset/base/359782 Log: MFC r359585, r359587 r359585: Fix calculation of the recurring weekdays Both the result of the first_dayofweek_of_year and the target weekday are zero-based

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

2020-04-10 Thread Mark Johnston
Author: markj Date: Fri Apr 10 20:42:11 2020 New Revision: 359779 URL: https://svnweb.freebsd.org/changeset/base/359779 Log: sbappendcontrol() needs to avoid clearing M_NOTREADY on data mbufs. If LOCAL_CREDS is set on a unix socket and sendfile() is called, sendfile will call

svn commit: r359784 - in head/sys/dev/cxgbe: . crypto

2020-04-10 Thread John Baldwin
Author: jhb Date: Fri Apr 10 22:27:45 2020 New Revision: 359784 URL: https://svnweb.freebsd.org/changeset/base/359784 Log: Use both crypto engines on a T6. A T6 adapter contains two crypto engines on separate channels. This commit distributes sessions between the two engines.

svn commit: r359785 - head/sys/fs/nfsclient

2020-04-10 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 10 22:42:14 2020 New Revision: 359785 URL: https://svnweb.freebsd.org/changeset/base/359785 Log: Replace mbuf macros with the code they would generate in the NFS code. When the code was ported to Mac OS/X, mbuf handling functions were converted to using the

svn commit: r359777 - head/sys/dev/sound/pci/hda

2020-04-10 Thread Ed Maste
Author: emaste Date: Fri Apr 10 18:38:42 2020 New Revision: 359777 URL: https://svnweb.freebsd.org/changeset/base/359777 Log: hdac: show which command timed out There are several reports of "hdac0: Command timeout on address 2" messages emitted during playback on a variety of

Re: svn commit: r359685 - in head: . etc lib/libc/gen share/mk share/termcap usr.bin/login usr.bin/vgrind usr.sbin/services_mkdb

2020-04-10 Thread Bryan Drewery
On 4/7/2020 3:37 AM, Rodney W. Grimes wrote: >> Author: sobomax >> Date: Tue Apr 7 02:46:22 2020 >> New Revision: 359685 >> URL: https://svnweb.freebsd.org/changeset/base/359685 >> >> Log: >> Normalize deployment tools usage and definitions by putting into one place >> instead of sprinkling

Re: svn commit: r359685 - in head: . etc lib/libc/gen share/mk share/termcap usr.bin/login usr.bin/vgrind usr.sbin/services_mkdb

2020-04-10 Thread Rodney W. Grimes
> On 4/7/2020 3:37 AM, Rodney W. Grimes wrote: > >> Author: sobomax > >> Date: Tue Apr 7 02:46:22 2020 > >> New Revision: 359685 > >> URL: https://svnweb.freebsd.org/changeset/base/359685 > >> > >> Log: > >> Normalize deployment tools usage and definitions by putting into one > >> place > >>

svn commit: r359776 - head/sys/dev/sound/pci/hda

2020-04-10 Thread Ed Maste
Author: emaste Date: Fri Apr 10 18:13:29 2020 New Revision: 359776 URL: https://svnweb.freebsd.org/changeset/base/359776 Log: hdac: update comment on reset duration The comment previously stated the delay must be at least 250us but that was insufficient and so should be doubled, but the

svn commit: r359787 - head/usr.sbin/gssd

2020-04-10 Thread John Baldwin
Author: jhb Date: Fri Apr 10 23:10:28 2020 New Revision: 359787 URL: https://svnweb.freebsd.org/changeset/base/359787 Log: Remove the -o option from gssd(8). This uses DES and the kernel no longer supports DES for in-kernel GSS. Reviewed by: kp Relnotes: yes Sponsored by:

svn commit: r359786 - in head/sys: conf kgssapi/krb5 modules/kgssapi_krb5

2020-04-10 Thread John Baldwin
Author: jhb Date: Fri Apr 10 23:08:41 2020 New Revision: 359786 URL: https://svnweb.freebsd.org/changeset/base/359786 Log: Remove support for Kernel GSS algorithms deprecated in r348875. This removes support for using DES, Triple DES, and RC4. Reviewed by: cem, kp Tested by:kp

svn commit: r359790 - head/sbin/fsck_ffs

2020-04-10 Thread Kirk McKusick
Author: mckusick Date: Fri Apr 10 23:58:07 2020 New Revision: 359790 URL: https://svnweb.freebsd.org/changeset/base/359790 Log: Inode check-hash errors were being reported after system crashes. Trace the cause down to journalled soft updates recovery code in fsck failing to recompute the

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

2020-04-10 Thread Justin Hibbits
Author: jhibbits Date: Sat Apr 11 00:17:55 2020 New Revision: 359793 URL: https://svnweb.freebsd.org/changeset/base/359793 Log: powerpc/booke: Use power-of-two mappings in 64-bit pmap_mapdev Summary: This reduces the precious TLB1 entry consumption (64 possible in existing 64-bit

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

2020-04-10 Thread Justin Hibbits
Author: jhibbits Date: Sat Apr 11 00:16:50 2020 New Revision: 359792 URL: https://svnweb.freebsd.org/changeset/base/359792 Log: powerpc/booke: Add pte_find_next() to find the next in-use PTE Summary: Iterating over VM_MIN_ADDRESS->VM_MAXUSER_ADDRESS can take a very long time iterating

Re: svn commit: r359784 - in head/sys/dev/cxgbe: . crypto

2020-04-10 Thread John Baldwin
On 4/10/20 3:27 PM, John Baldwin wrote: > Author: jhb > Date: Fri Apr 10 22:27:45 2020 > New Revision: 359784 > URL: https://svnweb.freebsd.org/changeset/base/359784 > > Log: > Use both crypto engines on a T6. > > A T6 adapter contains two crypto engines on separate channels. This >

svn commit: r359791 - in head/sys/powerpc: booke include powerpc

2020-04-10 Thread Justin Hibbits
Author: jhibbits Date: Sat Apr 11 00:12:34 2020 New Revision: 359791 URL: https://svnweb.freebsd.org/changeset/base/359791 Log: powerpc/booke: Change Book-E 64-bit pmap to 4-level table Summary: The existing page table is fraught with errors, since it creates a hole in the address

svn commit: r359788 - head

2020-04-10 Thread John Baldwin
Author: jhb Date: Fri Apr 10 23:13:29 2020 New Revision: 359788 URL: https://svnweb.freebsd.org/changeset/base/359788 Log: Document removal of deprecated algorithms for in-kernel GSS. Modified: head/RELNOTES Modified: head/RELNOTES

svn commit: r359789 - head/sbin/fsck_ffs

2020-04-10 Thread Kirk McKusick
Author: mckusick Date: Fri Apr 10 23:49:34 2020 New Revision: 359789 URL: https://svnweb.freebsd.org/changeset/base/359789 Log: Add an inode check-hash verification when running the journalled soft update recovery code with the debugging (-d) option. As inode check-hash was first

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

2020-04-10 Thread Jason A. Harmening
Author: jah Date: Sat Apr 11 05:12:38 2020 New Revision: 359794 URL: https://svnweb.freebsd.org/changeset/base/359794 Log: MFC r359501: deadlkres: include thread name in panic messages Modified: stable/12/sys/kern/kern_clock.c Directory Properties: stable/12/ (props changed) Modified: