Author: melifaro
Date: Mon Apr 13 08:26:11 2020
New Revision: 359844
URL: https://svnweb.freebsd.org/changeset/base/359844
Log:
Remove tcp_rtlookup6() function signature.
The function itself was removed in r122922 16 years ago.
Modified:
head/sys/netinet6/tcp6_var.h
Modified: head/sys/net
Author: delphij
Date: Mon Apr 13 08:42:13 2020
New Revision: 359849
URL: https://svnweb.freebsd.org/changeset/base/359849
Log:
Sync with OpenBSD:
arc4random.c: In the incredibly unbelievable circumstance where
_rs_init() fails to allocate pages, don't call abort() because of
corefile da
Author: melifaro
Date: Mon Apr 13 09:01:46 2020
New Revision: 359854
URL: https://svnweb.freebsd.org/changeset/base/359854
Log:
Remove unused 'struct rtentry' definition.
Modified:
head/sys/dev/mn/if_mn.c
Modified: head/sys/dev/mn/if_mn.c
=
On Mon, Apr 13, 2020 at 08:26:11AM +, Alexander V. Chernikov wrote:
> Remove tcp_rtlookup6() function signature.
>The function itself was removed in r122922 16 years ago.
I nominate this for "most amusing commit of the month" :-)
Who knows what other cobwebs lurk in our src tree ...
mc
Author: lwhsu
Date: Mon Apr 13 14:35:07 2020
New Revision: 359862
URL: https://svnweb.freebsd.org/changeset/base/359862
Log:
Install expected output file of test missed in r359585
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/calendar/tests/Makefile
Modified: head/usr.bin/
Author: kevans
Date: Mon Apr 13 15:59:15 2020
New Revision: 359865
URL: https://svnweb.freebsd.org/changeset/base/359865
Log:
libc: remove shm_open(2)'s compat fallback
This had been introduced to ease any pain for using slightly older kernels
with a newer libc, e.g., for bisecting a kern
On 4/12/20 1:08 PM, Xin Li wrote:
>
>
> On 3/27/20 11:25 AM, John Baldwin wrote:
> [...]> - Drivers no longer register a list of supported algorithms. This
>> doesn't quite work when you factor in modes (e.g. a driver might
>> support both AES-CBC and SHA2-256-HMAC separately but not c
Author: kevans
Date: Mon Apr 13 17:55:31 2020
New Revision: 359891
URL: https://svnweb.freebsd.org/changeset/base/359891
Log:
close_range/closefrom: fix regression from close_range introduction
close_range will clamp the range between [0, fdp->fd_lastfile], but failed
to take into account
Author: markj
Date: Mon Apr 13 19:20:39 2020
New Revision: 359892
URL: https://svnweb.freebsd.org/changeset/base/359892
Log:
Relax restrictions on private mappings of POSIX shm objects.
When creating a private mapping of a POSIX shared memory object,
VM_PROT_WRITE should always be include
John Baldwin wrote this message on Mon, Apr 13, 2020 at 09:56 -0700:
> On 4/12/20 1:08 PM, Xin Li wrote:
> >
> >
> > On 3/27/20 11:25 AM, John Baldwin wrote:
> > [...]> - Drivers no longer register a list of supported algorithms. This
> >> doesn't quite work when you factor in modes (e.g.
Author: markj
Date: Mon Apr 13 19:22:05 2020
New Revision: 359893
URL: https://svnweb.freebsd.org/changeset/base/359893
Log:
Fix sendto() on unconnected SOCK_STREAM/SEQPACKET unix sockets.
Previously the unpcb pointer of the newly connected remote socket was
not initialized correctly, so
On Mon, Apr 13, 2020 at 1:22 PM John-Mark Gurney wrote:
> John Baldwin wrote this message on Mon, Apr 13, 2020 at 09:56 -0700:
> > On 4/12/20 1:08 PM, Xin Li wrote:
> > >
> > >
> > > On 3/27/20 11:25 AM, John Baldwin wrote:
> > > [...]> - Drivers no longer register a list of supported algorithm
Author: markj
Date: Mon Apr 13 19:45:45 2020
New Revision: 359894
URL: https://svnweb.freebsd.org/changeset/base/359894
Log:
snd_hda(4): Recognize the ALC257 codec.
PR: 245524
Submitted by: Jose Luis Duran
MFC after:1 week
Modified:
head/sys/dev/sound/pci/hda/hdac.h
On 4/13/20 12:31 PM, Warner Losh wrote:
> On Mon, Apr 13, 2020 at 1:22 PM John-Mark Gurney wrote:
>
>> John Baldwin wrote this message on Mon, Apr 13, 2020 at 09:56 -0700:
>>> On 4/12/20 1:08 PM, Xin Li wrote:
On 3/27/20 11:25 AM, John Baldwin wrote:
[...]> - Drivers no long
Author: kevans
Date: Mon Apr 13 19:50:47 2020
New Revision: 359895
URL: https://svnweb.freebsd.org/changeset/base/359895
Log:
Move shm_open dependency cleanup into a new home
r359461 introduced this nifty script to centralize these things, so add
shm_open.c there to remove a total of one
Author: kevans
Date: Mon Apr 13 20:00:44 2020
New Revision: 359896
URL: https://svnweb.freebsd.org/changeset/base/359896
Log:
depend-cleanup: fix typo, ^/lib/libc/sys/Makefile.inc generates .S stubs
Pointy hat: kevans
Modified:
head/tools/build/depend-cleanup.sh
Modified: head/tools/b
Author: np
Date: Mon Apr 13 20:12:47 2020
New Revision: 359897
URL: https://svnweb.freebsd.org/changeset/base/359897
Log:
cxgbe(4): Make sure 'flags' is at the same offset in structs toepcb and
synq_entry. TAILQ_ENTRY isn't always the same size as two pointers.
Reported by: rmacklem@
Author: cem
Date: Mon Apr 13 20:25:01 2020
New Revision: 359898
URL: https://svnweb.freebsd.org/changeset/base/359898
Log:
Disable QUEUE_MACRO_DEBUG_TRACE in LINT kernels
It changes the size of TAILQ_ENTRY, which obviously impacts ABI in a variety
of
ways. Some of these things are _Stat
Author: jhb
Date: Mon Apr 13 20:43:57 2020
New Revision: 359899
URL: https://svnweb.freebsd.org/changeset/base/359899
Log:
Correct baud rate error calculation.
Shifting right by 1 is not the same as dividing by 2 for signed
values. In particular, dividing a signed value by 2 gives the in
Author: jhb
Date: Mon Apr 13 20:59:09 2020
New Revision: 359900
URL: https://svnweb.freebsd.org/changeset/base/359900
Log:
Export a sysctl count of RX FIFO overrun events.
uart(4) backends currently detect RX FIFO overrun errors and report
them to the uart(4) core layer. They are then re
Author: imp
Date: Mon Apr 13 21:03:30 2020
New Revision: 359901
URL: https://svnweb.freebsd.org/changeset/base/359901
Log:
Remove stale comment
There's no useracc here, and even if there was it shouldn't be here. vmapbuf
is
sufficient and as the comment says, useracc is racy.
Modified:
Author: imp
Date: Mon Apr 13 21:04:33 2020
New Revision: 359902
URL: https://svnweb.freebsd.org/changeset/base/359902
Log:
Checks here against useracc are not useful and are racy.
copyin/copyout are sufficient to guard against bad addresses. They will return
EFAULT if the user is up to no
Author: lwhsu
Date: Mon Apr 13 21:08:54 2020
New Revision: 359903
URL: https://svnweb.freebsd.org/changeset/base/359903
Log:
Ensure `kyua list` working when there is no /dev/nvme*
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/nvmecontrol/tests/basic.sh
Modified: head/sbin/nvm
Author: wulf
Date: Mon Apr 13 22:06:28 2020
New Revision: 359905
URL: https://svnweb.freebsd.org/changeset/base/359905
Log:
[evdev] Use proper mutex reference in autorepeat callout initialization.
This fixes panic occuring when evdev key autorepeat is enabled by driver
which initializes e
Author: gallatin
Date: Mon Apr 13 23:06:56 2020
New Revision: 359908
URL: https://svnweb.freebsd.org/changeset/base/359908
Log:
lagg: stop double-counting output errors and counting drops as errors
Before this change, lagg double-counted errors from lagg members, and counted
every drop by
Author: cognet
Date: Mon Apr 13 23:16:32 2020
New Revision: 359909
URL: https://svnweb.freebsd.org/changeset/base/359909
Log:
Remove FreeBSD/armv4 specific bits from CK.
Now that armv4/v5 is gone, remove the bits that implemented atomic operations
by disabling interrupts.
Those were spe
Author: rmacklem
Date: Tue Apr 14 00:01:26 2020
New Revision: 359910
URL: https://svnweb.freebsd.org/changeset/base/359910
Log:
Re-organize the NFS file handle affinity code for the NFS server.
The file handle affinity code was configured to be used by both the
old and new NFS servers. Th
27 matches
Mail list logo