Hi As a part of our mini-project for our college, we've been implementing a system event logger. We just want to log the system calls ( 1st step ). Going through arch/i386/kernel/entry.S, i don't find any generic handler that does any preprocessing for all the system calls. There is a call to the individual system calls directly using an offset. So, if i want to put a logger, will it make any difference if i put CALL at ret_from_sys_call ? regards Sridhar -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/