Re: Hai

2001-07-06 Thread Julien Laganier
ruct sysinfo *info); To browse the source code of open systems is the key :-) -- "Memory is like gasoline. You use it up when you are running. Of course you get it all back when you reboot..."; Actual explanation obtained from the Micro$oft help desk. -- Julien Laganier Stude

Re: code of ps command

2001-07-05 Thread Julien Laganier
you are running. Of course you get it all back when you reboot..."; Actual explanation obtained from the Micro$oft help desk. -- Julien Laganier Student Intern Sun Microsystem Laboratories - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: Regrding module programing

2001-07-04 Thread Julien Laganier
> I like to know whether the kernel modules concepts is > present only in linux (or) it is also supported in > some other flavour of unix operating systems. > Can any one please update me, regarding this ? I know that there's also kernel modules in Solaris, and possibly in all unix dialects. Jul

Re: Some experience of linux on a Laptop

2001-06-27 Thread Julien Laganier
John Nilsson wrote: > > Well I thought that it was time for me to give some feedback to the linux > community. So I will tell you guys a little of my experience with linux so > far. > > I have a Toshiba Portégé 3010CT laptop. That is: > 266MHz Pentium-MMX > 4GB HD with 512kb cache (which linux r

Fork vs GDB

2001-06-25 Thread Julien Laganier
Greetings, Does anyone knows how to debug a program which fork. It seems that gdb doesn't allow us to debug the child processes without calling 'sleep' in the child, and attach it to gdb (Except on HP-UX, but I choose to use Linux ;-)) ? Tnx. -- Julien Laganier Stu

Runsocks

2001-06-19 Thread Julien Laganier
I was searching for a source code of Runsocks. Does anybody knows where to find it ? Tnx -- Julien Laganier Student Intern Sun Microsystem Laboratories - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

linux-kernel@vger.kernel.org

2001-05-25 Thread Julien Laganier
Hi folks, I want to register a new Hook in the netfilter (from kernel 2.4.4) canvas for IP. The struct used for register is : struct nf_hook_ops { struct list_head list; /* User fills in from here down. */ nf_hookfn *hook; int pf; int hooknum; /*