Re: Problems building on Ubuntu 16.10

2016-12-19 Thread Rick Payne
> On 15 Dec 2016, at 17:34, Rick Payne wrote: > > LZ loader-stripped.elf > OBJCOPY loader-stripped.elf.lz -> loader-stripped.elf.lz.o > LINK lzloader.elf > ALIGN lzloader.elf > DD loader.img boot.bin > DD loader.img lzloader.elf > IMGEDIT build/release.x64/loader.img > IMGEDIT build/rele

Re: Service Fabric

2016-12-19 Thread Ltc Hotspot
Here is a response from Microsoft as to your question, below: "I have discussed the issue internally and you can treat Hyper-V environment as standalone windows environments and deploy SF by following https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-for-windo

Fwd: [PATCH] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2016-12-19 Thread 'Rean Griffith' via OSv Development
cc dev list -- Forwarded message -- From: Rean Griffith Date: Mon, Dec 19, 2016 at 8:08 AM Subject: Re: [PATCH] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test To: Nadav Har'El Thanks for the review comments! I will make another pass. More replies

Re: Finish moving java/* to modules/java

2016-12-19 Thread Waldek Kozaczuk
Nadav, I have just sent 2 new patches - for osv source tree and another for apps - that replace all my previous related patches and combine those change. Regards, Waldek On Wed, Dec 7, 2016 at 1:11 AM, Waldek Kozaczuk wrote: > Based on my further investigation java/cloudius produces a cloudius

[PATCH] apps: Added openjdk8-zulu-compact3-with-java-beans and modified JDK java apps to allow building images in isolated or non-isolated mode

2016-12-19 Thread Waldemar Kozaczuk
Modified openjdk8-fedora ond openjdk9-ea-java-base to require new 'java-cmd' capability which can be provided during build process by adding either java-isolated or java-non-isolated to the list of modules (see examples below). The openjdk8-zulu-compactN apps on other hand implicitly include jav

[PATCH] Move java/* to modules/java* and modularize java images build process

2016-12-19 Thread Waldemar Kozaczuk
The main goal of this patch is to move java related artifacts and build logic from main makefile and folder ./java to relevant existing or new modules. Other goals are following: - minimize modules and corresponding artifacts that are part of default java image - modularize runjava to accomodate

Re: [PATCH] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2016-12-19 Thread Nadav Har'El
Hi, thanks for the patch! Some comments and requests below. On Mon, Dec 19, 2016 at 7:23 AM, 'rean' via OSv Development < osv-dev@googlegroups.com> wrote: > Signed-off-by: rean > --- > include/api/x64/bits/alltypes.h.sh | 4 +- > include/osv/latch.hh | 7 +++ > libc/pthread.cc