haiku/src/servers/launch
Augustin Cavalier 7f4c5a1fe7 launch_daemon: Do not return errors from RegisterExternalEvent.
We will pick up events that have no match later on, and if we return
an error here, it will prevent the job from being initialized, which
we definitely do not want.

Fixes #17291.
2021-09-30 13:25:54 -04:00
..
AbstractEmptyDirectoryJob.cpp launch_daemon: fix check for existing directory 2017-04-10 21:56:31 +02:00
AbstractEmptyDirectoryJob.h launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
BaseJob.cpp launch_daemon: Remove extra quoting around env variables. 2015-08-23 15:17:39 +02:00
BaseJob.h launch_daemon: Jobs were started before their target. 2015-07-22 20:45:47 +02:00
Conditions.cpp launch_daemon: Added "setting" condition. 2015-11-06 22:49:17 +01:00
Conditions.h launch_daemon: Now blocks the CD tray on read-only /boot. 2015-07-22 20:44:21 +02:00
Events.cpp launch_daemon: Refactor handling of ExternalEventSources. 2021-09-29 15:44:35 +00:00
Events.h launch_daemon: Refactor handling of ExternalEventSources. 2021-09-29 15:44:35 +00:00
InitRealTimeClockJob.cpp launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
InitRealTimeClockJob.h launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
InitSharedMemoryDirectoryJob.cpp launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
InitSharedMemoryDirectoryJob.h launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
InitTemporaryDirectoryJob.cpp launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
InitTemporaryDirectoryJob.h launch_daemon: Initialize /tmp & /var/shared_memory, clock. 2015-07-22 20:41:14 +02:00
Jamfile launch_daemon: Added basic logging facility 2018-04-25 10:10:43 +02:00
Job.cpp launch_daemon: Fixed getting data of stopped service 2018-04-25 22:56:22 +02:00
Job.h launch_daemon: Added basic logging facility 2018-04-25 10:10:43 +02:00
LaunchDaemon.cpp launch_daemon: Do not return errors from RegisterExternalEvent. 2021-09-30 13:25:54 -04:00
LaunchDaemon.h launch_daemon: Outlined basic event mechanism. 2015-07-22 20:44:53 +02:00
LaunchDaemon.rdef Add icons to more of the servers. 2016-08-07 22:06:24 +02:00
Log.cpp launch_daemon: Added basic logging facility 2018-04-25 10:10:43 +02:00
Log.h launch_daemon: Added basic logging facility 2018-04-25 10:10:43 +02:00
NetworkWatcher.cpp launch_daemon: Added network_available event & condition. 2015-10-25 14:41:17 +01:00
NetworkWatcher.h launch_daemon: Added network_available event & condition. 2015-10-25 14:41:17 +01:00
SettingsParser.cpp libroot: remove delete_driver_settings 2021-05-31 06:51:45 +00:00
SettingsParser.h launch_daemon: Started working on condition parsing. 2015-07-22 20:42:32 +02:00
Target.cpp launch_daemon: Jobs were started before their target. 2015-07-22 20:45:47 +02:00
Target.h launch_daemon: Jobs were started before their target. 2015-07-22 20:45:47 +02:00
Utility.cpp launch_daemon: "file_exists" now resolves $HOME, and '~'. 2015-10-19 21:22:21 +02:00
Utility.h launch_daemon: "file_exists" now resolves $HOME, and '~'. 2015-10-19 21:22:21 +02:00
VolumeWatcher.cpp launch_daemon: Added volume_mounted event. 2015-10-17 14:24:57 +02:00
VolumeWatcher.h launch_daemon: Added volume_mounted event. 2015-10-17 14:24:57 +02:00
Worker.cpp launch_daemon: give the main worker thread a different name. 2015-11-06 22:49:10 +01:00
Worker.h launch_daemon: give the main worker thread a different name. 2015-11-06 22:49:10 +01:00