This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: [PATCH] adding cyg_hal_sys_readdir() and cyg_hal_sys_[fl]stat() calls to the synth target


Hi,

> On Mon, Jun 07, 2004 at 09:54:27AM +0200, Neundorf, Alexander wrote:
> > Hi,
> > 
> > the attached diff's add support for the readdir() and [lf]stat()
> > linux kernel calls to the ecos synthetic target. This is quite
> > useful when trying to simulate file system access with the synthetic
> > target.
> 
> Hi Alex.
> 
> I had a quick look at your 5 patches. They seems OK. But please could
> you submit them as one single partch relative the the packages
> directory. With the way you have done it i need to find each
> individual file in the eCos tree and apply the patch one at a time in
> the directory containing the file. Its much easier if i just have one
> patch to apply from the packages directory.
> 
> cvs diff -u
> 
> will do all the work for you, when run from the packages directory.
> 
>         Thanks
>                 Andrew

Here is the patch as one big file, diff'ed from ecos/packages/hal/ (creating the diff with cvs diff is a bit hard since I am behind a firewall).
It features the readdir(), lstat() and fstat() system calls and the accompanying data structures.
Would be nice if you could apply it to cvs

Bye
Alex
 

Attachment: ecos-packages-hal.diff
Description: ecos-packages-hal.diff

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]