aboutsummaryrefslogtreecommitdiff
path: root/lib/process.c
AgeCommit message (Expand)Author
2011-06-07process: Let process_run_capture() caller set maximum capture size.Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-04-04signals: New function signal_name().Ben Pfaff
2011-02-23process: Avoid late failure if /dev/null cannot be opened.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-03-01Properly escape quotes in process_escape_args() library functionJustin Pettit
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11process: Remove pointless, redundant assignments from stream_read().Ben Pfaff
2010-01-06fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross
2009-12-15Clean-up compiler warnings about ignoring return valuesJustin Pettit
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-07-16process: New function process_run_capture().Ben Pfaff
2009-07-16process: Factor code out of process_start() into helper functions.Ben Pfaff
2009-07-16process: Fix races on fatal signal handling in process_start().Ben Pfaff
2009-07-16Add function get_null_fd(), to reduce code redundancy.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff