index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8575 from keszybz/non-absolute-paths
Lennart Poettering
2018-04-17
30
-178
/
+261
|
\
|
*
test-execute: make find invocation a bit more efficent, increase timeout
Zbigniew Jędrzejewski-Szmek
2018-04-16
2
-2
/
+3
|
*
systemd-path: allow the default search path to be queried
Zbigniew Jędrzejewski-Szmek
2018-04-16
5
-5
/
+21
|
*
test: drop the use of /bin/sh in various test services
Zbigniew Jędrzejewski-Szmek
2018-04-16
11
-87
/
+87
|
*
systemd: do not require absolute paths in ExecStart
Zbigniew Jędrzejewski-Szmek
2018-04-16
6
-24
/
+86
|
*
verify: use manager_load_startable_unit_or_warn() to load units for verification
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-7
/
+4
|
*
tests: use manager_load_startable_unit_or_warn() to load units
Zbigniew Jędrzejewski-Szmek
2018-04-16
5
-35
/
+25
|
*
core/manager: split out function to verify that unit is loaded and not masked
Zbigniew Jędrzejewski-Szmek
2018-04-16
3
-20
/
+37
|
*
test-execute/exec-specifier.service: fix quoting
Zbigniew Jędrzejewski-Szmek
2018-04-12
2
-4
/
+4
*
|
network,resolve: remove unused variables (#8738)
Yu Watanabe
2018-04-17
4
-4
/
+0
*
|
Merge pull request #8696 from pabigot/issue/8683
Zbigniew Jędrzejewski-Szmek
2018-04-17
6
-50
/
+161
|
\
\
|
*
|
time-wait-sync: use watchfile to coordinate with timesyncd
Peter A. Bigot
2018-04-14
5
-48
/
+160
|
*
|
units: leave systemd-time-wait-sync disabled by default
Peter A. Bigot
2018-04-14
1
-2
/
+1
*
|
|
fuzz-unit-file: skip BOM (#8723)
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-1
/
+3
*
|
|
Support for Dell Inspiron 5378/5379 WLAN key (#8715)
dmig
2018-04-15
1
-0
/
+4
|
/
/
*
|
fix url for binfmt documentation (#8720)
guixxx
2018-04-14
1
-1
/
+2
*
|
src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)
Giuseppe Scrivano
2018-04-14
1
-1
/
+1
*
|
Merge pull request #8271 from poettering/unit-prefix-search
Zbigniew Jędrzejewski-Szmek
2018-04-13
17
-49
/
+187
|
\
\
|
*
|
man: document the new dash truncation drop-in directories
Lennart Poettering
2018-04-13
1
-9
/
+18
|
*
|
test: add test for prefix unit loading
Lennart Poettering
2018-04-13
8
-5
/
+35
|
*
|
dropin: when looking for dropins for a unit, also look within "-" prefix unit...
Lennart Poettering
2018-04-13
1
-8
/
+63
|
*
|
systemctl: fix indentation in output of "systemcl status" if there are multip...
Lennart Poettering
2018-04-13
1
-3
/
+5
|
*
|
core: minor coding style changes
Lennart Poettering
2018-04-13
3
-1
/
+4
|
*
|
dropin: don't fully suppress logging about ENAMETOOLONG. Just downgrade to LO...
Lennart Poettering
2018-04-13
1
-6
/
+8
|
*
|
load-dropin: rename variable
Lennart Poettering
2018-04-13
1
-12
/
+7
|
*
|
unit-name: add new unit_name_build_from_type() helper
Lennart Poettering
2018-04-13
3
-5
/
+47
*
|
|
Merge pull request #8707 from poettering/copy-tweaks
Zbigniew Jędrzejewski-Szmek
2018-04-13
2
-35
/
+194
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
copy: rearrange flags field definition
Lennart Poettering
2018-04-13
1
-3
/
+3
|
*
|
copy: reduce number of checks
Lennart Poettering
2018-04-13
1
-6
/
+4
|
*
|
copy: drop _unlikely_() that isn't obviously the case
Lennart Poettering
2018-04-13
1
-9
/
+11
|
*
|
copy: hide in copy_bytes() the strange way splice() handles O_NONBLOCK
Lennart Poettering
2018-04-13
1
-3
/
+70
|
*
|
copy: extend copy_bytes() a bit
Lennart Poettering
2018-04-13
2
-7
/
+51
|
*
|
copy: tweak reflink logic in copy_bytes() a bit
Lennart Poettering
2018-04-13
1
-9
/
+53
|
*
|
copy: add brief comment to copy_bytes() explaining its return values
Lennart Poettering
2018-04-13
1
-0
/
+4
|
/
/
*
|
Merge pull request #8710 from poettering/triviailities-yeah-yeah
Zbigniew Jędrzejewski-Szmek
2018-04-12
8
-14
/
+43
|
\
\
|
*
|
macro: don't rely on C's downgrade-to-bool feature for numeric comparisons
Lennart Poettering
2018-04-12
1
-1
/
+1
|
*
|
install: minor enum beautifications
Lennart Poettering
2018-04-12
1
-4
/
+4
|
*
|
update TODO
Lennart Poettering
2018-04-12
1
-4
/
+6
|
*
|
importd: ensure we don't mishandle a NULL string
Lennart Poettering
2018-04-12
1
-1
/
+1
|
*
|
path-util: document a few other special cases for last_path_component()
Lennart Poettering
2018-04-12
2
-4
/
+15
|
*
|
process-util: add TAKE_PID(), similar to TAKE_PTR/TAKE_FD, but for child proc...
Lennart Poettering
2018-04-11
1
-0
/
+8
|
*
|
util: introduce typesafe_qsort(), a typesafe version of qsort()/qsort_safe()
Lennart Poettering
2018-04-11
1
-0
/
+8
*
|
|
ISO-C compatibility: Remove empty initializer (#8713)
Leonard
2018-04-12
1
-2
/
+1
|
/
/
*
|
Merge pull request #8700 from keszybz/hibernation
Lennart Poettering
2018-04-11
8
-68
/
+136
|
\
\
|
*
|
shared/sleep-config: rename misnamed function
Zbigniew Jędrzejewski-Szmek
2018-04-11
1
-2
/
+2
|
*
|
shared/sleep-config: return a custom message when not enough swap for hiberna...
Zbigniew Jędrzejewski-Szmek
2018-04-11
3
-13
/
+29
|
*
|
logind: refuse operations if the target unit is masked or unavailable
Zbigniew Jędrzejewski-Szmek
2018-04-10
3
-14
/
+56
|
*
|
Move utility function to query unit state from systemctl to shared/
Zbigniew Jędrzejewski-Szmek
2018-04-10
3
-15
/
+31
|
*
|
shared/sleep-fix: fix check if s-then-h is possible
Zbigniew Jędrzejewski-Szmek
2018-04-10
1
-10
/
+9
|
*
|
shared/sleep-config: get rid of explicit allocation size calculation
Zbigniew Jędrzejewski-Szmek
2018-04-10
1
-18
/
+13
[next]