Home
last modified time | relevance | path

Searched hist:"1480 e5da6fc4a2926c3da1a973e39927ac2171ae" (Results 1 – 16 of 16) sorted by relevance

/haiku/src/servers/launch/
H A DLaunchDaemon.rdef1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DJamfile1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DLaunchDaemon.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/headers/private/app/
H A DServer.h1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DLaunchDaemonDefs.h1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DLaunchRoster.h1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/src/kits/app/
H A DServer.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DLaunchRoster.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DJamfile1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DLooper.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DApplication.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/data/launch/
H A Dsystem1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/headers/os/app/
H A DLooper.h1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
H A DApplication.h1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/src/servers/
H A DJamfile1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.
/haiku/src/servers/registrar/
H A DRegistrar.cpp1480e5da6fc4a2926c3da1a973e39927ac2171ae Thu Apr 02 09:42:35 UTC 2015 Axel Dörfler <axeld@pinc-software.de> The beginnings of a launch_daemon for Haiku.

* This will be heavily inspired by Apple's launchd, as well as
systemd -- for now it really doesn't do a whole lot, though.
* What works so far: the configuration files are read, parsed, and
the jobs created.
* The jobs are even initialized, and their message ports created.
* BApplication now retrieves a previously created port from the
launch_daemon for use with BServer.
* Only the registrar actually uses this for now.