summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2011-07-02tmpfiles: don't exit with an error code if we cannot access all filesLennart Poettering
This is just to avoid confusion if people use stuff like FUSE file systems or SELinux which might disallow access to files even if tmpfiles is running as root. We still log away if we cannot access a file, but we do not return a failure exit code in the end.
2011-07-01nspawn: better use setresuid() instead of setreuid()Lennart Poettering
2011-07-01unit: support wildcards in Environment=, EnvironmentFile=Lennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with ↵Lennart Poettering
multiple tags, so avoid using them for now
2011-06-27update TODOLennart Poettering
2011-06-27dbus: send our finished signal when we are finished bootingLennart Poettering
2011-06-24logind: make sure we hand out write fd, and keep read fd for session end ↵Lennart Poettering
detection
2011-06-21timedated: sync clock down to RTC where necessaryLennart Poettering
2011-06-21update TODOLennart Poettering
2011-06-21dbus: introduce UnsetAndSetEnvironment()Lennart Poettering
2011-06-20manager: include full systemctl status command line in error messageLennart Poettering
2011-06-20update TODOLennart Poettering
2011-06-15update TODOLennart Poettering
2011-06-15man: clarify os-release in regards to spaces a bitLennart Poettering
2011-05-25update TODOKay Sievers
2011-05-24update TODOKay Sievers
2011-05-24update TODOKay Sievers
2011-05-20update TODOLennart Poettering
2011-05-19socket: expose SO_BROADCASTLennart Poettering
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty.
2011-05-17socket: add POSIX mqueue supportLennart Poettering
2011-05-17hostnamed: check that nss-myhostname is installedLennart Poettering
2011-05-17update TODOLennart Poettering
2011-05-12hostnamed: SetPrettyHostname() should check PK action ↵Lennart Poettering
org.freedesktop.hostname1.set-static-hostname
2011-05-09update TODOKay Sievers
2011-05-03update TODOLennart Poettering
2011-05-02update TODOLennart Poettering
2011-05-02units: enable automount units only if the kernel supports themLennart Poettering
2011-04-30binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=Kay Sievers
2011-04-30plymouth: introduce plymouth.enable=0 kernel command line switchLennart Poettering
2011-04-30util: don't AND cx with cxLennart Poettering
2011-04-28util: conf_files_list() return list as parameterKay Sievers
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering
We simply keep open copies of the dbus connections across the reexecution and close them as last step of it. A client can thus simply wait until its connection is dropped to know when the reexecution is finished. https://bugzilla.redhat.com/show_bug.cgi?id=698198
2011-04-28label: don't print warning when we try ro relabel an non-existing fileLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=698674
2011-04-28lookup: drop empty directories from search pathsLennart Poettering
2011-04-28unit: fix assert when trying to load unit instances for uninstanciable typesLennart Poettering
http://lists.freedesktop.org/archives/systemd-devel/2011-April/001910.html
2011-04-27def: lower default timeout to 90sLennart Poettering
Almost everybody found 3min too long, so lower it again
2011-04-27update TODOKay Sievers
2011-04-27manager: fix serialization counterLennart Poettering
2011-04-27update TODOLennart Poettering
2011-04-21update TODOsystemd/v25Lennart Poettering
2011-04-20socket: support ListeSpecial= socketsLennart Poettering
2011-04-20nspawn: don't fail when we receive SIGCHLDLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36148
2011-04-20units: set capability bounding set for syslog servicesLennart Poettering
2011-04-20man: fix specification of default timeoutsLennart Poettering
2011-04-19execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by ↵Lennart Poettering
default. Get that temporarily when dropping capabilities for good
2011-04-16socket: guarantee order in which sockets are passed to be the one of the ↵Lennart Poettering
configuration file
2011-04-16systemctl: always consider unit files with no [Install] section but stored ↵Lennart Poettering
in /lib enabled
2011-04-14update TODOKay Sievers
2011-04-12execute: don't fail if we cannot fix OOM in a containerLennart Poettering