Author: delphij
Date: Sat May 28 06:24:48 2016
New Revision: 300900
URL: https://svnweb.freebsd.org/changeset/base/300900
Log:
MFC r298192,299234,299238,299736:
file 5.27.
Added:
stable/9/contrib/file/magic/Magdir/bioinformatics
- copied unchanged from r298192,
head/contrib/file/ma
Author: delphij
Date: Sat May 28 06:17:35 2016
New Revision: 300899
URL: https://svnweb.freebsd.org/changeset/base/300899
Log:
MFC r298192,299234,299238,299736:
file 5.27.
Added:
stable/10/contrib/file/magic/Magdir/bioinformatics
- copied unchanged from r298192,
head/contrib/file/m
Hi,
Replacing the bubble sort with insertion sort gives an 80% reduction in
runtime on average (with randomized keys) for small partitions.
If the keys are pre-sorted, insertion sort runs in linear time, and even
if the keys are reversed, insertion sort is faster than bubble sort,
although n
Author: cy
Date: Sat May 28 03:34:00 2016
New Revision: 300898
URL: https://svnweb.freebsd.org/changeset/base/300898
Log:
MFC r300638:
Use the expiry date to determine whether to replace the DB copy of
leapfile instead of using the leapfile serial number (create
timestamp).
PR:
Author: cy
Date: Sat May 28 03:33:06 2016
New Revision: 300897
URL: https://svnweb.freebsd.org/changeset/base/300897
Log:
MFC r300638:
Use the expiry date to determine whether to replace the DB copy of
leapfile instead of using the leapfile serial number (create
timestamp).
PR:
Author: adrian
Date: Sat May 28 02:14:24 2016
New Revision: 300896
URL: https://svnweb.freebsd.org/changeset/base/300896
Log:
[ath] add WB335 btcoex for initial testing.
This is like the WB222 coexistence (ie, "MCI", a message bus inside the
chip), and it's currently a cut/paste so I can
> On 28 May 2016, at 00:02 , Gleb Smirnoff wrote:
>
> On Fri, May 27, 2016 at 02:27:45PM -0700, Adrian Chadd wrote:
> A> Hm, doesnt this make sense to do as part of RO_RTFREE?
>
> I agree that it looks messy, but for now we just need to fix instapanic.
>
> I will either return to this, or may
Author: np
Date: Sat May 28 00:38:17 2016
New Revision: 300895
URL: https://svnweb.freebsd.org/changeset/base/300895
Log:
cxgbe/t4_tom: Exempt RDMA connections from a TCP sanity test for now, to
avoid panicking debug kernels.
t4_tom does not keep track of a connection once it switches to
Author: gonzo
Date: Sat May 28 00:22:39 2016
New Revision: 300894
URL: https://svnweb.freebsd.org/changeset/base/300894
Log:
Add gpiokeys to the list of GPIO modules built only if FDT is enabled
Modified:
head/sys/modules/gpio/Makefile
Modified: head/sys/modules/gpio/Makefile
===
Dru,
On Fri, May 27, 2016 at 06:52:58PM +, Dru Lavigne wrote:
D> Log:
D> Remove duplicate sentence from pfsync.8.
D>
D> PR: 209539
D> Submitted by: olivier@
D> Reviewed by: timmoor...@gmail.com
D> Sponsored by: iXsystems
D>
D> Modified:
D> head/share/man/man4/pfsync.4
D>
D>
On Fri, May 27, 2016 at 02:27:45PM -0700, Adrian Chadd wrote:
A> Hm, doesnt this make sense to do as part of RO_RTFREE?
I agree that it looks messy, but for now we just need to fix instapanic.
I will either return to this, or may be melifaro's new routing will
outperform FLOWTABLE and we can dele
Author: bdrewery
Date: Fri May 27 23:58:00 2016
New Revision: 300893
URL: https://svnweb.freebsd.org/changeset/base/300893
Log:
Don't truncate existing error when writing the log.
Suggested by: markj
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys
Author: bdrewery
Date: Fri May 27 23:57:57 2016
New Revision: 300892
URL: https://svnweb.freebsd.org/changeset/base/300892
Log:
Rename function to be less generic.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon.c
Modified: head
Author: bdrewery
Date: Fri May 27 23:57:53 2016
New Revision: 300891
URL: https://svnweb.freebsd.org/changeset/base/300891
Log:
Write to the log using the tracer's credentials.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon_wrap
Author: bdrewery
Date: Fri May 27 23:57:43 2016
New Revision: 300890
URL: https://svnweb.freebsd.org/changeset/base/300890
Log:
exec: Cease tracing if credentials will change with the new image.
This also prevents tracing to a P_INEXEC process since it could race
with other processes atta
Author: jhb
Date: Fri May 27 23:49:16 2016
New Revision: 300889
URL: https://svnweb.freebsd.org/changeset/base/300889
Log:
Fix taskqueue groups to work with EARLY_AP_STARTUP.
In the EARLY_AP_STARTUP case the APs are already running when a taskqgroup
is created, so adjust the group at the
Author: np
Date: Fri May 27 23:44:33 2016
New Revision: 300888
URL: https://svnweb.freebsd.org/changeset/base/300888
Log:
iw_cxgbe: Plug a lock leak in process_mpa_request().
If the parent is DEAD or connect_request_upcall() fails, the parent
mutex is left locked. This leads to a hang wh
Author: rmacklem
Date: Fri May 27 23:15:58 2016
New Revision: 300887
URL: https://svnweb.freebsd.org/changeset/base/300887
Log:
MFC: r299514
Fix use-after-free in NFS4 lock test service.
Trivial use-after-free where stp was freed too soon in the non-error path.
To fix, simply move its r
On 5/27/2016 12:18 PM, Bryan Drewery wrote:
> On 5/27/2016 12:09 PM, Alan Somers wrote:
>> On Fri, May 27, 2016 at 10:19 AM, Dimitry Andric wrote:
>>> On 27 May 2016, at 18:01, Alan Somers wrote:
On Fri, May 27, 2016 at 9:42 AM, Dimitry Andric wrote:
>>> ...
> My guess is that eith
Author: bdrewery
Date: Fri May 27 23:03:44 2016
New Revision: 300886
URL: https://svnweb.freebsd.org/changeset/base/300886
Log:
Move external GCC compiler hacks to bsd.sys.mk.
This allows respecting -nostdinc, -nostdinc++ and -nostdlib before
making the decision to add in -isystem, etc.
Author: bdrewery
Date: Fri May 27 23:03:28 2016
New Revision: 300885
URL: https://svnweb.freebsd.org/changeset/base/300885
Log:
Libcompat: Only pass -isystem =/usr/include for external GCC.
This is the same as the main build logic. GCC with a cross-compiler
requires using -isystem to =/u
> On May 27, 2016, at 15:39, Konstantin Belousov wrote:
>
> On Fri, May 27, 2016 at 03:32:48PM -0700, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On May 27, 2016, at 14:26, Alan Cox wrote:
>>>
>>> On 05/27/2016 16:22, Ngie Cooper (yaneurabeya) wrote:
> On May 27, 2016, at 14:21, Ngie Cooper (
Author: ngie
Date: Fri May 27 22:56:00 2016
New Revision: 300884
URL: https://svnweb.freebsd.org/changeset/base/300884
Log:
Fix up r300870
The sys/types.h fix I proposed was only tested with zfs(4), not with
libzpool, which is where the build failure actually existed
Remove vm/vm_pag
7 22:26:43 2016(r300880)
>>> @@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
>>> disable the most expensive debugging functionality run
>>> "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
>>>
>>>
27 22:26:43 2016(r300880)
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160527:
+ CAM will now strip leading spaces from S
Author: asomers
Date: Fri May 27 22:44:33 2016
New Revision: 300883
URL: https://svnweb.freebsd.org/changeset/base/300883
Log:
Fix typo from r300880
Reported by: rpokala
MFC after:Never
Sponsored by: Spectra Logic Corp
Modified:
head/UPDATING
Modified: head/UPDATING
===
Fri May 27 22:26:43 2016(r300880)
>@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
> disable the most expensive debugging functionality run
> "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
>
>+20160527:
>+ CAM will now
Author: asomers
Date: Fri May 27 22:40:40 2016
New Revision: 300882
URL: https://svnweb.freebsd.org/changeset/base/300882
Log:
Always create loopback routes on every fib
Always create loopback routes on every fib, for both IPv4 and IPv6
etc/rc.d/routing
Create loopback IPv4 and
On Fri, May 27, 2016 at 03:32:48PM -0700, Ngie Cooper (yaneurabeya) wrote:
>
> > On May 27, 2016, at 14:26, Alan Cox wrote:
> >
> > On 05/27/2016 16:22, Ngie Cooper (yaneurabeya) wrote:
> >>> On May 27, 2016, at 14:21, Ngie Cooper (yaneurabeya)
> >>> wrote:
> I added #include to zfs/arc
> On May 27, 2016, at 14:26, Alan Cox wrote:
>
> On 05/27/2016 16:22, Ngie Cooper (yaneurabeya) wrote:
>>> On May 27, 2016, at 14:21, Ngie Cooper (yaneurabeya)
>>> wrote:
I added #include to zfs/arc.c in r300870 — it was missing
from the file. Looking into drm2 and fed.
>>> Oy.
Author: asomers
Date: Fri May 27 22:32:44 2016
New Revision: 300881
URL: https://svnweb.freebsd.org/changeset/base/300881
Log:
Avoid issuing spa config updates for physical path when not necessary
ZFS's configuration needs to be updated whenever the physical path for a
device changes, but
On 05/27/16 06:16 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Fri May 27 22:16:46 2016
> New Revision: 300879
> URL: https://svnweb.freebsd.org/changeset/base/300879
>
> Log:
> Merge ACPICA 20160527.
...
Note this release was meant to fix regressions introduced in
WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160527:
+ CAM will now strip leading spaces from SCSI disks' serial numbers.
+ This will effect users who create
Author: jkim
Date: Fri May 27 22:16:46 2016
New Revision: 300879
URL: https://svnweb.freebsd.org/changeset/base/300879
Log:
Merge ACPICA 20160527.
Relnotes: yes
Modified:
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/compiler/asloptions.c
head/sys/contrib
Author: ian
Date: Fri May 27 22:14:39 2016
New Revision: 300878
URL: https://svnweb.freebsd.org/changeset/base/300878
Log:
Fix erronious mixed use of tx/rx variables/constants in the same expression.
Pointed out by jmcneill; other instances found by grep -iE 'rx.*tx|tx.*rx'
Modified:
hea
Author: jkim
Date: Fri May 27 21:41:52 2016
New Revision: 300877
URL: https://svnweb.freebsd.org/changeset/base/300877
Log:
Tag ACPICA 20160527.
Added:
vendor-sys/acpica/20160527/
- copied from r300876, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Fri May 27 21:40:35 2016
New Revision: 300876
URL: https://svnweb.freebsd.org/changeset/base/300876
Log:
Import ACPICA 20160527.
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acpica/dist/source/compiler/asloptions.c
vendor-sys/acpica/dist/source/components
Hm, doesnt this make sense to do as part of RO_RTFREE?
-a
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On 27 May 2016 at 09:51, Don Lewis wrote:
> On 27 May, Adrian Chadd wrote:
>> Hi,
>>
>> Did this introduce floating point into the kernel?
>
> Cr*p, it did. It looks fixable, but I'll disconnect PIE from the build
> for now.
Cool, thanks!
-a
___
svn-
On 05/27/2016 16:22, Ngie Cooper (yaneurabeya) wrote:
>> On May 27, 2016, at 14:21, Ngie Cooper (yaneurabeya)
>> wrote:
>>> I added #include to zfs/arc.c in r300870 — it was missing
>>> from the file. Looking into drm2 and fed.
>> Oy. Bad test before I did the fix. The issue was libzpool -_
Author: np
Date: Fri May 27 21:26:26 2016
New Revision: 300875
URL: https://svnweb.freebsd.org/changeset/base/300875
Log:
iw_cxgbe: Use vmem(9) to manage PBL and RQT allocations.
Submitted by: Krishnamraju Eraparaju at Chelsio
Reviewed by: Steve Wise
Sponsored by: Chelsio Communication
> On May 27, 2016, at 14:21, Ngie Cooper (yaneurabeya)
> wrote:
>>
>> I added #include to zfs/arc.c in r300870 — it was missing
>> from the file. Looking into drm2 and fed.
>
> Oy. Bad test before I did the fix. The issue was libzpool -_- (just saw alc’s
> comment)… I’ll fix my commit
> On May 27, 2016, at 14:03, Ngie Cooper (yaneurabeya)
> wrote:
>
>>
>> On May 27, 2016, at 14:01, Konstantin Belousov wrote:
>>
>> On Fri, May 27, 2016 at 10:51:03PM +0300, Ivan Klymenko wrote:
>>> On Fri, 27 May 2016 19:15:46 + (UTC)
>>> Alan Cox wrote:
>>>
Author: alc
Date
Author: ngie
Date: Fri May 27 21:12:25 2016
New Revision: 300874
URL: https://svnweb.freebsd.org/changeset/base/300874
Log:
Update usage(..)
- Document missing options
- Sync options with ioatcontrol(8).
- Make it clear that the first 2 parameters are always required.
MFC after: 1
On 05/27/2016 16:01, Konstantin Belousov wrote:
> On Fri, May 27, 2016 at 10:51:03PM +0300, Ivan Klymenko wrote:
>> On Fri, 27 May 2016 19:15:46 + (UTC)
>> Alan Cox wrote:
>>
>>> Author: alc
>>> Date: Fri May 27 19:15:45 2016
>>> New Revision: 300865
>>> URL: https://svnweb.freebsd.org/changes
> On May 27, 2016, at 14:01, Konstantin Belousov wrote:
>
> On Fri, May 27, 2016 at 10:51:03PM +0300, Ivan Klymenko wrote:
>> On Fri, 27 May 2016 19:15:46 + (UTC)
>> Alan Cox wrote:
>>
>>> Author: alc
>>> Date: Fri May 27 19:15:45 2016
>>> New Revision: 300865
>>> URL: https://svnweb.freeb
On Fri, May 27, 2016 at 10:51:03PM +0300, Ivan Klymenko wrote:
> On Fri, 27 May 2016 19:15:46 + (UTC)
> Alan Cox wrote:
>
> > Author: alc
> > Date: Fri May 27 19:15:45 2016
> > New Revision: 300865
> > URL: https://svnweb.freebsd.org/changeset/base/300865
> >
> > Log:
> > The flag "vm_page
I don't think such infrastructure is needed for simple test code like
this. 128 is more than enough.
On Fri, May 27, 2016 at 1:51 PM, Ngie Cooper (yaneurabeya)
wrote:
>
>> On May 27, 2016, at 13:34, Conrad Meyer wrote:
>>
>> On Fri, May 27, 2016 at 1:12 PM, Garrett Cooper wrote:
>>> Author: ng
On Fri, May 27, 2016 at 11:52:50PM +0300, Slawa Olhovchenkov wrote:
> On Fri, May 27, 2016 at 08:33:14PM +, Glen Barber wrote:
>
> > Author: gjb
> > Date: Fri May 27 20:33:14 2016
> > New Revision: 300869
> > URL: https://svnweb.freebsd.org/changeset/base/300869
> >
> > Log:
> > Make PKG_VE
On Fri, May 27, 2016 at 08:33:14PM +, Glen Barber wrote:
> Author: gjb
> Date: Fri May 27 20:33:14 2016
> New Revision: 300869
> URL: https://svnweb.freebsd.org/changeset/base/300869
>
> Log:
> Make PKG_VERSION aware of '-ALPHA*'.
What about all other tags? BETA, RC, PRERELEASE...
> Sub
> On May 27, 2016, at 13:34, Conrad Meyer wrote:
>
> On Fri, May 27, 2016 at 1:12 PM, Garrett Cooper wrote:
>> Author: ngie
>> Date: Fri May 27 20:12:32 2016
>> New Revision: 300868
>> URL: https://svnweb.freebsd.org/changeset/base/300868
>>
>> Log:
>> Remove note about bogus chain-len maximu
Author: dim
Date: Fri May 27 20:45:32 2016
New Revision: 300873
URL: https://svnweb.freebsd.org/changeset/base/300873
Log:
After r300770, for libc++ and libcxxrt, use -isystem instead of -I.
This should fix builds with external gcc toolchains from ports, which
also use -isystem to work aroun
Author: ian
Date: Fri May 27 20:43:46 2016
New Revision: 300872
URL: https://svnweb.freebsd.org/changeset/base/300872
Log:
Go back to unconditionally compiling modules/gpio now that the parts of it
dependent on FDT support are conditionally compiled only on FDT platforms.
Modified:
head/sys
Author: ian
Date: Fri May 27 20:41:25 2016
New Revision: 300871
URL: https://svnweb.freebsd.org/changeset/base/300871
Log:
Don't wrap the declaration of gpio_alloc_intr_resource() in #ifdef INTRNG,
wrap the implementation so that it returns an error if INTRNG support is
not available. It sh
On Fri, May 27, 2016 at 1:12 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Fri May 27 20:12:32 2016
> New Revision: 300868
> URL: https://svnweb.freebsd.org/changeset/base/300868
>
> Log:
> Remove note about bogus chain-len maximum
>
> There's no current limit on chain-len with Broadwell DE
-Original Message-
From: on behalf of Conrad Meyer
Reply-To:
Date: 2016-05-27, Friday at 13:29
To: Ravi Pokala
Cc: Doug Ambrisko , src-committers
, ,
Subject: Re: svn commit: r300866 - head/sys/boot/efi/libefi
>It seems he meant 'media native IO size', not 'media size'. I.e., on
>
Author: ngie
Date: Fri May 27 20:33:38 2016
New Revision: 300870
URL: https://svnweb.freebsd.org/changeset/base/300870
Log:
Unbreak the zfs(4) build
vm/vm_pageout.h grew a dependency on the bool typedef in r300865
arc.c didn't include sys/types.h, which included the definition for the
Author: gjb
Date: Fri May 27 20:33:14 2016
New Revision: 300869
URL: https://svnweb.freebsd.org/changeset/base/300869
Log:
Make PKG_VERSION aware of '-ALPHA*'.
Submitted by: Ben Woods
Sponsored by: The FreeBSD Foundation
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==
It seems he meant 'media native IO size', not 'media size'. I.e., on
4Kn media, 4k-multiple and -aligned IOs can be processed directly (but
EFI's unit block size is still 512). Does that make sense?
Best,
Conrad
On Fri, May 27, 2016 at 1:05 PM, Ravi Pokala wrote:
> -Original Message-
>
> On May 27, 2016, at 13:13, Bryan Drewery wrote:
>
> On 5/27/2016 1:12 PM, Garrett Cooper wrote:
>> Author: ngie
>> Date: Fri May 27 20:12:32 2016
>> New Revision: 300868
>> URL: https://svnweb.freebsd.org/changeset/base/300868
>>
>> Log:
>> Remove note about bogus chain-len maximum
>>
>> T
On 5/27/2016 1:12 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Fri May 27 20:12:32 2016
> New Revision: 300868
> URL: https://svnweb.freebsd.org/changeset/base/300868
>
> Log:
> Remove note about bogus chain-len maximum
>
> There's no current limit on chain-len with Broadwell DE chips;
Author: ngie
Date: Fri May 27 20:12:32 2016
New Revision: 300868
URL: https://svnweb.freebsd.org/changeset/base/300868
Log:
Remove note about bogus chain-len maximum
There's no current limit on chain-len with Broadwell DE chips; it isn't
enforced in software, and there doesn't appear to b
On Fri, 27 May 2016 19:15:46 + (UTC)
Alan Cox wrote:
> Author: alc
> Date: Fri May 27 19:15:45 2016
> New Revision: 300865
> URL: https://svnweb.freebsd.org/changeset/base/300865
>
> Log:
> The flag "vm_pages_needed" has long served two distinct purposes:
> (1) to indicate that threads are
-Original Message-
From: on behalf of Doug Ambrisko
Date: 2016-05-27, Friday at 12:23
To: , ,
Subject: svn commit: r300866 - head/sys/boot/efi/libefi
>Author: ambrisko
>Date: Fri May 27 19:23:15 2016
>New Revision: 300866
>URL: https://svnweb.freebsd.org/changeset/base/300866
>
>Log:
On 05/27/16 at 07:15P, Alan Cox wrote:
> Author: alc
> Date: Fri May 27 19:15:45 2016
> New Revision: 300865
> URL: https://svnweb.freebsd.org/changeset/base/300865
>
> Log:
> The flag "vm_pages_needed" has long served two distinct purposes: (1) to
> indicate that threads are waiting for free
Author: ngie
Date: Fri May 27 19:30:13 2016
New Revision: 300867
URL: https://svnweb.freebsd.org/changeset/base/300867
Log:
Only expose `hint_uaddr` in the ND_DEBUG case
This fixes a -Wunused-but-set-variable warning with gcc
MFC after: 1 week
Reported by: gcc 5
Sponsored by: EMC /
Author: ambrisko
Date: Fri May 27 19:23:15 2016
New Revision: 300866
URL: https://svnweb.freebsd.org/changeset/base/300866
Log:
If the I/O offset and length is multiple of the media size then
directly pass the request otherwise use a buffer that is a
multiple of the media size. This speeds
On 5/27/2016 12:09 PM, Alan Somers wrote:
> On Fri, May 27, 2016 at 10:19 AM, Dimitry Andric wrote:
>> On 27 May 2016, at 18:01, Alan Somers wrote:
>>>
>>> On Fri, May 27, 2016 at 9:42 AM, Dimitry Andric wrote:
>> ...
My guess is that either ${MAKEOBJDIRPREFIX}/usr/include/c++/v1 needs to
>
Author: alc
Date: Fri May 27 19:15:45 2016
New Revision: 300865
URL: https://svnweb.freebsd.org/changeset/base/300865
Log:
The flag "vm_pages_needed" has long served two distinct purposes: (1) to
indicate that threads are waiting for free pages to become available and
(2) to indicate whether
On Fri, May 27, 2016 at 10:19 AM, Dimitry Andric wrote:
> On 27 May 2016, at 18:01, Alan Somers wrote:
>>
>> On Fri, May 27, 2016 at 9:42 AM, Dimitry Andric wrote:
> ...
>>> My guess is that either ${MAKEOBJDIRPREFIX}/usr/include/c++/v1 needs to
>>> be added to the C++ include path, or some othe
Author: dru (doc committer)
Date: Fri May 27 18:52:58 2016
New Revision: 300864
URL: https://svnweb.freebsd.org/changeset/base/300864
Log:
Remove duplicate sentence from pfsync.8.
PR: 209539
Submitted by: olivier@
Reviewed by: timmoor...@gmail.com
Sponsored by: iXsystems
Modified:
Author: kib
Date: Fri May 27 18:45:11 2016
New Revision: 300863
URL: https://svnweb.freebsd.org/changeset/base/300863
Log:
In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/D
emulation. Assert that syscalls do not leak DI.
Reported by: gjb
Sponsored by: The FreeBSD
Author: ngie
Date: Fri May 27 18:40:38 2016
New Revision: 300862
URL: https://svnweb.freebsd.org/changeset/base/300862
Log:
Install ioatcontrol to /usr/bin by default instead of /
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/tools/ioat/Makefile
Mo
Author: ngie
Date: Fri May 27 18:39:47 2016
New Revision: 300861
URL: https://svnweb.freebsd.org/changeset/base/300861
Log:
- Sort make variables
- Use SRCTOP instead of ad hoc definition for it
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/tools/
Author: gjb
Date: Fri May 27 18:20:07 2016
New Revision: 300860
URL: https://svnweb.freebsd.org/changeset/base/300860
Log:
Replace linux-f10 packages with updated linux-c6.
PR: 208280
Submitted by: Johannes Meixner
Sponsored by: The FreeBSD Foundation
Modified:
head
Author: br
Date: Fri May 27 17:58:10 2016
New Revision: 300859
URL: https://svnweb.freebsd.org/changeset/base/300859
Log:
Correct the implementation of dtrace_interrupt_disable/enable.
Pointed out by: andrew
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/cddl/
Author: ngie
Date: Fri May 27 17:57:30 2016
New Revision: 300858
URL: https://svnweb.freebsd.org/changeset/base/300858
Log:
Fix description for -V in the -r case
t.verify_test = true is always set when -V is specified, regardless of whether
or not the tool is being run in raw mode
MF
Author: ngie
Date: Fri May 27 17:44:30 2016
New Revision: 300857
URL: https://svnweb.freebsd.org/changeset/base/300857
Log:
Document the default behavior for -c (0)
Bump .Dd for the change
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/tools/ioa
Author: ngie
Date: Fri May 27 17:42:59 2016
New Revision: 300856
URL: https://svnweb.freebsd.org/changeset/base/300856
Log:
Initialize `t` with memset(.., 0, ..)
This will help ensure that we're not using random garbage on the stack by
accident with respect to the variable
MFC after:
Author: ian
Date: Fri May 27 17:40:29 2016
New Revision: 300855
URL: https://svnweb.freebsd.org/changeset/base/300855
Log:
When building modules, define make variable OPT_FDT if the kernel config
includes the FDT option. Use OPT_FDT to conditionally compile modules
that require FDT support.
Author: glebius
Date: Fri May 27 17:31:02 2016
New Revision: 300854
URL: https://svnweb.freebsd.org/changeset/base/300854
Log:
Plug route reference underleak that happens with FLOWTABLE after r297225.
Submitted by: Mike Karels
Modified:
head/sys/netinet/ip_output.c
head/sys/netinet6/i
Author: truckman
Date: Fri May 27 17:07:07 2016
New Revision: 300853
URL: https://svnweb.freebsd.org/changeset/base/300853
Log:
Disconnect PIE from the build until it is free of floating point math.
Reported by: lidl, adrian
Modified:
head/sys/conf/files
head/sys/modules/dummynet/Make
Author: mjg
Date: Fri May 27 17:00:15 2016
New Revision: 300852
URL: https://svnweb.freebsd.org/changeset/base/300852
Log:
fd: provide a common exit point for unlock in kern_dup
While here assert dropped filedesc lock on return from closefp.
Modified:
head/sys/kern/kern_descrip.c
Modifi
On 27 May, Adrian Chadd wrote:
> Hi,
>
> Did this introduce floating point into the kernel?
Cr*p, it did. It looks fixable, but I'll disconnect PIE from the build
for now.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/lis
On 27 May 2016, at 18:01, Alan Somers wrote:
>
> On Fri, May 27, 2016 at 9:42 AM, Dimitry Andric wrote:
...
>> My guess is that either ${MAKEOBJDIRPREFIX}/usr/include/c++/v1 needs to
>> be added to the C++ include path, or some other path in the list is
>> missing, at least for C++ compilation.
On Fri, May 27, 2016 at 9:42 AM, Dimitry Andric wrote:
> On 27 May 2016, at 17:32, Alan Somers wrote:
>>
>> On Fri, May 27, 2016 at 9:28 AM, Dimitry Andric wrote:
>>> On 27 May 2016, at 16:49, Alan Somers wrote:
I think this change is breaking the build of C++ applications. Below
>>>
On 27 May 2016, at 17:32, Alan Somers wrote:
>
> On Fri, May 27, 2016 at 9:28 AM, Dimitry Andric wrote:
>> On 27 May 2016, at 16:49, Alan Somers wrote:
>>>
>>> I think this change is breaking the build of C++ applications. Below
>>> is a snippet of my amd64 buildworld, with the changes in D65
On Fri, May 27, 2016 at 9:28 AM, Dimitry Andric wrote:
> On 27 May 2016, at 16:49, Alan Somers wrote:
>>
>> I think this change is breaking the build of C++ applications. Below
>> is a snippet of my amd64 buildworld, with the changes in D6564. it
>> built fine a few days ago.
>>
>> ===> lib/lib
On 27 May 2016, at 16:49, Alan Somers wrote:
>
> I think this change is breaking the build of C++ applications. Below
> is a snippet of my amd64 buildworld, with the changes in D6564. it
> built fine a few days ago.
>
> ===> lib/libdevdctl (all)
> In file included from
> /home/asomers/freebsd
Hi,
Did this introduce floating point into the kernel?
-adrian
On 26 May 2016 at 15:39, Don Lewis wrote:
> On 26 May, To: src-committ...@freebsd.org wrote:
>> Author: truckman
>> Date: Thu May 26 21:40:13 2016
>> New Revision: 300779
>> URL: https://svnweb.freebsd.org/changeset/base/300779
>
Author: mjg
Date: Fri May 27 15:03:38 2016
New Revision: 300851
URL: https://svnweb.freebsd.org/changeset/base/300851
Log:
exec: get rid of one vnode lock/unlock pair in do_execve
The lock was temporarily dropped for vrele calls, but they can be
postponed to a point where the lock is not
I think this change is breaking the build of C++ applications. Below
is a snippet of my amd64 buildworld, with the changes in D6564. it
built fine a few days ago.
===> lib/libdevdctl (all)
In file included from /home/asomers/freebsd/head/lib/libdevdctl/consumer.cc:50:
In file included from
/scra
On Friday, May 27, 2016 12:14:28 AM Bjoern A. Zeeb wrote:
>
> > On 26 May 2016, at 18:35 , John Baldwin wrote:
> >
> > Author: jhb
> > Date: Thu May 26 18:35:37 2016
> > New Revision: 300764
> > URL: https://svnweb.freebsd.org/changeset/base/300764
> >
> > Log:
> > Don't reuse the source mbuf
On Thursday, May 26, 2016 04:54:48 PM Ian Lepore wrote:
> On Thu, 2016-05-26 at 14:37 -0700, Gleb Smirnoff wrote:
> > Hans,
> >
> > On Thu, May 26, 2016 at 08:41:55AM +, Hans Petter Selasky wrote:
> > H> Author: hselasky
> > H> Date: Thu May 26 08:41:55 2016
> > H> New Revision: 300718
> > H
On Thu, May 26, 2016 at 04:54:48PM -0600, Ian Lepore wrote:
> On Thu, 2016-05-26 at 14:37 -0700, Gleb Smirnoff wrote:
> > Hans,
> >
> > On Thu, May 26, 2016 at 08:41:55AM +, Hans Petter Selasky wrote:
> > H> Author: hselasky
> > H> Date: Thu May 26 08:41:55 2016
> > H> New Revision: 300718
Author: andrew
Date: Fri May 27 12:02:12 2016
New Revision: 300850
URL: https://svnweb.freebsd.org/changeset/base/300850
Log:
Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having the
former return the current status for the latter to use. Without this we
could enable interrupts
Author: arybchik
Date: Fri May 27 11:50:26 2016
New Revision: 300849
URL: https://svnweb.freebsd.org/changeset/base/300849
Log:
sfxge(4): fix typo in monitor types strings in common code
Submitted by: Garrett D'Amore
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 w
Author: arybchik
Date: Fri May 27 11:49:46 2016
New Revision: 300848
URL: https://svnweb.freebsd.org/changeset/base/300848
Log:
sfxge(4): avoid necessity to add one more constant condition note
Use for forever loop instead of while.
Found by lint on illumos.
Submitted by: Garret
Author: arybchik
Date: Fri May 27 11:49:05 2016
New Revision: 300847
URL: https://svnweb.freebsd.org/changeset/base/300847
Log:
sfxge(4): cope with always true unsigned comparison with 0 to make lint
happier
Found by lint on illumos.
Submitted by: Garrett D'Amore
Sponsored by:
Author: arybchik
Date: Fri May 27 11:48:25 2016
New Revision: 300846
URL: https://svnweb.freebsd.org/changeset/base/300846
Log:
sfxge(4): unsigned 1 should be shifted to produce bitmask
Found by lint on illumos.
Submitted by: Garrett D'Amore
Sponsored by: Solarflare Communicatio
1 - 100 of 125 matches
Mail list logo