History log of /haiku/src/system/libroot/os/launch.cpp
Revision Date Author Comments
# ef462ab5 11-May-2015 Axel Dörfler <axeld@pinc-software.de>

libroot: ensure that the launch_daemon doesn't wait for itself.

* The launch_daemon might indirectly call get_launch_daemon_port()
which may cause a deadlock. Just fail in this case.


# 9d69dc09 21-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

libroot: added ability to communicate with the launch_daemon.

* These methods don't really work yet, as BMessage doesn't support
replying with a KMessage; the request is received, but the reply
never gets to the target.


# ef462ab57f0ba739629194e6c071815d521c7955 11-May-2015 Axel Dörfler <axeld@pinc-software.de>

libroot: ensure that the launch_daemon doesn't wait for itself.

* The launch_daemon might indirectly call get_launch_daemon_port()
which may cause a deadlock. Just fail in this case.


# 9d69dc097d9ed89ff288101868a60c07660a6841 21-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

libroot: added ability to communicate with the launch_daemon.

* These methods don't really work yet, as BMessage doesn't support
replying with a KMessage; the request is received, but the reply
never gets to the target.