About TODO

2001-10-15 Thread atle


I just finished some work and got some time to spare ... is NFS still in the TODO-list?

I saw in the latest tarball that 'Now there is an nfsd' - but examining the code gave 
some weird impressions of old age?
Was it Thomas Bushnell, 1993?
Not that I think Thomas is old, but I think his code is :-)
Atle

___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd



Re: removing an ext2fs file forces disk activity

2002-03-25 Thread Atle

Marcus Brinkmann wrote:
> 
> On Mon, Mar 25, 2002 at 04:18:05PM +0100, Philip Dodd wrote:
> > One of the things I first noticed when running the Hurd (particularly
> > because it was running with an old and very noisy HD) was the incredible
> > amount of disk activity compared with exactly the same box running any other
>
> have the pager).  However, I was wondering about whether this particular
> sequence of commands requires disk activity.  Maybe it's just a bug
> somewhere that can be fixed.
>
This is the place where I can mention the weirdest thing I have
experienced in connection with this sort of thing:

When running a telnet session from my Linux PC to a BSD box, I see the
disk lamp go on, and I hear the disk go 'chack' each time I press a key
on the keyboard!

I can not reproduce this with any sort of coherence, although I believe
it is related to my firewall settings ... but how?

I dotn' know if this can really be called a bug, since it does not
affect the functionality (to have this 'feature' removed would in any
case be called a non-functional requirement) but I thought it worth
mentioning as a folkloric item ...

J. Atle Ramsli, programming in Beta, Icon and Flex/Flint for Wine.

I am a verteran KMan programmer, and I also have some Comal experience.
My first programming experience was on a 20-user ND-100 running SinTran, 
a mainstream operating system for supermini-computers.

What do you mean 'never heard of it?'

___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd



Wrapper around macro around ...???

2001-11-27 Thread Jan Atle Ramsli


>  error_t
>  _hurd_ports_use (int which, error_t (*operate) (mach_port_t))
>  {
> +  if (_hurd_ports == NULL)
> +return ENOENT;
>return HURD_PORT_USE (&_hurd_ports[which], (*operate) (port));
>  }
> 
> END OF PATCH.

Could someone please explain what tihs function is doing?

It seems like every time I want to get involved with the Hurd, I see
things like these ...

With respect, but without reverence,
Atle

___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd