Re: golang and _is_executable and entry_point

2018-03-24 Thread Nadav Har'El
On Fri, Mar 23, 2018 at 3:21 PM, Waldek Kozaczuk wrote: > I am trying to avoid this code ("GoMain" part) in application constructor: > > _main = _lib->lookup("main"); > *if (!_main) {* > *_entry_point = _lib->lookup("GoMain");* > *}* > if (!_main && !_entry_point) { >

[COMMIT osv master] Enhanced ramfs implementation to handle time and mode node attributes

2018-03-24 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Enhanced ramfs implementation to handle time and mode node attributes This patch enhances ramfs implementation to handle time and mode node attributes. Additionally it adds extra checks in relevant places to enforce maximum name le