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
*
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
*
shared: split out UID allocation range stuff from user-record.h
Lennart Poettering
2021-11-13
1
-1
/
+1
*
condition: use /proc/device-tree/
Yu Watanabe
2021-11-10
1
-6
/
+3
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
Merge pull request #19941 from bluca/condition_os_release
Zbigniew Jędrzejewski-Szmek
2021-06-25
1
-0
/
+60
|
\
|
*
core: add ConditionOSRelease= directive
Luca Boccassi
2021-06-24
1
-0
/
+60
*
|
basic,shared: move a bunch of files to src/shared/
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-0
/
+1
|
/
*
core: disable "update" units in the initramfs
Zbigniew Jędrzejewski-Szmek
2021-06-07
1
-0
/
+5
*
Add support for conditions on the machines firmware
Uwe Kleine-König
2021-04-28
1
-0
/
+79
*
shared/condition: add ConditionControlGroupController=v1|v2
Zbigniew Jędrzejewski-Szmek
2021-02-23
1
-0
/
+9
*
condition: add CPUFeature
Giedrius Statkevičius
2021-02-17
1
-0
/
+11
*
condition: if spelunking through /sys/class/tpmrm doesn't work ask EFI if TPM...
Lennart Poettering
2021-02-11
1
-0
/
+11
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()
Yu Watanabe
2021-02-09
1
-1
/
+1
*
core: add ConditionSecurity=tpm2 support
Lennart Poettering
2020-12-03
1
-0
/
+17
*
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
-18
/
+3
*
condition: introduce systemd.condition-first-boot= kernel command line switch
Lennart Poettering
2020-05-18
1
-0
/
+7
*
condition: debug log if F_OK check on /run/systemd/first-boot fails unexpectedly
Lennart Poettering
2020-05-18
1
-2
/
+6
*
condition: reverse if check to lower indentation level
Lennart Poettering
2020-05-18
1
-19
/
+17
*
condition: allow overriding of ConditionNeedsUpdate= on the kernel command line
Lennart Poettering
2020-05-18
1
-0
/
+7
*
condition: when reading /etc/ modification timestamp, let's actualy compare i...
Lennart Poettering
2020-05-18
1
-1
/
+1
*
condition: downgrade a few log messages to debug
Lennart Poettering
2020-05-18
1
-3
/
+3
*
condition: add debug log messages on unexpected errors
Lennart Poettering
2020-05-18
1
-6
/
+16
*
condition: check if path is absolute first
Lennart Poettering
2020-05-18
1
-6
/
+5
*
condition: add ConditionEnvironment=
Lennart Poettering
2020-05-15
1
-30
/
+63
*
condition: return (Condition*) NULL from condition_free()
Lennart Poettering
2020-05-15
1
-2
/
+2
*
condition: introduce generic function type for condition_to_string()-like fun...
Lennart Poettering
2020-05-15
1
-3
/
+9
*
condition: add ConditionPathIsEncrypted=
Lennart Poettering
2020-05-15
1
-0
/
+18
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
util-lib: split shared/efivars into basic/efivars and shared/efi-loader
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+1
*
tree-wide: use PROJECT_FILE instead of __FILE__
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-2
/
+2
[next]