svn commit: r352384 - head/lib/libc/yp

2019-09-15 Thread Konstantin Belousov
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

Re: svn commit: r352337 - in head: share/man/man3 sys/sys tests/sys/sys

2019-09-15 Thread Conrad Meyer
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

svn commit: r352370 - head/share/mk

2019-09-15 Thread Simon J. Gerraty
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

svn commit: r352369 - head/sys/dev/uart

2019-09-15 Thread Alexander Motin
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

Re: svn commit: r352337 - in head: share/man/man3 sys/sys tests/sys/sys

2019-09-15 Thread Edward Tomasz Napierala
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)

svn commit: r352364 - head/sbin/fsck_msdosfs

2019-09-15 Thread Xin LI
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/

svn commit: r352363 - head/sys/arm/freescale/imx

2019-09-15 Thread Ian Lepore
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

svn commit: r352361 - head/sys/netinet

2019-09-15 Thread Michael Tuexen
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