index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
condition.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-2
/
+2
*
tree-wide: use "_" rather than "-" as separator in kernel cmdline options
Lennart Poettering
2024-02-28
1
-2
/
+2
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
1
-1
/
+1
*
tree-wide: replace FOREACH_POINTER with FOREACH_ARGUMENT
Mike Yuan
2024-01-24
1
-2
/
+2
*
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
condition: add ConditionSecurity=measured-uki
Lennart Poettering
2023-09-27
1
-0
/
+3
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
unit: add "cvm" option for ConditionSecurity
Daniel P. Berrangé
2023-07-06
1
-0
/
+3
*
systemd-analyze: allow --quiet for condition checks
Ronan Pigott
2023-06-21
1
-2
/
+0
*
battery-util: split out code that checks AC power state into its own .c/.h pair
Lennart Poettering
2023-06-05
1
-1
/
+1
*
shared/condition: add envvar override for the check for first-boot
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-6
/
+27
*
condition: use proc_cmdline_strv()
Yu Watanabe
2023-03-29
1
-12
/
+5
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-1
/
+2
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
condition: Check that subsystem is enabled in ConditionSecurity=tpm2
Daan De Meyer
2022-11-01
1
-5
/
+4
*
shared/condition: avoid nss lookup in PID1
Zbigniew Jędrzejewski-Szmek
2022-10-12
1
-9
/
+14
*
manager: fix/change evaluation of ConditionFirstBoot
Zbigniew Jędrzejewski-Szmek
2022-10-01
1
-9
/
+2
*
condition: change ConditionKernelVersion= so that =/!= mean literal string co...
Lennart Poettering
2022-09-01
1
-1
/
+1
*
condition: allow literal string compares in SMBIOS condition
Lennart Poettering
2022-09-01
1
-1
/
+1
*
condition: allow fnmatch() matches in ConditionKernelVersion=
Lennart Poettering
2022-09-01
1
-22
/
+22
*
compare: add macro for operator charset
Lennart Poettering
2022-09-01
1
-2
/
+2
*
condition: allow fnmatch compares for ConditionOSRelease=
Lennart Poettering
2022-09-01
1
-2
/
+2
*
compare: add flag for parse_compare_operator() to do equality/inequality comp...
Lennart Poettering
2022-09-01
1
-11
/
+5
*
compare: add a proper flags field for parse_compare_operator()
Lennart Poettering
2022-09-01
1
-5
/
+5
*
comapre: add generic implementation for comapring with verscmp+fnmatch
Lennart Poettering
2022-09-01
1
-5
/
+1
*
compare: move test_order() → compare-operator.[ch]
Lennart Poettering
2022-09-01
1
-27
/
+0
*
condition: split out order operator enum
Lennart Poettering
2022-09-01
1
-77
/
+33
*
condition: properly handle fnmatch() errors in ConditionHost
Lennart Poettering
2022-08-31
1
-1
/
+7
*
condition: fix device-tree firmware path
Daniel Braunwarth
2022-08-29
1
-2
/
+2
*
condition: check for last not first ')' in firmware test expressions
Lennart Poettering
2022-08-26
1
-2
/
+2
*
pid1: extend "ConditionFirmware=" for checking SMBIOS system identification i...
Daniel Braunwarth
2022-08-25
1
-14
/
+93
*
tree-wide: fix typo
Yu Watanabe
2022-07-20
1
-1
/
+1
*
pid1: add mechanism for conditionalizing units/network/netdev/link based on c...
Lennart Poettering
2022-07-15
1
-0
/
+44
*
shared/condition: accept size suffixes for ConditionMemory
Zbigniew Jędrzejewski-Szmek
2022-06-10
1
-2
/
+2
*
shared/condition: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-18
/
+7
*
stat-util: fix dir_is_empty() with hidden/backup files
Lennart Poettering
2022-05-04
1
-1
/
+1
*
condition: rework ConditionSecurity=tpm2 check on top of tpm2_support()
Lennart Poettering
2022-04-20
1
-21
/
+7
*
tree-wide: use 'Architecture' type consistently across the tree
Lennart Poettering
2022-04-04
1
-1
/
+1
*
virt: make virtualization enum a named type
Lennart Poettering
2022-04-04
1
-2
/
+3
*
Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+2
|
\
|
*
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+2
*
|
efi-loader: split efi-api.[ch] from efi-loader.[ch]
Lennart Poettering
2022-03-24
1
-1
/
+1
|
/
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-5
/
+0
*
util: move on_ac_power() from util.c -> udev-util.c
Yu Watanabe
2022-01-06
1
-1
/
+1
*
core: support user manager with Condition[Memory/CPU/IO]Pressure
Luca Boccassi
2021-12-02
1
-3
/
+24
*
core: add Condition[Memory/CPU/IO]Pressure
Luca Boccassi
2021-12-01
1
-0
/
+136
*
fix ConditionPathIsReadWrite when path does not exist.
jiangchuangang
2021-11-30
1
-1
/
+5
*
fix ConditionDirectoryNotEmpty when it comes to a Non-directory file
jiangchuangang
2021-11-30
1
-1
/
+1
[next]