On Thu, Jul 13, 2017 at 6:17 PM, Ngie Cooper wrote:
> On Thu, Jul 13, 2017 at 5:10 PM, Ryan Libby wrote:
>> Author: rlibby
>> Date: Fri Jul 14 00:10:51 2017
>> New Revision: 320977
>> URL: https://svnweb.freebsd.org/changeset/base/320977
>
> ...
>
>> +const char * const ixl_fc_string[6] = {
>> +
Author: alc
Date: Fri Jul 14 02:15:48 2017
New Revision: 320980
URL: https://svnweb.freebsd.org/changeset/base/320980
Log:
Generalize vm_page_ps_is_valid() to support testing other predicates on
the (super)page, renaming the function to vm_page_ps_test().
Reviewed by: kib, markj
MFC af
On Thu, Jul 13, 2017 at 5:10 PM, Ryan Libby wrote:
> Author: rlibby
> Date: Fri Jul 14 00:10:51 2017
> New Revision: 320977
> URL: https://svnweb.freebsd.org/changeset/base/320977
...
> +const char * const ixl_fc_string[6] = {
> + "None",
> + "Rx",
> + "Tx",
> + "Full",
>
Author: rlibby
Date: Fri Jul 14 00:10:51 2017
New Revision: 320977
URL: https://svnweb.freebsd.org/changeset/base/320977
Log:
ixl: gcc build errors
Fix minor -Werror issues when building with gcc from -Wredundant-decls,
-Wunused, -Wbool-operations. Also ensure the M_IXL malloc type is on
Author: asomers
Date: Thu Jul 13 22:53:13 2017
New Revision: 320975
URL: https://svnweb.freebsd.org/changeset/base/320975
Log:
Add tests for aio(4) completion notification via signals and threads
Reviewed by: jhb
MFC after:3 weeks
Sponsored by: Spectra Logic Corp
Differential Rev
Author: asomers
Date: Thu Jul 13 22:49:55 2017
New Revision: 320974
URL: https://svnweb.freebsd.org/changeset/base/320974
Log:
Use ATF cleanup routines in aio_test.c
Remove aio_test's legacy timeout handling and cleanup routines. Instead,
use ATF's builtin capabilities. ATF automaticall
Author: bdrewery
Date: Thu Jul 13 22:45:23 2017
New Revision: 320973
URL: https://svnweb.freebsd.org/changeset/base/320973
Log:
Fix kldload of if_ixl without PCI_IOV kernel option.
This also avoids compiling in pci_iov support into the kernel if_ixoif
the PCI_IOV option is disabled.
Author: erj
Date: Thu Jul 13 22:12:41 2017
New Revision: 320972
URL: https://svnweb.freebsd.org/changeset/base/320972
Log:
ixl(4)/ixlv(4): Stop leaking every busdma entry in receive path
From Brett:
In short, busdma maps for received packets were not being unloaded in the
interrupt h
Author: gjb
Date: Thu Jul 13 20:04:42 2017
New Revision: 320969
URL: https://svnweb.freebsd.org/changeset/base/320969
Log:
Fix a missing comment marker.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
> On Tuesday, July 11, 2017 02:35:15 PM Ian Lepore wrote:
> > I think the docs on this are pretty clear... under -u it says:
> >
> > The set of options is determined by applying the options specified
> > in the argument to -o and finally applying the -r or -w option.
> >
> > To me, that s
Author: markj
Date: Thu Jul 13 18:27:22 2017
New Revision: 320956
URL: https://svnweb.freebsd.org/changeset/base/320956
Log:
Add some functions to jiffies.h.
Also add some checks for overflow to existing functions.
Reviewed by: hselasky
MFC after:1 week
Differential Revision:
Author: sbruno
Date: Thu Jul 13 16:56:26 2017
New Revision: 320953
URL: https://svnweb.freebsd.org/changeset/base/320953
Log:
Add 4k and NCQ_TRIM_BROKEN quirks for Samsung 845 SSDs.
Submitted by: hann...@gmail.com
Differential Revision:https://reviews.freebsd.org/D7967
Modified:
Yeah -- I wanted to leave it as-is in head, but revert it to the previous
name in the stable branches.
On Wed, Jul 12, 2017 at 4:49 PM Ngie Cooper wrote:
> On Wed, Jul 12, 2017 at 10:35 AM, Sean Bruno wrote:
> > Author: sbruno
> > Date: Wed Jul 12 17:35:32 2017
> > New Revision: 320916
> > URL:
> On Jul 13, 2017, at 06:40, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Thu Jul 13 13:40:18 2017
> New Revision: 320944
> URL: https://svnweb.freebsd.org/changeset/base/320944
>
> Log:
> Add an rc.d script to setup a netflow export via ng_netflow
> The default is to export netflow data on
Author: sbruno
Date: Thu Jul 13 15:33:08 2017
New Revision: 320948
URL: https://svnweb.freebsd.org/changeset/base/320948
Log:
Add 4K quirks for Samsung 750 EVO SSD
Submitted by: lev
Reviewed by: mav
Differential Revision:https://reviews.freebsd.org/D9478
Modified:
head/sys/c
Author: manu
Date: Thu Jul 13 13:40:18 2017
New Revision: 320944
URL: https://svnweb.freebsd.org/changeset/base/320944
Log:
Add an rc.d script to setup a netflow export via ng_netflow
The default is to export netflow data on localhost on the netflow port.
ngtee is used to have the lowest ove
Author: manu
Date: Thu Jul 13 13:32:23 2017
New Revision: 320943
URL: https://svnweb.freebsd.org/changeset/base/320943
Log:
Add ipfw_status command to etc/rc.d/ipfw
This is helpful when using service/conf management tools.
Sonsored-By: Gandi.net
Modified:
head/etc/rc.d/ipfw
Modifi
On Wed, 12 Jul 2017, John Baldwin wrote:
On Wednesday, July 12, 2017 08:08:42 PM Bruce Evans wrote:
On Tue, 11 Jul 2017, John Baldwin wrote:
Log:
Consistently use vop_stdpathconf() for default pathconf values.
...
This is sort of backwards. Not many settings are the same for most
file syst
Author: philip
Date: Thu Jul 13 09:01:22 2017
New Revision: 320941
URL: https://svnweb.freebsd.org/changeset/base/320941
Log:
Fix GRE over IPv6 tunnels with IPFW
Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless
net.inet6.ip6.fw.deny_unknown_exthdrs was unset).
Author: kib
Date: Thu Jul 13 08:23:37 2017
New Revision: 320938
URL: https://svnweb.freebsd.org/changeset/base/320938
Log:
Fix size argument to vm_pager_allocate(), it is in bytes, not in pages.
It is believed to be only cosmetic.
Noted by: andrew
Sponsored by: The FreeBSD Foundatio
Author: kib
Date: Thu Jul 13 08:23:12 2017
New Revision: 320937
URL: https://svnweb.freebsd.org/changeset/base/320937
Log:
Revert r320936 to recommit with the correct log message.
Modified:
head/sys/amd64/amd64/efirt.c
Modified: head/sys/amd64/amd64/efirt.c
==
Author: kib
Date: Thu Jul 13 08:19:50 2017
New Revision: 320936
URL: https://svnweb.freebsd.org/changeset/base/320936
Log:
It is believed to be only cosmetic.
Noted by: andrew
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/amd64/amd64/efirt.c
Modifi
22 matches
Mail list logo