summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2011-04-05build-sys: always place user units in /usr/lib/systemdKay Sievers
./configure --libexecdir=/usr/lib
2011-04-05update TODOLennart Poettering
2011-04-05update TODOLennart Poettering
2011-04-04exec: support unlimited resourcesLennart Poettering
2011-04-04update TODOLennart Poettering
2011-04-04units: improve logger descriptionsLennart Poettering
2011-04-03update TODOLennart Poettering
2011-04-03tmpfiles: create leading directories for d/D instructionsKay Sievers
2011-04-03update TODOKay Sievers
2011-04-02tmpfiles: split off rules for legacy systems into legacy.confLennart Poettering
2011-04-01man: document ConditionPathIsDirectory=Lennart Poettering
2011-03-31log: fix shifting of facilitiesLennart Poettering
2011-03-31log: don't strip facility when writing to kmsgLennart Poettering
2011-03-31build-sys: create a number of drop-in config dirsLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-31random: do not print warning if random seed doesn't exist yetLennart Poettering
2011-03-31plymouth: use PID file to detect whether ply is runningLennart Poettering
2011-03-31update TODOKay Sievers
2011-03-31analyze: add plotterLennart Poettering
2011-03-30quota: do not pull in quota tools for mounts that do not originate in ↵Lennart Poettering
neither /etc/fstab nor fragment files
2011-03-30manager: fix taint check for /usrLennart Poettering
2011-03-30unit: never apply /etc/rcN.d/ priority to native servicesLennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-29build-sys: bump versionLennart Poettering
2011-03-28execute: socket isn't abstract anymoreLennart Poettering
2011-03-28man: explain a couple of default dependenciesLennart Poettering
2011-03-23update TODOKay Sievers
2011-03-21update TODOKay Sievers
2011-03-18service: pull in sysv facility targets from the sysv units, not the other ↵Lennart Poettering
way round For an explanation see: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001692.html
2011-03-18units: pull in syslog.target from syslog.socketLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what ↵Lennart Poettering
the name of the syslog implementation is
2011-03-18exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering
2011-03-17update TODOKay Sievers
2011-03-17update TODOKay Sievers
2011-03-17unit: serialize condition test resultsLennart Poettering
2011-03-17dbus: allow LoadUnit to unprivileged usersLennart Poettering
2011-03-16ask-password: reset signal mask after we are doneLennart Poettering
2011-03-15getty: move automatic serial getty logic into generatorLennart Poettering
2011-03-14manager: don't show kernel boot-up time for containersLennart Poettering
2011-03-14units: add console-shell.service which can be used insted of the gettys to ↵Lennart Poettering
get a shell on /dev/console
2011-03-14util: detect CLONE_NEWPID namespaces, and cache resultsLennart Poettering
2011-03-12systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230
2011-03-11units: move the last flag files to /dev/.runLennart Poettering
2011-03-11util: close all fds before freezing executionLennart Poettering
2011-03-11main: properly handle -b boot optionLennart Poettering
2011-03-09condition: take a timestamp and store last result of conditionsLennart Poettering
2011-03-09dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering
2011-03-09selinux: bump up error level when in non-enforcing modeLennart Poettering
2011-03-09drop unnecessary suffix NULs as gcc adds them anywayLennart Poettering
2011-03-08build-sys: prepare v20Lennart Poettering