LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   unimplemented syscalls (https://www.linuxquestions.org/questions/linux-kernel-70/unimplemented-syscalls-832112/)

suresh.j 09-14-2010 11:48 AM

unimplemented syscalls
 
hi
can any one say some unimplemented syscalls which are not used like thread_size which i can include in kernel/sys.c.
thank you in advance

necro351 09-15-2010 09:03 AM

looking through syscall numbers
 
Generally, cat linux-2.6/arch/x86/kernel/syscall_table_32.S and this shows a list of the Linux system calls. System call numbers whose element in the table point to sys_ni_syscall are not in use generally, though the comment to the right gives some context. You can get a copy of the kernel sources from kernel.org.


All times are GMT -5. The time now is 06:54 PM.