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
*
mkosi: Fix shellcheck warnings
Daan De Meyer
2023-01-29
1
-2
/
+2
*
update footer to 2023
cake03
2023-01-29
1
-1
/
+1
*
mkosi: Drop epel-testing repository from centos config
Daan De Meyer
2023-01-29
1
-1
/
+0
*
sd-dhcp-server: allow to send header only message
Yu Watanabe
2023-01-28
1
-1
/
+1
*
ukify: python 3.9 compat followup
Daan De Meyer
2023-01-27
1
-1
/
+7
*
mkosi: Update and enable ukify in mkosi builds
Daan De Meyer
2023-01-27
8
-5
/
+17
*
tmpfiles: automatically create /etc/credstore/ and friends
Lennart Poettering
2023-01-27
2
-0
/
+14
*
Merge pull request #26228 from DaanDeMeyer/resolve-cap
Lennart Poettering
2023-01-27
2
-1
/
+19
|
\
|
*
resolve: Skip creating stubs if missing CAP_NET_BIND_SERVICE
Daan De Meyer
2023-01-26
1
-0
/
+9
|
*
nspawn: Drop CAP_NET_BIND_SERVICE when in userns but not in netns
Daan De Meyer
2023-01-26
1
-1
/
+10
*
|
journald: don't check for -EREMCHG on open, given that open doesn't generate it
Lennart Poettering
2023-01-27
1
-2
/
+1
*
|
journal: use TAKE_PTR() at one more place
Lennart Poettering
2023-01-27
1
-2
/
+1
*
|
boot: Use aarch64 virtual counter
Jan Janssen
2023-01-27
1
-2
/
+2
*
|
Merge pull request #26209 from PeterCxy/doc-fido2-changes
Zbigniew Jędrzejewski-Szmek
2023-01-26
2
-11
/
+17
|
\
\
|
*
|
NEWS: Add entry about support for multiple FIDO2 tokens
Peter Cai
2023-01-26
1
-0
/
+6
|
*
|
docs: Update crypt{enroll,setup} limitations regarding FIDO2
Peter Cai
2023-01-26
1
-11
/
+11
*
|
|
journal: prefix all functions with "server_" that operate on Server objects
Lennart Poettering
2023-01-26
1
-40
/
+44
*
|
|
journal-file: be a tiny bit more careful with generating seqnums
Lennart Poettering
2023-01-26
1
-14
/
+16
|
|
/
|
/
|
*
|
update TODO
Lennart Poettering
2023-01-26
1
-0
/
+2
*
|
journald: minor modernizations in kmsg handling code
Lennart Poettering
2023-01-26
1
-22
/
+14
*
|
Merge pull request #26198 from poettering/journal-strict-mode
Lennart Poettering
2023-01-26
3
-26
/
+100
|
\
\
|
*
|
journal: add some line breaks/comments
Lennart Poettering
2023-01-25
1
-13
/
+39
|
*
|
journal-file: make strict order optional
Lennart Poettering
2023-01-25
3
-13
/
+61
*
|
|
github/labeller: fix yaml syntax
Zbigniew Jędrzejewski-Szmek
2023-01-26
1
-1
/
+1
*
|
|
github/labeller: add more match patterns
Zbigniew Jędrzejewski-Szmek
2023-01-26
1
-26
/
+120
*
|
|
journal: automatically pick up boot ID in journal_file_append_entry()
Lennart Poettering
2023-01-26
1
-0
/
+9
|
|
/
|
/
|
*
|
sha256: header needs stddef
William Roberts
2023-01-25
1
-0
/
+1
|
/
*
Merge pull request #26204 from poettering/journal-header-compoung-init
Lennart Poettering
2023-01-25
2
-13
/
+12
|
\
|
*
journal: use compound initialization for journal file Header structure
Lennart Poettering
2023-01-25
1
-12
/
+11
|
*
journal-def: fix type of signature to match the actual field in the Header st...
Lennart Poettering
2023-01-25
1
-1
/
+1
*
|
Merge pull request #26179 from medhefgo/boot-no-gnu-efi
Luca Boccassi
2023-01-25
20
-258
/
+240
|
\
\
|
*
|
boot: Use unicode literals
Jan Janssen
2023-01-25
4
-39
/
+39
|
*
|
boot: Use unsigned for beep counting
Jan Janssen
2023-01-25
2
-3
/
+3
|
*
|
boot: Replace UINTN with size_t
Jan Janssen
2023-01-25
20
-216
/
+198
|
|
/
*
|
repart: Add roothash to output of all verity siblings
Daan De Meyer
2023-01-25
2
-6
/
+13
*
|
Merge pull request #26195 from mrc0mmand/update-uapi
Luca Boccassi
2023-01-25
19
-49
/
+595
|
\
\
|
*
|
partition: fix build with newer linux/btrfs.h uapi header
Frantisek Sumsal
2023-01-25
1
-1
/
+6
|
*
|
basic/linux: update linux uapi headers
Frantisek Sumsal
2023-01-25
18
-48
/
+589
*
|
|
Merge pull request #26192 from mrc0mmand/fix-errno-check
Luca Boccassi
2023-01-25
2
-3
/
+7
|
\
\
\
|
*
|
|
coccinelle: skip the empty-to-null transformation on the macro itself
Frantisek Sumsal
2023-01-25
1
-2
/
+6
|
*
|
|
sysupdate: fix errno check
Frantisek Sumsal
2023-01-25
1
-1
/
+1
|
|
/
/
*
|
|
test-execute: Skip when /sys is read-only
Daan De Meyer
2023-01-25
1
-0
/
+3
*
|
|
test: skip firstboot --prompt-keymap check if keymaps are missing
Michael Biebl
2023-01-25
1
-2
/
+8
*
|
|
Merge pull request #26197 from poettering/journal-file-size-t-fix
Lennart Poettering
2023-01-25
3
-7
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
journal-file: cast file size to to fixed size type
Lennart Poettering
2023-01-25
2
-5
/
+5
|
*
|
journal-file: fix type of array counter
Lennart Poettering
2023-01-25
2
-2
/
+3
*
|
|
dlfcn: add new safe_dclose() helper
Lennart Poettering
2023-01-25
2
-5
/
+9
|
/
/
*
|
Merge pull request #26193 from aafeijoo-suse/cryptenroll-unlock-fido2-device-...
Luca Boccassi
2023-01-25
2
-1
/
+17
|
\
\
|
*
|
man: add missing --unlock-fido2-device to systemd-cryptenroll
Antonio Alvarez Feijoo
2023-01-25
1
-1
/
+13
|
*
|
bash-completion: add missing --unlock-fido2-device to systemd-cryptenroll
Antonio Alvarez Feijoo
2023-01-25
1
-0
/
+4
|
|
/
[next]