summaryrefslogtreecommitdiffstats
path: root/src/rc-local-generator (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20util: add new helper in_utc_timezone()Lennart Poettering3-0/+25
2017-11-20calendarspec: rework destructor to return its own typeLennart Poettering2-4/+4
2017-11-20meson: bump required meson version to 0.41 (#7385)Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek45-0/+764
2017-11-19Add SPDX license headers to shell completion scriptsZbigniew Jędrzejewski-Szmek48-0/+48
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek55-5/+117
2017-11-19Add missing headers and SPDX identifiers to man pagesZbigniew Jędrzejewski-Szmek10-0/+214
2017-11-19Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek159-0/+318
2017-11-19Add SPDX license headers to python scriptsZbigniew Jędrzejewski-Szmek12-1/+16
2017-11-19Add SPDX indentifier to hwdb/parse_hwdb.pyZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-19Add SPDX license identifiers to man pagesZbigniew Jędrzejewski-Szmek242-0/+484
2017-11-19Add SPDX license identifiers to catalog and po filesZbigniew Jędrzejewski-Szmek44-0/+88
2017-11-19Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek34-0/+34
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1138-2/+1140
2017-11-19machined: support "machinectl bind" on non-directories (#7349)Lennart Poettering2-36/+74
2017-11-19man: remove note about CPU controller being unmergedZbigniew Jędrzejewski-Szmek1-5/+1
2017-11-19man: add link to kernel docs about no_new_privsZbigniew Jędrzejewski-Szmek1-1/+5
2017-11-17networkd: fix indentationYu Watanabe1-1/+1
2017-11-17networkd: remove debug message and unref when errorYu Watanabe1-2/+1
2017-11-17core: be more defensive if we can't determine per-connection socket peer (#7329)Lennart Poettering1-9/+6
2017-11-17man: rescue.target could be seen as single-user.target (#7323)John Lin1-1/+2
2017-11-17man: document that start limiting of GC'ed units doesn't work (#7337)Lennart Poettering1-15/+18
2017-11-17meson: use absolute path for rpmmacrosdirZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-17meson: drop rootprefix optionZbigniew Jędrzejewski-Szmek2-9/+1
2017-11-17install: when we encounter a transient/generated unit while presetting all, s...Lennart Poettering1-0/+2
2017-11-17main: uid_to_name() might theoretically fail, handle thatLennart Poettering1-2/+2
2017-11-17core: shorten main() a bit, split out coredump initializationLennart Poettering1-11/+17
2017-11-17main: let's make main() shorter, let's split out clock initializationLennart Poettering1-40/+43
2017-11-17main: let's make main() shorter, let's split out invocation of shutdown binaryLennart Poettering1-71/+83
2017-11-17core: let's shorten main() a bit, let's split out telinit redirection into a ...Lennart Poettering1-10/+18
2017-11-17main: add set_manager_settings(), similar in style to set_manager_defaults()Lennart Poettering1-5/+13
2017-11-17core: never apply first boot presets in the initrdLennart Poettering2-15/+15
2017-11-17main: rename manager_set_defaults() → set_manager_defaults()Lennart Poettering1-3/+3
2017-11-17update TODOLennart Poettering1-0/+4
2017-11-17man: document that ExecStop= is executed during restartsLennart Poettering1-1/+3
2017-11-17man: add missing suffixing "=" for setting nameLennart Poettering1-1/+1
2017-11-17man: write "stop and start" instead of "restart" when explaining the reload f...Lennart Poettering1-14/+9
2017-11-17man: document the interaction of "systemctl restart" and the FD storeLennart Poettering1-3/+11
2017-11-17update TODOLennart Poettering1-25/+12
2017-11-17man: document all the new options we acquiredLennart Poettering1-149/+154
2017-11-17fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering11-24/+23
2017-11-17core: don't allow DefaultStandardOutput= be set to socket/fd:/file:Lennart Poettering3-5/+36
2017-11-17test: add basic test for StandardInput=file:Lennart Poettering4-1/+14
2017-11-17core: add exec_context_dump() support for fd: and file: stdio settingsLennart Poettering1-0/+14
2017-11-17core: add support for StandardInputFile= and friendsLennart Poettering5-62/+263
2017-11-17core: fix handling of transient StandardOutputFileDescriptorName= and friendsLennart Poettering1-10/+14
2017-11-17execute: some extra assertsLennart Poettering1-0/+7
2017-11-17core: fold property_get_input_fdname() and property_get_output_fdname() into oneLennart Poettering2-32/+27
2017-11-17execute: fix type of open_terminal_as() flags parameterLennart Poettering1-2/+2
2017-11-17bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client sideLennart Poettering1-3/+1