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 #22934 from poettering/tls-test-fix-root
Lennart Poettering
2022-04-01
2
-9
/
+38
|
\
|
*
test-resolved-stream: before entering user/network namespaces check if that's...
Lennart Poettering
2022-04-01
1
-3
/
+29
|
*
tests: modernize load_testdata_env() a bit
Lennart Poettering
2022-04-01
1
-6
/
+9
*
|
process-util: refactor APIs for reading /proc/self/xyz symlinks
Lennart Poettering
2022-04-01
3
-35
/
+22
*
|
Merge pull request #22872 from yuwata/udevadm-wait
Yu Watanabe
2022-04-01
22
-167
/
+781
|
\
\
|
|
/
|
/
|
|
*
udev: use sd_device_open() where appropriate
Yu Watanabe
2022-04-01
5
-52
/
+39
|
*
test: add test for sd_device_open()
Yu Watanabe
2022-04-01
1
-0
/
+7
|
*
sd-device: introduce sd_device_open()
Yu Watanabe
2022-04-01
3
-0
/
+67
|
*
fd-util: rename loop_get_diskseq() -> fd_get_diskseq()
Yu Watanabe
2022-04-01
3
-24
/
+26
|
*
basic/missing: move BLKGETDISKSEQ to missing_fs.h
Yu Watanabe
2022-04-01
3
-5
/
+5
|
*
test: replace helper_wait_for_dev() with 'udevadm wait'
Yu Watanabe
2022-04-01
1
-45
/
+4
|
*
udevadm: introduce new 'wait' command
Yu Watanabe
2022-04-01
7
-18
/
+495
|
*
test: add more tests for sd_device_new_from_xxx()
Yu Watanabe
2022-04-01
1
-24
/
+95
|
*
sd-device: introduce sd_device_new_from_devname()
Yu Watanabe
2022-04-01
3
-0
/
+44
*
|
update TODO
Lennart Poettering
2022-04-01
1
-0
/
+11
|
/
*
systemctl: show tainted state
Lennart Poettering
2022-03-31
3
-7
/
+22
*
pid1: check for kernels older than baseline
Lennart Poettering
2022-03-31
3
-1
/
+20
*
Merge pull request #22923 from poettering/userns-check-refactor
Luca Boccassi
2022-03-31
1
-23
/
+18
|
\
|
*
virt: use read_virtual_file() for reading /proc/self/setgroups
Lennart Poettering
2022-03-31
1
-8
/
+7
|
*
virt: simplify userns_has_mapping() by using fscanf() instead of scanf()
Lennart Poettering
2022-03-31
1
-15
/
+11
*
|
Merge pull request #22919 from poettering/cryptsetup-tweaks
Lennart Poettering
2022-03-31
7
-52
/
+109
|
\
\
|
|
/
|
/
|
|
*
integritysetup: also validate volume name
Lennart Poettering
2022-03-31
1
-0
/
+6
|
*
integritysetup: also port to mangle_none()
Lennart Poettering
2022-03-31
1
-2
/
+2
|
*
integritysetup: log when attempted to detach already detached volume
Lennart Poettering
2022-03-31
1
-1
/
+3
|
*
integritysetup: rename action → verb, to match other code
Lennart Poettering
2022-03-31
1
-5
/
+5
|
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
6
-12
/
+36
|
*
veritysetup: do some superficial checking on volume name
Lennart Poettering
2022-03-31
1
-0
/
+6
|
*
veritysetup: mangle option strings like in cryptsetup
Lennart Poettering
2022-03-31
1
-2
/
+2
|
*
veritysetup: give command line parameters proper names
Lennart Poettering
2022-03-31
1
-15
/
+28
|
*
cryptsetup: adjust some log levels
Lennart Poettering
2022-03-31
1
-7
/
+8
|
*
cryptsetup: add helper for mangling "none" option strings
Lennart Poettering
2022-03-31
2
-2
/
+7
|
*
cryptsetup: rename functions that try to do FIDO2/TPM2/PKCS#11 via cryptsetup...
Lennart Poettering
2022-03-31
1
-7
/
+7
*
|
cryptsetup: fall back to traditional unlocking if any TPM2 operation fails
Antonio Alvarez Feijoo
2022-03-31
1
-6
/
+14
*
|
update TODO
Lennart Poettering
2022-03-31
1
-0
/
+5
*
|
Support -D_FORTIFY_SOURCE=3 by using __builtin_dynamic_object_size.
Martin Liska
2022-03-31
1
-3
/
+13
*
|
meson: build kernel-install man page when necessary
Franck Bui
2022-03-31
5
-6
/
+7
*
|
Fix "link-local" language inconsistencies
Sebastian Pucilowski
2022-03-31
8
-10
/
+10
|
/
*
Merge pull request #22899 from yuwata/network-ignore-carrier-loss
Yu Watanabe
2022-03-31
3
-24
/
+57
|
\
|
*
network: shorten code a bit
Yu Watanabe
2022-03-31
1
-11
/
+1
|
*
network: automatically determine timeout of waiting for carrier regain
Yu Watanabe
2022-03-31
2
-13
/
+56
|
/
*
Merge pull request #22913 from yuwata/sd-device-cleanups
Yu Watanabe
2022-03-31
2
-41
/
+43
|
\
|
*
udev: rename functions to emphasize whole disk is locked
Yu Watanabe
2022-03-31
1
-6
/
+6
|
*
udev: ignore one more error in device_get_block_device()
Yu Watanabe
2022-03-31
1
-0
/
+2
|
*
sd-device: do not ignore critical errors in device_new_from_child()
Yu Watanabe
2022-03-31
1
-2
/
+6
|
*
sd-device: use path_extract_directory() at one more place
Yu Watanabe
2022-03-31
1
-15
/
+11
|
*
sd-device: try to get DISKSEQ from uevent file
Yu Watanabe
2022-03-31
1
-0
/
+6
|
*
sd-device: drop /sys/subsystem support
Yu Watanabe
2022-03-31
1
-18
/
+12
*
|
veritysetup: fix parsing of root-hash-signature= option
Zbigniew Jędrzejewski-Szmek
2022-03-31
1
-34
/
+17
|
/
*
man: update root-hash-signature option with value
Gaël PORTAY
2022-03-30
2
-2
/
+2
*
udev: do not use sd_event_source_disable_unref() at more places
Yu Watanabe
2022-03-30
2
-4
/
+6
[next]