index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
tmpfiles: take error code from "errno" earlier
Lennart Poettering
1
-18
/
+19
2022-07-08
mkdir-label: don't use mkdirat_errno_wrapper() without reason
Lennart Poettering
1
-1
/
+2
2022-07-08
time-util: fix buffer-over-run
Yu Watanabe
2
-1
/
+6
2022-07-08
smack: catch more types of 'not supported' errors
Lennart Poettering
1
-1
/
+2
2022-07-08
tmpfiles: shorten code a bit
Lennart Poettering
1
-4
/
+2
2022-07-08
test-network: merge DHCP client tests to improve performance
Yu Watanabe
11
-361
/
+141
2022-07-08
tmpfiles: port from dirname/basename to path_extract_directory/filename()
Lennart Poettering
1
-52
/
+76
2022-07-08
path-util: NULL strings are definitely not valid paths
Lennart Poettering
1
-2
/
+6
2022-07-08
update TODO
Lennart Poettering
1
-0
/
+11
2022-07-08
tmpfiles: correct error variable to use
Lennart Poettering
1
-1
/
+1
2022-07-08
namespace: fix propagated error number
Lennart Poettering
1
-1
/
+1
2022-07-08
test: use timeout command to improve performance
Yu Watanabe
1
-40
/
+9
2022-07-08
test: remove /failed and /testok before running test script
Yu Watanabe
2
-3
/
+5
2022-07-07
test: use PBKDF2 with capped iterations instead of Argon2
Frantisek Sumsal
1
-1
/
+1
2022-07-07
test: make TEST-64 a bit more ASan friendly
Frantisek Sumsal
1
-15
/
+25
2022-07-07
test: avoid overriding an already existing EXIT handler
Frantisek Sumsal
1
-10
/
+13
2022-07-07
test: allow multiple handlers for the EXIT signal
Frantisek Sumsal
1
-1
/
+28
2022-07-07
test: bump the data partition size if we don't strip binaries
Frantisek Sumsal
1
-9
/
+14
2022-07-07
test: create an ASan wrapper for `getent` and `su`
Frantisek Sumsal
1
-2
/
+2
2022-07-07
test: several cleanups for TEST-35-LOGIN
Yu Watanabe
3
-231
/
+193
2022-07-07
resolvectl man page: Word correction
Frank Dana
1
-1
/
+1
2022-07-07
boot: Use UEFI protocol struct names
Jan Janssen
8
-18
/
+18
2022-07-07
boot: Use typedef for PE structs
Jan Janssen
1
-33
/
+33
2022-07-07
boot: Constify PE sections type
Jan Janssen
4
-8
/
+8
2022-07-07
boot: Use void for base pointer
Jan Janssen
2
-10
/
+10
2022-07-07
boot: Use open_volume when creating cpio
Jan Janssen
1
-11
/
+3
2022-07-07
systemctl: drop color settings in log message
Yu Watanabe
1
-3
/
+1
2022-07-07
systemctl: enable colorized logging by default
Yu Watanabe
1
-2
/
+1
2022-07-07
NEWS: mention change in default behavior of background sessions
Michal Sekletar
1
-0
/
+8
2022-07-07
tests: add test for handling of background sessions
Michal Sekletar
2
-0
/
+65
2022-07-07
logind: don't start user@UID.service instance for background sessions
Michal Sekletar
7
-17
/
+20
2022-07-07
test: fix typo
Yu Watanabe
1
-2
/
+2
2022-07-07
TODO: fix typo
Yu Watanabe
1
-1
/
+1
2022-07-07
os-release: define SUPPORT_END=
Zbigniew Jędrzejewski-Szmek
1
-0
/
+10
2022-07-06
fundamental: adjust #if conditional for _fallthrough_ for clang
Thomas Haller
1
-1
/
+1
2022-07-06
mkosi: Update to latest release
Daan De Meyer
1
-1
/
+1
2022-07-06
man: "enabled commands are started at boot" is rubbish
Lennart Poettering
1
-20
/
+22
2022-07-06
update TODO
Lennart Poettering
1
-0
/
+3
2022-07-06
dissect: refuse empty release ID
Yu Watanabe
1
-0
/
+2
2022-07-06
Revert "dissect: ID from os-release should be non-empty, not just non-NULL"
Yu Watanabe
1
-1
/
+1
2022-07-05
json: actually use numeric C locale we just allocated
Lennart Poettering
1
-1
/
+3
2022-07-05
journal: Make sd_journal_previous/next() return 0 at HEAD/TAIL
Daan De Meyer
2
-4
/
+8
2022-07-05
docs: normalize uppercasing of titles of network doc
Lennart Poettering
2
-23
/
+17
2022-07-05
tree-wide: drop duplicated semicolons
Zbigniew Jędrzejewski-Szmek
6
-6
/
+6
2022-07-05
man: fix link to glob(3)
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2022-07-05
fuzz: rename samples to avoid long test names
Zbigniew Jędrzejewski-Szmek
14
-0
/
+0
2022-07-05
firstboot: Don't skip passwd/shadow logic if only one of the files exists
Daan De Meyer
1
-4
/
+2
2022-07-05
machine: switch to BusLocator-oriented helpers
Quentin Deslandes
2
-24
/
+7
2022-07-05
user: delegate cpu controller, assign weights to user slices
Zbigniew Jędrzejewski-Szmek
5
-1
/
+12
2022-07-05
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
25
-89
/
+68
[next]