Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-09-25 Thread Sebastian Dransfeld
On 09/25/2012 06:01 PM, rustyBSD wrote: > Le 25/09/2012 15:57, Sebastian Dransfeld a écrit : >> Something like this (untested!!). > Hi, > I use malloc() because OpenBSD's secure rm > uses malloc too. > > I'm not sure mmap() is good, but I'll read some > documentation. > > In all cases, your patch d

Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-09-25 Thread rustyBSD
Le 25/09/2012 15:57, Sebastian Dransfeld a écrit : > Something like this (untested!!). Hi, I use malloc() because OpenBSD's secure rm uses malloc too. I'm not sure mmap() is good, but I'll read some documentation. In all cases, your patch doesn't work, as eina_file_map_all() give a read access. S

Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-09-25 Thread rustyBSD
Le 25/09/2012 15:57, Sebastian Dransfeld a écrit : > Something like this (untested!!). Hi, I use malloc() because OpenBSD's secure rm uses malloc too. I'm not sure mmap() is good, but I'll read some documentation. In all cases, your patch doesn't work, as eina_file_map_all() give a read access. S

Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-09-25 Thread Sebastian Dransfeld
On 09/24/2012 12:55 PM, Sebastian Dransfeld wrote: On 09/22/2012 08:29 PM, Enlightenment SVN wrote: Log: E17: Added secure delete option (experimental !). Wait for discomfitor to add it to EFM conf panel When removing a file, we store a E_FM_OP_DESTROY task, which overwrites file with

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/software_x11

2012-09-25 Thread Daniel Juyung Seo
svn b0rker! There is no evas_x_egl.h. Daniel Juyung Seo (SeoZ) On Tue, Sep 25, 2012 at 2:44 PM, Enlightenment SVN wrote: > Log: > this is the start of something inteteresting. it is the start of using > egl with software rendering only (no gl just egl). ie get access to > buffer and do swaps