In message <201608241232.u7ocwpsn020...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Wed Aug 24 12:32:24 2016
> New Revision: 304747
> URL: https://svnweb.freebsd.org/changeset/base/304747
>
> Log:
> MFV r304732.
>
> Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (31
On Wed, Aug 24, 2016 at 05:35:54AM -0700, Cy Schubert wrote:
> In message <201608241232.u7ocwpsn020...@repo.freebsd.org>, Cy Schubert
> writes:
> > Author: cy
> > Date: Wed Aug 24 12:32:24 2016
> > New Revision: 304747
> > URL: https://svnweb.freebsd.org/changeset/base/304747
> >
> > Log:
> > M
Author: ed
Date: Wed Aug 24 12:53:54 2016
New Revision: 304748
URL: https://svnweb.freebsd.org/changeset/base/304748
Log:
Document the existence of the cloudabi32 kernel module.
Modified:
head/share/man/man4/cloudabi.4
Modified: head/share/man/man4/cloudabi.4
In message <20160824123811.GB74786@mutt-hardenedbsd>, Shawn Webb writes:
>
>
> --qcHopEYAB45HaUaB
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Wed, Aug 24, 2016 at 05:35:54AM -0700, Cy Schubert wrote:
> > In messa
Author: andrew
Date: Wed Aug 24 12:57:40 2016
New Revision: 304749
URL: https://svnweb.freebsd.org/changeset/base/304749
Log:
Add support to promote and demote managed superpages. This is the last part
needed before enabling superpages on arm64. This code is based on the amd64
pmap with chan
Author: andrew
Date: Wed Aug 24 13:00:50 2016
New Revision: 304750
URL: https://svnweb.freebsd.org/changeset/base/304750
Log:
Allow superpages on arm64 to be enabled. It is disabled for now to allow
for more testing across more hardware.
Obtained from:ABT Systems Ltd
MFC after:
Author: mav
Date: Wed Aug 24 15:13:42 2016
New Revision: 304751
URL: https://svnweb.freebsd.org/changeset/base/304751
Log:
Fix minor copy/paste bug.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/camcontr
Author: ache
Date: Wed Aug 24 15:36:48 2016
New Revision: 304752
URL: https://svnweb.freebsd.org/changeset/base/304752
Log:
Bump __FreeBSD_version for LC_*_MASK fix for newlocale(3) and querylocale(3)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
Author: tsoome
Date: Wed Aug 24 16:30:15 2016
New Revision: 304753
URL: https://svnweb.freebsd.org/changeset/base/304753
Log:
Bug 212114 - loader: zio_checksum_verify() must test spa for NULL pointer
The issue was introduced with adding support for salted checksums, and
was revealed by bh
Author: tsoome
Date: Wed Aug 24 16:40:29 2016
New Revision: 304754
URL: https://svnweb.freebsd.org/changeset/base/304754
Log:
Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU
As the support for large blocks was enabled in loader zfs code, the
heap in userboot
Author: ache
Date: Wed Aug 24 16:44:27 2016
New Revision: 304755
URL: https://svnweb.freebsd.org/changeset/base/304755
Log:
Use current locale (f.e. set by thread). It was global locale always
previously.
MFC after: 7 days
Modified:
head/lib/libc/nls/msgcat.c
Modified: head/lib/l
Author: nwhitehorn
Date: Wed Aug 24 16:49:14 2016
New Revision: 304756
URL: https://svnweb.freebsd.org/changeset/base/304756
Log:
Close a race when making the CPU idle under pHyp. If an interrupt occurs
between the beginning of the idle function and actually going idle, the
CPU could go to s
Author: emaste
Date: Wed Aug 24 17:15:32 2016
New Revision: 304757
URL: https://svnweb.freebsd.org/changeset/base/304757
Log:
Don't build libdevdctl if MK_CXX is no
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
===
Author: bde
Date: Wed Aug 24 17:26:11 2016
New Revision: 304758
URL: https://svnweb.freebsd.org/changeset/base/304758
Log:
Reorganise a little to prepare for locking fixes:
- in sccnopen(), open the keyboard before the screen. The keyboard
currently requires Giant (although it must be spi
On 8/12/16 12:03 AM, Ed Schouten wrote:
> Author: ed
> Date: Fri Aug 12 07:03:58 2016
> New Revision: 303988
> URL: https://svnweb.freebsd.org/changeset/base/303988
>
> Log:
> Reimplement dirname(3) to be thread-safe.
>
> Now that we've updated the prototypes of the basename(3) and dirname(
On 8/24/16 11:06 AM, Bryan Drewery wrote:
> On 8/12/16 12:03 AM, Ed Schouten wrote:
>> Author: ed
>> Date: Fri Aug 12 07:03:58 2016
>> New Revision: 303988
>> URL: https://svnweb.freebsd.org/changeset/base/303988
>>
>> Log:
>> Reimplement dirname(3) to be thread-safe.
>>
>> Now that we've up
Hi Bryan,
We could solve this by simple mfcing the change I made for xinstall, right?
Ed
On 24 Aug 2016 20:15, "Bryan Drewery" wrote:
> On 8/24/16 11:06 AM, Bryan Drewery wrote:
> > On 8/12/16 12:03 AM, Ed Schouten wrote:
> >> Author: ed
> >> Date: Fri Aug 12 07:03:58 2016
> >> New Revision: 3
That would only fix stable/11, stable/10, stable/9, releng/11.0.
It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc...
without an EN.
It won't fix stable/11 - 1, stable/10 - 1, etc.
It will never fix releng/8.4 (unsupported releases) since so@ won't EN
to those. People do somet
Author: bde
Date: Wed Aug 24 18:59:24 2016
New Revision: 304773
URL: https://svnweb.freebsd.org/changeset/base/304773
Log:
Flesh out the state and flags args to sccnopen(). Set state flags to
indicate (potentially partial) success of the open. Use these to
decide what to close in sccnclose
In message <201608241255.u7octgk3019...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <20160824123811.GB74786@mutt-hardenedbsd>, Shawn Webb writes:
> >
> >
> > --qcHopEYAB45HaUaB
> > Content-Type: text/plain; charset=us-ascii
> > Content-Disposition: inline
> > Content-Transfer-Encoding:
On Wed, Aug 24, 2016 at 12:10:07PM -0700, Cy Schubert wrote:
> > I can prepare an MFC to 11 sooner if wanted. I'll look at the 10 branch at
> > noon my time today. Relnotes for 11 and an errata announcement for 10 would
> > be all that's needed.
>
> Reading email from this morning, looks like an
2016-08-24 20:30 GMT+02:00 Bryan Drewery :
> That would only fix stable/11, stable/10, stable/9, releng/11.0.
>
> It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc...
> without an EN.
>
> It won't fix stable/11 - 1, stable/10 - 1, etc.
>
> It will never fix releng/8.4 (unsupported
On 8/24/16 12:49 PM, Ed Schouten wrote:
> 2016-08-24 20:30 GMT+02:00 Bryan Drewery :
>> > That would only fix stable/11, stable/10, stable/9, releng/11.0.
>> >
>> > It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc...
>> > without an EN.
>> >
>> > It won't fix stable/11 - 1, stabl
2016-08-24 21:53 GMT+02:00 Bryan Drewery :
> Is it possible to cause the use of these old prototypes to print a
> warning and note that they are deprecated/unsafe?
That's a good question. In theory, we could annotate these functions
with __attribute__((__deprecated__)):
https://gcc.gnu.org/online
On Wed, Aug 24, 2016 at 6:09 AM, Shawn Webb
wrote:
On Tue, Aug 23, 2016 at 07:03:11PM +, Landon J. Fuller wrote:
Author: landonf
Date: Tue Aug 23 19:03:11 2016
New Revision: 304692
URL: https://svnweb.freebsd.org/changeset/base/304692
Log:
bhndb(4): Fix unsigned integer underflow i
On 08/24/2016 15:01, Ed Schouten wrote:
> 2016-08-24 21:53 GMT+02:00 Bryan Drewery :
>> Is it possible to cause the use of these old prototypes to print a
>> warning and note that they are deprecated/unsafe?
>
> That's a good question. In theory, we could annotate these functions
> with __attribut
On 8/24/16 1:12 PM, Eric van Gyzen wrote:
> On 08/24/2016 15:01, Ed Schouten wrote:
>> 2016-08-24 21:53 GMT+02:00 Bryan Drewery :
>>> Is it possible to cause the use of these old prototypes to print a
>>> warning and note that they are deprecated/unsafe?
>>
>> That's a good question. In theory, we
On 08/24/2016 15:16, Bryan Drewery wrote:
> On 8/24/16 1:12 PM, Eric van Gyzen wrote:
>> On 08/24/2016 15:01, Ed Schouten wrote:
>>> 2016-08-24 21:53 GMT+02:00 Bryan Drewery :
Is it possible to cause the use of these old prototypes to print a
warning and note that they are deprecated/unsa
On 8/24/16 1:26 PM, Eric van Gyzen wrote:
> On 08/24/2016 15:16, Bryan Drewery wrote:
>> On 8/24/16 1:12 PM, Eric van Gyzen wrote:
>>> On 08/24/2016 15:01, Ed Schouten wrote:
2016-08-24 21:53 GMT+02:00 Bryan Drewery :
> Is it possible to cause the use of these old prototypes to print a
>>>
On 8/24/16 1:30 PM, Bryan Drewery wrote:
> On 8/24/16 1:26 PM, Eric van Gyzen wrote:
>> On 08/24/2016 15:16, Bryan Drewery wrote:
>>> On 8/24/16 1:12 PM, Eric van Gyzen wrote:
On 08/24/2016 15:01, Ed Schouten wrote:
> 2016-08-24 21:53 GMT+02:00 Bryan Drewery :
>> Is it possible to caus
Author: allanjude
Date: Wed Aug 24 23:02:20 2016
New Revision: 304778
URL: https://svnweb.freebsd.org/changeset/base/304778
Log:
Increase the default rotation threshold of log files from 100kb to 1000kb
Submitted by: Sean Kelly
Differential Revision:https://reviews.freebsd.org/D6
Author: cy
Date: Thu Aug 25 02:40:14 2016
New Revision: 304779
URL: https://svnweb.freebsd.org/changeset/base/304779
Log:
Revert r298887 (spelling fix) and remove $FreeBSD$ because text changes
to leap-seconds invaldidates validation hash at the end of the file.
Remove svn:keywords and re
Author: cy
Date: Thu Aug 25 02:45:52 2016
New Revision: 304780
URL: https://svnweb.freebsd.org/changeset/base/304780
Log:
Change the algorithm by which /var/db/leap-seconds is updated.
1. Use the leap-seconds version number (update time) to determine
whether to update the file or not.
Author: cy
Date: Thu Aug 25 02:58:41 2016
New Revision: 304781
URL: https://svnweb.freebsd.org/changeset/base/304781
Log:
Add logic to replace the working ntp leap-seconds file in /var/db
if it contains a $FreeBSD$ header. The header will cause the file
to fail checksum of the hash causing n
Author: cy
Date: Thu Aug 25 03:09:23 2016
New Revision: 304782
URL: https://svnweb.freebsd.org/changeset/base/304782
Log:
Make validation of the leap-seconds file unconditional.
MFC after:1 day
Modified:
head/etc/rc.d/ntpd
Modified: head/etc/rc.d/ntpd
===
Author: sephe
Date: Thu Aug 25 04:40:51 2016
New Revision: 304783
URL: https://svnweb.freebsd.org/changeset/base/304783
Log:
hyperv/hn: Use definition in net/rndis.h for message type and status code.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://revi
Author: sephe
Date: Thu Aug 25 04:52:50 2016
New Revision: 304784
URL: https://svnweb.freebsd.org/changeset/base/304784
Log:
hyperv/hn: Add compat code for RNDIS reorganization phase.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/
Author: sephe
Date: Thu Aug 25 05:00:41 2016
New Revision: 304785
URL: https://svnweb.freebsd.org/changeset/base/304785
Log:
hyperv/hn: Use vmbus xact for RNDIS initialize.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7624
Modi
Author: sephe
Date: Thu Aug 25 05:11:04 2016
New Revision: 304786
URL: https://svnweb.freebsd.org/changeset/base/304786
Log:
hyperv/ic: Cleanup heartbeat channel callback.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7626
Modif
Author: np
Date: Thu Aug 25 05:22:53 2016
New Revision: 304787
URL: https://svnweb.freebsd.org/changeset/base/304787
Log:
Make the iSCSI parameter negotiation more flexible.
Decouple the send and receive limits on the amount of data in a single
iSCSI PDU. MaxRecvDataSegmentLength is decl
Author: sephe
Date: Thu Aug 25 05:24:57 2016
New Revision: 304788
URL: https://svnweb.freebsd.org/changeset/base/304788
Log:
hyperv/ic: Update total message size if negotiate message size grows.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.f
functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160824:
+ r304787 changed some ioctl interfaces between the iSCSI userspace
+ programs and the kernel. ctladm, ctld, iscsictl, and iscsid must be
+ rebuilt to work with new kernels. _
Author: sephe
Date: Thu Aug 25 05:35:51 2016
New Revision: 304790
URL: https://svnweb.freebsd.org/changeset/base/304790
Log:
hyperv/vmbus: Add function to calculate max # of elements in a bufring.
MFC after:1 week
Sponsored by: Microsoft
Modified:
head/sys/dev/hyperv/include/vmbus.
Author: sephe
Date: Thu Aug 25 05:50:19 2016
New Revision: 304791
URL: https://svnweb.freebsd.org/changeset/base/304791
Log:
hyperv/storvsc: Increase queue depth and rework channel selection.
- Increasing queue depth gives ~100% performance improvement for
randwrite fio test in Azure.
On 08/23/16 21:50, Bruce Evans wrote:
+ kbd->kb_delay1 = imax(((int *)arg)[0], 250);
+ kbd->kb_delay2 = imax(((int *)arg)[1], 34);
Hi,
It looks like this will pass negative kb_delay's. How do you handle that?
--HPS
___
sv
On Wed, 24 Aug 2016, Hans Petter Selasky wrote:
On 08/23/16 21:50, Bruce Evans wrote:
+ kbd->kb_delay1 = imax(((int *)arg)[0], 250);
+ kbd->kb_delay2 = imax(((int *)arg)[1], 34);
It looks like this will pass negative kb_delay's. How do you handle that?
imax(negti
On 08/24/16 09:38, Bruce Evans wrote:
On Wed, 24 Aug 2016, Hans Petter Selasky wrote:
On 08/23/16 21:50, Bruce Evans wrote:
+kbd->kb_delay1 = imax(((int *)arg)[0], 250);
+kbd->kb_delay2 = imax(((int *)arg)[1], 34);
It looks like this will pass negative kb_delay's. How do you
Author: ed
Date: Wed Aug 24 09:57:19 2016
New Revision: 304740
URL: https://svnweb.freebsd.org/changeset/base/304740
Log:
Add missing header dependency.
This header depends on sigaltstack32 being declared.
Modified:
head/sys/compat/ia32/ia32_signal.h
Modified: head/sys/compat/ia32/ia32_
Author: jmmv
Date: Wed Aug 24 10:10:26 2016
New Revision: 304741
URL: https://svnweb.freebsd.org/changeset/base/304741
Log:
Skip ls tests that use sparse files if these are not supported.
Some of the ls(1) tests create really large sparse files to validate
the number formatting features o
Author: ed
Date: Wed Aug 24 10:13:18 2016
New Revision: 304742
URL: https://svnweb.freebsd.org/changeset/base/304742
Log:
Convert pointers obtained from the threadattr_t structure with TO_PTR().
In all of these source files, the userspace pointer size corresponds
with the kernelspace poin
Author: ed
Date: Wed Aug 24 10:36:52 2016
New Revision: 304743
URL: https://svnweb.freebsd.org/changeset/base/304743
Log:
Remove an unused header file.
The native CloudABI data types header file used to be pulled in by the
vDSOs when they were still written in C. Since they are now all
Author: ed
Date: Wed Aug 24 10:51:33 2016
New Revision: 304744
URL: https://svnweb.freebsd.org/changeset/base/304744
Log:
Make execution of 32-bit CloudABI executables work on amd64.
A nice thing about requiring a vDSO is that it makes it incredibly easy
to provide full support for runnin
Author: ed
Date: Wed Aug 24 11:35:49 2016
New Revision: 304745
URL: https://svnweb.freebsd.org/changeset/base/304745
Log:
Add a Makefile for building the cloudabi32 kernel module.
Where the cloudabi64 kernel can be used to execute 64-bit CloudABI
binaries, this one should be used for 32-b
On Tue, Aug 23, 2016 at 07:03:11PM +, Landon J. Fuller wrote:
> Author: landonf
> Date: Tue Aug 23 19:03:11 2016
> New Revision: 304692
> URL: https://svnweb.freebsd.org/changeset/base/304692
>
> Log:
> bhndb(4): Fix unsigned integer underflow in dynamic register window
> handling. This re
Hi,
I doubt. bhndb is new bus driver (WIP) and nobody use it now. In future it
will be used for BroadCom WiFi card (bwn) attached to PCI bus.
Best regards,
Michael
On Wed, Aug 24, 2016 at 3:09 PM, Shawn Webb
wrote:
> On Tue, Aug 23, 2016 at 07:03:11PM +, Landon J. Fuller wrote:
> > Author
Author: andrew
Date: Wed Aug 24 12:32:18 2016
New Revision: 304746
URL: https://svnweb.freebsd.org/changeset/base/304746
Log:
Teach the parts of the arm64 pmap that need to iterate over pages to also
iterate over superpages. We don't yet create these, but soon will.
Obtained from:
Author: cy
Date: Wed Aug 24 12:32:24 2016
New Revision: 304747
URL: https://svnweb.freebsd.org/changeset/base/304747
Log:
MFV r304732.
Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (3140100).
This commit addresses the tmpdir selection vulnerability fixed in
sqlite3-1.13.0.
57 matches
Mail list logo