Author: delphij
Date: Sat Apr 11 07:24:57 2020
New Revision: 359795
URL: https://svnweb.freebsd.org/changeset/base/359795
Log:
Avoid using a variable solely for sizes that are never meant to be
modified runtime.
No functional change.
MFC after:2 weeks
Modified:
head/sys/dev/ac
Author: melifaro
Date: Sat Apr 11 07:37:08 2020
New Revision: 359797
URL: https://svnweb.freebsd.org/changeset/base/359797
Log:
Remove per-AF radix_mpath initializtion functions.
Split their functionality by moving random seed allocation
to SYSINIT and calling (new) generic multipath fun
Author: melifaro
Date: Sat Apr 11 07:56:11 2020
New Revision: 359800
URL: https://svnweb.freebsd.org/changeset/base/359800
Log:
Remove RADIX_MPATH headers, they were unused since r293159.
MFC after:2 weeks
Modified:
head/sys/netinet6/nd6_nbr.c
Modified: head/sys/netinet6/nd6_nbr.c
=
Author: eugen
Date: Sat Apr 11 08:16:35 2020
New Revision: 359801
URL: https://svnweb.freebsd.org/changeset/base/359801
Log:
wc(1): document SIGINFO handling in the manual page.
MFC after:3 days
Modified:
head/usr.bin/wc/wc.1
Modified: head/usr.bin/wc/wc.1
==
Author: melifaro
Date: Sat Apr 11 09:38:45 2020
New Revision: 359804
URL: https://svnweb.freebsd.org/changeset/base/359804
Log:
Fix build by adding forgotten header to radix_mpath.c after r359797.
Modified:
head/sys/net/radix_mpath.c
Modified: head/sys/net/radix_mpath.c
=
Author: manu
Date: Sat Apr 11 15:25:40 2020
New Revision: 359805
URL: https://svnweb.freebsd.org/changeset/base/359805
Log:
gpioctl: Print interrupts capabilities
GPIO drivers who supports interrupts report them in the caps
(obtain via the getcaps method) but gpioctl doesn't know
how to
Author: manu
Date: Sat Apr 11 15:52:07 2020
New Revision: 359806
URL: https://svnweb.freebsd.org/changeset/base/359806
Log:
arm: am335x: Honor pmic option ti,pmic-shutdown-controller
Honor ti,pmic-shutdown-controller option in DTS
Tested on stable r359316 @ Sleep mode on custom hw, Pow
Author: oshogbo
Date: Sat Apr 11 17:30:33 2020
New Revision: 359807
URL: https://svnweb.freebsd.org/changeset/base/359807
Log:
decryptcore: load the nls data
Load the nls data before the openssl will try to do it in the
capability mode.
On my machine the sa_ossl_private_decrypt is tryin
Author: oshogbo
Date: Sat Apr 11 17:54:35 2020
New Revision: 359808
URL: https://svnweb.freebsd.org/changeset/base/359808
Log:
zfs: Add option for forcible unmounting dataset while receiving snapshot.
Currently when the dataset is in use we can't receive snapshots.
zfs send test/1@asd
Hi Alexander,
On Sat, Apr 11, 2020 at 12:37 AM Alexander V. Chernikov
wrote:
>
> Author: melifaro
> Date: Sat Apr 11 07:37:08 2020
> New Revision: 359797
> URL: https://svnweb.freebsd.org/changeset/base/359797
>
> Log:
> Remove per-AF radix_mpath initializtion functions.
>
> Split their funct
Author: tuexen
Date: Sat Apr 11 20:36:54 2020
New Revision: 359809
URL: https://svnweb.freebsd.org/changeset/base/359809
Log:
Zero out pointers for consistency.
This was found by running syzkaller on an INVARIANTS kernel.
MFC after:3 days
Modified:
head/sys/netinet/sctp_
11.04.2020, 21:02, "Conrad Meyer" :
> Hi Alexander,
Hi Conrad,
>
> On Sat, Apr 11, 2020 at 12:37 AM Alexander V. Chernikov
> wrote:
>> Author: melifaro
>> Date: Sat Apr 11 07:37:08 2020
>> New Revision: 359797
>> URL: https://svnweb.freebsd.org/changeset/base/359797
>>
>> Log:
>> Remove pe
Author: rmacklem
Date: Sat Apr 11 20:57:15 2020
New Revision: 359810
URL: https://svnweb.freebsd.org/changeset/base/359810
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 Sat, 2020-04-11 at 13:02 -0700, Conrad Meyer wrote:
> Hi Alexander,
>
> On Sat, Apr 11, 2020 at 12:37 AM Alexander V. Chernikov
> wrote:
> >
> > Author: melifaro
> > Date: Sat Apr 11 07:37:08 2020
> > New Revision: 359797
> > URL: https://svnweb.freebsd.org/changeset/base/359797
> >
> > Log:
On Sat, Apr 11, 2020 at 1:45 PM Alexander V. Chernikov
wrote:
> This number only affects selection of the outbound path in presence of
> multiple paths available for the same prefix. It means to mitigate hash
> polarization in the network (
> https://www.cisco.com/c/en/us/support/docs/ip/expres
Hi Michael,
On Sat, Apr 11, 2020 at 1:37 PM Michael Tuexen wrote:
>
> Author: tuexen
> Date: Sat Apr 11 20:36:54 2020
> New Revision: 359809
> URL: https://svnweb.freebsd.org/changeset/base/359809
>
> Log:
> Zero out pointers for consistency.
>
> This was found by running syzkaller on an INVA
11.04.2020, 22:28, "Conrad Meyer" :
> On Sat, Apr 11, 2020 at 1:45 PM Alexander V. Chernikov
> wrote:
>> This number only affects selection of the outbound path in presence of
>> multiple paths available for the same prefix. It means to mitigate hash
>> polarization in the network (
>> https:/
11.04.2020, 21:58, "Ian Lepore" :
> On Sat, 2020-04-11 at 13:02 -0700, Conrad Meyer wrote:
>> Hi Alexander,
>>
>> On Sat, Apr 11, 2020 at 12:37 AM Alexander V. Chernikov
>> wrote:
>> >
>> > Author: melifaro
>> > Date: Sat Apr 11 07:37:08 2020
>> > New Revision: 359797
>> > URL: https://svn
Author: rmacklem
Date: Sat Apr 11 23:37:58 2020
New Revision: 359811
URL: https://svnweb.freebsd.org/changeset/base/359811
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: jah
Date: Sun Apr 12 02:42:42 2020
New Revision: 359815
URL: https://svnweb.freebsd.org/changeset/base/359815
Log:
config(8): use sbuf to manage line buffers
PR: 245476
Reported by: kevans
Reviewed by: imp, kevans
MFC after:1 week
Differential Revision:https:
Author: kib
Date: Sun Apr 12 05:10:48 2020
New Revision: 359818
URL: https://svnweb.freebsd.org/changeset/base/359818
Log:
sendfile_iodone: correct calculation of the page index for relookup.
This is yet another bug in r359473.
Reported and tested by: delphij
Sponsored by: The
21 matches
Mail list logo