summaryrefslogtreecommitdiff
path: root/lib/process.c
Commit message (Expand)AuthorAgeFilesLines
* process: Extend get_process_info() for additional fields.Bhanuprakash Bodireddy2017-11-281-20/+23
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* process: Consolidate process related APIs.Bhanuprakash Bodireddy2017-07-131-0/+189
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-3/+3
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* process: block signals while spawning child processesAnsis Atteka2014-05-301-2/+7
* lib/process, socket-util: Update necessary headersYAMAMOTO Takashi2014-02-221-0/+1
* socket-util: Move get_max_fds() to process.c.Gurucharan Shetty2014-02-211-0/+43
* process: Make changes for Windows.Gurucharan Shetty2014-02-191-0/+21
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-1/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+3
* ovs-thread: Add support for various thread-related assertions.Ben Pfaff2013-06-281-0/+4
* process: Add thread safety comments.Ben Pfaff2013-06-101-0/+4
* process: Make signal handling thread-safe.Ben Pfaff2013-06-101-74/+34
* process: Remove unused features from process_start().Ben Pfaff2013-06-101-42/+4
* process: Remove process_run(), process_run_capture(), and related code.Ben Pfaff2013-06-101-227/+0
* signals: Make signal_name() thread-safe.Ben Pfaff2013-06-051-2/+8
* Use pthread_sigmask() in place of sigprocmask(), for thread safety.Ben Pfaff2013-05-021-3/+3
* process: Check return value of set_nonblocking().Ben Pfaff2013-02-011-3/+9
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* lib: Add xpipe_nonblocking helperEd Maste2012-09-281-3/+1
* socket-util: New function xset_nonblocking().Ben Pfaff2012-07-181-3/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* process: Let process_run_capture() caller set maximum capture size.Ben Pfaff2011-06-071-8/+10
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-15/+7
* signals: New function signal_name().Ben Pfaff2011-04-041-11/+5
* process: Avoid late failure if /dev/null cannot be opened.Ben Pfaff2011-02-231-6/+18
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+5
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-1/+1
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Properly escape quotes in process_escape_args() library functionJustin Pettit2010-03-011-1/+1
* Merge "master" into "next".Ben Pfaff2010-02-111-2/+2
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-3/+3
* | process: Remove pointless, redundant assignments from stream_read().Ben Pfaff2010-02-111-4/+2
* | fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross2010-01-061-8/+0
* | Clean-up compiler warnings about ignoring return valuesJustin Pettit2009-12-151-2/+2
* | Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-1/+1
|/
* process: New function process_run_capture().Ben Pfaff2009-07-161-0/+197
* process: Factor code out of process_start() into helper functions.Ben Pfaff2009-07-161-29/+69
* process: Fix races on fatal signal handling in process_start().Ben Pfaff2009-07-161-0/+7
* Add function get_null_fd(), to reduce code redundancy.Ben Pfaff2009-07-161-0/+2
* 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/+417