index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nss-myhostname
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-01
udev: add /dev/disk/by-diskseq symlink for block devices
Lennart Poettering
1
-0
/
+5
2022-04-01
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
56
-81
/
+87
2022-04-01
test: add space between arguments
Yu Watanabe
1
-1
/
+1
2022-04-01
path-util: use STR_IN_SET() where appropriate
Lennart Poettering
1
-3
/
+4
2022-04-01
notify: remove spurious whitespace
Lennart Poettering
1
-1
/
+1
2022-04-01
process-util: refactor APIs for reading /proc/self/xyz symlinks
Lennart Poettering
3
-35
/
+22
2022-04-01
analyze: fix offline check for syscal filter
Luca Boccassi
1
-1
/
+1
2022-04-01
analyze: fix offline check for 'native' syscall architecture
Luca Boccassi
2
-6
/
+9
2022-04-01
userdbctl: also show available UID range in current userns
Lennart Poettering
1
-14
/
+206
2022-04-01
update TODO
Lennart Poettering
1
-2
/
+0
2022-04-01
pid1: add taint flag if uid/gid userns range too small
Lennart Poettering
1
-6
/
+31
2022-04-01
uid-range: replace uid_range_contains() by more generalized uid_range_covers()
Lennart Poettering
3
-5
/
+31
2022-04-01
uid-range: add some overflow checks
Lennart Poettering
1
-0
/
+6
2022-04-01
uid-range: add new uid_range_load_userns() for loading /proc/self/uid_map
Lennart Poettering
3
-0
/
+98
2022-04-01
test: port test-uid-range to tests.h
Lennart Poettering
1
-3
/
+4
2022-04-01
uid-range: use size_t for array size
Lennart Poettering
4
-16
/
+16
2022-04-01
test-resolved-stream: before entering user/network namespaces check if that's...
Lennart Poettering
1
-3
/
+29
2022-04-01
tests: modernize load_testdata_env() a bit
Lennart Poettering
1
-6
/
+9
2022-04-01
update TODO
Lennart Poettering
1
-0
/
+11
2022-04-01
udev: use sd_device_open() where appropriate
Yu Watanabe
5
-52
/
+39
2022-04-01
test: add test for sd_device_open()
Yu Watanabe
1
-0
/
+7
2022-04-01
sd-device: introduce sd_device_open()
Yu Watanabe
3
-0
/
+67
2022-04-01
fd-util: rename loop_get_diskseq() -> fd_get_diskseq()
Yu Watanabe
3
-24
/
+26
2022-04-01
basic/missing: move BLKGETDISKSEQ to missing_fs.h
Yu Watanabe
3
-5
/
+5
2022-04-01
test: replace helper_wait_for_dev() with 'udevadm wait'
Yu Watanabe
1
-45
/
+4
2022-04-01
udevadm: introduce new 'wait' command
Yu Watanabe
7
-18
/
+495
2022-04-01
test: add more tests for sd_device_new_from_xxx()
Yu Watanabe
1
-24
/
+95
2022-04-01
sd-device: introduce sd_device_new_from_devname()
Yu Watanabe
3
-0
/
+44
2022-03-31
systemctl: show tainted state
Lennart Poettering
3
-7
/
+22
2022-03-31
pid1: check for kernels older than baseline
Lennart Poettering
3
-1
/
+20
2022-03-31
virt: use read_virtual_file() for reading /proc/self/setgroups
Lennart Poettering
1
-8
/
+7
2022-03-31
virt: simplify userns_has_mapping() by using fscanf() instead of scanf()
Lennart Poettering
1
-15
/
+11
2022-03-31
cryptsetup: fall back to traditional unlocking if any TPM2 operation fails
Antonio Alvarez Feijoo
1
-6
/
+14
2022-03-31
update TODO
Lennart Poettering
1
-0
/
+5
2022-03-31
Support -D_FORTIFY_SOURCE=3 by using __builtin_dynamic_object_size.
Martin Liska
1
-3
/
+13
2022-03-31
meson: build kernel-install man page when necessary
Franck Bui
5
-6
/
+7
2022-03-31
Fix "link-local" language inconsistencies
Sebastian Pucilowski
8
-10
/
+10
2022-03-31
integritysetup: also validate volume name
Lennart Poettering
1
-0
/
+6
2022-03-31
integritysetup: also port to mangle_none()
Lennart Poettering
1
-2
/
+2
2022-03-31
integritysetup: log when attempted to detach already detached volume
Lennart Poettering
1
-1
/
+3
2022-03-31
integritysetup: rename action → verb, to match other code
Lennart Poettering
1
-5
/
+5
2022-03-31
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
6
-12
/
+36
2022-03-31
veritysetup: do some superficial checking on volume name
Lennart Poettering
1
-0
/
+6
2022-03-31
veritysetup: mangle option strings like in cryptsetup
Lennart Poettering
1
-2
/
+2
2022-03-31
veritysetup: give command line parameters proper names
Lennart Poettering
1
-15
/
+28
2022-03-31
cryptsetup: adjust some log levels
Lennart Poettering
1
-7
/
+8
2022-03-31
cryptsetup: add helper for mangling "none" option strings
Lennart Poettering
2
-2
/
+7
2022-03-31
cryptsetup: rename functions that try to do FIDO2/TPM2/PKCS#11 via cryptsetup...
Lennart Poettering
1
-7
/
+7
2022-03-31
network: shorten code a bit
Yu Watanabe
1
-11
/
+1
2022-03-31
network: automatically determine timeout of waiting for carrier regain
Yu Watanabe
2
-13
/
+56
[next]