summaryrefslogtreecommitdiffstats
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update TODOLennart Poettering2012-08-081-0/+2
|
* update TODOLennart Poettering2012-08-081-0/+2
|
* update TODOLennart Poettering2012-08-081-0/+2
|
* update TODOLennart Poettering2012-08-081-0/+2
|
* TODO: misleading socket warningKay Sievers2012-08-081-0/+6
|
* update TODOLennart Poettering2012-08-071-7/+1
|
* journalctl: include corrupted files in outputLennart Poettering2012-08-071-2/+0
| | | | | If a journal file was rotated away because it was corrupted or dirty we should still show its contents via "journalctl".
* mount-setup: change system mount propagation to shared by defaultLennart Poettering2012-08-061-2/+0
| | | | | | | | | | | | | | | | | 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.
* continue work with error messages, log_oom()Shawn Landden2012-08-061-1/+1
| | | | | | | 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.
* update TODOLennart Poettering2012-08-061-0/+6
|
* TODO: /etc/timezoneKay Sievers2012-08-061-0/+8
|
* update TODOLennart Poettering2012-08-031-0/+5
|
* man: document three new cgtop optionsZbigniew Jędrzejewski-Szmek2012-08-031-2/+0
|
* update TODOLennart Poettering2012-08-011-0/+6
|
* update TODOLennart Poettering2012-08-011-0/+2
|
* update TODOKay Sievers2012-07-301-0/+2
|
* logind: add new loginctl lock-sessions commandLennart Poettering2012-07-291-0/+2
|
* systemctl: append .service to unit names lacking suffixLennart Poettering2012-07-281-4/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39386
* update TODOLennart Poettering2012-07-271-0/+2
|
* journalctl: add --priority= switch for filtering by priorityLennart Poettering2012-07-271-0/+2
|
* journald: log driver messages at LOG_INFOLennart Poettering2012-07-261-4/+0
|
* update READMELennart Poettering2012-07-261-0/+2
|
* update TODOKay Sievers2012-07-261-0/+5
|
* update TODOLennart Poettering2012-07-251-0/+5
|
* update TODOKay Sievers2012-07-251-0/+1
|
* update TODOLennart Poettering2012-07-201-0/+8
|
* build-sys: prepare 187Lennart Poettering2012-07-201-8/+0
|
* journald: don't choke on journal files with no cutoff dateLennart Poettering2012-07-191-0/+4
|
* update TODOLennart Poettering2012-07-181-0/+4
|
* service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering2012-07-181-8/+0
| | | | | | When an automatic restart is already queued, then make subsequent start jobs wait until the restart can be handled (i.e. after the holdhoff time), instead of simply fail.
* unit: don't serialize job state, only unit state across switch-rootLennart Poettering2012-07-181-0/+2
|
* switch-root: don't wait for processesLennart Poettering2012-07-171-2/+0
| | | | | When we transition from the initrd to the main system, don't reap processes, so that they can be handled normally after deserialization.
* update TODOLennart Poettering2012-07-171-2/+4
|
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-171-6/+3
|
* man: actually generate h2 headers for letters in index as we meant toLennart Poettering2012-07-161-2/+0
|
* Spelling fixes.Ville Skyttä2012-07-161-1/+1
|
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-151-2/+0
|
* update TODOKay Sievers2012-07-151-1/+2
|
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-131-4/+0
| | | | | | | | all other dependencies are in 3rd person. Change BindTo= accordingly to BindsTo=. Of course, the dependency is widely used, hence we parse the old name too for compatibility.
* build-sys: don't install sd-readahead.h as include file, but as documentationLennart Poettering2012-07-131-4/+0
| | | | | | | sd-readahead.h is supposed to be a drop-in API, nothing people should ever link to or could make use without also adding sd-readahead.c to their sources. Hence, don't install this header file into INCLUDES, but instead install it as DOCS.
* man: document sd_journal_get_cutoff_realtime_usec()Lennart Poettering2012-07-131-0/+2
|
* util: rename join() to strjoin()Lennart Poettering2012-07-131-0/+4
| | | | This is to match strappend() and the other string related functions.
* journalctl: show any printable Unicode characterZbigniew Jędrzejewski-Szmek2012-07-131-2/+0
| | | | | This makes sure we are OK in outputting all valid, non-control UTF-8 characters, instead of just printable 7bit ASCII.
* update TODOLennart Poettering2012-07-131-4/+0
|
* update TODOKay Sievers2012-07-111-1/+14
|
* update TODOLennart Poettering2012-07-111-6/+0
|
* journalctl: add a marker to log output for rebootsLennart Poettering2012-07-111-2/+0
| | | | | With this we'll print a marker "----- Reboot -----" between two subsequent lines with different boot IDs.
* journal: rework directory enumeration/watch logicLennart Poettering2012-07-111-5/+2
| | | | | | | | | | There's now sd_journal_new_directory() for watching specific journal directories. This is exposed in journalctl -D. sd_journal_wait() and sd_journal_process() now return whether changes in the journal are invalidating or just appending. We now create inotify kernel watches only when we actually need them
* update TODOLennart Poettering2012-07-101-4/+2
|
* journald: use "persistent", not "permanent" as storage optionLennart Poettering2012-07-101-2/+2
| | | | | "permanent" is simply the wrong term and we use "persistant" in most other contexts to correct this.