summaryrefslogtreecommitdiff
path: root/lib/daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* daemon: Make sure that vlog is initialized when a process daemonizes.Ben Pfaff2010-08-121-0/+4
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Add some missing "#include"s.Ben Pfaff2010-05-261-0/+2
* daemon: Throttle max respawning rate.Ben Pfaff2010-05-131-1/+17
* daemon: Allow monitored daemon to dump core no more than once.Ben Pfaff2010-05-131-0/+12
* util: New functions get_cwd(), abs_file_name().Ben Pfaff2010-03-181-3/+3
* daemon: Fix memory leak in --monitor implementation.Ben Pfaff2010-02-021-0/+1
* daemon: Make --monitor process change its process title.Ben Pfaff2010-01-261-7/+16
* daemon: Add support for process monitoring and restart.Ben Pfaff2010-01-151-0/+90
* daemon: Refactor code.Ben Pfaff2010-01-151-62/+90
* daemon: Close standard file descriptors when daemonizing.Ben Pfaff2010-01-121-1/+12
* daemon: Don't ignore failed write to pipe.Ben Pfaff2010-01-041-2/+8
* daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff2009-12-181-24/+63
* Clean-up compiler warnings about ignoring return valuesJustin Pettit2009-12-151-2/+2
* ovsdb-server: Maintain the database lock with --detach.Ben Pfaff2009-11-161-0/+14
* Implement library for lockfiles and use it in cfg code.Ben Pfaff2009-10-291-0/+2
* Make sure that time advances in a daemon between calls to time_refresh().Ben Pfaff2009-10-151-0/+2
* daemon: Remove short options from daemon libraryJustin Pettit2009-08-061-6/+7
* daemon: Provide option to not chdir to rootJustin Pettit2009-08-061-1/+14
* 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/+294