aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* recalc_sigpending_tsk fixesRoland McGrath2007-05-231-5/+2
* signal/timer/event: signalfd coreDavide Libenzi2007-05-111-0/+9
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-111-2/+2
* getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet2007-05-111-0/+9
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-091-1/+1
* Change reparent_to_init to reparent_to_kthreaddEric W. Biederman2007-05-091-8/+8
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Return EPERM not ECHILD on security_task_wait failureRoland McGrath2007-05-071-2/+15
* [PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman2007-03-291-1/+1
* [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman2007-02-121-2/+2
* [PATCH] pid: use struct pid for talking about process groups in exitcEric W. Biederman2007-02-121-20/+22
* [PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman2007-02-121-9/+7
* [PATCH] close_files(): add scheduling pointIngo Molnar2007-02-121-1/+3
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-2/+1
* [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-301-1/+1
* Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-301-4/+2
* [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-301-2/+4
* [PATCH] restore ->pdeath_signal behaviourOleg Nesterov2006-12-311-4/+4
* [PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman2006-12-221-15/+22
* [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-221-1/+1
* [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-101-4/+2
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-1/+1
* [PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov2006-12-081-11/+8
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-081-8/+15
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* [PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2006-12-081-1/+1
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-081-9/+10
* [PATCH] make set_special_pids() staticOleg Nesterov2006-12-081-1/+1
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-3/+1
* [PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2006-12-071-6/+2
* [PATCH] taskstats_tgid_free: fix usageOleg Nesterov2006-10-281-0/+1
* [PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater2006-10-021-1/+1
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-4/+0
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-0/+7
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-0/+1
* [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells2006-09-301-0/+1
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-291-1/+1
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-291-4/+2
* [PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2006-09-291-0/+1
* [PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov2006-09-291-3/+1
* [PATCH] exit: fix crash caseAlan Cox2006-09-291-1/+2
* [PATCH] has_stopped_jobs() cleanupRoland McGrath2006-09-291-11/+0
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] Fix unserialized task->files changingKirill Korotaev2006-09-291-0/+12
* [PATCH] eligible_child: remove an obsolete ->tgid checkOleg Nesterov2006-09-021-1/+1
* [PATCH] task delay accounting fixesShailabh Nagar2006-09-011-1/+0
* [PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar2006-07-141-2/+3
* [PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2006-07-141-4/+4
* [PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar2006-07-141-0/+7
* [PATCH] per-task-delay-accounting: setupShailabh Nagar2006-07-141-0/+2