summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nologin: extend the /run/nologin descriptions a bit (#8244)Lennart Poettering2018-02-224-14/+24
* Merge pull request #8243 from poettering/statx-syscall-unfuckLennart Poettering2018-02-2210-86/+137
|\
| * shutdown: let's not use exit() needlesslyLennart Poettering2018-02-221-7/+4
| * reboot-util: unify reboot with parameter in a single implementationLennart Poettering2018-02-224-44/+67
| * basic: split out update_reboot_parameter_and_warn() into its own .c/.h filesLennart Poettering2018-02-227-25/+42
| * tree-wide: voidify reboot() invocationsLennart Poettering2018-02-222-3/+3
| * basic: add a common syscall wrapper around reboot()Lennart Poettering2018-02-225-8/+22
| * missing: always use __NR_ as prefix for syscall numbersLennart Poettering2018-02-221-2/+2
| * missing: Fix statx syscall ifdefferyLennart Poettering2018-02-221-2/+2
* | pid1: when creating service directories, don't chown existing files (#8181)Zbigniew Jędrzejewski-Szmek2018-02-221-13/+9
|/
* tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering2018-02-224-2/+5
* shutdown: explicitly set a log target in shutdown.cLennart Poettering2018-02-221-6/+9
* shutdown: always pass errno to logging functionsLennart Poettering2018-02-221-6/+6
* log: only open kmsg on fallback if we actually want to use itLennart Poettering2018-02-221-10/+7
* umount: beef up logging when umount/remount child processes failLennart Poettering2018-02-211-6/+10
* user-sessions: let's simplify our code paths a bitLennart Poettering2018-02-211-9/+6
* missing_syscall: when adding syscall replacements, use different names (#8229)Zbigniew Jędrzejewski-Szmek2018-02-212-18/+53
* Merge pull request #8235 from keszybz/skip-nobody-testEvgeny Vereshchagin2018-02-211-8/+49
|\
| * test-user-util: skip most tests for nobody if synthentization is offZbigniew Jędrzejewski-Szmek2018-02-211-10/+30
| * test-user-util: print function delimitersZbigniew Jędrzejewski-Szmek2018-02-201-1/+22
* | Merge pull request #7908 from yuwata/rfe-7895Alan Jenkins2018-02-2116-133/+600
|\ \
| * | core: add DBus API for TemporaryFileSystem=Yu Watanabe2018-02-212-0/+138
| * | core: add new option 'tmpfs' to ProtectHome=Yu Watanabe2018-02-212-1/+15
| * | test: add tests for TemporaryFileSystem=Yu Watanabe2018-02-211-0/+9
| * | core: add new setting TemporaryFileSystem=Yu Watanabe2018-02-218-8/+243
| * | core/namespace: make '-' prefix in Bind{,ReadOnly}Paths= workYu Watanabe2018-02-212-18/+8
| * | nspawn: remove unnecessary mount option parsing logicYu Watanabe2018-02-211-43/+2
| * | mount-util: call mount_option_mangle() in mount_verbose()Yu Watanabe2018-02-211-12/+20
| * | test: add tests for mount_option_mangle()Yu Watanabe2018-02-211-0/+55
| * | mount-util: add mount_option_mangle()Yu Watanabe2018-02-213-0/+81
| * | core: simplify DBus API for BindPaths=Yu Watanabe2018-02-211-13/+5
| * | core: fix DBus API for AppArmorProfile= and SmackProcessLabel=Yu Watanabe2018-02-211-5/+1
| * | core/execute: clear bind_mountsYu Watanabe2018-02-211-0/+2
| * | core/execute: simplify compile_bind_mounts()Yu Watanabe2018-02-211-3/+1
| * | nspawn: fix indentationYu Watanabe2018-02-211-6/+6
| * | core/namespace: remove unused argumentYu Watanabe2018-02-211-2/+1
| * | core/namespace: use free_and_replace()Yu Watanabe2018-02-211-3/+1
| * | core/namespace: fix commentYu Watanabe2018-02-211-2/+2
| * | core/namespace: merge PRIVATE_VAR_TMP into PRIVATE_TMPYu Watanabe2018-02-211-13/+6
| * | core/namespace: make arguments const if possibleYu Watanabe2018-02-211-6/+6
* | | journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek2018-02-204-12/+15
* | | xattr-util: use crtime/btime if statx() is available for implementation of fd...Lennart Poettering2018-02-205-45/+155
* | | xattr-util: support AT_EMPTY_PATH in fgetxattrat_fake()Lennart Poettering2018-02-201-4/+15
* | | journal-file: fix typo in log messageLennart Poettering2018-02-201-1/+1
* | | io-util: add an unlikely decorator for a test that should never holdLennart Poettering2018-02-201-1/+1
* | | tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering2018-02-204-3/+15
* | | fs-util: move fsync_directory_of_file() into generic codeLennart Poettering2018-02-204-33/+43
* | | stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-208-58/+73
* | | sd-journal: when picking up a new file, compare inode/device info with previo...Lennart Poettering2018-02-201-39/+88
* | | sd-journal: rename add_file() → add_file_by_name()Lennart Poettering2018-02-201-6/+15