Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | pid1: target units can fail through dependencies | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 1 | -0/+2 | |
| * | | | Revert "units: drop OnFailure= from .target units" | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 5 | -0/+10 | |
| * | | | core/job: adjust whitespace and comment | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 1 | -2/+3 | |
| * | | | test-path: decrease variable scope | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 1 | -4/+3 | |
| * | | | test: increase timeout for test-path | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 1 | -1/+2 | |
| | |/ | |/| | ||||||
* | | | execute: take ownership of more fields in ExecParameters | Lennart Poettering | 2020-07-23 | 2 | -19/+18 | |
* | | | Merge pull request #16536 from poettering/time-clock-map-fixes | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 4 | -30/+108 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | core: don't acquire dual timestamp needlessly if we don't need it in .timer h... | Lennart Poettering | 2020-07-21 | 1 | -8/+9 | |
| * | | test: add basic test for clock mapping | Lennart Poettering | 2020-07-21 | 1 | -0/+33 | |
| * | | time-util: rework clock conversion logic | Lennart Poettering | 2020-07-21 | 2 | -22/+66 | |
* | | | Merge pull request #16530 from yuwata/udev-fix-race-in-renaming-network-inter... | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 2 | -13/+20 | |
|\ \ \ | ||||||
| * | | | udev: drop unnecessary checks | Yu Watanabe | 2020-07-21 | 1 | -7/+3 | |
| * | | | udev: save ID_RENAMING= property to database before renaming network interface | Yu Watanabe | 2020-07-21 | 1 | -5/+16 | |
| * | | | network: update one log message | Yu Watanabe | 2020-07-21 | 1 | -1/+1 | |
* | | | | Merge pull request #16407 from bluca/verity_reuse | Lennart Poettering | 2020-07-22 | 6 | -46/+159 | |
|\ \ \ \ | ||||||
| * | | | | verity: re-use already open devices if the hashes match | Luca Boccassi | 2020-07-22 | 5 | -25/+174 | |
| * | | | | dm-util: use CRYPT_DEACTIVATE_DEFERRED instead of ioctl | Luca Boccassi | 2020-07-22 | 4 | -38/+2 | |
* | | | | | Revert "man: add note about systemd-vconsole-setup.service and tty as input/o... | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 1 | -7/+1 | |
* | | | | | test: adapt test-functions for SUSE | Elisei Roca | 2020-07-22 | 1 | -1/+5 | |
* | | | | | Merge pull request #16514 from keszybz/zstd-decompress-fix | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 10 | -138/+269 | |
|\ \ \ \ \ | ||||||
| * | | | | | man: update docs with the new functions and other enhancements | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 2 | -77/+171 | |
| * | | | | | homectl: fix warning about unused function | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 1 | -1/+1 | |
| * | | | | | TODO: add entry for XZ | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 1 | -1/+2 | |
| * | | | | | journal/compress: remove loop in decompress_startswith_zstd() | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 2 | -26/+19 | |
| * | | | | | journal/compress: fix zstd decompression with capped output size | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 1 | -28/+30 | |
| * | | | | | journal: use -EPROTONOSUPPORT for unknown compression | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 1 | -1/+1 | |
| * | | | | | sd-journal: when enumerating, continue even after an inaccessible field | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 4 | -4/+45 | |
* | | | | | | Merge pull request #16540 from poettering/acl-fix | Zbigniew Jędrzejewski-Szmek | 2020-07-22 | 2 | -28/+14 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | coredump: port to use common add_acls_for_user() | Lennart Poettering | 2020-07-21 | 1 | -24/+4 | |
| * | | | | | acl-util: fix error handling in add_acls_for_user() | Lennart Poettering | 2020-07-21 | 1 | -4/+10 | |
|/ / / / / | ||||||
* | | | | | offline-passwd: use chase_symlinks() | Lennart Poettering | 2020-07-21 | 1 | -4/+10 | |
* | | | | | update TODO | Lennart Poettering | 2020-07-21 | 1 | -0/+3 | |
* | | | | | user-util: indentation fix | Lennart Poettering | 2020-07-21 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | update NEWS | Lennart Poettering | 2020-07-21 | 1 | -0/+12 | |
* | | | | Merge pull request #16504 from poettering/read-file-ipc | Lennart Poettering | 2020-07-21 | 11 | -66/+175 | |
|\ \ \ \ | ||||||
| * | | | | fileio: add brief explanations for flags | Lennart Poettering | 2020-07-21 | 1 | -5/+5 | |
| * | | | | tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places | Lennart Poettering | 2020-07-21 | 8 | -47/+52 | |
| * | | | | fileio: allow to read base64/hex data as strings | Lennart Poettering | 2020-07-21 | 1 | -6/+14 | |
| * | | | | fileio: add support for read_full_file() on AF_UNIX stream sockets | Lennart Poettering | 2020-07-21 | 3 | -9/+104 | |
| * | | | | fileio: add explicit flag for generating world executable warning when readin... | Lennart Poettering | 2020-07-21 | 4 | -6/+7 | |
* | | | | | import: always prefer GNU tar, to avoid cmdline incompatibilities | Lennart Poettering | 2020-07-21 | 1 | -4/+34 | |
|/ / / / | ||||||
* | | | | Merge pull request #16519 from yuwata/networkctl-altnames | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | networkctl: do not ignore -EOPNOTSUPP when reading netlink message | Yu Watanabe | 2020-07-20 | 1 | -1/+1 | |
| * | | | | networkctl: sort alternative names | Yu Watanabe | 2020-07-20 | 1 | -0/+1 | |
* | | | | | Merge pull request #16353 from yuwata/network-dns-sni | Zbigniew Jędrzejewski-Szmek | 2020-07-21 | 36 | -392/+1082 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | man: update explanation about the format to specify DNS servers | Yu Watanabe | 2020-07-20 | 3 | -14/+32 | |
| * | | | | resolvectl: use bus_message_read_in_addr_auto() | Yu Watanabe | 2020-07-20 | 1 | -50/+30 | |
| * | | | | network, resolve: use bus_message_read_ifindex() or friends | Yu Watanabe | 2020-07-20 | 2 | -29/+14 | |
| * | | | | util: introduce bus_message_read_ifindex() | Yu Watanabe | 2020-07-20 | 2 | -0/+21 | |
| * | | | | util: introduce bus_mesage_read_dns_servers() | Yu Watanabe | 2020-07-20 | 4 | -149/+128 |