index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
daemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/daemon: support --user option for all OVS daemon
Andy Zhou
2015-09-30
1
-1
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+3
*
daemon: Move some common code to daemon.c
Gurucharan Shetty
2014-04-24
1
-0
/
+31
*
daemon: Close standard file descriptors after detach for windows.
Gurucharan Shetty
2014-04-24
1
-0
/
+89
*
daemon: Rename daemon.c as daemon-unix.c
Gurucharan Shetty
2014-04-24
1
-758
/
+0
*
utils: Introduce xsleep for RCU quiescent state
Pravin
2014-03-21
1
-1
/
+1
*
socket-util: Move get_null_fd() to daemon.c.
Gurucharan Shetty
2014-02-21
1
-0
/
+20
*
daemon-windows: Ability to handle windows service calls.
Gurucharan Shetty
2014-02-04
1
-0
/
+19
*
daemon: Cleanup some functions.
Gurucharan Shetty
2014-01-24
1
-39
/
+6
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-1
/
+1
*
daemon: Precisely document signals that cause the monitor to restart.
Ben Pfaff
2013-11-02
1
-0
/
+2
*
timeval: Remove CACHE_TIME scheme.
Alex Wang
2013-09-04
1
-1
/
+0
*
worker: Delete library.
Ben Pfaff
2013-07-12
1
-0
/
+2
*
util: Make subprogram_name thread-specific.
Ben Pfaff
2013-07-12
1
-2
/
+2
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-15
/
+16
*
ovs-thread: Add support for various thread-related assertions.
Ben Pfaff
2013-06-28
1
-7
/
+5
*
worker: Prevent worker from being responsible for pidfile deletion.
Gurucharan Shetty
2013-04-29
1
-2
/
+25
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-2
/
+3
*
daemon: Start monitor process, not daemon process, in new session.
Ben Pfaff
2012-12-13
1
-1
/
+2
*
daemon: Avoid the link() syscall.
Ethan Jackson
2012-11-19
1
-32
/
+38
*
lib: Move addition of program_name to proctitle_set
Ed Maste
2012-10-11
1
-3
/
+2
*
daemon: Factor out code into new function daemonize_post_detach().
Ben Pfaff
2012-07-18
1
-5
/
+22
*
daemon: Factor out code into new function fork_and_wait_for_startup().
Ben Pfaff
2012-07-18
1
-6
/
+27
*
util: Introduce "subprogram_name" to identify subprocesses and threads.
Ben Pfaff
2012-07-18
1
-6
/
+3
*
daemon: Add comment.
Ben Pfaff
2012-05-14
1
-0
/
+11
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
daemon: New function daemon_save_fd() to preserve fds across detach.
Ben Pfaff
2012-02-02
1
-6
/
+30
*
daemon: Better log when fork child dies early from signals.
Ben Pfaff
2011-11-28
1
-9
/
+14
*
vlog: Add a new log level "off".
Ben Pfaff
2011-08-01
1
-1
/
+1
*
daemon: Disable logging to console after detaching.
Ben Pfaff
2011-06-16
1
-0
/
+3
*
daemon: Reduce log level of "pid file is stale" message.
Ben Pfaff
2011-04-19
1
-1
/
+1
*
daemon: Avoid races on pidfile creation.
Ben Pfaff
2011-04-04
1
-99
/
+158
*
daemon: Integrate checking for an existing pidfile into daemonize_start().
Ben Pfaff
2011-04-04
1
-4
/
+5
*
daemon: Tolerate EINTR in fork_and_wait_for_startup().
Ben Pfaff
2011-04-04
1
-1
/
+2
*
Log anything that could prevent a daemon from starting.
Ben Pfaff
2011-04-04
1
-7
/
+6
*
daemon: Avoid redundant code in already_running().
Ben Pfaff
2011-03-29
1
-30
/
+29
*
daemon: Write "already running" message to log also.
Ben Pfaff
2011-03-29
1
-0
/
+2
*
daemon: Fix leak of string in make_pidfile().
Justin Pettit
2011-02-22
1
-1
/
+1
*
ovs-vswitchd: Complete daemonization only after initial configuration.
Ben Pfaff
2011-02-07
1
-1
/
+5
*
daemon: Suppress valgrind warnings from read_pidfile().
Ben Pfaff
2011-02-03
1
-1
/
+2
*
Make installation directories overridable at runtime.
Ben Pfaff
2010-11-29
1
-3
/
+3
*
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
Ben Pfaff
2010-10-29
1
-1
/
+1
*
daemon: Don't call a normal exit from the monitor a "crash".
Ben Pfaff
2010-10-27
1
-7
/
+9
*
lib: Remove warnings in daemon.c
Ethan Jackson
2010-10-14
1
-0
/
+1
*
daemon: Fix behavior of read_pidfile() for our own pidfile.
Ben Pfaff
2010-09-23
1
-0
/
+25
*
daemon: Report number of crashes on monitor process command line.
Ben Pfaff
2010-09-23
1
-1
/
+4
*
treewide: Remove trailing whitespace
Joe Perches
2010-08-30
1
-1
/
+1
*
daemon: Improve comments.
Ben Pfaff
2010-08-25
1
-7
/
+8
*
daemon: Make sure that vlog is initialized when a process daemonizes.
Ben Pfaff
2010-08-12
1
-0
/
+4
*
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
Ben Pfaff
2010-07-21
1
-2
/
+2
[next]