Re: svn commit: r358262 - head/sys/conf

2020-02-23 Thread Kristof Provost
Thanks! On 23 Feb 2020, at 20:04, Warner Losh wrote: Author: imp Date: Sun Feb 23 19:04:15 2020 New Revision: 358262 URL: https://svnweb.freebsd.org/changeset/base/358262 Log: Use MACHINE_ARCH instead of TARGET_ARCH TARGET_ARCH is only for use in Makefile.inc1 contexts. MACHINE_ARCH is

svn commit: r358268 - head/sys/vm

2020-02-23 Thread Doug Moore
Author: dougm Date: Mon Feb 24 04:01:09 2020 New Revision: 358268 URL: https://svnweb.freebsd.org/changeset/base/358268 Log: The last argument to swp_pager_getswapspace is always 1. Remove that argument. Reviewed by: markj Differential Revision:https://reviews.freebsd.org/D23810

svn commit: r358267 - in stable/12: contrib/elftoolchain/elfdump contrib/elftoolchain/readelf sys/sys

2020-02-23 Thread Christian S.J. Peron
Author: csjp Date: Mon Feb 24 02:11:54 2020 New Revision: 358267 URL: https://svnweb.freebsd.org/changeset/base/358267 Log: MFC r348776 Teach readelf about some OpenBSD ELF program headers Discussed with: emaste Reviewed by:imp Differential Revision:

svn commit: r358266 - head/usr.sbin/config

2020-02-23 Thread Warner Losh
Author: imp Date: Sun Feb 23 23:39:55 2020 New Revision: 358266 URL: https://svnweb.freebsd.org/changeset/base/358266 Log: Bump CONFIGVERS to 600017. This change reflects the ability to change machine_arch in a config file. This is useful for including one config in another and changing

svn commit: r358265 - head/usr.sbin/config

2020-02-23 Thread Warner Losh
Author: imp Date: Sun Feb 23 23:36:56 2020 New Revision: 358265 URL: https://svnweb.freebsd.org/changeset/base/358265 Log: Relax machine directives a little. Currently, you can have multiple machine directives if they are otherwise identical. Relax this so that only the machinename part

svn commit: r358264 - head/share/misc

2020-02-23 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Feb 23 23:29:53 2020 New Revision: 358264 URL: https://svnweb.freebsd.org/changeset/base/358264 Log: Website announcement of the 9.0 release wasn't a Valentine's day accident. Modified: head/share/misc/bsd-family-tree Modified:

Re: svn commit: r358262 - head/sys/conf

2020-02-23 Thread Warner Losh
On Sun, Feb 23, 2020, 12:37 PM Ian Lepore wrote: > On Sun, 2020-02-23 at 19:04 +, Warner Losh wrote: > > Author: imp > > Date: Sun Feb 23 19:04:15 2020 > > New Revision: 358262 > > URL: https://svnweb.freebsd.org/changeset/base/358262 > > > > Log: > > Use MACHINE_ARCH instead of

Re: svn commit: r358262 - head/sys/conf

2020-02-23 Thread Ian Lepore
On Sun, 2020-02-23 at 19:04 +, Warner Losh wrote: > Author: imp > Date: Sun Feb 23 19:04:15 2020 > New Revision: 358262 > URL: https://svnweb.freebsd.org/changeset/base/358262 > > Log: > Use MACHINE_ARCH instead of TARGET_ARCH > > TARGET_ARCH is only for use in Makefile.inc1 contexts.

svn commit: r358262 - head/sys/conf

2020-02-23 Thread Warner Losh
Author: imp Date: Sun Feb 23 19:04:15 2020 New Revision: 358262 URL: https://svnweb.freebsd.org/changeset/base/358262 Log: Use MACHINE_ARCH instead of TARGET_ARCH TARGET_ARCH is only for use in Makefile.inc1 contexts. MACHINE_ARCH is the preferred thing to set. Makefile.inc1 sets

svn commit: r358261 - head/sys/vm

2020-02-23 Thread Mark Johnston
Author: markj Date: Sun Feb 23 17:59:51 2020 New Revision: 358261 URL: https://svnweb.freebsd.org/changeset/base/358261 Log: Allow swap_pager_putpages() to allocate one block at a time. The minimum allocation size of 4 blocks is an old policy that came with the "new" swap pager in

svn commit: r358260 - head/stand/common

2020-02-23 Thread Toomas Soome
Author: tsoome Date: Sun Feb 23 15:21:15 2020 New Revision: 358260 URL: https://svnweb.freebsd.org/changeset/base/358260 Log: loader: alloc_pread() should set errno if malloc fails We may want to find out why alloc_pread() failed. Modified: head/stand/common/misc.c Modified:

svn commit: r358259 - stable/11/sys/net

2020-02-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 23 15:18:28 2020 New Revision: 358259 URL: https://svnweb.freebsd.org/changeset/base/358259 Log: MFC r357414, r357415, r357417, r357423, r357424, r357587, r357655: ethernet: add some more Ethertypes. Add some types based on other BSDs and also add EtherCat,