Re: svn commit: r324313 - head/sys/amd64/amd64

2017-10-08 Thread Don Lewis
On 8 Oct, Konstantin Belousov wrote: > On Sat, Oct 07, 2017 at 01:54:05PM -0700, Don Lewis wrote: >> On 7 Oct, Konstantin Belousov wrote: >> > On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote: >> >> On 5 Oct, Konstantin Belousov wrote: >> >> > Author: kib >> >> > Date: Thu Oct 5 12:50:

svn commit: r324424 - head/share/misc

2017-10-08 Thread Eitan Adler
Author: eadler Date: Mon Oct 9 05:16:34 2017 New Revision: 324424 URL: https://svnweb.freebsd.org/changeset/base/324424 Log: Remove CVS - we don't run that infrastructure anymore Modified: head/share/misc/organization.dot Modified: head/share/misc/organization.dot ==

svn commit: r324423 - head/share/misc

2017-10-08 Thread Eitan Adler
Author: eadler Date: Mon Oct 9 05:01:51 2017 New Revision: 324423 URL: https://svnweb.freebsd.org/changeset/base/324423 Log: Update iso3166 codes Based on https://raw.githubusercontent.com/lukes/ISO-3166-Countries-with-Regional-Codes/master/all/all.csv and hand massaged. Modified: he

svn commit: r324422 - head/share/misc

2017-10-08 Thread Eitan Adler
Author: eadler Date: Mon Oct 9 04:43:05 2017 New Revision: 324422 URL: https://svnweb.freebsd.org/changeset/base/324422 Log: Add macOS 10.13 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

svn commit: r324420 - in head/sys: kern sys

2017-10-08 Thread Alan Cox
Author: alc Date: Sun Oct 8 22:17:39 2017 New Revision: 324420 URL: https://svnweb.freebsd.org/changeset/base/324420 Log: The blst_radix_init function has two purposes - to compute the number of nodes to allocate for the blist, and to initialize them. The computation can be done much more

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

2017-10-08 Thread Ian Lepore
Author: ian Date: Sun Oct 8 18:38:22 2017 New Revision: 324416 URL: https://svnweb.freebsd.org/changeset/base/324416 Log: Fix imx6 hdmi init after r323553, which used a config_intrhook to defer the attachment of i2c devices needed by hdmi. The hdmi init also uses an intrhook callback to

Re: svn commit: r324415 - in head/sys: kern sys

2017-10-08 Thread Ian Lepore
On Sun, 2017-10-08 at 17:33 +, Ian Lepore wrote: > Author: ian > Date: Sun Oct  8 17:33:49 2017 > New Revision: 324415 > URL: https://svnweb.freebsd.org/changeset/base/324415 > > Log: >   Add eventhandler notifications for newbus device attach/detach. >    > [...] >    >   A couple salient com

svn commit: r324415 - in head/sys: kern sys

2017-10-08 Thread Ian Lepore
Author: ian Date: Sun Oct 8 17:33:49 2017 New Revision: 324415 URL: https://svnweb.freebsd.org/changeset/base/324415 Log: Add eventhandler notifications for newbus device attach/detach. The detach case is slightly complicated by the fact that some in-kernel consumers may want to know bef

svn commit: r324414 - head/lib/libcapsicum

2017-10-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Oct 8 17:29:43 2017 New Revision: 324414 URL: https://svnweb.freebsd.org/changeset/base/324414 Log: capsicum_helpers: Add EVENT to default stdio rights set Without it, calling caph_limit_stdio(3) breaks Irssi. Reviewed by: oshogbo MFC after:2 weeks Spo

svn commit: r324413 - in head: share/man/man9 sys/kern sys/sys

2017-10-08 Thread Ian Lepore
Author: ian Date: Sun Oct 8 17:21:16 2017 New Revision: 324413 URL: https://svnweb.freebsd.org/changeset/base/324413 Log: Restore the ability to deregister an eventhandler from within the callback. When the EVENTHANDLER(9) subsystem was created, it was a documented feature that an eventh

svn commit: r324411 - head/sys/vm

2017-10-08 Thread Alan Cox
Author: alc Date: Sun Oct 8 16:54:42 2017 New Revision: 324411 URL: https://svnweb.freebsd.org/changeset/base/324411 Log: Replace an unnecessary call to vm_page_activate() by an assertion that the page is already wired or queued. Prior to the elimination of PG_CACHED pages, vm_page_grab()

Re: svn commit: r324406 - head/sys/modules/em

2017-10-08 Thread Rodney W. Grimes
> > > On Oct 7, 2017, at 16:33, Sean Bruno wrote: > > > > Author: sbruno > > Date: Sat Oct 7 23:33:14 2017 > > New Revision: 324406 > > URL: https://svnweb.freebsd.org/changeset/base/324406 > > > > Log: > > Fix symlink if_igb.ko in -current such that its relative and doesn't > > end up with

Re: svn commit: r324313 - head/sys/amd64/amd64

2017-10-08 Thread Konstantin Belousov
On Sat, Oct 07, 2017 at 01:54:05PM -0700, Don Lewis wrote: > On 7 Oct, Konstantin Belousov wrote: > > On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote: > >> On 5 Oct, Konstantin Belousov wrote: > >> > Author: kib > >> > Date: Thu Oct 5 12:50:03 2017 > >> > New Revision: 324313 > >> > UR

Re: svn commit: r324406 - head/sys/modules/em

2017-10-08 Thread Ngie Cooper
> On Oct 7, 2017, at 16:33, Sean Bruno wrote: > > Author: sbruno > Date: Sat Oct 7 23:33:14 2017 > New Revision: 324406 > URL: https://svnweb.freebsd.org/changeset/base/324406 > > Log: > Fix symlink if_igb.ko in -current such that its relative and doesn't > end up with non-standard DESTDIR i