Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | backlight,random-seed: move state files into /var/lib/systemd | Lennart Poettering | |
Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. | |||
2013-09-17 | Update TODO | Lennart Poettering | |
2013-09-17 | Update TODO | Lennart Poettering | |
2013-09-17 | cgroup: get rid of MemorySoftLimit= | Lennart Poettering | |
The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay around in the kernel for good, so let's not expose it for now. We can readd something like it later when the kernel guys decided on a final API for this. | |||
2013-09-17 | update TODO | Lennart Poettering | |
2013-09-17 | update TODO | Lennart Poettering | |
2013-09-16 | TODO spelling fix. | David Strauss | |
2013-09-16 | Verify validity of session name when received from outside | Zbigniew Jędrzejewski-Szmek | |
Only ASCII letters and digits are allowed. | |||
2013-09-13 | update TODO | Lennart Poettering | |
2013-09-13 | update TODO | Lennart Poettering | |
2013-09-12 | bash-completion: add systemd-run | Zbigniew Jędrzejewski-Szmek | |
2013-09-12 | update TODO | Lennart Poettering | |
2013-09-12 | core: notify triggered by socket of a service | Umut Tezduyar | |
2013-09-12 | update TODO | Lennart Poettering | |
2013-09-12 | TODO: remove backlight tool | Kay Sievers | |
2013-09-11 | core: failed scope units may not be restarted | Lennart Poettering | |
We don't allow reusing of scopes. | |||
2013-09-11 | Update TODO | Lennart Poettering | |
2013-09-11 | fstab-generator: use DefaultDependencies=yes | Tom Gundersen | |
This removes some redundancy between the generator and the core mount handling. | |||
2013-09-10 | service: remove pidfile after exit of a service | Lukas Nykryn | |
2013-09-09 | run: allow non-absolute paths as command | Zbigniew Jędrzejewski-Szmek | |
2013-09-06 | TODO: update todo | Dave Reisner | |
2013-08-23 | "-" prefix for InaccessibleDirectories and ReadOnlyDirectories | Maciej Wereski | |
2013-08-22 | remove hasprefix(), use startswith() | Shawn Landden | |
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek | |
2013-08-19 | man: fix spacing issue in systemd-nspawn(1) | Zbigniew Jędrzejewski-Szmek | |
Same as 1e158d273. | |||
2013-08-14 | README: update list of used LICENSEs | Kay Sievers | |
2013-08-13 | update TODO | Lennart Poettering | |
2013-08-13 | gpt-auto-generator: add basic auto-discovery of GPT partitions | Lennart Poettering | |
This adds a simple generator that is capable of automatically discovering certain GPT partitions by their type UUID and mount/enable them. This currently covers swap partitions and /home partitions, but is expected to grow more features soon. This currently doesn't handle LUKS encrypted /home. This enables all swap partitions of type 0657fd6da4ab43c484e50933c84b4f4f, if found. This mounts the first partition of type 933ac7e12eb44f13b8440e14e2aef915 as /home, if it is found. | |||
2013-08-13 | TODO: update | Kay Sievers | |
2013-08-11 | logs-show: limit to 3 lines and use dots if not showing full message | Zbigniew Jędrzejewski-Szmek | |
So far, we would show up to 128 bytes from a message, simply cutting of the rest. With multiline messages, it is quite common for a message to be longer than that, and this model doesn't really work anymore. A new limit is added: up to 3 lines will be shown, unless --full is used (c.f. first line below). The limit for bytes is extended to 300 bytes. An ellipsis will always be used, if some form of truncation occurs. If the tail of the message is cut off, either because of length or line limit, dots will be shown at the end of the last line. If this last line is short, the dots will be simply appended. If the last line is too long for that, it will be ellipsized with dots at the very end. Note that the limits are in bytes, not characters, and we suck at outputting unicode strings (c.f. last three lines below). Aug 11 10:46:21 fedora python[67]: test message line line... Aug 11 10:50:47 fedora python[76]: test message word word word word word word word word word word word wor... Aug 11 10:55:11 fedora python[83]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx... Aug 11 11:03:21 fedora python[90]: ąąąąąąąąąąąąąąąąąąąąąąąąąąąąąą... Aug 11 11:03:53 fedora python[97]: aąąąąąąąąąąąąąąąąąąąąąąąąąąąąąą... Aug 11 11:25:45 fedora python[121]: aąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąą�... | |||
2013-08-09 | update TODO | Lennart Poettering | |
2013-08-09 | service: prohibit Restart= set when Type=oneshot | Maciej Wereski | |
2013-08-07 | TODO: add hwdb timestamp check | Kay Sievers | |
2013-08-06 | TODO: add weird instance unit enable behavior | Kay Sievers | |
2013-07-30 | update TODO | Lennart Poettering | |
2013-07-29 | update TODO | Lennart Poettering | |
2013-07-29 | update TODO | Lennart Poettering | |
2013-07-29 | update TODO | Lennart Poettering | |
2013-07-27 | TODO: remove kernel env var importing fix | Kay Sievers | |
2013-07-26 | logind: update the session state file before we send out the CreateSession() ↵ | Lennart Poettering | |
reply https://bugs.freedesktop.org/show_bug.cgi?id=67273 | |||
2013-07-26 | systemctl: move set-log-level to systemd-analyze | Lennart Poettering | |
"systemctl set-log-level" is a command for analysis and tracing hence "systemd-analyze" should be the better home for it, thus allowing us to make the overly large "systemctl" a bit smaller. | |||
2013-07-26 | systemctl: move "dump" command from systemctl to systemd-analyze | Lennart Poettering | |
It's an analysis command and its format is explicitly not covered by any stability guarantees, hence move away from systemctl and into systemd-analyze, minimizing the already large interface of systemctl a bit. This patch also adds auto-paging to the various systemd-analyze commands where that makes sense | |||
2013-07-24 | journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ↵ | Lennart Poettering | |
message | |||
2013-07-22 | NEWS: prepare half a NEWS file for upcoming 206 | Lennart Poettering | |
2013-07-19 | man: update documentation of systemctl cgroup commands | Lennart Poettering | |
2013-07-19 | man: update documentation of slice units a bit | Lennart Poettering | |
2013-07-19 | man: update scope unit man page a bit | Lennart Poettering | |
2013-07-19 | man: update pam_systemd documentation to current state of the code | Lennart Poettering | |
2013-07-19 | man: list scope and slice units in systemd(1) | Lennart Poettering | |
2013-07-19 | man: document sd_pid_get_slice() call of libsystemd-login | Lennart Poettering | |