summaryrefslogtreecommitdiff
path: root/src/lib/util/process_spawn.cc
AgeCommit message (Collapse)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-10-15[4060a] Rebased trac4060Francis Dupont
2015-10-01[4074] Replaced exit() by _exit() in faulty childrenFrancis Dupont
2015-08-20[support8785] Likely fix for the issues with "no child processes" exceptionTomek Mrugalski
This fix makes the signal handler no longer modify errno value. That was causing "no child processes" exceptions in places that had nothing to do with signals or processes.
2015-03-10[master] Fixed races in ProcessSpawn util (#3733)Francis Dupont
2015-03-02Merge branch 'trac3706' Tidy up some issues find by cpp checkShawn Routhier
2015-03-02[3706] Fixed the two typos in the comments of ProcessSpawn.Marcin Siodelski
2015-02-27[trac3706] More cpp cleanupShawn Routhier
Remove another unused variable in memfile_ubench.cc Actually use the trimmed variable in host.cc Update commetns in process_spawn.[cc h]
2015-02-28[master] spellingFrancis Dupont
2015-02-26[trac3706] Clean up some issues from cpp checkShawn Routhier
Remove or comment out some variables that aren't read after they are written. Tag the process classes as noncopyable to avoid external code trying to copy them and to avoid an issue for cpp check
2015-02-09[3669] Second round of review comments.Marcin Siodelski
2015-02-05[3669] Added some more commentary in various places.Marcin Siodelski
2015-02-05[3669] Added status clearing to ProcessSpawn.Marcin Siodelski
2015-02-05[3669] Added support for ProcessSpawn spawning more processes.Marcin Siodelski
2015-02-04[3669] Address review comments.Marcin Siodelski
2015-01-30[3669] Improved error handling when triggering LFC.Marcin Siodelski
Introduced a couple of new log messages and improved unit tests.
2015-01-29[3669] Created ProcessSpawn class for running background processes.Marcin Siodelski