svn commit: r352868 - in head/sys/netinet: . tcp_stacks

2019-09-29 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 29 10:45:13 2019 New Revision: 352868 URL: https://svnweb.freebsd.org/changeset/base/352868 Log: RFC 7112 requires a host to put the complete IP header chain including the TCP header in the first IP packet. Enforce this in tcp_output(). In addition make sure

svn commit: r352869 - in head: contrib/netbsd-tests/lib/libc/sys tests/sys/posixshm tests/sys/vm

2019-09-29 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 29 15:17:58 2019 New Revision: 352869 URL: https://svnweb.freebsd.org/changeset/base/352869 Log: Adjust tests after page fault changes in r352807 Commit r352807 fixed various signal numbers and codes from page faults; adjust the tests so they expect the fixes

svn commit: r352874 - head/sys/amd64/amd64

2019-09-29 Thread Mateusz Guzik
Author: mjg Date: Sun Sep 29 20:44:13 2019 New Revision: 352874 URL: https://svnweb.freebsd.org/changeset/base/352874 Log: amd64 pmap: batch chunk removal in pmap_remove_pages pv list lock is the main bottleneck during poudriere -j 104 and pmap_remove_pages is the most impactful

svn commit: r352875 - head/contrib/elftoolchain/elfcopy

2019-09-29 Thread Aleksandr Rybalko
Author: ray Date: Sun Sep 29 22:34:01 2019 New Revision: 352875 URL: https://svnweb.freebsd.org/changeset/base/352875 Log: ections into expected offset in binary format. Calculate binary file offset using address field, bacause software know only offset to known data, not where to load

Re: svn commit: r352875 - head/contrib/elftoolchain/elfcopy

2019-09-29 Thread Oleksandr Rybalko
Should be "Put sections into expected offset in binary format." Sorry. пн, 30 вер. 2019 о 01:34 Aleksandr Rybalko пише: > Author: ray > Date: Sun Sep 29 22:34:01 2019 > New Revision: 352875 > URL: https://svnweb.freebsd.org/changeset/base/352875 > > Log: > ections into expected offset in

svn commit: r352870 - head/lib/libc/sys

2019-09-29 Thread Kyle Evans
Author: kevans Date: Sun Sep 29 17:30:10 2019 New Revision: 352870 URL: https://svnweb.freebsd.org/changeset/base/352870 Log: memfd_create(3): Don't actually force hugetlb size with MFD_HUGETLB The size flags are only required to select a size on systems that support multiple sizes.

Re: svn commit: r352846 - head/lib/libc/sys

2019-09-29 Thread Konstantin Belousov
On Sat, Sep 28, 2019 at 05:15:48PM +, Warner Losh wrote: > Author: imp > Date: Sat Sep 28 17:15:48 2019 > New Revision: 352846 > URL: https://svnweb.freebsd.org/changeset/base/352846 > > Log: > Revert the mode_t -> int changes and add a warning in the BUGS section > instead. > > While

Re: svn commit: r352846 - head/lib/libc/sys

2019-09-29 Thread Bruce Evans
On Sun, 29 Sep 2019, Konstantin Belousov wrote: On Sat, Sep 28, 2019 at 05:15:48PM +, Warner Losh wrote: Author: imp Date: Sat Sep 28 17:15:48 2019 New Revision: 352846 URL: https://svnweb.freebsd.org/changeset/base/352846 Log: Revert the mode_t -> int changes and add a warning in the

svn commit: r352878 - head/contrib/elftoolchain/elfcopy

2019-09-29 Thread Aleksandr Rybalko
Author: ray Date: Sun Sep 29 23:47:23 2019 New Revision: 352878 URL: https://svnweb.freebsd.org/changeset/base/352878 Log: Initialize baseaddr to suppres warning. Pointy hat to:ray Modified: head/contrib/elftoolchain/elfcopy/binary.c Modified: