summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2013-02-09logind: rename "seat-master" tag to "master-of-seat"Lennart Poettering
We currently enforce that seats are to be named in the form of "seatXXX", i.e. need to begin with the 4 characters "seat". Thus, "seat-master" would qualify as a seat name. As seat names are frequently used as tags on devices, the "seat-master" tag might hence confuse logind if the user decides to name a seat "seat-master". Hence, avoid any ambuigity: let's rename the "seat-master" tag to "master-of-seat".
2013-02-09update TODOLennart Poettering
2013-02-08update TODOLennart Poettering
2013-02-06man: see also dracut(7) in bootup(7)Zbigniew Jędrzejewski-Szmek
2013-02-04update TODOLennart Poettering
2013-02-04update TODOLennart Poettering
2013-02-04TODO: updateKay Sievers
2013-01-29test: some trivial fixes to test scriptsZbigniew Jędrzejewski-Szmek
- fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations
2013-01-29TODOLennart Poettering
2013-01-29update TODOLennart Poettering
2013-01-27TODO: updateKay Sievers
2013-01-25reorganize TODOLennart Poettering
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