Re: [Cegcc-devel] getenv/setenv

2009-07-19 Thread Vincent R.
On Sun, 19 Jul 2009 18:55:23 +0200, mobi phil wrote: > I started to edit the wiki... please do it yourself. > > > I mentioned an idea how I would implement the getenv/setenv, if it would be > possible... So I would write a kernel driver that if could intercept > process creation events, then it

Re: [Cegcc-devel] getenv/setenv

2009-07-19 Thread mobi phil
I started to edit the wiki... please do it yourself. I mentioned an idea how I would implement the getenv/setenv, if it would be possible... So I would write a kernel driver that if could intercept process creation events, then it would always copy environment from parent process etc/etc. Anybo

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread Vincent Torri
On Wed, 8 Jul 2009, Klaus Rechert wrote: > Hi, > > take a look at > > http://svn.enlightenment.org/svn/e/trunk/PROTO/evil/ note that this is a trick. I just managed the registrery to simulate setenv/getenv/putenv. Contrary to the unix commands, the environment variables created by those funct

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread Vincent Torri
On Wed, 8 Jul 2009, mobi phil wrote: cegcc library implements its own getenv/setenv... I wanted to know under witch registry key... i don't think that cegcc uses a registry key, but use instead a static buffer Vincent what about the kernel driver ? On Wed, Jul 8, 2009 at 6:02 PM, Vin

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread mobi phil
cegcc library implements its own getenv/setenv... I wanted to know under witch registry key... what about the kernel driver ? On Wed, Jul 8, 2009 at 6:02 PM, Vincent Torri wrote: > > > On Wed, 8 Jul 2009, Klaus Rechert wrote: > > Hi, >> >> take a look at >> >> http://svn.enlightenment.org/svn/

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread Klaus Rechert
Hi, take a look at http://svn.enlightenment.org/svn/e/trunk/PROTO/evil/ There is already an implementation available. Cheers Klaus > Hello, > > what is the model fer getenv/setenv? I tried to set values in > HKCU/env, but does not seem to work... > > the registry is not the best thing

[Cegcc-devel] getenv/setenv

2009-07-08 Thread mobi phil
Hello, what is the model fer getenv/setenv? I tried to set values in HKCU/env, but does not seem to work... the registry is not the best thing probably... I wonder if one could write a driver that would extend the kernel data associated to the processes among others environmnt etc. -- rgrds, mo