summaryrefslogtreecommitdiff
path: root/lib/daemon.h
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-2/+2
* windows: Add set_detach function to daemon-windows.cAlin Gabriel Serdean2018-10-241-0/+3
* ovn-nbctl: Make daemon mode more transparent.Ben Pfaff2018-08-071-0/+19
* bridge: fix windows buildAnsis Atteka2016-06-291-1/+1
* bridge: allow OVS to interact with controller through sockets outside run dirAnsis Atteka2016-06-271-0/+14
* daemon.h: Fix compilation errors on Windows.Gurucharan Shetty2015-10-011-4/+4
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-10/+23
* daemon: Move some common code to daemon.cGurucharan Shetty2014-04-241-1/+1
* daemon: Close standard file descriptors after detach for windows.Gurucharan Shetty2014-04-241-0/+1
* daemon-windows: Recognize --no-chdir option for windows.Gurucharan Shetty2014-04-231-0/+5
* daemon-windows: Create pidfiles with option --pidfile.Gurucharan Shetty2014-04-221-1/+7
* daemon-windows: Implement --detach option for Windows.Gurucharan Shetty2014-04-221-7/+19
* daemon-windows: Ability to handle windows service calls.Gurucharan Shetty2014-02-041-4/+42
* daemon: Cleanup some functions.Gurucharan Shetty2014-01-241-9/+0
* worker: Prevent worker from being responsible for pidfile deletion.Gurucharan Shetty2013-04-291-0/+2
* daemon: Factor out code into new function daemonize_post_detach().Ben Pfaff2012-07-181-0/+1
* daemon: Factor out code into new function fork_and_wait_for_startup().Ben Pfaff2012-07-181-0/+2
* 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-1/+2
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-6/+6
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-1/+0
* daemon: Avoid redundant code in already_running().Ben Pfaff2011-03-291-0/+1
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-071-7/+6
* daemon: Add support for process monitoring and restart.Ben Pfaff2010-01-151-2/+9
* daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff2009-12-181-0/+2
* ovsdb-server: Maintain the database lock with --detach.Ben Pfaff2009-11-161-1/+3
* daemon: Remove short options from daemon libraryJustin Pettit2009-08-061-9/+12
* daemon: Provide option to not chdir to rootJustin Pettit2009-08-061-3/+14
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+51