Re: httpfs, tarfs --help

2001-12-21 Thread Marcus Brinkmann
On Fri, Dec 21, 2001 at 03:16:34PM +0100, Jeroen Dekkers wrote: > On Fri, Dec 21, 2001 at 01:39:39PM +0100, Marcus Brinkmann wrote: > > However, if you don't pass an argument to tarfs, it can assume that the tar > > file is what we call the underlying file of the translator. > > > > If you have a

ext2fs/devio.c

2001-12-21 Thread Neal H Walfield
On Oct 12, 1995, Miles removed ext2fs/devio.c, however, he did not delete it from cvs, cf.: Thu Oct 12 18:16:00 1995 Miles Bader <[EMAIL PROTECTED]> * Makefile (SRCS): Remove devio.c, add msg.c. ___ Bug-hurd mailing

Re: tar file system

2001-12-21 Thread Thomas Bushnell, BSG
Neal H Walfield <[EMAIL PROTECTED]> writes: > I disagree; libdiskfs should be used. Quite right. > Embracing the Unix philosophy, the implementation should be as lazy as > possible, i.e. it should wait until the very last minute to actually > fill in the data structures rather than doing all of

Re: tar file system

2001-12-21 Thread Neal H Walfield
>> Basically what libraries, i need to use -- i think libdiskfs will be >> needed! > > No, you should use libnetfs, because the nodes in the directory > hierarchy provided by tarfs are "virtual" - in a way. I disagree; libdiskfs should be used. >From what I understand, libdiskfs is designed for

Re: emulating no-senders notifications in L4?

2001-12-21 Thread Thomas Bushnell, BSG
Espen Skoglund <[EMAIL PROTECTED]> writes: > If the handler doesn't do > so the task will merely loop on generating exception, but this is not > much different from a task going into an endless programmed loop. Except that traditionally in Unix such tasks get blown away with SIGILL, and we shoul

Re: httpfs, tarfs --help

2001-12-21 Thread Moritz Schulte
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > Running gzippped and bzip2'd binaries is already supported in exec > IIRC. Well, that support - at least for gzipped binaries - is broken. moritz -- [EMAIL PROTECTED] - http://duesseldorf.ccc.de/~moritz/ GPG fingerprint = 3A14 3923 1

Re: emulating no-senders notifications in L4?

2001-12-21 Thread Espen Skoglund
[Niels Möller] >> And a task can not die violently since if it raises an exception >> this exception is delivered to an exception handler thread which >> can handle this situation. > Is this thread running inside the task in question or in some other > task? Either inside the task or in some oth

Re: httpfs, tarfs --help

2001-12-21 Thread Jeroen Dekkers
On Fri, Dec 21, 2001 at 06:43:32PM +, Adam Olsen wrote: > On Fri, Dec 21, 2001 at 07:24:46PM +0100, Jeroen Dekkers wrote: > > You are right. But it is still possible in the tarfs case. If you want > > to manipulate the file, you edit foo.tar. If you want the directory > > tree, it's foo.tar/.

Re: httpfs, tarfs --help

2001-12-21 Thread Jeroen Dekkers
On Fri, Dec 21, 2001 at 10:22:41AM -0800, James Morrison wrote: > --- Adam Olsen <[EMAIL PROTECTED]> wrote: > > There's two ways for an app to support gzipped files: > > a) within the app itself, by recognising files with a .gz extension > > This is bad, extensions should not be trusted.

Re: httpfs, tarfs --help

2001-12-21 Thread Adam Olsen
On Fri, Dec 21, 2001 at 07:24:46PM +0100, Jeroen Dekkers wrote: > On Fri, Dec 21, 2001 at 06:08:25PM +, Adam Olsen wrote: > > On Fri, Dec 21, 2001 at 05:02:52PM +0100, Jeroen Dekkers wrote: > > > On Fri, Dec 21, 2001 at 03:34:02PM +, Adam Olsen wrote: > > > > 3) as 2, but triggered when yo

Re: httpfs, tarfs --help

2001-12-21 Thread Adam Olsen
On Fri, Dec 21, 2001 at 10:22:41AM -0800, James Morrison wrote: > --- Adam Olsen <[EMAIL PROTECTED]> wrote: > > There's two ways for an app to support gzipped files: > > a) within the app itself, by recognising files with a .gz extension > > This is bad, extensions should not be trusted.

Re: httpfs, tarfs --help

2001-12-21 Thread Jeroen Dekkers
On Fri, Dec 21, 2001 at 06:08:25PM +, Adam Olsen wrote: > On Fri, Dec 21, 2001 at 05:02:52PM +0100, Jeroen Dekkers wrote: > > On Fri, Dec 21, 2001 at 03:34:02PM +, Adam Olsen wrote: > > > 3) as 2, but triggered when you you have a "foo.tar.gz" file and try > > > to open "foo". Probably us

Re: httpfs, tarfs --help

2001-12-21 Thread James Morrison
--- Adam Olsen <[EMAIL PROTECTED]> wrote: > There's two ways for an app to support gzipped files: > a) within the app itself, by recognising files with a .gz extension This is bad, extensions should not be trusted. Magic can be used to determine if a file is compressed, and if so what li

Re: libnetfs --examples

2001-12-21 Thread Moritz Schulte
arun v <[EMAIL PROTECTED]> writes: > Can any one suggest some good sample pgms. implemented using > libnetfs. $ find . -name "*.c" | xargs grep "netfs_init ();" ./ftpfs/ftpfs.c: netfs_init (); ./hostmux/hostmux.c: netfs_init (); ./nfs/main.c: netfs_init (); ./usermux/usermux.c: netfs_init ()

Re: httpfs, tarfs --help

2001-12-21 Thread Adam Olsen
On Fri, Dec 21, 2001 at 05:02:52PM +0100, Jeroen Dekkers wrote: > On Fri, Dec 21, 2001 at 03:34:02PM +, Adam Olsen wrote: > > On Fri, Dec 21, 2001 at 03:16:34PM +0100, Jeroen Dekkers wrote: > > > On Fri, Dec 21, 2001 at 01:39:39PM +0100, Marcus Brinkmann wrote: > > > > However, if you don't pa

libnetfs --examples

2001-12-21 Thread arun v
hi, Can any one suggest some good sample pgms. implemented using libnetfs. Like we have hello.c and null.c for libtrivfs :-). Arun. __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http

Party with porn stars

2001-12-21 Thread onazeepictures
Hey everyone, Ever wanted to party with your favorite porn stars?? Well, now you can!! That's right. We at Ona zee pictures are constantly getting hundreds if not thousands of emails and phone calls from people asking how they can meet there favorite porn stars, so this is what we've decided to

Re: httpfs, tarfs --help

2001-12-21 Thread Jeroen Dekkers
On Fri, Dec 21, 2001 at 03:34:02PM +, Adam Olsen wrote: > On Fri, Dec 21, 2001 at 03:16:34PM +0100, Jeroen Dekkers wrote: > > On Fri, Dec 21, 2001 at 01:39:39PM +0100, Marcus Brinkmann wrote: > > > However, if you don't pass an argument to tarfs, it can assume that the tar > > > file is what w

You are unsubscribed!

2001-12-21 Thread onazeepictures
You have been unsubscribed from the Ona Zee Hot Release List and if you ever wish to re-subscibe just do so at our website. Ona ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

You are unsubscribed!

2001-12-21 Thread onazeepictures
You have been unsubscribed from the Ona Zee Hot Release List and if you ever wish to re-subscibe just do so at our website. Ona ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: httpfs, tarfs --help

2001-12-21 Thread Adam Olsen
On Fri, Dec 21, 2001 at 03:16:34PM +0100, Jeroen Dekkers wrote: > On Fri, Dec 21, 2001 at 01:39:39PM +0100, Marcus Brinkmann wrote: > > However, if you don't pass an argument to tarfs, it can assume that the tar > > file is what we call the underlying file of the translator. > > > > If you have a

Party with porn stars

2001-12-21 Thread onazeepictures
Hey everyone, Ever wanted to party with your favorite porn stars?? Well, now you can!! That's right. We at Ona zee pictures are constantly getting hundreds if not thousands of emails and phone calls from people asking how they can meet there favorite porn stars, so this is what we've decided to

Re: tar file system

2001-12-21 Thread Moritz Schulte
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > You can find the current format used by GNU tar in the comments of > the code IIRC. It's info page describes the different formats too. moritz -- [EMAIL PROTECTED] - http://duesseldorf.ccc.de/~moritz/ GPG fingerprint = 3A14 3923 15BE

Re: httpfs, tarfs --help

2001-12-21 Thread Jeroen Dekkers
On Fri, Dec 21, 2001 at 01:39:39PM +0100, Marcus Brinkmann wrote: > However, if you don't pass an argument to tarfs, it can assume that the tar > file is what we call the underlying file of the translator. > > If you have a file /tmp/foo, you can put a translator on /tmp/foo while > keeping the o

Re: tar file system

2001-12-21 Thread Jeroen Dekkers
On Thu, Dec 20, 2001 at 11:42:45PM -0800, arun v wrote: > Hi, > > I would like to give a try for tarfs. > > Can you please guide me, in how to proceed ahead with > the work? Moritz already said the hurd aspects of tarfs in his mail, I'm not going to repeat them here. I already have thought abou

Re: tar file system

2001-12-21 Thread Moritz Schulte
arun v <[EMAIL PROTECTED]> writes: > Basically what libraries, i need to use -- i think libdiskfs will be > needed! No, you should use libnetfs, because the nodes in the directory hierarchy provided by tarfs are "virtual" - in a way. > How can i extract the tar files to directory? I think you'