index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-install.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
sd-event: fix error handling
Yu Watanabe
1
-1
/
+1
2023-02-23
tree-wide: port various things over to CLEANUP_ARRAY()
Lennart Poettering
7
-96
/
+67
2023-02-23
memory-util: add a concept for gcc cleanup attribute based array destruction
Lennart Poettering
3
-0
/
+72
2023-02-23
sd-event: fix error handling
Yu Watanabe
1
-3
/
+4
2023-02-23
sd-event: fix use of uninitialized variable
Yu Watanabe
1
-1
/
+1
2023-02-23
sd-event: always initialize sd_event.perturb
Yu Watanabe
1
-11
/
+10
2023-02-23
execute: modernizations
Lennart Poettering
1
-36
/
+38
2023-02-23
tree-wide: use unlink_and_freep() moreover
Lennart Poettering
9
-33
/
+27
2023-02-22
capability-util: add new capability_get_ambient() helper
Lennart Poettering
3
-1
/
+81
2023-02-22
cap-list: add capability_set_to_string_negative()
Lennart Poettering
3
-0
/
+55
2023-02-22
cap-list: add capability_set_to_strv()
Lennart Poettering
3
-0
/
+44
2023-02-22
sd-journal: fix build with older glibc
Frantisek Sumsal
1
-0
/
+1
2023-02-22
boot: Take advantage of packed device paths
Jan Janssen
3
-14
/
+12
2023-02-22
boot: Add GUID format helper macro
Jan Janssen
3
-21
/
+10
2023-02-22
boot: Move more device path helpers to device-path-util.c
Jan Janssen
5
-33
/
+34
2023-02-22
boot: Remove some device path helper macros
Jan Janssen
4
-26
/
+11
2023-02-22
boot: Split out device path functions
Jan Janssen
12
-135
/
+155
2023-02-22
boot: Move disk_get_part_uuid into part-discovery.c
Jan Janssen
7
-74
/
+58
2023-02-22
test: add coverage for #24177
Frantisek Sumsal
1
-1
/
+37
2023-02-22
smack-util: Fix compilation error when smack is disabled
Daan De Meyer
1
-1
/
+1
2023-02-22
systemctl: read 64bit integers into uint64_t
Lennart Poettering
1
-1
/
+1
2023-02-22
systemctl: suppress timeout display if unset in list-automounts
Lennart Poettering
1
-3
/
+12
2023-02-22
systemctl: right-align left/passed columns in list-timers
Lennart Poettering
1
-0
/
+3
2023-02-22
systemctl: warn if units disabled in user scope are still enabled globally
Mike Yuan
2
-1
/
+47
2023-02-22
systemctl: show "Until:" field only for service and scope units
Yu Watanabe
1
-0
/
+1
2023-02-22
man: document the new sd_event_add_memory_pressure() API
Lennart Poettering
2
-0
/
+276
2023-02-22
test: add test for new memory pressure logic
Lennart Poettering
2
-0
/
+313
2023-02-22
sd-event: add high-level sd_event_add_memory_pressure() event source
Lennart Poettering
6
-1
/
+621
2023-02-22
repart: Exclude APIVFS mountpoint directories
Daan De Meyer
2
-0
/
+12
2023-02-22
copy: Support both inode exclusion and contents exclusion
Daan De Meyer
6
-27
/
+55
2023-02-22
repart: Refactor make_copy_files_denylist() a bit
Daan De Meyer
1
-37
/
+35
2023-02-22
test-set: inline two iterator declarations
Zbigniew Jędrzejewski-Szmek
1
-4
/
+2
2023-02-22
sd-journal: use a dynamic check for valgrind
Zbigniew Jędrzejewski-Szmek
1
-71
/
+65
2023-02-22
meson: merge our two valgrind configuration conditions into one
Zbigniew Jędrzejewski-Szmek
9
-30
/
+30
2023-02-22
test-set: drop left-over valgrind check
Zbigniew Jędrzejewski-Szmek
1
-2
/
+0
2023-02-22
hwdb: fix swapped buttons for Logitech Lift left
Vít Zikmund
1
-0
/
+5
2023-02-22
test: add another stress test for devlink creation
Yu Watanabe
2
-2
/
+69
2023-02-22
tree-wide: fix typo
Yu Watanabe
5
-7
/
+8
2023-02-22
po: Translated using Weblate (Lithuanian)
mooo
1
-28
/
+21
2023-02-21
socket-proxyd: support Type=notify
Дамјан Георгиевски
2
-0
/
+5
2023-02-21
pam-systemd: split up weight helper funcs
Lennart Poettering
1
-11
/
+27
2023-02-21
journal: move journal_file_compare_locations() from journal-file.c → sd-jou...
Lennart Poettering
3
-52
/
+46
2023-02-21
boot: Drop _harder suffix
Jan Janssen
7
-23
/
+16
2023-02-21
boot: Do not use errno.h/inttypes.h
Jan Janssen
4
-5
/
+31
2023-02-21
fundamental: Drop some unnecessary ifdefs
Jan Janssen
3
-7
/
+0
2023-02-21
Enable TPM by default with SetCredentialEncrypted
Aidan Dang
2
-7
/
+17
2023-02-21
stub: Fix unaligned read
Jan Janssen
1
-19
/
+28
2023-02-21
efi: drop executable-stack bit from .elf file
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2023-02-21
logind-session: make stopping of idle session visible to admins
David Tardon
1
-1
/
+1
2023-02-21
sleep: check if we're on AC power before checking battery capacity
Mike Yuan
3
-4
/
+11
[next]