[COMMIT osv-apps master] lua-hello: add Lua example

2018-03-11 Thread Commit Bot
From: netto Committer: Nadav Har'El Branch: master lua-hello: add Lua example this patch has 3 files: - hello.lua (our example) - module.py (add Lua as dependency for this package and pass hello.lua as parameter) - usr.manifest (defines the final path of hello.lua) Signed-off-by: netto Me

[COMMIT osv-apps master] lua-hello: add documentation explaining how to run Lua scripts on OSv

2018-03-11 Thread Commit Bot
From: netto Committer: Nadav Har'El Branch: master lua-hello: add documentation explaining how to run Lua scripts on OSv this is just the markdown explaining how to run custom Lua scripts on OSv Signed-off-by: netto Message-Id: <1520653140-2062-2-git-send-email-geraldone...@gmail.com> --- d

[COMMIT osv master] update apps submodule

2018-03-11 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master update apps submodule Signed-off-by: Nadav Har'El --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit f535b6372eec38b7e8671faffbd6374ce1524bce +Subproject commit 39dcaead5883866ca201eeeb600966f9af563daf

Build failed in Jenkins: osv-build #1339

2018-03-11 Thread jenkins
See Changes: [Nadav Har'El] update apps submodule -- [...truncated 142.88 KB...] Adding /tests/misc-fsx.so... Adding /tests/tst-sleep.so... Adding /tests/tst-resolve.so..

[COMMIT osv-apps master] groonga: fix path separator

2018-03-11 Thread Commit Bot
From: geraldo netto Committer: Nadav Har'El Branch: master groonga: fix path separator fix path separator that way manifest_common.py does not fail when building groonga build was tested on linux mint 18.3 Signed-off-by: geraldo netto Message-Id: <1520545577-10145-1-git-send-email-geraldo

Re: [PATCH] groonga: fix path separator

2018-03-11 Thread Nadav Har'El
On Fri, Mar 9, 2018 at 3:29 PM, Geraldo Netto wrote: > Dear Friends, > > I was doing more tests and for some reason, libz and libedit are not been > included for groonga > So this should have worked (of course the better way is to add the "requires" in module.py) - scripts/build image=groonga,l

Re: [PATCH] groonga: fix path separator

2018-03-11 Thread Nadav Har'El
On Fri, Mar 9, 2018 at 11:15 PM, Geraldo Netto wrote: > Dear Friends, > > I was trying to reproduce the same issue on fedora 27 > So, I installed fedora 27 from scratch with all standard configuration > (eg: next-next-finish) > and I end up finding something else... > It seems, for some reason, d

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-03-11 Thread lolo sami
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

[PATCH v2] Implement switch to separate SYSCALL call stack

2018-03-11 Thread Waldemar Kozaczuk
This patch implements separate syscall call stack needed when runtimes like Golang use SYSCALL instruction to execute system calls. More specifically in case of Golang tiny stacks used by coroutines are not deep enough to execute system calls on OSv which handles them as regular function calls. In