Pavel Emelyanov
|
dbda0de526
pidns: remove find_task_by_pid, unused for a long time
|
17 years ago |
Pavel Emelyanov
|
e49859e71e
pidns: remove now unused find_pid function.
|
17 years ago |
Richard Kennedy
|
33166b1ffc
shrink struct pid by removing padding on 64 bit builds
|
17 years ago |
Pavel Emelyanov
|
caafa43243
pidns: make pid->level and pid_ns->level unsigned
|
17 years ago |
Oleg Nesterov
|
24336eaeec
pids: introduce change_pid() helper
|
17 years ago |
Harvey Harrison
|
b3c9752868
include/linux: Remove all users of FASTCALL() macro
|
17 years ago |
Oleg Nesterov
|
46f382d2b6
uglify while_each_pid_task() to make sure we don't count the execing pricess twice
|
17 years ago |
Eric W. Biederman
|
44c4e1b258
pid: Extend/Fix pid_vnr
|
17 years ago |
Pavel Emelyanov
|
74bd59bb39
namespaces: cleanup the code managed with PID_NS option
|
17 years ago |
Pavel Emelyanov
|
8990571eb5
Uninline find_pid etc set of functions
|
18 years ago |
Pavel Emelyanov
|
19b9b9b54e
pid namespaces: remove the struct pid unneeded fields
|
18 years ago |
Sukadev Bhattiprolu
|
3eb07c8c8a
pid namespaces: destroy pid namespace on init's death
|
18 years ago |
Pavel Emelyanov
|
198fe21b0a
pid namespaces: helpers to find the task by its numerical ids
|
18 years ago |
Pavel Emelyanov
|
7af5729474
pid namespaces: helpers to obtain pid numbers
|
18 years ago |
Pavel Emelyanov
|
8ef047aaae
pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid
|
18 years ago |
Sukadev Bhattiprolu
|
4c3f2ead5a
pid namespaces: introduce struct upid
|
18 years ago |
Sukadev Bhattiprolu
|
820e45db23
statically initialize struct pid for swapper
|
18 years ago |
Sukadev Bhattiprolu
|
e713d0dab2
attach_pid() with struct pid parameter
|
18 years ago |
Eric W. Biederman
|
9f57a54b6c
[PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid
|
18 years ago |
Sukadev Bhattiprolu
|
84d737866e
[PATCH] add child reaper to pid_namespace
|
18 years ago |
Andrew Morton
|
1d32849b14
[PATCH] pid.h cleanup
|
19 years ago |
Oleg Nesterov
|
1a657f78dc
[PATCH] introduce get_task_pid() to fix unsafe get_pid()
|
19 years ago |
Oleg Nesterov
|
d387cae075
[PATCH] pid: simplify pid iterators
|
19 years ago |
Eric W. Biederman
|
5feb8f5f84
[PATCH] pid: implement pid_nr
|
19 years ago |
Eric W. Biederman
|
558cb32548
[PATCH] pid: add do_each_pid_task
|
19 years ago |
Eric W. Biederman
|
0804ef4b0d
[PATCH] proc: readdir race fix (take 3)
|
19 years ago |
Eric W. Biederman
|
c18258c6f0
[PATCH] pid: Implement transfer_pid and use it to simplify de_thread
|
19 years ago |
Eric W. Biederman
|
92476d7fc0
[PATCH] pidhash: Refactor the pid hash table
|
19 years ago |
Oleg Nesterov
|
47e65328a7
[PATCH] pids: kill PIDTYPE_TGID
|
19 years ago |
Eric W. Biederman
|
d73d65293e
[PATCH] pidhash: kill switch_exec_pids
|
19 years ago |