Author: bz
Date: Wed Oct 24 10:42:35 2018
New Revision: 339682
URL: https://svnweb.freebsd.org/changeset/base/339682
Log:
rip6_input() inp validation after epoch(9)
After r335924 rip6_input() needs inp validation to avoid
working on FREED inps.
Apply the relevant bits from r335497,r3
Author: bz
Date: Wed Oct 24 08:45:33 2018
New Revision: 339681
URL: https://svnweb.freebsd.org/changeset/base/339681
Log:
Allow the bhyve VNC server to listen on IPv6 for incoming connections.
Alternatively to IPv4 address:port this will allow to listen on IPv6
link-local (incl. scope), a
In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin
Belousov
writes:
> Author: kib
> Date: Tue Oct 23 21:43:41 2018
> New Revision: 339672
> URL: https://svnweb.freebsd.org/changeset/base/339672
>
> Log:
> Only call sigdeferstop() for NFS.
>
> Use bypass to catch any NFS V
On 12 Oct 2018, at 22:40, Eric Joyner wrote:
Author: erj
Date: Fri Oct 12 22:40:54 2018
New Revision: 339338
URL: https://svnweb.freebsd.org/changeset/base/339338
Log:
ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)
Finishes the conversion of the 40Gb Intel Ethernet drivers
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin
> Belousov
> writes:
> > Author: kib
> > Date: Tue Oct 23 21:43:41 2018
> > New Revision: 339672
> > URL: https://svnweb.freebsd.org/changeset/ba
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin
> Belousov
> writes:
> > Author: kib
> > Date: Tue Oct 23 21:43:41 2018
> > New Revision: 339672
> > URL: https://svnweb.freebsd.org/changeset/ba
Author: bz
Date: Wed Oct 24 14:14:49 2018
New Revision: 339683
URL: https://svnweb.freebsd.org/changeset/base/339683
Log:
Remove redundant redeclaration of netmap_vp_reg().
This should unbreak sparc64 and powerpc LINT builds.
Modified:
head/sys/dev/netmap/netmap_bdg.h
Modified: head/sys/de
> On 24 Oct 2018, at 02:11, Konstantin Belousov wrote:
>
> Author: kib
> Date: Tue Oct 23 23:11:38 2018
> New Revision: 339673
> URL: https://svnweb.freebsd.org/changeset/base/339673
>
> Log:
> Fix stand/ build after r339671.
>
> ffs_subr.c requires calculate_crc32c() from libkern. Unfort
On Wed, Oct 24, 2018 at 8:44 AM Toomas Soome wrote:
>
>
> > On 24 Oct 2018, at 02:11, Konstantin Belousov wrote:
> >
> > Author: kib
> > Date: Tue Oct 23 23:11:38 2018
> > New Revision: 339673
> > URL: https://svnweb.freebsd.org/changeset/base/339673
> >
> > Log:
> > Fix stand/ build after r339
On Wed, Oct 24, 2018 at 07:19:33AM -0700, Cy Schubert wrote:
> In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert
> writes:
> > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin
> > Belousov
> > writes:
> > > Author: kib
> > > Date: Tue Oct 23 21:43:41 201
On Wed, Oct 24, 2018 at 08:33:19AM +0300, Toomas Soome wrote:
>
>
> > On 24 Oct 2018, at 02:11, Konstantin Belousov wrote:
> >
> > Author: kib
> > Date: Tue Oct 23 23:11:38 2018
> > New Revision: 339673
> > URL: https://svnweb.freebsd.org/changeset/base/339673
> >
> > Log:
> > Fix stand/ buil
On Wed, Oct 24, 2018 at 9:01 AM Konstantin Belousov
wrote:
> On Wed, Oct 24, 2018 at 08:33:19AM +0300, Toomas Soome wrote:
> >
> >
> > > On 24 Oct 2018, at 02:11, Konstantin Belousov wrote:
> > >
> > > Author: kib
> > > Date: Tue Oct 23 23:11:38 2018
> > > New Revision: 339673
> > > URL: https:/
Warner Losh writes:
> Author: imp
> Date: Mon Oct 22 02:34:00 2018
> New Revision: 339563
> URL: https://svnweb.freebsd.org/changeset/base/339563
>
> Log:
> Remove joy(4) driver.
>
> This driver was marked as gone in 12. We're at 13 now. Remove it.
> Data from nycbug's dmesg cache shows
Author: gjb
Date: Wed Oct 24 15:51:55 2018
New Revision: 339684
URL: https://svnweb.freebsd.org/changeset/base/339684
Log:
Reduce the GCE image size to 27G to be lower than the free
quota limit.
PR: 232313
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
Author: vmaffione
Date: Wed Oct 24 16:01:56 2018
New Revision: 339685
URL: https://svnweb.freebsd.org/changeset/base/339685
Log:
netmap: add man page for the vale-ctl program
Added man page for vale-ctl program.
Small fixes to vale-ctl, including the support for -m option
(to specify th
Author: markj
Date: Wed Oct 24 16:41:47 2018
New Revision: 339686
URL: https://svnweb.freebsd.org/changeset/base/339686
Log:
Use a vm_domainset iterator in keg_fetch_slab().
Previously, it used a hand-rolled round-robin iterator. This meant that
the minskip logic in r338507 didn't apply
Author: markj
Date: Wed Oct 24 16:46:26 2018
New Revision: 339687
URL: https://svnweb.freebsd.org/changeset/base/339687
Log:
Always free dynamically allocated memory before returning.
CID: 1007418
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.
Author: markj
Date: Wed Oct 24 16:49:16 2018
New Revision: 339688
URL: https://svnweb.freebsd.org/changeset/base/339688
Log:
Add an #include required after r339686.
X-MFC with: r339686
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/vm/uma_int.h
Modified: head/sys/vm/uma_int
Author: markj
Date: Wed Oct 24 17:09:20 2018
New Revision: 339689
URL: https://svnweb.freebsd.org/changeset/base/339689
Log:
Add a !NUMA definition for vm_domainset_iter_policy_ref_init().
Pointy hat: markj
X-MFC with: r339661
Sponsored by: The FreeBSD Foundation
Modified:
head/s
On 10/24/18 8:42 AM, Jan Beich wrote:
> Warner Losh writes:
>
>> Author: imp
>> Date: Mon Oct 22 02:34:00 2018
>> New Revision: 339563
>> URL: https://svnweb.freebsd.org/changeset/base/339563
>>
>> Log:
>> Remove joy(4) driver.
>>
>> This driver was marked as gone in 12. We're at 13 now. R
Author: markj
Date: Wed Oct 24 18:42:13 2018
New Revision: 339692
URL: https://svnweb.freebsd.org/changeset/base/339692
Log:
Clarify slightly the interaction between wait*() and pdfork().
There are multiple ways to wait for any child process to return a
status (e.g., waitpid(-1, ...), wai
Author: imp
Date: Wed Oct 24 19:21:04 2018
New Revision: 339693
URL: https://svnweb.freebsd.org/changeset/base/339693
Log:
add links to the saga of CTM
Submitted by: phk
Modified:
head/usr.sbin/ctm/README
Modified: head/usr.sbin/ctm/README
===
In message <20181024145649.gc5...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Wed, Oct 24, 2018 at 07:19:33AM -0700, Cy Schubert wrote:
> > In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert
> > writes:
> > > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konst
Author: kib
Date: Wed Oct 24 19:40:09 2018
New Revision: 339694
URL: https://svnweb.freebsd.org/changeset/base/339694
Log:
Correct condition to detect mount(2) support by a filesystem.
Reported and tested by: cy
Sponsored by: The FreeBSD Foundation
Approved by: re (rgrimes)
Modi
On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote:
> Warner Losh writes:
>
> > Author: imp
> > Date: Mon Oct 22 02:34:00 2018
> > New Revision: 339563
> > URL: https://svnweb.freebsd.org/changeset/base/339563
> >
> > Log:
> > Remove joy(4) driver.
> >
> > This driver was marked as gone in 12.
Author: glebius
Date: Wed Oct 24 20:49:51 2018
New Revision: 339695
URL: https://svnweb.freebsd.org/changeset/base/339695
Log:
Remove code that is dead since r287197. Today wlan(4) interfaces aren't
children of some other interface. Creation happens only in wlan_up().
Modified:
head/libexec
On Wed, Oct 24, 2018 at 2:36 PM Warner Losh wrote:
>
>
> On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote:
>
>> Warner Losh writes:
>>
>> > Author: imp
>> > Date: Mon Oct 22 02:34:00 2018
>> > New Revision: 339563
>> > URL: https://svnweb.freebsd.org/changeset/base/339563
>> >
>> > Log:
>> > R
On 24.10.2018 18:08, Warner Losh wrote:
> > > Note that libstand also provides crc32.c which seems to be unused.
> >
> > It is used by part.c, by the GPT functions. However, if we have
> non-optional compile case for crc32, it is not hard to update part.c
> and drop the unused
Author: np
Date: Thu Oct 25 01:20:32 2018
New Revision: 339700
URL: https://svnweb.freebsd.org/changeset/base/339700
Log:
cxgbe(4): new sysctl to display the start of the RSS region for a VI.
dev...rss_base
For example:
dev.cc.0.rss_base: 0
dev.cc.1.rss_base: 128
dev.vcc.0.rss_ba
Author: kevans
Date: Thu Oct 25 02:04:01 2018
New Revision: 339701
URL: https://svnweb.freebsd.org/changeset/base/339701
Log:
Update lualoader test script a little bit
Use userboot.so from the test directory if possible, fall back to .OBJDIR.
This avoids a problem that we've had since use
Author: kevans
Date: Thu Oct 25 02:14:35 2018
New Revision: 339702
URL: https://svnweb.freebsd.org/changeset/base/339702
Log:
lualoader: Improve module loading diagnostics
Some fixes:
- Maintain historical behavior more accurately w.r.t verbose_loading;
verbose_loading strictly pri
On Thu, Oct 25, 2018 at 04:10:41AM +, Brooks Davis wrote:
> Author: brooks
> Date: Thu Oct 25 04:10:41 2018
> New Revision: 339703
> URL: https://svnweb.freebsd.org/changeset/base/339703
>
> Log:
> Deprecate a number of less used 10 and 10/100 Ethernet devices.
>
> The current deprecate
> On Thu, Oct 25, 2018 at 04:10:41AM +, Brooks Davis wrote:
> > Author: brooks
> > Date: Thu Oct 25 04:10:41 2018
> > New Revision: 339703
> > URL: https://svnweb.freebsd.org/changeset/base/339703
> >
> > Log:
> > Deprecate a number of less used 10 and 10/100 Ethernet devices.
> >
> > T
Author: brooks
Date: Thu Oct 25 04:10:41 2018
New Revision: 339703
URL: https://svnweb.freebsd.org/changeset/base/339703
Log:
Deprecate a number of less used 10 and 10/100 Ethernet devices.
The current deprecated list is: ae, bm, cs, de, dme, ed, ep, ex, fe,
pcn, sf, sn, tl, tx, txp, vx,
Author: np
Date: Thu Oct 25 06:24:42 2018
New Revision: 339705
URL: https://svnweb.freebsd.org/changeset/base/339705
Log:
cxgbe(4): Update the VI's default queue when netmap is enabled/disabled.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cx
35 matches
Mail list logo