summaryrefslogtreecommitdiff
path: root/lib/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-1/+1
* bridge: allow OVS to interact with controller through sockets outside run dirAnsis Atteka2016-06-271-0/+22
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+3
* daemon: Move some common code to daemon.cGurucharan Shetty2014-04-241-0/+31
* daemon: Close standard file descriptors after detach for windows.Gurucharan Shetty2014-04-241-0/+89
* daemon: Rename daemon.c as daemon-unix.cGurucharan Shetty2014-04-241-758/+0
* utils: Introduce xsleep for RCU quiescent statePravin2014-03-211-1/+1
* socket-util: Move get_null_fd() to daemon.c.Gurucharan Shetty2014-02-211-0/+20
* daemon-windows: Ability to handle windows service calls.Gurucharan Shetty2014-02-041-0/+19
* daemon: Cleanup some functions.Gurucharan Shetty2014-01-241-39/+6
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* daemon: Precisely document signals that cause the monitor to restart.Ben Pfaff2013-11-021-0/+2
* timeval: Remove CACHE_TIME scheme.Alex Wang2013-09-041-1/+0
* worker: Delete library.Ben Pfaff2013-07-121-0/+2
* util: Make subprogram_name thread-specific.Ben Pfaff2013-07-121-2/+2
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-15/+16
* ovs-thread: Add support for various thread-related assertions.Ben Pfaff2013-06-281-7/+5
* worker: Prevent worker from being responsible for pidfile deletion.Gurucharan Shetty2013-04-291-2/+25
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+3
* daemon: Start monitor process, not daemon process, in new session.Ben Pfaff2012-12-131-1/+2
* daemon: Avoid the link() syscall.Ethan Jackson2012-11-191-32/+38
* lib: Move addition of program_name to proctitle_setEd Maste2012-10-111-3/+2
* daemon: Factor out code into new function daemonize_post_detach().Ben Pfaff2012-07-181-5/+22
* daemon: Factor out code into new function fork_and_wait_for_startup().Ben Pfaff2012-07-181-6/+27
* util: Introduce "subprogram_name" to identify subprocesses and threads.Ben Pfaff2012-07-181-6/+3
* daemon: Add comment.Ben Pfaff2012-05-141-0/+11
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-6/+30
* daemon: Better log when fork child dies early from signals.Ben Pfaff2011-11-281-9/+14
* vlog: Add a new log level "off".Ben Pfaff2011-08-011-1/+1
* daemon: Disable logging to console after detaching.Ben Pfaff2011-06-161-0/+3
* daemon: Reduce log level of "pid file is stale" message.Ben Pfaff2011-04-191-1/+1
* daemon: Avoid races on pidfile creation.Ben Pfaff2011-04-041-99/+158
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-4/+5
* daemon: Tolerate EINTR in fork_and_wait_for_startup().Ben Pfaff2011-04-041-1/+2
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-7/+6
* daemon: Avoid redundant code in already_running().Ben Pfaff2011-03-291-30/+29
* daemon: Write "already running" message to log also.Ben Pfaff2011-03-291-0/+2
* daemon: Fix leak of string in make_pidfile().Justin Pettit2011-02-221-1/+1
* ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff2011-02-071-1/+5
* daemon: Suppress valgrind warnings from read_pidfile().Ben Pfaff2011-02-031-1/+2
* Make installation directories overridable at runtime.Ben Pfaff2010-11-291-3/+3
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* daemon: Don't call a normal exit from the monitor a "crash".Ben Pfaff2010-10-271-7/+9
* lib: Remove warnings in daemon.cEthan Jackson2010-10-141-0/+1
* daemon: Fix behavior of read_pidfile() for our own pidfile.Ben Pfaff2010-09-231-0/+25
* daemon: Report number of crashes on monitor process command line.Ben Pfaff2010-09-231-1/+4
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-1/+1
* daemon: Improve comments.Ben Pfaff2010-08-251-7/+8