Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-19 | man: update systemd-nspawn regarding new --slice= logic | Lennart Poettering | |
2013-07-19 | man: drop the old cgroup settings from the man pages | Lennart Poettering | |
2013-07-19 | core: add %v specifier | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | man: document Slice= setting (and other fixes) | Lennart Poettering | |
2013-07-19 | update TODO | Lennart Poettering | |
2013-07-18 | TODO: update | Kay Sievers | |
2013-07-17 | systemd,systemctl: export condition status and show failing condition | Zbigniew Jędrzejewski-Szmek | |
$ systemctl --user status hoohoo hoohoo.service Loaded: loaded (/home/zbyszek/.config/systemd/user/hoohoo.service; static) Active: inactive (dead) start condition failed at Tue 2013-06-25 18:08:42 EDT; 1s ago ConditionPathExists=/tmp/hoo was not met Full information is exported over D-Bus: [(condition, trigger, negate, param, state),...] where state is one of "failed" (<0), "untested" (0), "OK" (>0). I've decided to use 0 for "untested", because it might be useful to differentiate different types of failure later on, without breaking compatibility. systemctl shows the failing condition, if there was a non-trigger failing condition, or says "none of the trigger conditions were met", because there're often many trigger conditions, and they must all fail for the condition to fail, so printing them all would consume a lot of space, and bring unnecessary attention to something that is quite low-level. | |||
2013-07-18 | update TODO | Lennart Poettering | |
2013-07-16 | Update TODO | Zbigniew Jędrzejewski-Szmek | |
This point was done in 77a9e8de6. | |||
2013-07-16 | journalctl: augment short mode with a cursor at the end | Zbigniew Jędrzejewski-Szmek | |
Two options are added: --show-cursor to print the cursor at the end, and --after-cursor to resume logs on the next line after the previous one. | |||
2013-07-17 | update TODO | Lennart Poettering | |
2013-07-16 | update | Lennart Poettering | |
2013-07-16 | rpm: add RPM macro for creating tmpfiles entries after package installation | Lennart Poettering | |
2013-07-16 | journal: return -ECHILD after a fork | Zbigniew Jędrzejewski-Szmek | |
A few asserts are replaced with 'return -EINVAL'. I think that assert should not be used to check argument in public functions. Fields in struct sd_journal are rearranged to make it less swiss-cheesy. | |||
2013-07-16 | journalctl: Add support for showing messages from a previous boot | Jan Janssen | |
Hi, I redid the boot ID look up to use enumerate_unique. This is quite fast if the cache is warm but painfully slow if it isn't. It has a slight chance of returning the wrong order if realtime clock jumps around. This one has to do n searches for every boot ID there is plus a sort, so it depends heavily on cache hotness. This is in contrast to the other way of look-up through filtering by a MESSAGE_ID, which only needs about 1 seek + whatever amount of relative IDs you want to walk. I also have a linked-list + (in-place) mergesort version of this patch, which has pretty much the same runtime. But since this one is using libc sorting and armortized allocation, I prefer this one. To summarize: The MESSAGE_ID way is a *lot* faster but can be incomplete due to rotation, while the enumerate+sort will find every boot ID out there but will be painfully slow for large journals and cold caches. You choose :P Jan | |||
2013-07-16 | update TODO | Lennart Poettering | |
2013-07-16 | Update TODO | Lennart Poettering | |
2013-07-16 | journal: add logging of effective capabilities _CAP_EFFECTIVE | Shawn Landden | |
I think this is the most important of the capabilities bitmasks to log. | |||
2013-07-16 | update TODO | Lennart Poettering | |
2013-07-15 | man: add note about paging and colors to journalctl(1) | Zbigniew Jędrzejewski-Szmek | |
2013-07-15 | update TODO | Lennart Poettering | |
2013-07-15 | update TODO | Lennart Poettering | |
2013-07-12 | update TODO | Lennart Poettering | |
2013-07-11 | update TODO | Lennart Poettering | |
2013-07-11 | update TODO | Lennart Poettering | |
2013-07-11 | update TODO | Lennart Poettering | |
2013-07-11 | update TODO | Lennart Poettering | |
2013-07-11 | update TODO | Lennart Poettering | |
2013-07-10 | update TODO | Lennart Poettering | |
2013-07-10 | update TODO | Lennart Poettering | |