Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-12 | time-util: map ALARM clockids to non-ALARM clockids in now() | Lennart Poettering | |
Fixes: #2597 | |||
2016-02-12 | Merge pull request #2594 from keszybz/spelling | Martin Pitt | |
Spelling | |||
2016-02-11 | Merge pull request #2595 from l10n-tw/master | Zbigniew Jędrzejewski-Szmek | |
Update zh_TW translation. | |||
2016-02-12 | Update zh_TW translation. | Jeff Huang | |
2016-02-11 | Merge pull request #2590 from zonque/bus-endpoint-removal | Zbigniew Jędrzejewski-Szmek | |
Remove kdbus custom endpoint support | |||
2016-02-11 | Typo | Zbigniew Jędrzejewski-Szmek | |
2016-02-11 | NEWS: journal device support is limited to current boot, grammar | Zbigniew Jędrzejewski-Szmek | |
Reword some sentences for better flow. | |||
2016-02-11 | Merge pull request #2592 from mbiebl/typo-fixes | Zbigniew Jędrzejewski-Szmek | |
Typo fixes | |||
2016-02-12 | Typo fixes | Michael Biebl | |
2016-02-12 | Merge pull request #2591 from jwilk/spelling | Michael Biebl | |
man: fix typos | |||
2016-02-12 | man: fix typos | Jakub Wilk | |
2016-02-11 | Remove kdbus custom endpoint support | Daniel Mack | |
This feature will not be used anytime soon, so remove a bit of cruft. The BusPolicy= config directive will stay around as compat noop. | |||
2016-02-11 | Merge pull request #2587 from haraldh/tpmv3 | Lennart Poettering | |
sd-boot: put hashed kernel command line in a PCR of the TPM | |||
2016-02-11 | Merge pull request #2588 from phomes/core-enum-fix | Zbigniew Jędrzejewski-Szmek | |
core: use correct enum | |||
2016-02-11 | core: use correct enum | Thomas Hindoe Paaboel Andersen | |
from e903182e5b0daa941de47a9c08c824106cec7fe0 | |||
2016-02-11 | sd-boot: put hashed kernel command line in a PCR of the TPM | Harald Hoyer | |
The UEFI BIOS already hashes the contents of the loaded image, so the initrd and the command line of the binary are recorded. Because manually added LoadOptions are not taken into account, these should be recorded also. This patch logs and extends a TPM PCR register with the LoadOptions. This feature can be enabled with configure --enable-tpm The PCR register index can be specified with configure --with-tpm-pcrindex=<NUM> | |||
2016-02-11 | configure: bump version numbersystemd/v229 | Lennart Poettering | |
2016-02-11 | delta: minor coding style fixes | Lennart Poettering | |
no change in behaviour | |||
2016-02-11 | man: document that resolved cares about /etc/hosts | Lennart Poettering | |
2016-02-11 | Merge pull request #2581 from evverx/dev-mqueue-cond | Lennart Poettering | |
units: don't try to mount the mqueue fs if we lack the privileges for it | |||
2016-02-11 | Merge pull request #2576 from poettering/random-fixes | Martin Pitt | |
Random fixes | |||
2016-02-11 | build-sys: bump so version | Lennart Poettering | |
2016-02-11 | build-sys: run "make hwdb-update" | Lennart Poettering | |
2016-02-11 | fill in contributors list in NEWS | Lennart Poettering | |
2016-02-11 | core: don't choke if a unit another unit triggers vanishes during reload | Lennart Poettering | |
Fixes: #1981 | |||
2016-02-11 | Merge pull request #2579 from evverx/TEST-1981 | Daniel Mack | |
tests: add test for https://github.com/systemd/systemd/issues/1981 | |||
2016-02-11 | Merge pull request #2578 from keszybz/man-pages | Daniel Mack | |
man: follow up fixes for #2575 | |||
2016-02-11 | units: don't try to mount the mqueue fs if we lack the privileges for it | Evgeny Vereshchagin | |
See https://github.com/systemd/systemd/pull/2576#discussion-diff-52592680 | |||
2016-02-10 | man: follow up fixes for #2575 | Zbigniew Jędrzejewski-Szmek | |
2016-02-10 | Merge pull request #2575 from poettering/manfixes | Zbigniew Jędrzejewski-Szmek | |
A variety of man page fixes | |||
2016-02-10 | man: correct explanation of "systemctl is-enabled" output | Lennart Poettering | |
The "is-enabled" command doesn't care whether the symlinks are declared in the [Install] section of a unit file or not, when returning "enabled". Any alias, .wants/ or .requires/ symlinks suffice. Fixes: #975 | |||
2016-02-10 | man: document that ExecStartPost= is only run if ExecStart= succeeded | Lennart Poettering | |
Fixes: #846 | |||
2016-02-10 | man: document that "systemctl enable" supports abbreviated unit file names | Lennart Poettering | |
Fixes: #1502 | |||
2016-02-10 | man: document that nss-myhostname handles *.localhost and *.localdomain too | Lennart Poettering | |
(And similar for resolved) Fixes: #1630 | |||
2016-02-10 | man: document that [Install] has no effect in unit file .d/*.conf drop-ins | Lennart Poettering | |
Fixes: #1774 Fixes: #1090 | |||
2016-02-10 | man: document distinction between ConditionXYZ= and AssertXYZ= | Lennart Poettering | |
References: #2468 | |||
2016-02-10 | man: document rescue.target and emergency.target in more detail | Lennart Poettering | |
Fixes: #2523 | |||
2016-02-10 | units: don't try to mount the FUSE fs if we lack the privileges for it | Lennart Poettering | |
See: https://lists.freedesktop.org/archives/systemd-devel/2016-February/035740.html | |||
2016-02-10 | nss-mymachines: never resolve unmapped UIDs/GIDs | Lennart Poettering | |
Don't ever permit successful user or group lookups if no UID/GID mapping is actually applied. THis way, we can be sure that nss-mymachines cannot be used to insert invalid cache entries into nscd's cache. https://bugzilla.redhat.com/show_bug.cgi?id=1285339 | |||
2016-02-10 | update TODO | Lennart Poettering | |
2016-02-10 | build-sys: add TEST-06-SELINUX to dist | Evgeny Vereshchagin | |
This is a follow-up to https://github.com/systemd/systemd/pull/2493 | |||
2016-02-10 | tests: add test for https://github.com/systemd/systemd/issues/1981 | Evgeny Vereshchagin | |
2016-02-10 | Merge pull request #2574 from zonque/netclass-remove | Lennart Poettering | |
cgroup: remove support for NetClass= directive | |||
2016-02-10 | Merge pull request #2495 from heftig/master | Lennart Poettering | |
tty-ask-password: Split out password sending | |||
2016-02-10 | Merge pull request #2555 from poettering/coredump-fixes | Lennart Poettering | |
Coredump fixes and more | |||
2016-02-10 | cgroup: remove support for NetClass= directive | Daniel Mack | |
Support for net_cls.class_id through the NetClass= configuration directive has been added in v227 in preparation for a per-unit packet filter mechanism. However, it turns out the kernel people have decided to deprecate the net_cls and net_prio controllers in v2. Tejun provides a comprehensive justification for this in his commit, which has landed during the merge window for kernel v4.5: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd1060a1d671 As we're aiming for full support for the v2 cgroup hierarchy, we can no longer support this feature. Userspace tool such as nftables are moving over to setting rules that are specific to the full cgroup path of a task, which obsoletes these controllers anyway. This commit removes support for tweaking details in the net_cls controller, but keeps the NetClass= directive around for legacy compatibility reasons. | |||
2016-02-10 | update NEWS | Lennart Poettering | |
2016-02-10 | core: treat JobTimeout=0 as equivalent to JobTimeout=infinity | Lennart Poettering | |
Corrects an incompatibility introduced with 36c16a7cdd6c33d7980efc2cd6a2211941f302b4. Fixes: #2537 | |||
2016-02-10 | core: simplify how we parse TimeoutSec=, TimeoutStartSec= and TimeoutStopSec= | Lennart Poettering | |
Let's make things more obvious by placing the parse_usec() invocation directly in config_parse_service_timeout(). | |||
2016-02-10 | update TODO | Lennart Poettering | |