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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
process: Extend get_process_info() for additional fields.
Bhanuprakash Bodireddy
2017-11-28
1
-20
/
+23
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
process: Consolidate process related APIs.
Bhanuprakash Bodireddy
2017-07-13
1
-0
/
+189
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-3
/
+3
*
list: Remove lib/list.h completely.
Ben Warren
2016-03-30
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Expose struct ovs_list definition in <openvswitch/list.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-2
/
+2
*
process: block signals while spawning child processes
Ansis Atteka
2014-05-30
1
-2
/
+7
*
lib/process, socket-util: Update necessary headers
YAMAMOTO Takashi
2014-02-22
1
-0
/
+1
*
socket-util: Move get_max_fds() to process.c.
Gurucharan Shetty
2014-02-21
1
-0
/
+43
*
process: Make changes for Windows.
Gurucharan Shetty
2014-02-19
1
-0
/
+21
*
Remove unused variables and functions.
Jarno Rajahalme
2013-09-27
1
-1
/
+0
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+3
*
ovs-thread: Add support for various thread-related assertions.
Ben Pfaff
2013-06-28
1
-0
/
+4
*
process: Add thread safety comments.
Ben Pfaff
2013-06-10
1
-0
/
+4
*
process: Make signal handling thread-safe.
Ben Pfaff
2013-06-10
1
-74
/
+34
*
process: Remove unused features from process_start().
Ben Pfaff
2013-06-10
1
-42
/
+4
*
process: Remove process_run(), process_run_capture(), and related code.
Ben Pfaff
2013-06-10
1
-227
/
+0
*
signals: Make signal_name() thread-safe.
Ben Pfaff
2013-06-05
1
-2
/
+8
*
Use pthread_sigmask() in place of sigprocmask(), for thread safety.
Ben Pfaff
2013-05-02
1
-3
/
+3
*
process: Check return value of set_nonblocking().
Ben Pfaff
2013-02-01
1
-3
/
+9
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-3
/
+2
*
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
-3
/
+3
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
process: Let process_run_capture() caller set maximum capture size.
Ben Pfaff
2011-06-07
1
-8
/
+10
*
Log anything that could prevent a daemon from starting.
Ben Pfaff
2011-04-04
1
-15
/
+7
*
signals: New function signal_name().
Ben Pfaff
2011-04-04
1
-11
/
+5
*
process: Avoid late failure if /dev/null cannot be opened.
Ben Pfaff
2011-02-23
1
-6
/
+18
*
coverage: Make the coverage counters catalog program-specific.
Ben Pfaff
2010-11-30
1
-0
/
+5
*
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
Ben Pfaff
2010-10-29
1
-1
/
+1
*
Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.
Ben Pfaff
2010-10-01
1
-1
/
+1
*
Avoid shadowing local variable names.
Ben Pfaff
2010-09-20
1
-1
/
+1
*
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
Ben Pfaff
2010-07-21
1
-2
/
+2
*
Properly escape quotes in process_escape_args() library function
Justin Pettit
2010-03-01
1
-1
/
+1
*
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
-3
/
+3
*
|
process: Remove pointless, redundant assignments from stream_read().
Ben Pfaff
2010-02-11
1
-4
/
+2
*
|
fatal-signal: Run signal hooks outside of actual signal handlers.
Jesse Gross
2010-01-06
1
-8
/
+0
*
|
Clean-up compiler warnings about ignoring return values
Justin Pettit
2009-12-15
1
-2
/
+2
*
|
Add new function xzalloc(n) as a shorthand for xcalloc(1, n).
Ben Pfaff
2009-11-04
1
-1
/
+1
|
/
*
process: New function process_run_capture().
Ben Pfaff
2009-07-16
1
-0
/
+197
*
process: Factor code out of process_start() into helper functions.
Ben Pfaff
2009-07-16
1
-29
/
+69
*
process: Fix races on fatal signal handling in process_start().
Ben Pfaff
2009-07-16
1
-0
/
+7
*
Add function get_null_fd(), to reduce code redundancy.
Ben Pfaff
2009-07-16
1
-0
/
+2
*
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
/
+417