summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
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
2011-04-10local-fs: invoke emergency.service mounting at boot failsLennart Poettering
2011-04-10path: optionally, create watched directories in .path unitsLennart Poettering
2011-04-10tmpfiles: don't warn if two identical lines are configuredLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=690253
2011-04-09update TODOLennart Poettering
2011-04-07dbus: expose monotonic timestamps on the busLennart Poettering
2011-04-07manager: no need to use randomized generator dir when running as system managerLennart Poettering
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering
2011-04-06update TODOLennart Poettering
2011-04-06units: rename rtc-set.target to time-sync.target and pull it in by ↵Lennart Poettering
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service.
2011-04-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering
2011-04-06var-lock: don't try to enable var-lock.mount if we don't install itLennart Poettering
2011-04-06update TODOLennart Poettering
2011-04-06service: fix units with more than one socketLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=693289
2011-04-06manager: don't show PID for incoming signals if it is 0Lennart Poettering
2011-04-05man: fix description of systemctl reload-or-try-restartLennart Poettering
2011-04-05mount: block creation of mount units for API file systemsLennart Poettering
2011-04-05units: call the logger a bridge tooLennart Poettering
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