Upgrade libddekit and introduce devmand.

Devmand (Device manager daemon) is the daemon that will
dynamically manage services based on events received from
the system.
This commit is contained in:
Kees Jongenburger
2012-06-05 09:43:18 +00:00
parent 6b8821515d
commit ade7dc8ded
16 changed files with 1219 additions and 61 deletions

View File

@@ -58,3 +58,8 @@ error "_MINIX_MACHINE has incorrect value (0)"
#define DEFAULT_STACK_LIMIT (64 * 1024 * 1024)
#endif /* _MINIX_SYS_CONFIG_H */
/* Added by release script */
#ifndef _VCS_REVISION
#define _VCS_REVISION "116fcea"
#endif