Re: [osol-code] Storing file attributes in Mercurial/HG ?

2008-02-07 Thread Mike Kupfer
> "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: Roland> Subversion has a feature which allows to store several Roland> attributes like "mimetype" and "character encoding" for a file - Roland> is there anything similar in Mercurial/HG Not that I'm aware of, but you could ask on [EMAIL P

[osol-code] Tracing IP stack for PING

2008-02-07 Thread Neale Ferguson
We have our system up to the stage where we can starting doing some networking stuff. ifconfig lo0 sets up our loopback device. When we ping 127.0.0.1 we never get a response. I've been able to verify that ping successfully executes the sendto() call and is now waiting on the pollsys syscall. I