aboutsummaryrefslogtreecommitdiff
path: root/lib/daemon.c
AgeCommit message (Expand)Author
2011-11-28daemon: Better log when fork child dies early from signals.Ben Pfaff
2011-08-01vlog: Add a new log level "off".Ben Pfaff
2011-06-16daemon: Disable logging to console after detaching.Ben Pfaff
2011-04-19daemon: Reduce log level of "pid file is stale" message.Ben Pfaff
2011-04-04daemon: Avoid races on pidfile creation.Ben Pfaff
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-04daemon: Tolerate EINTR in fork_and_wait_for_startup().Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-03-29daemon: Avoid redundant code in already_running().Ben Pfaff
2011-03-29daemon: Write "already running" message to log also.Ben Pfaff
2011-02-22daemon: Fix leak of string in make_pidfile().Justin Pettit
2011-02-07ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff
2011-02-03daemon: Suppress valgrind warnings from read_pidfile().Ben Pfaff
2010-11-29Make installation directories overridable at runtime.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-27daemon: Don't call a normal exit from the monitor a "crash".Ben Pfaff
2010-10-14lib: Remove warnings in daemon.cEthan Jackson
2010-09-23daemon: Fix behavior of read_pidfile() for our own pidfile.Ben Pfaff
2010-09-23daemon: Report number of crashes on monitor process command line.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-25daemon: Improve comments.Ben Pfaff
2010-08-12daemon: Make sure that vlog is initialized when a process daemonizes.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-05-26Add some missing "#include"s.Ben Pfaff
2010-05-13daemon: Throttle max respawning rate.Ben Pfaff
2010-05-13daemon: Allow monitored daemon to dump core no more than once.Ben Pfaff
2010-03-18util: New functions get_cwd(), abs_file_name().Ben Pfaff
2010-02-02daemon: Fix memory leak in --monitor implementation.Ben Pfaff
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-15daemon: Add support for process monitoring and restart.Ben Pfaff
2010-01-15daemon: Refactor code.Ben Pfaff
2010-01-12daemon: Close standard file descriptors when daemonizing.Ben Pfaff
2010-01-04daemon: Don't ignore failed write to pipe.Ben Pfaff
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-15Clean-up compiler warnings about ignoring return valuesJustin Pettit
2009-11-16ovsdb-server: Maintain the database lock with --detach.Ben Pfaff
2009-10-29Implement library for lockfiles and use it in cfg code.Ben Pfaff
2009-10-15Make sure that time advances in a daemon between calls to time_refresh().Ben Pfaff
2009-08-06daemon: Remove short options from daemon libraryJustin Pettit
2009-08-06daemon: Provide option to not chdir to rootJustin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff