aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_script.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+10
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-1/+3
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-3/+1
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-1/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-10-16Allow recursion in binfmt_script and binfmt_miscGravatar Kirill A. Shutemov 1-2/+3
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowGravatar Pavel Emelyanov 1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+116