Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-13 | update TODO | Lennart Poettering | |
2012-09-13 | readahead: use 20K instead of 16K as temporary request nr bump | Lennart Poettering | |
2012-09-12 | update TODO | Kay Sievers | |
2012-09-12 | update TODO | Kay Sievers | |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=855863 | |||
2012-09-11 | update TODO | Lennart Poettering | |
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" ↵ | Lennart Poettering | |
state | |||
2012-09-11 | update TODO | Lennart Poettering | |
2012-09-10 | update TODO | Lennart Poettering | |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering | |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering | |
2012-09-05 | localed: system-setup-keyboard is no more on fedora | Lennart Poettering | |
2012-09-05 | man: document that ExecStart= doesn't understand shell command lines | Lennart Poettering | |
2012-09-05 | tmpfiles: don't attempt creation of device nodes when we run in a container | Lennart Poettering | |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering | |
2012-09-05 | journalctl: rework JSON output mode | Lennart 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-05 | nspawn: generate a new randomized boot ID for each container | Lennart Poettering | |
2012-09-04 | update TODO | Lennart Poettering | |
2012-09-03 | update TODO -- hackfest edition | Lennart Poettering | |
2012-09-03 | journalctl: include logs from PID 1 about services in systemctl status | Lennart Poettering | |
2012-09-03 | util: make path_is_mount_point() recognize bind mounts, too | Lennart Poettering | |
2012-09-03 | unit: make sure structured logging is available before we enter the main ↵ | Lennart Poettering | |
boot phase | |||
2012-09-03 | journal: generate structured journal messages for a number of events | Lennart Poettering | |
2012-09-03 | shared: 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-23 | build-sys: prepare release 189systemd/v189 | Lennart Poettering | |
2012-08-22 | service: introduce a proper service result if the start limit is hit | Lennart Poettering | |
2012-08-22 | journalctl: complain if unprivileged users attempt to access the journal and ↵ | Lennart Poettering | |
persistant logging is off | |||
2012-08-22 | unit: add new ConditionHost= condition type | Lennart Poettering | |
2012-08-21 | journalctl: be more friendly when informing about seal verification | Lennart Poettering | |
2012-08-21 | update TODO | Lennart Poettering | |
2012-08-21 | update TODO | Lennart Poettering | |
2012-08-20 | journal: make libgcrypt dependency optional | Lennart Poettering | |
2012-08-17 | journal: set secure deletion flags for FSS file | Lennart Poettering | |
2012-08-14 | man: extend documentation for RestartPreventExitStatus= and ↵ | Lennart Poettering | |
SuccessExitStatus= a bit | |||
2012-08-13 | journald: initial version of FSPRG hookup | Lennart 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-13 | update TODO | Lennart Poettering | |
2012-08-13 | update TODO | Lennart Poettering | |
2012-08-09 | update TODO | Lennart Poettering | |
2012-08-09 | update mailmap | Lennart Poettering | |
2012-08-09 | update TODO | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | TODO: misleading socket warning | Kay Sievers | |
2012-08-07 | update TODO | Lennart Poettering | |
2012-08-07 | journalctl: include corrupted files in output | Lennart Poettering | |
If a journal file was rotated away because it was corrupted or dirty we should still show its contents via "journalctl". | |||
2012-08-06 | mount-setup: change system mount propagation to shared by default | Lennart 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-06 | continue 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-06 | update TODO | Lennart Poettering | |