#include <linux/linkage.h> #include <linux/errno.h> #include <asm/unistd.h> /* we can't #include <linux/syscalls.h> here, but tell gcc to not warn with -Wmissing-prototypes */ asmlinkage long sys_ni_syscall(void); /* * Non-implemented system calls get redirected here. */
asmlinkage long sys_ni_syscall(void) { return -ENOSYS; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
peter chubb | peter chubb | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
matt mackall | matt mackall | 238 | 21.19% | 3 | 4.00% |
peter chubb | peter chubb | 221 | 19.68% | 1 | 1.33% |
iulia manda | iulia manda | 70 | 6.23% | 1 | 1.33% |
hyok s. choi | hyok s. choi | 51 | 4.54% | 1 | 1.33% |
kevin cernekee | kevin cernekee | 35 | 3.12% | 1 | 1.33% |
davide libenzi | davide libenzi | 33 | 2.94% | 4 | 5.33% |
thomas petazzoni | thomas petazzoni | 30 | 2.67% | 2 | 2.67% |
al viro | al viro | 26 | 2.32% | 4 | 5.33% |
ingo molnar | ingo molnar | 26 | 2.32% | 3 | 4.00% |
stephen rothwell | stephen rothwell | 25 | 2.23% | 4 | 5.33% |
christopher yeoh | christopher yeoh | 20 | 1.78% | 1 | 1.33% |
josh triplett | josh triplett | 20 | 1.78% | 2 | 2.67% |
ulrich drepper | ulrich drepper | 20 | 1.78% | 5 | 6.67% |
david s. miller | david s. miller | 20 | 1.78% | 1 | 1.33% |
anton blanchard | anton blanchard | 18 | 1.60% | 3 | 4.00% |
david howells | david howells | 16 | 1.42% | 1 | 1.33% |
dave hansen | dave hansen | 16 | 1.42% | 1 | 1.33% |
aneesh kumar | aneesh kumar | 16 | 1.42% | 2 | 2.67% |
robert love | robert love | 15 | 1.34% | 1 | 1.33% |
fabian frederick | fabian frederick | 15 | 1.34% | 2 | 2.67% |
christoph lameter | christoph lameter | 15 | 1.34% | 3 | 4.00% |
heiko carstens | heiko carstens | 13 | 1.16% | 2 | 2.67% |
eric paris | eric paris | 11 | 0.98% | 2 | 2.67% |
kees cook | kees cook | 11 | 0.98% | 2 | 2.67% |
alexey ishchuk | alexey ishchuk | 10 | 0.89% | 1 | 1.33% |
arnaldo carvalho de melo | arnaldo carvalho de melo | 10 | 0.89% | 1 | 1.33% |
eric w. biederman | eric w. biederman | 10 | 0.89% | 1 | 1.33% |
arnd bergmann | arnd bergmann | 10 | 0.89% | 1 | 1.33% |
adrian bunk | adrian bunk | 8 | 0.71% | 1 | 1.33% |
david drysdale | david drysdale | 6 | 0.53% | 1 | 1.33% |
mathieu desnoyers | mathieu desnoyers | 6 | 0.53% | 1 | 1.33% |
cyrill gorcunov | cyrill gorcunov | 6 | 0.53% | 1 | 1.33% |
alexei starovoitov | alexei starovoitov | 6 | 0.53% | 1 | 1.33% |
eric b munson | eric b munson | 5 | 0.45% | 1 | 1.33% |
vasily tarasov | vasily tarasov | 5 | 0.45% | 1 | 1.33% |
zach brown | zach brown | 5 | 0.45% | 1 | 1.33% |
christoph hellwig | christoph hellwig | 5 | 0.45% | 1 | 1.33% |
david herrmann | david herrmann | 5 | 0.45% | 1 | 1.33% |
andrea arcangeli | andrea arcangeli | 5 | 0.45% | 1 | 1.33% |
atsushi nemoto | atsushi nemoto | 5 | 0.45% | 1 | 1.33% |
vivek goyal | vivek goyal | 5 | 0.45% | 1 | 1.33% |
andy lutomirski | andy lutomirski | 5 | 0.45% | 1 | 1.33% |
andrew morton | andrew morton | 5 | 0.45% | 1 | 1.33% |
randy dunlap | randy dunlap | 5 | 0.45% | 1 | 1.33% |
thomas gleixner | thomas gleixner | 5 | 0.45% | 1 | 1.33% |
paul mackerras | paul mackerras | 5 | 0.45% | 1 | 1.33% |
wang chen | wang chen | 5 | 0.45% | 1 | 1.33% |
Total | 1123 | 100.00% | 75 | 100.00% |