]> git.itanic.dy.fi Git - rrdd/history - process.c
Merge branch 'master' into itanic
[rrdd] / process.c
2012-05-15 Timo KokkonenMerge branch 'master' into itanic
2012-05-15 Timo Kokkonenprocess: Replace racy SIGCHLD handler with signalfd
2012-05-15 Timo Kokkonenprocess: Improve harvest_zombies
2012-05-13 Timo Kokkonenprocess.c: Factor out job request handling
2012-05-12 Timo Kokkonenprocess.c: Move epoll initialization into init_jobcontrol()
2012-05-12 Timo KokkonenRename init_max_jobs() to init_jobcontrol()
2012-04-15 Timo KokkonenMerge branch 'master' into itanic
2012-04-15 Timo Kokkonenprocess: sigchild_handler: Only call waitpid()
2012-04-15 Timo Kokkonenprocess.c: Implement support for limiting number of...
2012-04-15 Timo Kokkonenprocess.c: Remove the rest of the printf() calls
2012-04-15 Timo Kokkonenprocess: Remove get_sibling_count()
2012-04-14 Timo KokkonenRemove redundant strerror usage
2012-04-14 Timo Kokkonenprocess: Improve error handling
2011-03-11 Timo Kokkonenprocess.c: Ensure stderr gets read after process has...
2011-03-11 Timo Kokkonenprocess.c: Ensure stderr gets read after process has...
2008-05-21 Timo KokkonenPrint which command is to be executed
2008-05-21 Timo KokkonenRename get_process_count() to get_sibling_count()
2008-05-21 Timo KokkonenCount number of sibling processes
2008-05-21 Timo KokkonenOpen read streams for reading
2008-05-18 Timo KokkonenImprove piped process executing
2008-04-06 Timo KokkonenFix count number of children correctly
2008-04-06 Timo KokkonenMake all debug output go through wrappers
2008-04-06 Timo KokkonenMove all fork operations to do_fork() functino
2008-04-03 Timo KokkonenAdd fork debug and clear any child's child_count to...
2008-04-01 Timo KokkonenRemove debug output
2008-03-31 Timo KokkonenAdd support for executing process while piping std...
2008-03-30 Timo KokkonenInitial comit