cregit-Linux how code gets into the kernel

Release 4.8 arch/sh/include/asm/unistd.h

# ifdef CONFIG_SUPERH32
#  include <asm/unistd_32.h>
# else
#  include <asm/unistd_64.h>
# endif


# define __ARCH_WANT_OLD_READDIR

# define __ARCH_WANT_OLD_STAT

# define __ARCH_WANT_STAT64

# define __ARCH_WANT_SYS_ALARM

# define __ARCH_WANT_SYS_GETHOSTNAME

# define __ARCH_WANT_SYS_IPC

# define __ARCH_WANT_SYS_PAUSE

# define __ARCH_WANT_SYS_SIGNAL

# define __ARCH_WANT_SYS_TIME

# define __ARCH_WANT_SYS_UTIME

# define __ARCH_WANT_SYS_WAITPID

# define __ARCH_WANT_SYS_SOCKETCALL

# define __ARCH_WANT_SYS_FADVISE64

# define __ARCH_WANT_SYS_GETPGRP

# define __ARCH_WANT_SYS_LLSEEK

# define __ARCH_WANT_SYS_NICE

# define __ARCH_WANT_SYS_OLD_GETRLIMIT

# define __ARCH_WANT_SYS_OLD_UNAME

# define __ARCH_WANT_SYS_OLDUMOUNT

# define __ARCH_WANT_SYS_SIGPENDING

# define __ARCH_WANT_SYS_SIGPROCMASK

# define __ARCH_WANT_SYS_FORK

# define __ARCH_WANT_SYS_VFORK

# define __ARCH_WANT_SYS_CLONE

#include <uapi/asm/unistd.h>

Overall Contributors

PersonTokensPropCommitsCommitProp
paul mundtpaul mundt7079.55%225.00%
al viroal viro910.23%112.50%
david howellsdavid howells33.41%225.00%
pre-gitpre-git22.27%112.50%
khem rajkhem raj22.27%112.50%
david woodhousedavid woodhouse22.27%112.50%
Total88100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.