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
/
fatal-signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
Move lib/type-props.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
poll-loop: Create Windows event handles for sockets automatically.
Gurucharan Shetty
2014-06-30
1
-2
/
+9
*
ovs-vsctl.at: Workaround lack of 'kill -l' on Windows.
Gurucharan Shetty
2014-06-26
1
-0
/
+1
*
daemon-windows: unlink pidfile before stopping the service.
Gurucharan Shetty
2014-06-24
1
-4
/
+3
*
process: block signals while spawning child processes
Ansis Atteka
2014-05-30
1
-0
/
+18
*
lib: make wevent static
Andy Zhou
2014-02-28
1
-1
/
+1
*
fatal-signal: SIGPIPE for Windows.
Gurucharan Shetty
2014-02-26
1
-0
/
+8
*
fatal-signal: Handle SIGINT for Windows.
Gurucharan Shetty
2014-02-26
1
-0
/
+15
*
fatal-signal: Fatal signal handling for Windows.
Gurucharan Shetty
2014-02-26
1
-1
/
+28
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-1
/
+1
*
Use "error-checking" mutexes in place of other kinds wherever possible.
Ben Pfaff
2013-08-20
1
-1
/
+1
*
clang: Add annotations for thread safety check.
Ethan Jackson
2013-07-30
1
-17
/
+12
*
fatal-signal: Make thread-safe.
Ben Pfaff
2013-07-23
1
-9
/
+47
*
fatal-signal: Remove write-only variable fatal_signal_set.
Ben Pfaff
2013-07-11
1
-5
/
+0
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+3
*
signals: Make signal_name() thread-safe.
Ben Pfaff
2013-06-05
1
-1
/
+3
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-2
/
+1
*
lib: Add xpipe_nonblocking helper
Ed Maste
2012-09-28
1
-3
/
+1
*
socket-util: New function xset_nonblocking().
Ben Pfaff
2012-07-18
1
-2
/
+2
*
lib: Do not assume sig_atomic_t is int.
Ed Maste
2012-06-26
1
-2
/
+2
*
fatal-signal: Log when terminating due to a fatal signal.
Ben Pfaff
2012-05-14
1
-1
/
+3
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
Add fallback definition of SIG_ATOMIC_MAX
Simon Horman
2011-09-22
1
-0
/
+6
*
Log anything that could prevent a daemon from starting.
Ben Pfaff
2011-04-04
1
-7
/
+4
*
Convert shash users that don't use the 'data' value to sset instead.
Ben Pfaff
2011-03-31
1
-14
/
+10
*
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
Ben Pfaff
2010-10-29
1
-1
/
+1
*
treewide: Remove trailing whitespace
Joe Perches
2010-08-30
1
-1
/
+1
*
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
Ben Pfaff
2010-07-21
1
-2
/
+2
*
Simplify shash_find() followed by shash_add() into shash_add_once().
Ben Pfaff
2010-06-30
1
-3
/
+1
*
Make fatal signals cause an exit more promptly in special cases.
Ben Pfaff
2010-04-13
1
-0
/
+11
*
fatal-signal: Initialize library upon any call to public function.
Ben Pfaff
2010-03-24
1
-1
/
+5
*
Merge "master" into "next".
Ben Pfaff
2010-02-11
1
-2
/
+2
|
\
|
*
Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.
Ben Pfaff
2010-02-11
1
-2
/
+2
*
|
fatal-signal: After fork, clear hooks instead of disabling them.
Ben Pfaff
2010-01-15
1
-28
/
+49
*
|
fatal-signal: Run signal hooks outside of actual signal handlers.
Jesse Gross
2010-01-06
1
-70
/
+57
|
/
*
fatal-signal: Add clarifying comments.
Ben Pfaff
2009-09-21
1
-1
/
+11
*
fatal-signal: New function fatal_signal_unlink_file_now().
Ben Pfaff
2009-09-21
1
-0
/
+18
*
fatal-signal: Clean up code by using shash.
Ben Pfaff
2009-09-21
1
-15
/
+11
*
Update primary code license to Apache 2.0.
Ben Pfaff
2009-06-15
1
-10
/
+10
*
Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
v0.90.0
Ben Pfaff
2009-07-08
1
-0
/
+253