On 18/08/2016 03:37, Toomas Soome wrote:
> Author: tsoome
> Date: Thu Aug 18 00:37:07 2016
> New Revision: 304321
> URL: https://svnweb.freebsd.org/changeset/base/304321
>
> Log:
> Add SHA512, skein, large blocks support for loader zfs.
>
> Updated sha512 from illumos.
> Using skein from
Author: sephe
Date: Mon Aug 22 07:34:39 2016
New Revision: 304591
URL: https://svnweb.freebsd.org/changeset/base/304591
Log:
hyperv/hn: Move chimney sending buffer to hn_softc
And don't recreate chimney sending buffer for each primary channel
open, it is now created in device_attach DEVME
Author: sephe
Date: Mon Aug 22 07:44:11 2016
New Revision: 304593
URL: https://svnweb.freebsd.org/changeset/base/304593
Log:
hyperv/hn: Get rid of netvsc_dev
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7575
Modified:
head/sy
Author: sephe
Date: Mon Aug 22 07:51:46 2016
New Revision: 304594
URL: https://svnweb.freebsd.org/changeset/base/304594
Log:
hyperv/hn: Factor out function to execute NVS transactions.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org
Author: sephe
Date: Mon Aug 22 08:00:14 2016
New Revision: 304595
URL: https://svnweb.freebsd.org/changeset/base/304595
Log:
hyperv/hn: Factor out function to simplify NVS request sending
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.
On 22/08/2016 10:20, Andriy Gapon wrote:
> This commit breaks boot process for me and in a quite weird way.
> I don't have a serial console, so a couple of screenshots.
> This is what happens with this change:
> https://people.freebsd.org/~avg/boot-fail-1024x768.jpg
> This is what I have with the p
On 01/08/2016 22:37, Allan Jude wrote:
> Author: allanjude
> Date: Mon Aug 1 19:37:43 2016
> New Revision: 303630
> URL: https://svnweb.freebsd.org/changeset/base/303630
>
> Log:
> Make boot code and loader check for unsupported ZFS feature flags
>
> OpenZFS uses feature flags instead of a
On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote:
On Mon, Aug 22, 2016 at 02:49:07AM +1000, Bruce Evans wrote:
On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote:
On Sun, Aug 21, 2016 at 11:39:02PM +1000, Bruce Evans wrote:
On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote:
I am remeber about platfor
On Sun, 21 Aug 2016, Hans Petter Selasky wrote:
On 08/21/16 18:06, Bruce Evans wrote:
Author: bde
Date: Sun Aug 21 16:06:00 2016
New Revision: 304567
URL: https://svnweb.freebsd.org/changeset/base/304567
Don't forget to MFC.
I had forgotten if for this commit. I might do it for combined
co
On Mon, Aug 22, 2016 at 06:55:58PM +1000, Bruce Evans wrote:
> On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote:
>
> > On Mon, Aug 22, 2016 at 02:49:07AM +1000, Bruce Evans wrote:
> >
> >> On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote:
> >>
> >>> On Sun, Aug 21, 2016 at 11:39:02PM +1000, Bruce Evans
> On 22. aug 2016, at 11:09, Andriy Gapon wrote:
>
> On 22/08/2016 10:20, Andriy Gapon wrote:
>> This commit breaks boot process for me and in a quite weird way.
>> I don't have a serial console, so a couple of screenshots.
>> This is what happens with this change:
>> https://people.freebsd.org/
On Mon, Aug 22, 2016 at 06:55:58PM +1000, Bruce Evans wrote:
> No. PSL_AC is ignored in kernel mode.
Not quite. On recent processors there is a feature called SMAP. If enabled,
user mode pages accesses from kernel mode require eflags.ac set to 1. If
EFLAGS.AC == 0, usermode access causes #PF wi
Author: andrew
Date: Mon Aug 22 10:21:09 2016
New Revision: 304596
URL: https://svnweb.freebsd.org/changeset/base/304596
Log:
Add KASSERTS in pmap_alloc_l3 to ensure we are not encountering superpages
when we don't yet expect them;
Obtained from:ABT Systems Ltd
MFC after:1 m
Author: hselasky
Date: Mon Aug 22 10:21:25 2016
New Revision: 304597
URL: https://svnweb.freebsd.org/changeset/base/304597
Log:
Fix for invalid use of bits in input context. Basically split
configuring of EP0 and non-EP0 into xhci_cmd_evaluate_ctx() and
xhci_cmd_configure_ep() respectivly. T
Author: andrew
Date: Mon Aug 22 10:50:30 2016
New Revision: 304598
URL: https://svnweb.freebsd.org/changeset/base/304598
Log:
Add a size argument to pmap_update_entry.
Make use of this in pmap_promote_l2.
Obtained from:ABT Systems Ltd
MFC after:1 month
Sponsored by: The Fr
Author: andrew
Date: Mon Aug 22 12:17:40 2016
New Revision: 304599
URL: https://svnweb.freebsd.org/changeset/base/304599
Log:
Add sysctls to report on superpages statistics. While here add extra
logging to these paths.
Obtained from:ABT Systems Ltd
MFC after:1 month
Sponso
Author: andrew
Date: Mon Aug 22 12:56:40 2016
New Revision: 304600
URL: https://svnweb.freebsd.org/changeset/base/304600
Log:
Use pmap_update_entry in pmap_enter when updating an entry with a new
physical address. This is required when either mapping is writeable.
While here remove an unn
Author: hselasky
Date: Mon Aug 22 13:43:25 2016
New Revision: 304601
URL: https://svnweb.freebsd.org/changeset/base/304601
Log:
Increase the maximum RX/TX queue size. This allows for a RX/TX queue
size of 16384 mbufs. Previously the limit was 8192.
Sponsored by: Mellanox Technologies
MF
On 2016-08-22 04:21, Andriy Gapon wrote:
> On 01/08/2016 22:37, Allan Jude wrote:
>> Author: allanjude
>> Date: Mon Aug 1 19:37:43 2016
>> New Revision: 303630
>> URL: https://svnweb.freebsd.org/changeset/base/303630
>>
>> Log:
>> Make boot code and loader check for unsupported ZFS feature flags
On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote:
> I do suspect the size difference there is partially due to ficl, in illumos
> (ficl 4):
>
> -rw-r--r-- 1 tsoome staff 132508 aug 22 09:18 libficl.a
>
> and freebsd (ficl 3):
>
> -rw-r--r-- 1 root wheel 213748 Aug 19 01:57 libficl.a
On 22/08/2016 16:54, Allan Jude wrote:
> On 2016-08-22 04:21, Andriy Gapon wrote:
>> On 01/08/2016 22:37, Allan Jude wrote:
>>> Author: allanjude
>>> Date: Mon Aug 1 19:37:43 2016
>>> New Revision: 303630
>>> URL: https://svnweb.freebsd.org/changeset/base/303630
>>>
>>> Log:
>>> Make boot code a
Thanks!
On Sat, Aug 20, 2016 at 6:12 PM, Marko Zec wrote:
> Author: zec
> Date: Sat Aug 20 22:12:26 2016
> New Revision: 304548
> URL: https://svnweb.freebsd.org/changeset/base/304548
>
> Log:
> Permit disabling net.inet.udp.require_l2_bcast in VIMAGE kernels.
>
> The default value of the tu
Author: cem
Date: Mon Aug 22 14:51:09 2016
New Revision: 304603
URL: https://svnweb.freebsd.org/changeset/base/304603
Log:
ioat(4): Allow callouts to be scheduled after hw reset
is_completion_pending governs whether or not a callout will be scheduled
when new work is queued on the IOAT de
Author: cem
Date: Mon Aug 22 14:51:07 2016
New Revision: 304602
URL: https://svnweb.freebsd.org/changeset/base/304602
Log:
ioat(4): Don't process events past queue head
Fix a race where the completion routine could overrun the active ring
area in some situations.
Modified:
head/sys/dev
Author: andrew
Date: Mon Aug 22 14:53:39 2016
New Revision: 304604
URL: https://svnweb.freebsd.org/changeset/base/304604
Log:
Use switch statements in pmap_remove_pages. While only one level of
pagetable is supported more will be added soon to support removing
superpages.
Obtained from:
> On 22. aug 2016, at 17:19, Warner Losh wrote:
>
> On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote:
>> I do suspect the size difference there is partially due to ficl, in illumos
>> (ficl 4):
>>
>> -rw-r--r-- 1 tsoome staff 132508 aug 22 09:18 libficl.a
>>
>> and freebsd (ficl 3
Author: araujo
Date: Mon Aug 22 15:01:39 2016
New Revision: 304605
URL: https://svnweb.freebsd.org/changeset/base/304605
Log:
Fix calloc(3) argument order.
Reviewed by: trasz
MFC after:4 weeks.
Differential Revision:https://reviews.freebsd.org/D7532
Modified:
head/usr.sb
Author: rstone
Date: Mon Aug 22 15:27:37 2016
New Revision: 304606
URL: https://svnweb.freebsd.org/changeset/base/304606
Log:
Temporarily disable the optimization from r304436
r304436 attempted to optimize the handling of incoming UDP packet by only
making an expensive call to in_broadcas
Author: ache
Date: Mon Aug 22 15:44:54 2016
New Revision: 304607
URL: https://svnweb.freebsd.org/changeset/base/304607
Log:
Fix error processing.
1) Don't forget to set __SERR on __slbexpand() error.
2) Check for __fgetwc() errors using errno. Don't check for __SERR
as PR suggested, it use
Author: bdrewery
Date: Mon Aug 22 15:52:03 2016
New Revision: 304608
URL: https://svnweb.freebsd.org/changeset/base/304608
Log:
Bump __FreeBSD_version for C++11 thread_local support in r303795.
PR: 192320
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==
Author: bde
Date: Mon Aug 22 16:39:51 2016
New Revision: 304612
URL: https://svnweb.freebsd.org/changeset/base/304612
Log:
Further fixes for translation of PrintScreen/SysRq.
The previous fix was tested mainly on 3 AT keyboards with USB adaptors where
it works. 1 USB keyboard doesn't tra
Author: ed
Date: Mon Aug 22 17:37:31 2016
New Revision: 304615
URL: https://svnweb.freebsd.org/changeset/base/304615
Log:
Make CloudABI work on i386.
Copy over amd64's cloudabi64_sysvec.c into i386 and tailor it to work.
Again, we use a system call convention similar to FreeBSD, except th
Author: emaste
Date: Mon Aug 22 17:45:30 2016
New Revision: 304616
URL: https://svnweb.freebsd.org/changeset/base/304616
Log:
Forcibly disable MK_TESTS if building without C++
Several atf components require C++, and the test suite is not usable
if building WITHOUT_CXX.
Reviewed by:
Author: emaste
Date: Mon Aug 22 17:53:18 2016
New Revision: 304618
URL: https://svnweb.freebsd.org/changeset/base/304618
Log:
Regenerate src.conf.5 after r304616
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: andrew
Date: Mon Aug 22 18:12:44 2016
New Revision: 304620
URL: https://svnweb.freebsd.org/changeset/base/304620
Log:
Fix pmap_update_entry, pmap_invalidate_range takes the end address, not
the size.
Obtained from:ABT Systems Ltd
MFC after:1 month
Sponsored by: The
Author: jhb
Date: Mon Aug 22 18:17:29 2016
New Revision: 304621
URL: https://svnweb.freebsd.org/changeset/base/304621
Log:
Remove cross references to el(4) and ie(4).
Modified:
head/share/man/man4/man4.i386/ep.4
head/share/man/man4/sn.4
Modified: head/share/man/man4/man4.i386/ep.4
Author: andrew
Date: Mon Aug 22 18:19:46 2016
New Revision: 304622
URL: https://svnweb.freebsd.org/changeset/base/304622
Log:
Ensure map is valid, even before userland exists and the fault address
register points to an address in the userland range.
Obtained from:ABT Systems Ltd
Author: manu
Date: Mon Aug 22 18:33:56 2016
New Revision: 304623
URL: https://svnweb.freebsd.org/changeset/base/304623
Log:
Fix building for ARM kernel that have FLASHADDR, PHYSADDR and LOADERRAMADDR
defined.
Pointy Hat: myself
Reported by: bz
Modified:
head/sys/arm/arm/elf_trampo
Author: emaste
Date: Mon Aug 22 18:50:57 2016
New Revision: 304624
URL: https://svnweb.freebsd.org/changeset/base/304624
Log:
Remove duplicate symbol from libhx509 version-script.map
Upstream commit r21331 (7758a5d0) added semiprivate function
_hx509_request_to_pkcs10 twice. This change h
Author: andrew
Date: Mon Aug 22 19:05:11 2016
New Revision: 304625
URL: https://svnweb.freebsd.org/changeset/base/304625
Log:
Fix the arm64 non-SMP build, active_irq is a uint64_t so cast it through
a uintmax_t.
Obtained from:ABT Systems Ltd
MFC after:1 week
Sponsored by:
On Sunday, August 21, 2016 03:39:46 PM Benjamin Kaduk wrote:
> Author: bjk (doc committer)
> Date: Sun Aug 21 15:39:46 2016
> New Revision: 304560
> URL: https://svnweb.freebsd.org/changeset/base/304560
>
> Log:
> Remove the ie(4) hardware list from the release documentation
>
> The driver
Author: roberto
Date: Mon Aug 22 19:27:20 2016
New Revision: 304626
URL: https://svnweb.freebsd.org/changeset/base/304626
Log:
Add support for Ed25519 keys.
Reported by: mwlucas
MFH: 2 weeks
Modified:
head/lib/libpam/modules/pam_ssh/pam_ssh.8
head/lib/libpam/modules/pam_ssh
Author: hselasky
Date: Mon Aug 22 19:32:50 2016
New Revision: 304629
URL: https://svnweb.freebsd.org/changeset/base/304629
Log:
Don't separate the status stage of the XHCI USB control transfers into
its own job because this breaks the simplified QEMU XHCI TRB parser,
which expects the comple
Author: roberto
Date: Mon Aug 22 20:48:46 2016
New Revision: 304635
URL: https://svnweb.freebsd.org/changeset/base/304635
Log:
Remove support for SSH1 as it is already disabled in our OpenSSH.
Submitted by: vangyzen
MFC after:2 weeks
Modified:
head/lib/libpam/modules/pam_ssh/pam_ss
Author: jkim
Date: Mon Aug 22 20:59:34 2016
New Revision: 304636
URL: https://svnweb.freebsd.org/changeset/base/304636
Log:
Build OpenSSL assembly sources for arm. Tested with Raspberry Pi 2 Model B.
MFC after:1 week
Added:
head/secure/lib/libcrypto/arm/
head/secure/lib/libcrypto/
Author: jhb
Date: Mon Aug 22 21:23:17 2016
New Revision: 304637
URL: https://svnweb.freebsd.org/changeset/base/304637
Log:
Fix build for !SMP kernels after the Xen MSIX workaround.
Move msix_disable_migration under #ifdef SMP since it doesn't make sense
for !SMP kernels.
PR:
Author: jkim
Date: Mon Aug 22 21:30:59 2016
New Revision: 304638
URL: https://svnweb.freebsd.org/changeset/base/304638
Log:
Fix white spaces in assembly sources.
Modified:
head/secure/lib/libcrypto/Makefile.asm
head/secure/lib/libcrypto/amd64/sha256-x86_64.S
head/secure/lib/libcrypto/amd6
Author: jkim
Date: Mon Aug 22 21:49:17 2016
New Revision: 304640
URL: https://svnweb.freebsd.org/changeset/base/304640
Log:
Prefer C-style comments in assembly sources.
Modified:
head/secure/lib/libcrypto/Makefile.asm
head/secure/lib/libcrypto/amd64/aes-x86_64.S
head/secure/lib/libcrypto/
Author: ache
Date: Mon Aug 22 22:28:41 2016
New Revision: 304641
URL: https://svnweb.freebsd.org/changeset/base/304641
Log:
1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed to
return partial line on any errors. See the comment in fgetln.c.
Add corresponding comment to fge
Author: bdrewery
Date: Mon Aug 22 22:50:58 2016
New Revision: 304643
URL: https://svnweb.freebsd.org/changeset/base/304643
Log:
Fix building on read-only source trees.
This partially reverts r296702 and reworks the original check to only
look in .CURDIR. This avoids ever trying to rebuil
Author: bdrewery
Date: Mon Aug 22 22:51:10 2016
New Revision: 304647
URL: https://svnweb.freebsd.org/changeset/base/304647
Log:
Rename ORDERED to BOOTSTRAP since no order is respected in the list.
The directories in SUBDIR_ORDERED are built in parallel, so the name is
misleading.
MFC
Author: bdrewery
Date: Mon Aug 22 22:51:04 2016
New Revision: 304645
URL: https://svnweb.freebsd.org/changeset/base/304645
Log:
Always define the various _subdir_ targets, even if not
used.
This is part of an effort to cleanup handling of some edge cases
involving 'make '. It also provi
Author: bdrewery
Date: Mon Aug 22 22:51:01 2016
New Revision: 304644
URL: https://svnweb.freebsd.org/changeset/base/304644
Log:
Stop using _SUBDIR internally for non-SUBDIR_PARALLEL builds.
This is unifying more of the logic. Rather than create targets such
as 'all: all_subdir_foo' when
Author: bdrewery
Date: Mon Aug 22 22:51:07 2016
New Revision: 304646
URL: https://svnweb.freebsd.org/changeset/base/304646
Log:
For 'make ' hook into the all_subdir_ targets.
This fixes parallel build issues when trying to depend on ${SUBDIR}. An
example of this in share/i18n/csmapper/Ma
Author: manu
Date: Tue Aug 23 00:46:22 2016
New Revision: 304649
URL: https://svnweb.freebsd.org/changeset/base/304649
Log:
Do not include file from dt-bindings and simply use the already present
defines.
Reported by: jmcneill
MFC after:1 week
Modified:
head/sys/arm/allwinner/a10
Author: pfg
Date: Tue Aug 23 01:40:45 2016
New Revision: 304650
URL: https://svnweb.freebsd.org/changeset/base/304650
Log:
indent(1): Fix memory leaks pointed out by clang-analyzer.
Shift the responsibility of allocating memory for the string duplicate
from the caller (set_option, add_typ
Author: pfg
Date: Tue Aug 23 01:58:02 2016
New Revision: 304651
URL: https://svnweb.freebsd.org/changeset/base/304651
Log:
indent(1): add some comments to quiet down Coverity.
Hopefully adding comments should help explain the code to both static
checkers and humans.
CID: 976543, 976
Author: badger
Date: Tue Aug 23 02:06:20 2016
New Revision: 304652
URL: https://svnweb.freebsd.org/changeset/base/304652
Log:
Fix missing substitution of @SBINDIR@ in resolvconf scripts
Certain features, such as resolv_conf_passthrough=NULL, do not work
correctly due to this missing subst
Author: pfg
Date: Tue Aug 23 02:07:08 2016
New Revision: 304653
URL: https://svnweb.freebsd.org/changeset/base/304653
Log:
indent(1): Fix off-by-one in control flow leading dead code.
Coverity correctly reported that it's impossible for /comparison/ to be 0
here, because the only way for
Author: sephe
Date: Tue Aug 23 02:54:06 2016
New Revision: 304654
URL: https://svnweb.freebsd.org/changeset/base/304654
Log:
net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.h
So that Hyper-V can leverage them instead of rolling its own definition.
Discussed wit
Author: jhibbits
Date: Tue Aug 23 04:26:30 2016
New Revision: 304655
URL: https://svnweb.freebsd.org/changeset/base/304655
Log:
Take into account mas7/8 when reading/writing TLB entries on e6500
Summary: Current booke/pmap code ignores mas7 and mas8 on e6500 CPU.
Submitted by: Ivan Kri
Author: jhibbits
Date: Tue Aug 23 04:37:03 2016
New Revision: 304656
URL: https://svnweb.freebsd.org/changeset/base/304656
Log:
tlb1_init() can be called twice on BookE
Summary:
There is no need to call tlb1_init() twice. Now it is called first time from
booke_init() and second time fro
62 matches
Mail list logo