[PATCH] improve url parsing for openjdk8-zulu-full

2018-09-04 Thread geraldo netto
for some reason the parsing of openjdk8 (zulu full) was broken so, based on [1] we first extract all elements and then we extract the latest version available [1] https://stackoverflow.com/questions/1881237/easiest-way-to-extract-the-urls-from-an-html-page-using-sed-or-awk-only Signed-off-by:

general protection fault on Tomcat9 with HTTP NIO2

2018-09-04 Thread Geraldo Netto
Dear Friends, How are you doing? I found some free time to play around with OSv and I just finished a set of patches to upgrade Tomcat from 8 to 9 Built the image with the following command line: netto@morpheus:~/Desktop/osv/osv-tomcat9$ scripts/build image=openjdk8-zulu-full,tomcat Everything

[PATCH 2/2] tomcat: reorganise patches

2018-09-04 Thread geraldo netto
reorganise patches to make it easier to change in the future Signed-off-by: geraldo netto --- tomcat/patches/perf/0001-add-admin-user.patch | 32 +++ .../perf/0001-configure-web-admin-user.patch | 31 -- .../0002-grant-admin-gui-to-tomcat-user.patch | 26

[PATCH 1/2] tomcat: upgrade from 8.0.15 to 9.0.11

2018-09-04 Thread geraldo netto
Signed-off-by: geraldo netto --- tomcat/GET | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/tomcat/GET b/tomcat/GET index 0a21749..a15be5f 100755 --- a/tomcat/GET +++ b/tomcat/GET @@ -1,32 +1,34 @@ #!/usr/bin/env bash set -e -MAJOR=8

[PATCH 0/2] tomcat: upgrade from tomcat 8 to tomcat 9

2018-09-04 Thread geraldo netto
these 2 patches upgrade tomcat version from 8.0.15 to 9.0.11 the patches applied on tomcat were reorganised to make it easier to tune in the future HTTP NIO connector is used instead of HTTP NIO2 connector because of general protection fault (see past emails) geraldo netto (2): tomcat:

[COMMIT osv master] Makefile: unbreak aarch64 build

2018-09-04 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Makefile: unbreak aarch64 build We (at least, currently) can only build loader.bin on x64 architecture, so don't try to build it by default on aarch64 architecture. Before this patch, "make arch=aarch64" failed. Signed-off-by: Nadav

Jenkins build is back to normal : osv-build #1416

2018-09-04 Thread jenkins
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[COMMIT osv master] Makefile: fix misleading message

2018-09-04 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Makefile: fix misleading message When compiling a "file.S", the Makefile used to print that it is compiling "file.s" (with a lowercase s). Fix that. Signed-off-by: Nadav Har'El --- diff --git a/Makefile b/Makefile --- a/Makefile +++

Re: [PATCH V2] Revive multiboot mode

2018-09-04 Thread Nadav Har'El
Hi, thanks, I committed this, but also have some questions below. On Fri, Aug 31, 2018 at 8:34 PM, Waldemar Kozaczuk wrote: > This patch revives old boot32/loader.bin mode which > apparently was used to boot OSv in multiboot mode > (aka -kernel with qemu). > > Please note that there are some