aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro1-47/+25
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its partsAl Viro1-9/+2
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky1-3/+4
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov1-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov1-9/+10
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31check_unsafe_exec() doesn't care about signal handlers sharingAl Viro1-5/+2
2009-03-31New locking/refcounting for fs_structAl Viro1-5/+26
2009-03-28fix setuid sometimes doesn'tHugh Dickins1-7/+3
2009-03-24Merge branch 'master' into nextJames Morris1-6/+22
2009-02-12Add in_execve flag into task_struct.Kentaro Takeda1-0/+3
2009-02-07CRED: Fix SUID exec regressionDavid Howells1-6/+22
2009-02-06Merge branch 'master' into nextJames Morris1-58/+22
2009-02-06integrity: IMA hooksMimi Zohar1-0/+10
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong1-2/+2
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa1-0/+5
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro1-39/+0
2008-12-31kill vfs_permissionChristoph Hellwig1-2/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+3
2008-12-25Merge branch 'next' into for-linusJames Morris1-74/+109
2008-12-12posix-timers: simplify de_thread()->exit_itimers() pathOleg Nesterov1-5/+3
2008-12-09tracehook: exec double-reporting fixRoland McGrath1-1/+9
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-63/+86
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-10/+21
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-2/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-9/+9
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov1-4/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+3
2008-10-16pid_ns: de_thread: kill the now unneeded ->child_reaper changeOleg Nesterov1-2/+0
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-1/+1
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron1-1/+1
2008-10-17remove CONFIG_KMOD from fsJohannes Berg1-6/+3
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins1-0/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-4/+10
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro1-0/+7
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig1-28/+30
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-2/+2
2008-07-26tracehook: execRoland McGrath1-8/+4
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov1-8/+5
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-3/+22
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-0/+2
2008-07-25coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov1-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-1/+1
2008-07-25coredump: simplify core_state->nr_threads calculationOleg Nesterov1-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-10/+11