Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc4 32 lines 445 B view raw
1#ifdef __NR_chmod 2__NR_chmod, 3#endif 4__NR_fchmod, 5#ifdef __NR_chown 6__NR_chown, 7__NR_lchown, 8#endif 9#ifdef __NR_fchown 10__NR_fchown, 11#endif 12__NR_setxattr, 13__NR_lsetxattr, 14__NR_fsetxattr, 15__NR_removexattr, 16__NR_lremovexattr, 17__NR_fremovexattr, 18#ifdef __NR_fchownat 19__NR_fchownat, 20__NR_fchmodat, 21#endif 22#ifdef __NR_chown32 23__NR_chown32, 24__NR_fchown32, 25__NR_lchown32, 26#endif 27#ifdef __NR_link 28__NR_link, 29#endif 30#ifdef __NR_linkat 31__NR_linkat, 32#endif