index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemctl: elapsation → elapse
Lennart Poettering
2017-11-20
1
-2
/
+2
*
analyze: add new "calendar" command
Lennart Poettering
2017-11-20
2
-0
/
+70
*
util: add new helper in_utc_timezone()
Lennart Poettering
2017-11-20
3
-0
/
+25
*
calendarspec: rework destructor to return its own type
Lennart Poettering
2017-11-20
2
-4
/
+4
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
27
-254
/
+1054
|
\
|
*
fs-util: rename path_is_safe() → path_is_normalized()
Lennart Poettering
2017-11-17
11
-24
/
+23
|
*
core: don't allow DefaultStandardOutput= be set to socket/fd:/file:
Lennart Poettering
2017-11-17
3
-5
/
+36
|
*
test: add basic test for StandardInput=file:
Lennart Poettering
2017-11-17
1
-0
/
+5
|
*
core: add exec_context_dump() support for fd: and file: stdio settings
Lennart Poettering
2017-11-17
1
-0
/
+14
|
*
core: add support for StandardInputFile= and friends
Lennart Poettering
2017-11-17
5
-62
/
+263
|
*
core: fix handling of transient StandardOutputFileDescriptorName= and friends
Lennart Poettering
2017-11-17
1
-10
/
+14
|
*
execute: some extra asserts
Lennart Poettering
2017-11-17
1
-0
/
+7
|
*
core: fold property_get_input_fdname() and property_get_output_fdname() into one
Lennart Poettering
2017-11-17
2
-32
/
+27
|
*
execute: fix type of open_terminal_as() flags parameter
Lennart Poettering
2017-11-17
1
-2
/
+2
|
*
bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client side
Lennart Poettering
2017-11-17
1
-3
/
+1
|
*
test: add tests for StandardInputText= and StandardInputData=
Lennart Poettering
2017-11-17
1
-0
/
+5
|
*
core: add two new unit file settings: StandardInputData= + StandardInputText=
Lennart Poettering
2017-11-17
9
-10
/
+311
|
*
proc-cmdline: minor runlevel_to_target() coding style fixes
Lennart Poettering
2017-11-17
1
-5
/
+9
|
*
hexdcoct: dump to stdout if FILE* is specified as NULL
Lennart Poettering
2017-11-17
1
-1
/
+4
|
*
hexdecoct: slightly extend the unbase64mem() API and related
Lennart Poettering
2017-11-17
1
-12
/
+33
|
*
bus-unit-util: propagate errors where it makes sense, don't make up EINVAL
Lennart Poettering
2017-11-17
1
-52
/
+27
|
*
fd-util: add new acquire_data_fd() API helper
Lennart Poettering
2017-11-17
3
-0
/
+219
|
*
core: clean up config_parse_exec_input() a bit
Lennart Poettering
2017-11-17
1
-18
/
+26
|
*
core: drop config_parse_input() as it is unused
Lennart Poettering
2017-11-17
2
-2
/
+0
|
*
execute: check whether we are actually on a TTY before doing TIOCSCTTY
Lennart Poettering
2017-11-17
1
-2
/
+4
|
*
fd-util: add new helper move_fd() and make use of it
Lennart Poettering
2017-11-17
5
-61
/
+71
*
|
Merge pull request #7379 from yuwata/follow-up-7309
Lennart Poettering
2017-11-19
2
-3
/
+2
|
\
\
|
*
|
networkd: fix indentation
Yu Watanabe
2017-11-17
1
-1
/
+1
|
*
|
networkd: remove debug message and unref when error
Yu Watanabe
2017-11-17
1
-2
/
+1
*
|
|
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
27
-0
/
+459
*
|
|
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
44
-3
/
+86
*
|
|
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
34
-0
/
+34
*
|
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1138
-2
/
+1140
*
|
|
machined: support "machinectl bind" on non-directories (#7349)
Lennart Poettering
2017-11-19
1
-24
/
+60
*
|
|
Merge pull request #7365 from poettering/nspawn-bind-userns
Zbigniew Jędrzejewski-Szmek
2017-11-19
8
-64
/
+167
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
nspawn: make recursive chown()ing logic safe for being aborted in the middle
Lennart Poettering
2017-11-17
4
-63
/
+121
|
*
|
nspawn: add missing #pragma once to header file
Lennart Poettering
2017-11-17
1
-0
/
+2
|
*
|
fs-util: add access_fd() which is like access() but for fds
Lennart Poettering
2017-11-17
3
-1
/
+44
|
|
/
*
|
core: be more defensive if we can't determine per-connection socket peer (#7329)
Lennart Poettering
2017-11-17
1
-9
/
+6
*
|
install: when we encounter a transient/generated unit while presetting all, s...
Lennart Poettering
2017-11-17
1
-0
/
+2
*
|
main: uid_to_name() might theoretically fail, handle that
Lennart Poettering
2017-11-17
1
-2
/
+2
*
|
core: shorten main() a bit, split out coredump initialization
Lennart Poettering
2017-11-17
1
-11
/
+17
*
|
main: let's make main() shorter, let's split out clock initialization
Lennart Poettering
2017-11-17
1
-40
/
+43
*
|
main: let's make main() shorter, let's split out invocation of shutdown binary
Lennart Poettering
2017-11-17
1
-71
/
+83
*
|
core: let's shorten main() a bit, let's split out telinit redirection into a ...
Lennart Poettering
2017-11-17
1
-10
/
+18
*
|
main: add set_manager_settings(), similar in style to set_manager_defaults()
Lennart Poettering
2017-11-17
1
-5
/
+13
*
|
core: never apply first boot presets in the initrd
Lennart Poettering
2017-11-17
2
-15
/
+15
*
|
main: rename manager_set_defaults() → set_manager_defaults()
Lennart Poettering
2017-11-17
1
-3
/
+3
|
/
*
test-cgroup-util: skip cg hierarchy tests when necessary (#7371)
Zbigniew Jędrzejewski-Szmek
2017-11-17
1
-2
/
+7
*
core/cgroup: assigning empty string to Delegate= resets list of controllers (...
Yu Watanabe
2017-11-17
2
-2
/
+11
[next]