aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/binfmts.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+0
2012-12-20exec: do not leave bprm->interp on stackKees Cook1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-4/+0
2012-12-17exec: use -ELOOP for max recursion depthKees Cook1-2/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-18/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+6
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-5/+0
2012-10-06coredump: make core dump functionality optionalAlex Kelly1-0/+4
2012-09-30generic kernel_execve()Al Viro1-0/+5
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-0/+1
2012-03-20__register_binfmt() made voidAl Viro1-5/+5
2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-1/+2
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-0/+1
2011-04-09exec: unify do_execve/compat_do_execve codeOleg Nesterov1-4/+0
2011-01-13binfmt_elf: cleanupsMikael Pettersson1-3/+2
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov1-0/+4
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov1-0/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu1-0/+1
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-0/+1
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu1-1/+9
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov1-1/+1
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov1-0/+1
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky1-1/+13
2009-04-02struct linux_binprm: drop unused fieldsKirill A. Shutemov1-2/+1
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong1-1/+1
2009-01-06binfmts.h: include list.hHiroshi Shimamoto1-0/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-6/+10
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov1-0/+2
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-0/+3
2008-07-24security: protect legacy applications from executing with insufficient privilegeAndrew G. Morgan1-1/+1
2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro1-0/+1
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov1-1/+2
2008-04-29exec: remove argv_len from struct linux_binprmTetsuo Handa1-1/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-1/+2
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman1-1/+1
2007-10-17Make unregister_binfmt() return voidAlexey Dobriyan1-1/+1
2007-10-17Use list_head in binfmt handlingAlexey Dobriyan1-1/+1
2007-07-19mm: variable length argument supportOllie Wild1-5/+13
2007-07-19audit: rework execve auditPeter Zijlstra1-0/+1
2007-05-17make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename sizeDan Aloni1-0/+2
2007-02-13[PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen1-0/+1
2005-06-23[PATCH] setuid core dumpAlan Cox1-0/+5
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+87