summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn.c
Commit message (Expand)AuthorAgeFilesLines
* spawn-unix: Don't log an error if unable to reset Linux OOM scoreSimon McVittie2022-02-251-7/+5
* sysdeps-unix: Factor out _dbus_reset_oom_score_adjSimon McVittie2022-02-251-16/+4
* spawn-unix: Correct indentationSimon McVittie2022-02-251-1/+1
* Make sure non-aborting signal handlers save and restore errnoSimon McVittie2017-09-271-0/+6
* dbus-spawn: assert impossible returns from read functions don't happenSimon McVittie2017-04-071-0/+10
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+13
* Clean up how we arrange for environ to be declaredSimon McVittie2016-10-131-0/+5
* Be more const-correctSimon McVittie2016-10-131-3/+3
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-13/+13
* Only redirect child processes to systemd Journal if using syslogSimon McVittie2016-09-301-6/+10
* Merge branch 'dbus-1.10'Simon McVittie2016-06-301-0/+20
|\
| * activation: set children oom_score_adj to 0WaLyong Cho2016-06-301-0/+20
* | Migrate platform specific spawn tests into cross platform tests.Ralf Habacker2016-05-201-251/+1
* | Do not attempt to call child_setup on WindowsSimon McVittie2015-11-271-3/+8
|/
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-24/+24
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-1/+1
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-1/+1
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-1/+1
* whitespace/comment fixesPatrick Welche2014-11-061-1/+1
* dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie2014-10-291-1/+17
* Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.Ralf Habacker2014-01-101-0/+3
* Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang2013-11-271-1/+1
* Close unused inherited file descriptorChengwei Yang2013-11-011-0/+2
* Add comments describing how "compile with journald, run without" worksSimon McVittie2013-11-011-2/+5
* Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2013-11-011-1/+35
* DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-16/+28
* dbus-spawn: draw a diagramSimon McVittie2013-11-011-0/+42
* dbus-spawn: correct a comment that falsely claimed thread-safetySimon McVittie2013-10-231-3/+8
* _dbus_spawn_async_with_babysitter: correct documentationSimon McVittie2013-10-231-1/+1
* Merge branch 'dbus-1.6'Simon McVittie2013-09-131-5/+8
|\
| * _dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie2013-09-051-5/+8
* | tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-3/+3
* | dbus-spawn: fix spacing mistake in commentRay Strode2012-10-161-1/+1
* | dbus-spawn: set SIGPIPE to SIG_IGN before activating servicesRay Strode2012-10-161-1/+5
|/
* Simplify substitution of test executables to use fewer variablesSimon McVittie2011-09-281-5/+59
* Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-1/+3
* bus-activation: separate the "finished" callback from the watch callbackSimon McVittie2011-06-131-0/+19
* Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-61/+61
* dbus-spawn: don't leave bad file descriptors being watchedSimon McVittie2011-01-211-1/+26
* fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington2010-09-061-1/+2
* Merge branch 'dbus-1.2'Colin Walters2010-03-161-5/+5
|\
| * [dbus-spawn] Use correct sign values for variablesKimmo Hämäläinen2010-03-161-5/+5
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Various compiler warning fixesColin Walters2009-01-061-2/+2
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-8/+29
|\ \
| * | cloexec: make use of pipe2(O_CLOEXEC) when availableLennart Poettering2009-05-201-5/+29
| * | cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-201-3/+0
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | Various compiler warning fixesColin Walters2008-12-191-2/+2
|/
* When spawning processes, don't ignore the passed in environmentRay Strode2008-07-121-1/+14