aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath1-0/+26
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath1-10/+20
2008-07-16ptrace children revampRoland McGrath1-107/+119
2008-07-16do_wait reorganizationRoland McGrath1-80/+135
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe1-0/+1
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov1-1/+6
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov1-4/+2
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov1-5/+4
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov1-0/+1
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov1-1/+1
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov1-20/+25
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov1-3/+4
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+83
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-1/+2
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro1-3/+0
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro1-21/+6
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-03-08Fix waitid si_code regressionRoland McGrath1-1/+1
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov1-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov1-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov1-39/+35
2008-02-14Use struct path in fs_structJan Blunck1-8/+4
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-3/+3
2008-02-08pid: sys_wait... fixesEric W. Biederman1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov1-18/+0
2008-02-08fix group stop with exit raceOleg Nesterov1-1/+1
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov1-1/+1
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov1-15/+15
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov1-10/+5
2008-02-08do_wait: fix security checksOleg Nesterov1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov1-4/+3
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov1-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov1-62/+26
2008-02-08kill my_ptrace_child()Oleg Nesterov1-20/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov1-12/+1
2008-02-06do_wait: remove one "else if" branchOleg Nesterov1-3/+1
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov1-1/+2
2008-02-03Remove one useless extern declarationPierre Peiffer1-2/+0
2007-12-06exit: Use task_is_*Matthew Wilcox1-49/+39
2007-11-29wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant1-1/+1
2007-11-29wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov1-5/+4
2007-11-15wait_task_stopped: Check p->exit_state instead of TASK_TRACEDRoland McGrath1-2/+1
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan1-3/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov1-1/+1