Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | core, systemctl: add support for irreversible jobs | Michal Schmidt | |
Add a new job mode: replace-irreversibly. Jobs enqueued using this mode cannot be implicitly canceled by later enqueued conflicting jobs. They can however still be canceled with an explicit "systemctl cancel" call. | |||
2012-04-22 | transaction: add missing emacs and license headers | Lennart Poettering | |
2012-04-20 | transaction: remove the anchor link | Michal Schmidt | |
tr->anchor_job is sufficient. | |||
2012-04-20 | transaction: maintain anchor_job | Michal Schmidt | |
Track which job is the anchor in the transaction. | |||
2012-04-20 | manager: split transaction.[ch] | Michal Schmidt | |
manager.c takes care of the main loop, unit management, signal handling, ... transaction.c computes transactions. After split: manager.c: 65 KB transaction.c: 40 KB |