Skip to content
Snippets Groups Projects
  1. Sep 09, 2017
  2. Aug 22, 2017
  3. Aug 08, 2017
  4. Aug 04, 2017
  5. Jul 26, 2017
    • Dominik Bartkiewicz's avatar
      Fix regression in commit e5c05549 that would put the stepd pid into the... · f28b1a97
      Dominik Bartkiewicz authored
      Fix regression in commit e5c05549 that would put the stepd pid into the memory cgroup instead of the task's pid.
      
      Beforehand this would put the result of getpid() into the cgroup.  Before
      e5c05549 this was done in the child of the fork which would get you
      the task's pid, but moving it to run in the parent broke this logic.
      
      What this patch does is adds pid to the input parameters of
      task_g_pre_launch_priv making it so we could use the correct pid.
      f28b1a97
  6. Jun 28, 2017
  7. Jun 16, 2017
  8. Jun 12, 2017
  9. Apr 26, 2017
  10. Feb 14, 2017
  11. Feb 06, 2017
  12. Jan 24, 2017
  13. Jan 19, 2017
  14. Jan 18, 2017
  15. Dec 31, 2016
  16. Dec 30, 2016
  17. Dec 12, 2016
  18. Nov 01, 2016
  19. Oct 31, 2016
  20. Oct 17, 2016
  21. Oct 14, 2016
  22. Oct 13, 2016
  23. Oct 12, 2016
  24. Sep 28, 2016
  25. Sep 16, 2016
  26. Aug 22, 2016
  27. Aug 12, 2016
  28. Jun 11, 2016
    • Jason Bacon's avatar
      Correct #if logic · a6f444b3
      Jason Bacon authored
      correct precompile directive to test for variable definition rather
      than true value. Correction to commit 01b658a3
      a6f444b3
  29. Jun 10, 2016
  30. Jun 09, 2016
Loading