summaryrefslogtreecommitdiff
path: root/lib/daemon-unix.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-8/+25
* daemon-unix: Fix file descriptor leak when monitor restarts child.Fengqi Li2022-10-061-0/+2
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-141-2/+2
* daemon-unix: Close log file in monitor process while waiting on child.Ben Pfaff2022-02-141-1/+4
* daemon-unix: Fix leak of a fork error message.Ilya Maximets2021-07-261-0/+1
* fatal-signal: Log backtrace when no monitor daemon.William Tu2020-03-231-1/+1
* trivial: Fix typo in comments.William Tu2020-03-231-2/+2
* fatal-signal: Catch SIGSEGV and print backtrace.William Tu2019-09-271-6/+5
* daemon-unix: Use same name for original or restarted children.Ben Pfaff2018-09-061-1/+1
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-311-1/+2
* Don't shadow variables.Justin Pettit2018-02-281-31/+31
* daemon-unix: include missing help informationAaron Conole2017-12-111-0/+2
* daemon-unix: With --monitor, only close standard fds if --detach also used.Ben Pfaff2017-10-061-1/+3
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-3/+3
* vlog: reopen log file in monitor processHuanle Han2017-08-021-3/+6
* daemon-unix: Properly handle missing users or groups.Christian Ehrhardt2016-05-161-0/+7
* daemon_switch_user: Improve portablilityYAMAMOTO Takashi2015-11-261-23/+19
* vlog: Only compile vlog_change_owner on Unix platformAndy Zhou2015-11-111-1/+1
* vlog: change log file owner when switching userAndy Zhou2015-11-111-1/+5
* lib: simplify daemon_become_new_user__()Andy Zhou2015-11-111-11/+3
* Fix build when HAVE_LIBCAPNG is not defined.Russell Bryant2015-10-011-3/+3
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+360
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* daemon: restart child process if it died before signaling its readinessAnsis Atteka2014-07-101-22/+41
* daemon: Move some common code to daemon.cGurucharan Shetty2014-04-241-34/+4
* daemon: Close standard file descriptors after detach for windows.Gurucharan Shetty2014-04-241-61/+0
* daemon: Rename daemon.c as daemon-unix.cGurucharan Shetty2014-04-241-0/+758