ARMATURA

2002-06-02 Thread viktor
ïïï «íëó» óÁÎËÔ-ðÅÔÅÒÂÕÒÇ õ×ÁÖÁÅÍÙÅ ÇÏÓÐÏÄÁ! ëÕÐÉÍ: 1) úÁÄ×ÉÖËÕ 30ÎÖ946ÎÖ ÉÌÉ 30ÎÖ46ÎÖ äÕ 600ÍÍ, òÕ 6ËÇ –1ÛÔ 2) úÁÄ×ÉÖËÉ 30Ó964ÎÖ äÕ 1000ÍÍ, òÕ 25ËÇ – 5ÛÔ 3) úÁÄ×ÉÖËÉ 30Ó941ÎÖ äÕ 1000ÍÍ, òÕ 16ËÇ – 2ÛÔ 4) úÁÄ×ÉÖËÉ 30Ó915ÎÖ äÕ 500ÍÍ, òÕ 40ËÇ –5

Re: netfs part of a console server with server-client model

2002-06-02 Thread Thomas Bushnell, BSG
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > Nice try. I know what it is used for in diskfs_lookup_hard, but > netfs_attempt_lookup is different. See the code in netfs_S_dir_lookup. Eek, hrm. > If it was the intention to work the same as diskfs_lookup_hard here, we > should either change

Re: netfs part of a console server with server-client model

2002-06-02 Thread Marcus Brinkmann
On Sun, Jun 02, 2002 at 12:54:13PM -0700, Thomas Bushnell, BSG wrote: > Marcus Brinkmann <[EMAIL PROTECTED]> writes: > > > There are several such places where an error is returned instead failing > > with an assertion. Mmmh. It doesn't matter too much either way. > > EAGAIN here is not an erro

Re: netfs part of a console server with server-client model

2002-06-02 Thread Thomas Bushnell, BSG
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > There are several such places where an error is returned instead failing > with an assertion. Mmmh. It doesn't matter too much either way. EAGAIN here is not an error at all. Replacing it with an assertion would be a horrible bug. See the interf

Re: netfs part of a console server with server-client model

2002-06-02 Thread Thomas Bushnell, BSG
Wolfgang Jährling <[EMAIL PROTECTED]> writes: > > if (strcmp (name, "..") == 0) > > { > > /* Parent directory -- if this is the root directory, return > > EAGAIN. Otherwise return the root node, because we know > > that our hierarchy is only one level deep. */ > >

ILIé“`ƒpƒbƒN’l‰º‚°I

2002-06-02 Thread nana
Title: 5800‰~‚ÅDM”­‘—‘ãsŠJ‹Æ é“`‚É‚àÅ‚‚ÈDMƒpƒbƒNI ‘啝’l‰º‚°I‚T‚W‚O‚O‰~‚Å‚²’ñ‹ŸI ¡Aé“`‚ōłàŒø‰Ê‚ª‚ ‚é‚Ì‚ÍDM‚Å‚·B ‚±‚ÌDMƒpƒbƒN‚Í‚Ù‚ñ‚Ì‚¿‚å‚Á‚Ƃ̃AƒCƒfƒA‚â“w—Í‚Å ’N‚Å‚àŒŽ‚É‚R‚O–œ `‚U‚O–œ‰~‚ÌŽû“ü‚𓾂鎖‚ÍŠÈ’P‚È‚ñ‚Å‚·B DM”­‘—‘ãsŠJ‹Æ‚É‚àƒpƒbƒ`ƒŠ‚Å‚µ‚傤B šˆÈ‰º‚ª¡‰ñŽ„‚Ì’ñ‹Ÿ‚·‚é“à

APRENDA O MEJORE SUS IDIOMAS EN VERANO

2002-06-02 Thread London Language Institute
LONDON LANGUAGE INSTITUTE Información y reservas Tel.902180066 Fax 934319444 londonlanguages CLASES CON PROFESOR PRESENCIAL. ESTE VERANO APROVECHE LA OPORTUNIDAD MODULO DE MANTENIMIENTO O AMPLIACION DE CONOCIMIENTOS para aprender IDIOMAS, nuestros profesores se desplazan a su oficina o domici

Re: netfs part of a console server with server-client model

2002-06-02 Thread Marcus Brinkmann
On Sun, Jun 02, 2002 at 01:12:41PM +0200, Wolfgang J?hrling wrote: > > error_t > > netfs_attempt_lookup (struct iouser *user, struct node *dir, > > char *name, struct node **node) > > { > [...] > > if (strcmp (name, "..") == 0) > > { > > /* Parent directory -- if

APRENDA O MEJORE SUS IDIOMAS EN VERANO

2002-06-02 Thread London Language Institute
LONDON LANGUAGE INSTITUTE Información y reservas Tel.902180066 Fax 934319444 londonlanguages CLASES CON PROFESOR PRESENCIAL. ESTE VERANO APROVECHE LA OPORTUNIDAD MODULO DE MANTENIMIENTO O AMPLIACION DE CONOCIMIENTOS para aprender IDIOMAS, nuestros profesores se desplazan a su oficina o domici

Re: netfs part of a console server with server-client model

2002-06-02 Thread Wolfgang Jährling
[Switching to help-hurd.] Marcus Brinkmann <[EMAIL PROTECTED]> wrote: > Any comments welcome, of course! I don't have a comment (except for that I like the coding style), but I have a question: > error_t > netfs_attempt_lookup (struct iouser *user, struct node *dir, > char