about summary refs log tree commit homepage
path: root/iostat_process.c
DateCommit message (Expand)
2016-07-18rely on gnulib for environ portability gl-env
2016-07-17iostat_process: declare environ extern
2016-06-01minor vfork/fork safety fixes
2016-05-29update copyrights for 2016
2015-11-13use vfork under Linux before execve
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-01-31refactor process management
2013-01-17copyright comment updates for 2013
2012-12-09remove queue_state field from struct mog_fd
2012-11-09iostat_process: more aggressive idle_timeout expiry
2012-11-09iostat_process: expire idle clients on pipe() failure
2012-05-01iostat_process: fix warning for free() usage
2012-04-24iostat_process: avoid heap alloc in child before exec
2012-03-14optional --worker-processes=NUM feature
2012-02-23cleanup mog_fd insertion/initialization for queues
2012-02-23iostat: move this to the notify queue
2012-02-17use inlineable functions for nonblock/cloexec
2012-02-10iostat_process: move iostat into active queue, first
2012-01-11initial commit