Author: kib
Date: Mon Sep 16 06:42:01 2019
New Revision: 352384
URL: https://svnweb.freebsd.org/changeset/base/352384
Log:
Increase the size of the send and receive buffers for YP client rpc
calls to max allowed UDP datagram size.
Since max allowed size both for keys and values where incr
On Sun, Sep 15, 2019 at 12:51 PM Edward Tomasz Napierala
wrote:
> On 0914T1532, Conrad Meyer wrote:
> > On Sat, Sep 14, 2019 at 12:23 PM Edward Tomasz Napierala
> > wrote:
> > > URL: https://svnweb.freebsd.org/changeset/base/352337
> > >
> > > Log:
> > > Introduce arb(3), the Array-based Red-Bl
Author: sjg
Date: Mon Sep 16 00:32:23 2019
New Revision: 352370
URL: https://svnweb.freebsd.org/changeset/base/352370
Log:
Document logic for __DEFAULT_DEPENDENT_OPTIONS
Reviewed by: stevek
Differential Revision:https://reviews.freebsd.org/D21640
Modified:
head/share/mk/bsd.mk
Author: mav
Date: Sun Sep 15 23:56:39 2019
New Revision: 352369
URL: https://svnweb.freebsd.org/changeset/base/352369
Log:
Relax TX draining in ns8250_bus_transmit().
Since TX interrupt is generated when THRE is set, wait for TEMT set means
wait for full character transmission time. At l
On 0914T1532, Conrad Meyer wrote:
> One correction:
>
> On Sat, Sep 14, 2019 at 12:23 PM Edward Tomasz Napierala
> wrote:
> >
> > Author: trasz
> > Date: Sat Sep 14 19:23:46 2019
> > New Revision: 352337
> > URL: https://svnweb.freebsd.org/changeset/base/352337
> >
> > Log:
> > Introduce arb(3)
Author: delphij
Date: Sun Sep 15 19:41:54 2019
New Revision: 352364
URL: https://svnweb.freebsd.org/changeset/base/352364
Log:
Avoid mixing cluster numbers and sector numbers. Makes code more readable.
Obtained from:NetBSD
MFC after:2 weeks
Modified:
head/sbin/fsck_msdosfs/
Author: ian
Date: Sun Sep 15 19:38:15 2019
New Revision: 352363
URL: https://svnweb.freebsd.org/changeset/base/352363
Log:
Apply a runtime patch to the FDT data for imx6 to fix iomuxc problems.
The latest imported FDT data defines a node for an iomuxc-gpr device,
which we don't support (o
Author: tuexen
Date: Sun Sep 15 18:29:45 2019
New Revision: 352361
URL: https://svnweb.freebsd.org/changeset/base/352361
Log:
When the IP layer calls back into the SCTP layer to perform the SCTP
checksum computation, do not assume that the IP header chain and the
SCTP common header are in co