aboutsummaryrefslogtreecommitdiff
path: root/kernel/pid_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Gravatar Oleg Nesterov 1-4/+3
2009-09-24pidns: deny CLONE_PARENT|CLONE_NEWPID combinationGravatar Sukadev Bhattiprolu 1-1/+1
2009-06-18pidns: rewrite copy_pid_ns()Gravatar Alexey Dobriyan 1-15/+3
2009-06-18pidns: make create_pid_namespace() accept parent pidnsGravatar Alexey Dobriyan 1-4/+4
2009-04-02signals: zap_pid_ns_process() should use force_sig()Gravatar Sukadev Bhattiprolu 1-1/+14
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsGravatar Oleg Nesterov 1-6/+0
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingGravatar Oleg Nesterov 1-3/+6
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns oneGravatar Pavel Emelyanov 1-0/+2
2008-07-25pidns: use kzalloc when allocating new pid_namespace structGravatar Pavel Emelyanov 1-6/+2
2008-04-30pidns: make pid->level and pid_ns->level unsignedGravatar Pavel Emelyanov 1-1/+1
2008-04-28kernel: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+1
2008-02-08namespaces: cleanup the code managed with PID_NS optionGravatar Pavel Emelyanov 1-0/+197