daemon: Move some common code to daemon.c
[sliver-openvswitch.git] / lib / daemon.c
2014-04-24 Gurucharan Shettydaemon: Move some common code to daemon.c
2014-04-24 Gurucharan Shettydaemon: Close standard file descriptors after detach...
2014-04-24 Gurucharan Shettydaemon: Rename daemon.c as daemon-unix.c
2014-03-21 Pravinutils: Introduce xsleep for RCU quiescent state
2014-02-21 Gurucharan Shettysocket-util: Move get_null_fd() to daemon.c.
2014-02-04 Gurucharan Shettydaemon-windows: Ability to handle windows service calls.
2014-01-24 Gurucharan Shettydaemon: Cleanup some functions.
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-11-03 Ben Pfaffdaemon: Precisely document signals that cause the monit...
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-07-12 Ben Pfaffworker: Delete library.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-04-29 Gurucharan Shettyworker: Prevent worker from being responsible for pidfi...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-13 Ben Pfaffdaemon: Start monitor process, not daemon process,...
2012-11-19 Ethan Jacksondaemon: Avoid the link() syscall.
2012-10-11 Ed Mastelib: Move addition of program_name to proctitle_set
2012-07-18 Ben Pfaffdaemon: Factor out code into new function daemonize_pos...
2012-07-18 Ben Pfaffdaemon: Factor out code into new function fork_and_wait...
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
2012-05-14 Ben Pfaffdaemon: Add comment.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-06-16 Ben Pfaffdaemon: Disable logging to console after detaching.
2011-04-19 Ben Pfaffdaemon: Reduce log level of "pid file is stale" message.
2011-04-04 Ben Pfaffdaemon: Avoid races on pidfile creation.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben Pfaffdaemon: Tolerate EINTR in fork_and_wait_for_startup().
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2011-02-22 Justin Pettitdaemon: Fix leak of string in make_pidfile().
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-03 Ben Pfaffdaemon: Suppress valgrind warnings from read_pidfile().
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-27 Ben Pfaffdaemon: Don't call a normal exit from the monitor a...
2010-10-14 Ethan Jacksonlib: Remove warnings in daemon.c
2010-09-23 Ben Pfaffdaemon: Fix behavior of read_pidfile() for our own...
2010-09-23 Ben Pfaffdaemon: Report number of crashes on monitor process...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-25 Ben Pfaffdaemon: Improve comments.
2010-08-12 Ben Pfaffdaemon: Make sure that vlog is initialized when a proce...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-05-13 Ben Pfaffdaemon: Throttle max respawning rate.
2010-05-13 Ben Pfaffdaemon: Allow monitored daemon to dump core no more...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffutil: New functions get_cwd(), abs_file_name().
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffdaemon: Fix memory leak in --monitor implementation.
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-15 Ben Pfaffdaemon: Add support for process monitoring and restart.
2010-01-15 Ben Pfaffdaemon: Refactor code.
2010-01-13 Ben Pfaffdaemon: Close standard file descriptors when daemonizing.
2010-01-04 Ben Pfaffdaemon: Don't ignore failed write to pipe.
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-15 Ben PfaffMake sure that time advances in a daemon between calls...
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-07 Justin Pettitdaemon: Remove short options from daemon library
2009-08-07 Justin Pettitdaemon: Provide option to not chdir to root
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0