summaryrefslogtreecommitdiff
path: root/fs/binfmt_script.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+10
2012-12-21exec: do not leave bprm->interp on stackKees Cook1-1/+3
2012-12-18exec: use -ELOOP for max recursion depthKees Cook1-3/+1
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1
2012-03-21__register_binfmt() made voidAl Viro1-1/+2
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov1-2/+3
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov1-1/+1
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-07-19mm: variable length argument supportOllie Wild1-1/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+116