On Mon, 5 Jul 2004, so usp wrote: > I have looked into a lot of source files, but I´m not > finding the sys_fork function. Isn´t it supposed to be > into fork.c? There I just found the do_fork(). So, > where is the sys_fork() syscall function? Generic answer: $ cd linux $ make tags $ vi -t sys_fork Specific answer: You'll find that the sys_fork function is in architecture specific code, because it is slightly different on the different architectures... cheers, Rik -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/