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
...
|
*
|
bootctl: use new red/green check/cross mark helpers at two places
Lennart Poettering
2021-11-23
2
-6
/
+5
|
*
|
pretty-print: add helper for quickly outputting red/green cross/check marks
Lennart Poettering
2021-11-23
2
-0
/
+37
*
|
|
recurse-dir: give callers of recurse_dir_at() control over path prefix
Lennart Poettering
2021-11-24
1
-4
/
+1
|
/
/
*
|
sd-bus: Fix standard method argument names
Miika Karanki
2021-11-23
2
-16
/
+16
*
|
docs: remove comment that makes githubs renderer very angry
Zbigniew Jędrzejewski-Szmek
2021-11-23
2
-2
/
+0
*
|
Merge pull request #21479 from keszybz/cosmetic-initialization-adjustments
Lennart Poettering
2021-11-23
3
-80
/
+57
|
\
\
|
*
|
resolved: add _unused_ annotations to appease clang
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-2
/
+2
|
*
|
shared/format-table: add cosmetic initialization
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-1
/
+1
|
*
|
resolved: inline declarations of iterator variables
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-15
/
+11
|
*
|
resolved: move packet rewinder initalization inline
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-52
/
+39
|
*
|
udev/cdrom_id: use a macro to initialize context
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-13
/
+7
*
|
|
process-util: add missing NULL initialization for _cleanup_ variable
Lennart Poettering
2021-11-23
1
-1
/
+1
*
|
|
Merge pull request #21440 from poettering/homed-initial-fs-size
Lennart Poettering
2021-11-23
3
-39
/
+49
|
\
\
\
|
*
|
|
test: update test to use --disk-size=min
Lennart Poettering
2021-11-23
1
-1
/
+1
|
*
|
|
man: document min/max for --disk-space= too
Lennart Poettering
2021-11-23
1
-4
/
+7
|
*
|
|
homework: correct initial minimal fs size calculations by LUKS2/GPT overhead
Lennart Poettering
2021-11-23
1
-1
/
+13
|
*
|
|
homework: when creating home dir also treat specified size as hint
Lennart Poettering
2021-11-23
1
-33
/
+28
*
|
|
|
virt: Fix the detection for Hyper-V VMs
Boqun Feng
2021-11-23
1
-2
/
+3
*
|
|
|
Merge pull request #21443 from poettering/homed-grow-shrink-on-login-logout
Lennart Poettering
2021-11-23
12
-23
/
+388
|
\
\
\
\
|
*
|
|
|
man/doc: document auto resize modes
Lennart Poettering
2021-11-23
2
-0
/
+26
|
*
|
|
|
homework: upload home password into kernel keyring if needed
Lennart Poettering
2021-11-23
6
-13
/
+183
|
*
|
|
|
homework: add auto-shrink/auto-grow
Lennart Poettering
2021-11-23
3
-10
/
+95
|
*
|
|
|
homectl: expose new autoResizeMode JSON user record property
Lennart Poettering
2021-11-23
1
-0
/
+22
|
*
|
|
|
user-record: add auto-resize property
Lennart Poettering
2021-11-23
3
-0
/
+62
*
|
|
|
|
Merge pull request #21472 from mrc0mmand/sanitizer_suppressions
Frantisek Sumsal
2021-11-23
2
-17
/
+24
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
test: drop the `su` wrapper and use `systemctl` directly
Frantisek Sumsal
2021-11-22
1
-13
/
+6
|
*
|
|
|
test: suppress certain leaks reported by LSan
Frantisek Sumsal
2021-11-22
1
-1
/
+15
|
*
|
|
|
test: fix a couple of "new" shellcheck-related issues
Frantisek Sumsal
2021-11-22
1
-3
/
+3
*
|
|
|
|
core/automount: Add ExtraOptions field
Andrew Stone
2021-11-23
8
-4
/
+57
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #21470 from poettering/resolved-250-fixes
Lennart Poettering
2021-11-23
19
-112
/
+330
|
\
\
\
\
|
*
|
|
|
resolved: lower connection timeout for DoT connections in opportunistic mode
Lennart Poettering
2021-11-22
5
-12
/
+38
|
*
|
|
|
resolved: clean up manager_write_resolv_conf() a bit
Lennart Poettering
2021-11-22
1
-26
/
+15
|
*
|
|
|
resolved: make sure we don't hit an assert when dealing with incomplete DNSSD...
Lennart Poettering
2021-11-22
1
-1
/
+3
|
*
|
|
|
resolved: properly signal transient errors back to NSS stack
Lennart Poettering
2021-11-22
1
-9
/
+46
|
*
|
|
|
resolved: fix ResolveService() hostname handling
Lennart Poettering
2021-11-22
1
-1
/
+2
|
*
|
|
|
nspawn: voidify expose_port_execute() calls
Lennart Poettering
2021-11-22
1
-2
/
+2
|
*
|
|
|
resolved: add "proxy-only" stub on 127.0.0.54
Lennart Poettering
2021-11-22
7
-60
/
+179
|
*
|
|
|
socket-util: add helper for generically initializing sockaddr_union from in_a...
Lennart Poettering
2021-11-22
2
-0
/
+37
|
*
|
|
|
resolved: include IP address info in debug output for incoming datagrams
Lennart Poettering
2021-11-22
1
-2
/
+10
|
*
|
|
|
resolved: use RET_NERRNO() where it makes sense
Lennart Poettering
2021-11-22
1
-3
/
+2
*
|
|
|
|
man: fix type in sd_bus_error_add_map() prototype
Lennart Poettering
2021-11-23
1
-1
/
+1
|
/
/
/
/
*
|
|
/
Remove own copyright line
Jan Janssen
2021-11-22
1
-3
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #21357 from mbd98/usr-verity-auto
Luca Boccassi
2021-11-22
4
-63
/
+181
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Document usr-specific verity parameters
Mark Boudreau
2021-11-19
2
-2
/
+14
|
*
|
fstab-generator: use 'usr' mapper device when 'usrhash' is present
Mark Boudreau
2021-11-19
1
-7
/
+28
|
*
|
veritysetup-generator: generate service for usr device
Mark Boudreau
2021-11-19
1
-54
/
+139
*
|
|
FIDO2 device removal instructions (#21426)
Robert-L-Turner
2021-11-22
1
-0
/
+3
*
|
|
Merge pull request #21452 from vcaputo/mmap-cache-fd
Daan De Meyer
2021-11-22
5
-72
/
+62
|
\
\
\
|
*
|
|
mmap-cache: s/mmap_cache/mmap_cache_fd_/ where apropos
Vito Caputo
2021-11-19
5
-29
/
+29
|
*
|
|
mmap-cache: simplify API around MMapFileDescriptor
Vito Caputo
2021-11-19
5
-70
/
+60
|
|
/
/
[prev]
[next]