index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-condition.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
id128: introduce ERRNO_IS_MACHINE_ID_UNSET() helper macro
Lennart Poettering
2023-02-01
1
-1
/
+1
*
sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...
Yu Watanabe
2022-12-12
1
-1
/
+1
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+0
*
test-condition: skip test if machine-id is missing
Luca Boccassi
2022-10-25
1
-1
/
+5
*
test: extend ConditionFirmware tests
Daniel Braunwarth
2022-09-03
1
-2
/
+69
*
condition: change operator logic to use $= instead of =$ for glob comparisons
Lennart Poettering
2022-09-01
1
-7
/
+7
*
condition: allow fnmatch compares for ConditionOSRelease=
Lennart Poettering
2022-09-01
1
-2
/
+2
*
test: don't mistake error for success
Lennart Poettering
2022-08-31
1
-9
/
+9
*
test: don't accept failure as succes
Lennart Poettering
2022-08-26
1
-7
/
+7
*
pid1: extend "ConditionFirmware=" for checking SMBIOS system identification i...
Daniel Braunwarth
2022-08-25
1
-1
/
+145
*
pid1: add mechanism for conditionalizing units/network/netdev/link based on c...
Lennart Poettering
2022-07-15
1
-0
/
+59
*
shared/condition: accept size suffixes for ConditionMemory
Zbigniew Jędrzejewski-Szmek
2022-06-10
1
-0
/
+21
*
tree-wide: use 'Architecture' type consistently across the tree
Lennart Poettering
2022-04-04
1
-1
/
+1
*
util: move on_ac_power() from util.c -> udev-util.c
Yu Watanabe
2022-01-06
1
-0
/
+1
*
core: add Condition[Memory/CPU/IO]Pressure
Luca Boccassi
2021-12-01
1
-0
/
+155
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-44
/
+19
*
shared: split out UID allocation range stuff from user-record.h
Lennart Poettering
2021-11-13
1
-1
/
+1
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-2
/
+2
*
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-7
/
+3
*
core: add ConditionOSRelease= directive
Luca Boccassi
2021-06-24
1
-0
/
+146
*
virt: detect Amazon EC2 Nitro instance
Bertrand Jacquin
2021-04-30
1
-0
/
+1
*
test: skip tests if cgroup isn't mounted
Dan Streetman
2021-02-25
1
-2
/
+8
*
shared/condition: add ConditionControlGroupController=v1|v2
Zbigniew Jędrzejewski-Szmek
2021-02-23
1
-2
/
+19
*
condition: add CPUFeature
Giedrius Statkevičius
2021-02-17
1
-0
/
+24
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Move {uid,gid}_is_*() from basic to shared
Zbigniew Jędrzejewski-Szmek
2020-09-25
1
-0
/
+1
*
core: remove support for ConditionNull=
Lennart Poettering
2020-08-20
1
-15
/
+0
*
condition: add ConditionEnvironment=
Lennart Poettering
2020-05-15
1
-91
/
+120
*
condition: add ConditionPathIsEncrypted=
Lennart Poettering
2020-05-15
1
-0
/
+5
*
tests: various small fixes for strict systems
Topi Miettinen
2020-04-26
1
-1
/
+8
*
test-condition: fix group check condition
Felipe Sateler
2019-12-26
1
-1
/
+1
*
util-lib: split shared/efivars into basic/efivars and shared/efi-loader
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+1
*
basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchy
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+1
*
test-condition: do not accidentally treat error as passing condition
Zbigniew Jędrzejewski-Szmek
2019-06-29
1
-51
/
+51
*
Treat kernel version condition as a list of quoted checks
Zbigniew Jędrzejewski-Szmek
2019-06-29
1
-1
/
+23
*
Move cpus_in_affinity_mask() to cpu-set-util.[ch]
Zbigniew Jędrzejewski-Szmek
2019-05-29
1
-0
/
+1
*
tests: add tests for ConditionMemory= + ConditionCPUs
Lennart Poettering
2019-03-19
1
-0
/
+125
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-2
/
+2
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
test-condition: make function return void
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-4
/
+2
*
test-condition: extend tests to all ConditionSecurity= values
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-4
/
+29
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
test: fix condition test if there are no controllers
Lennart Poettering
2018-01-05
1
-3
/
+3
*
condition: extend ConditionKernelVersion= with relative version checks
Lennart Poettering
2017-12-26
1
-0
/
+85
*
core,udev,networkd: add ConditionKernelVersion=
Lennart Poettering
2017-12-26
1
-2
/
+40
*
condition: Create AssertControlGroupController (#7630)
Chris Down
2017-12-18
1
-0
/
+74
[next]