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: 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
*
Treat kernel version condition as a list of quoted checks
Zbigniew Jędrzejewski-Szmek
2019-06-29
1
-5
/
+42
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
*
Reindent some things for readability
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-24
/
+24
*
shared/condition: fix printing of ConditionNull=
Zbigniew Jędrzejewski-Szmek
2019-06-27
1
-2
/
+5
*
Move cpus_in_affinity_mask() to cpu-set-util.[ch]
Zbigniew Jędrzejewski-Szmek
2019-05-29
1
-0
/
+1
*
Merge pull request #12030 from poettering/condition-memory
Yu Watanabe
2019-04-02
1
-50
/
+133
|
\
|
*
condition: add ConditionMemory= and ConditionCPUs=
Lennart Poettering
2019-03-19
1
-2
/
+59
|
*
condition: for completenes sake at != comparator for ConditionKernelVersion=
Lennart Poettering
2019-03-19
1
-0
/
+5
|
*
condition: use structured initialization
Lennart Poettering
2019-03-19
1
-9
/
+11
|
*
condition: split out kernel version comparison steps
Lennart Poettering
2019-03-19
1
-39
/
+58
*
|
util: fix condition_free_list_type()
Yu Watanabe
2019-03-23
1
-8
/
+8
*
|
network,udev: split static condition tests from net_match_config()
Yu Watanabe
2019-03-21
1
-4
/
+8
*
|
condition: introduce condition_test_list()
Yu Watanabe
2019-03-21
1
-0
/
+46
|
/
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-1
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
condition: fgets() excorcism
Lennart Poettering
2018-10-18
1
-7
/
+16
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-1
/
+1
*
condition: add new conditon ConditionSecurity=uefi-secureboot
Lennart Poettering
2018-06-20
1
-0
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-1
/
+1
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
1
-1
/
+1
[next]