summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2013-01-25logind: rework delay inhibition logicLennart Poettering
- Don't allow any locks to be taken while we are in the process of executing the specific operation, so that apps are not surprised if a suspend/shutdown happens while they rely on their inhibitor. - Get rid of the Resumed signal, it was a bad idea, and redundant due to PrepareForSleep(false), see below. - Always send out PrepareFor{Shutdown,Sleep} signals, instead of only if a delay lock is taken. - Move PrepareForSleep(false) after we come back from the suspend, so that apps can use this as "Resumed" notification. This also has the benefit that apps know when to take a new lock.
2013-01-25update TODOLennart Poettering
2013-01-25update TODOLennart Poettering
2013-01-24build-sys: link runlevel targets on install only if sysv compat is enabledZbigniew Jędrzejewski-Szmek
2013-01-24update TODOLennart Poettering
2013-01-24update TODOLennart Poettering
2013-01-21update TODOLennart Poettering
2013-01-21update TODOLennart Poettering
2013-01-20TODO: update loader variablesKay Sievers
2013-01-19update TODOLennart Poettering
2013-01-19update TODOLennart Poettering
2013-01-19update TODOLennart Poettering
2013-01-19update TODOLennart Poettering
2013-01-18update TODOLennart Poettering
2013-01-17TODO: remove vconsole itemsKay Sievers
We should not pimp up the kernel's VC stuff, it's too linited and fragile. At the moment not even the font uploaded early during bootup does survive the KMS driver taking over the framebuffer driver. We surely don't want to make promises about colors or resolution. The future is fullscreen KMS/kmscon/wayland/... based terminals using X fonts, keymaps, input methods, and not the old school too limited kernel VC stuff. So leave the kernel VCs as they are, and don't expect wonders.
2013-01-17TODO: update udevKay Sievers
2013-01-17update TODOLennart Poettering
2013-01-17update TODOLennart Poettering
2013-01-16TODO: Fedora 19 - /var/log/journal/Kay Sievers
2013-01-16TODO: add autofs expire detailsKay Sievers
2013-01-16TODO: updateKay Sievers
2013-01-16doc: disable "make check" for gtk-docKay Sievers
2013-01-15update TODOLennart Poettering
2013-01-15update TODOLennart Poettering
2013-01-15man: generate xml not html for indexZbigniew Jędrzejewski-Szmek
This way we also get a man page. The output is not as polished. I hope that it doesn't matter too much. index.html is not generated now, the page is called systemd.index.html. If necessary, an install hook should be added.
2013-01-15man: add links to directive index to see-alsosZbigniew Jędrzejewski-Szmek
systemd.directives(5) is renamed to systemd.directives(7). Section 7 is "Miscellaneous".
2013-01-15Update TODOLennart Poettering
2013-01-14update TODOLennart Poettering
2013-01-14update TODOLennart Poettering
2013-01-14update TODOLennart Poettering
2013-01-11update TODOLennart Poettering
2013-01-10update TODOLennart Poettering
2013-01-09udev: move string copy functions to shared/Kay Sievers
2013-01-08update TODOLennart Poettering
2013-01-08update TODOLennart Poettering
2013-01-07TODO: updateKay Sievers
2013-01-07update TODOLennart Poettering
2013-01-07TODOTom Gundersen
2013-01-06update TODOZbigniew Jędrzejewski-Szmek
2013-01-06TODO: updateKay Sievers
2013-01-04udev: set device node permissions only at "add" eventsKay Sievers
2013-01-04systemctl: add is-failedThomas Hindoe Paaboel Andersen
Adds is-failed to join is-active and is-enabled. I grabbed this one from the todo list. Most of the functionality was already there for is-active. I just needed to make check_one_unit take the states to check for as an argument instead of the hardcoded "active" and "reloading". is-failed will return 1 if none of the units given are failed. This is different from is-active which will return 3 if none of the units given are active. It returns 3 with this comment: /* According to LSB: "program is not running" */ As that does not make sense when looking for failed units I simply chose 1 instead.
2012-12-31TODOLennart Poettering
2012-12-31unit: add ConditionACPower=Lennart Poettering
2012-12-31TODOLennart Poettering
2012-12-31TODOLennart Poettering
2012-12-24update TODOLennart Poettering
2012-12-24update TODOLennart Poettering
2012-12-24update TODOLennart Poettering
2012-12-22update TODOLennart Poettering