summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-11-02TODO: updateKay Sievers
2012-11-02TODO: updateKay Sievers
2012-10-31update TODOLennart Poettering
2012-10-31update TODOLennart Poettering
2012-10-30update TODO: insserv belongs on the chopping blockLennart Poettering
2012-10-30update TODOLennart Poettering
2012-10-30update TODOLennart Poettering
2012-10-29update TODOKay Sievers
2012-10-28Tweak TODOZbigniew Jędrzejewski-Szmek
2012-10-28update TODOLennart Poettering
2012-10-26journal: fix parsing of monotonic kernel timestampsLennart Poettering
2012-10-26update TODOLennart Poettering
2012-10-26update TODOLennart Poettering
2012-10-25update TODOLennart Poettering
2012-10-24update TODOLennart Poettering
2012-10-23update TODOLennart Poettering
2012-10-23udev: add hardware database supportKay Sievers
2012-10-23update TODOLennart Poettering
2012-10-23update TODOLennart Poettering
2012-10-20update TODOLennart Poettering
2012-10-19Update TODOLennart Poettering
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering
2012-10-18update TODOLennart Poettering
2012-10-17update TODOLennart Poettering
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering
Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings.
2012-10-16update TODOLennart Poettering
2012-10-16update TODOLennart Poettering
2012-10-15update TODOLennart Poettering
2012-10-11journalctl: implement --since= and --until for filtering by timeLennart Poettering
2012-10-10update TODOLennart Poettering
2012-10-08update TODOLennart Poettering
2012-10-08Shrink TODOZbigniew Jędrzejewski-Szmek
2012-10-04update TODOLennart Poettering
2012-10-04update TODOLennart Poettering
2012-10-03update TODOLennart Poettering
2012-10-02TODOLennart Poettering
2012-10-02update TODOKay Sievers
2012-10-02update TODOKay Sievers
2012-10-02update TODOKay Sievers
2012-09-27update TODOLennart Poettering
2012-09-24update TODOLennart Poettering
2012-09-24main: don't try to mout cpuset with cpu+cpuacct anymoreLennart Poettering
Turns out cpuset needs explicit initialization before we could make use of it. Thus mounting cpuset with cpu/cpuacct would make it impossible to just create a group in "cpu" and start it.
2012-09-21journal: completely rework the mmap cache as I too dumb to actually ↵Lennart Poettering
understand it Instead of doing hand optimized fd bisect arrays just use plain old hashmaps. Now I can understand my own code again. Yay! As a side effect this should fix some bad memory accesses caused by accesses after mmap(), introduced in 189.
2012-09-21logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering
2012-09-20update TODOLennart Poettering
2012-09-20update TODOsystemd/v190Lennart Poettering
2012-09-20util: overflow hardeningLennart Poettering
2012-09-19update TODOLennart Poettering
2012-09-19systemctl: warn about triggering units only at the endZbigniew Jędrzejewski-Szmek
Instead of checking each unit separately, check once at the end. This should avoid spurious warnings about a service being triggerable by other stuff.
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
Note: I did s/MANAGER/SYSTEMD/ everywhere, even though it makes the patch quite verbose. Nevertheless, keeping MANAGER prefix in some places, and SYSTEMD prefix in others would just lead to confusion down the road. Better to rip off the band-aid now.