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: head/share/mi
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
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:
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:https://reviews.freebsd.org/D
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
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 add_rou
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 th
> 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
> >>
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 d
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 contemporary
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 uipc_send(PR
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, inst
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
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: head/sys/de
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. Previously
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
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
> comm
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
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: Chel
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
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 introduc
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 che
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 space
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 o
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 cores)
25 matches
Mail list logo