aboutsummaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyGravatar Masami Hiramatsu 1-0/+1
2010-01-29Split 'flush_old_exec' into two functionsGravatar Linus Torvalds 1-0/+1
2009-12-17mm: introduce coredump parameter structureGravatar Masami Hiramatsu 1-1/+9
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceGravatar Oleg Nesterov 1-1/+1
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexGravatar Oleg Nesterov 1-0/+1
2009-05-02alpha: binfmt_aout fixGravatar Ivan Kokshaysky 1-1/+13
2009-04-02struct linux_binprm: drop unused fieldsGravatar Kirill A. Shutemov 1-2/+1
2009-01-06fs/exec.c: make do_coredump() voidGravatar WANG Cong 1-1/+1
2009-01-06binfmts.h: include list.hGravatar Hiroshi Shimamoto 1-0/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-6/+10
2008-10-16Allow recursion in binfmt_script and binfmt_miscGravatar Kirill A. Shutemov 1-0/+2
2008-10-16alpha: introduce field 'taso' into struct linux_binprmGravatar Kirill A. Shutemov 1-0/+3
2008-07-24security: protect legacy applications from executing with insufficient privilegeGravatar Andrew G. Morgan 1-1/+1
2008-05-16[PATCH] get rid of leak in compat_execve()Gravatar Al Viro 1-0/+1
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowGravatar Pavel Emelyanov 1-1/+2
2008-04-29exec: remove argv_len from struct linux_binprmGravatar Tetsuo Handa 1-1/+0
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-1/+2
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeGravatar Neil Horman 1-1/+1
2007-10-17Make unregister_binfmt() return voidGravatar Alexey Dobriyan 1-1/+1
2007-10-17Use list_head in binfmt handlingGravatar Alexey Dobriyan 1-1/+1
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-5/+13
2007-07-19audit: rework execve auditGravatar Peter Zijlstra 1-0/+1
2007-05-17make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ...Gravatar Dan Aloni 1-0/+2
2007-02-13[PATCH] x86: Don't require the vDSO for handling a.out signalsGravatar Andi Kleen 1-0/+1
2005-06-23[PATCH] setuid core dumpGravatar Alan Cox 1-0/+5
2005-05-05[PATCH] make some things staticGravatar Adrian Bunk 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+87