1. 02 10月, 2006 1 次提交
    • E
      [PATCH] pid: implement signal functions that take a struct pid * · c4b92fc1
      Eric W. Biederman 提交于
      Currently the signal functions all either take a task or a pid_t argument.
      This patch implements variants that take a struct pid *.  After all of the
      users have been update it is my intention to remove the variants that take a
      pid_t as using pid_t can be more work (an extra hash table lookup) and
      difficult to get right in the presence of multiple pid namespaces.
      
      There are two kinds of functions introduced in this patch.  The are the
      general use functions kill_pgrp and kill_pid which take a priv argument that
      is ultimately used to create the appropriate siginfo information, Then there
      are _kill_pgrp_info, kill_pgrp_info, kill_pid_info the internal implementation
      helpers that take an explicit siginfo.
      
      The distinction is made because filling out an explcit siginfo is tricky, and
      will be even more tricky when pid namespaces are introduced.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c4b92fc1
  2. 30 9月, 2006 1 次提交
  3. 27 9月, 2006 1 次提交
  4. 03 8月, 2006 1 次提交
  5. 01 7月, 2006 2 次提交
  6. 27 6月, 2006 1 次提交
  7. 20 6月, 2006 1 次提交
  8. 14 4月, 2006 1 次提交
  9. 11 4月, 2006 1 次提交
  10. 02 4月, 2006 1 次提交
  11. 01 4月, 2006 1 次提交
  12. 29 3月, 2006 16 次提交
  13. 23 3月, 2006 2 次提交
  14. 10 2月, 2006 2 次提交
  15. 04 2月, 2006 1 次提交
  16. 19 1月, 2006 1 次提交
  17. 15 1月, 2006 1 次提交
  18. 12 1月, 2006 1 次提交
  19. 09 1月, 2006 4 次提交