summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-09-06journald: avoid logging to kmsg in the normal pathsLennart Poettering
2012-09-05localed: system-setup-keyboard is no more on fedoraLennart Poettering
2012-09-05man: document that ExecStart= doesn't understand shell command linesLennart Poettering
2012-09-05tmpfiles: don't attempt creation of device nodes when we run in a containerLennart Poettering
2012-09-05nspawn: handle poweroff/reboot nicely in containersLennart Poettering
2012-09-05journalctl: rework JSON output modeLennart Poettering
This splits the JSON output mode into different modes: json and json-pretty. The former printing one entry per line, the latter showing JSON objects nicely indented and in multiple lines to make it easier to read for humans.
2012-09-05nspawn: generate a new randomized boot ID for each containerLennart Poettering
2012-09-04update TODOLennart Poettering
2012-09-03update TODO -- hackfest editionLennart Poettering
2012-09-03journalctl: include logs from PID 1 about services in systemctl statusLennart Poettering
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering
2012-09-03unit: make sure structured logging is available before we enter the main ↵Lennart Poettering
boot phase
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-09-03shared: in code that might get called from suid programs use ↵Lennart Poettering
__secure_getenv() rather than getenv() It's better to be safe than sorry.
2012-08-23build-sys: prepare release 189systemd/v189Lennart Poettering
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-22journalctl: complain if unprivileged users attempt to access the journal and ↵Lennart Poettering
persistant logging is off
2012-08-22unit: add new ConditionHost= condition typeLennart Poettering
2012-08-21journalctl: be more friendly when informing about seal verificationLennart Poettering
2012-08-21update TODOLennart Poettering
2012-08-21update TODOLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering
2012-08-17journal: set secure deletion flags for FSS fileLennart Poettering
2012-08-14man: extend documentation for RestartPreventExitStatus= and ↵Lennart Poettering
SuccessExitStatus= a bit
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
This adds forward-secure authentication of journal files. This patch includes key generation as well as tagging of journal files, Verification of journal files will be added in a later patch.
2012-08-13update TODOLennart Poettering
2012-08-13update TODOLennart Poettering
2012-08-09update TODOLennart Poettering
2012-08-09update mailmapLennart Poettering
2012-08-09update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08TODO: misleading socket warningKay Sievers
2012-08-07update TODOLennart Poettering
2012-08-07journalctl: include corrupted files in outputLennart Poettering
If a journal file was rotated away because it was corrupted or dirty we should still show its contents via "journalctl".
2012-08-06mount-setup: change system mount propagation to shared by defaultLennart Poettering
In order to make containers work nicely out of the box it is highly desirable to have the mount propagation mode for the root fs is set as "shared" by default so that containers receive system mounts by default. (See mount --make-shared for more information). As it is unlikely that the kernel will change the default to "shared" for this, do this early at boot-up from PID 1. Setups which prefer the default of "private" should undo this change via invoking "mount --make-private /" or a similar command after boot. In the long run /etc/fstab should take the propagation mode as a mount option like any other, so that this may be used to change the default mode. However, if fstab is not around or doesn't list / we still should default to shared as propagation mode, hence this change now.
2012-08-06continue work with error messages, log_oom()Shawn Landden
Adds messages for formally silent errors: new "Failed on cmdline argument %s: %s". Removes some specific error messages for -ENOMEM in mount-setup.c. A few specific ones have been left in other binaries.
2012-08-06update TODOLennart Poettering
2012-08-06TODO: /etc/timezoneKay Sievers
2012-08-03update TODOLennart Poettering
2012-08-03man: document three new cgtop optionsZbigniew Jędrzejewski-Szmek
2012-08-01update TODOLennart Poettering
2012-08-01update TODOLennart Poettering
2012-07-30update TODOKay Sievers
2012-07-29logind: add new loginctl lock-sessions commandLennart Poettering
2012-07-28systemctl: append .service to unit names lacking suffixLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39386
2012-07-27update TODOLennart Poettering