index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
bus-print-properties.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
Update LINGUAS (#21499)
Hugo Carvalho
1
-6
/
+6
2021-11-25
repart,homed: split out disk cleanup macros into generic header
Lennart Poettering
4
-12
/
+18
2021-11-25
list: add LIST_POP() helper that pops the first item off a linked list
Lennart Poettering
2
-0
/
+18
2021-11-25
man: "-j", not "-J" is the shortcut for JSON mode in homectl
Lennart Poettering
1
-2
/
+2
2021-11-25
build: fix build without seccomp
Dominique Martinet
3
-24
/
+34
2021-11-25
build(deps): bump github/codeql-action from 1.0.23 to 1.0.24
dependabot[bot]
1
-3
/
+3
2021-11-25
man: suggest usage of CollectMode= in Accept=yes services
Lennart Poettering
1
-26
/
+22
2021-11-25
socket: various modernizations
Lennart Poettering
1
-12
/
+13
2021-11-25
socket: always pass socket, fd and SocketPeer ownership to service together
Lennart Poettering
3
-16
/
+24
2021-11-24
journal: Don't allow creating invalid objects
Daan De Meyer
2
-24
/
+22
2021-11-24
unit_is_bound_by_inactive: fix return pointer check
Dominique Martinet
1
-1
/
+1
2021-11-24
homework: add debug log message whenever we applied a uidmap to a mount
Lennart Poettering
1
-0
/
+2
2021-11-24
homework: fix a bad error propagation
Lennart Poettering
1
-1
/
+1
2021-11-24
homework: also apply uid shifting when changing passwords/resizing/updating h...
Lennart Poettering
2
-0
/
+12
2021-11-24
homework: don't try to shift uidmap for already activated home areas
Lennart Poettering
8
-13
/
+24
2021-11-24
homework: fix message typo
Lennart Poettering
1
-1
/
+1
2021-11-24
homectl: also acquire "cheap" passwords for homectl update/passwd
Lennart Poettering
1
-4
/
+13
2021-11-24
dissect-image: always say "file of image" when reporting about the image
Zbigniew Jędrzejewski-Szmek
1
-8
/
+8
2021-11-24
Add debug logs of extension-release scanning
Zbigniew Jędrzejewski-Szmek
1
-11
/
+24
2021-11-24
dissect-image: provide a more useful message when ENOMEDIUM is returned
Zbigniew Jędrzejewski-Szmek
1
-7
/
+10
2021-11-24
dissect-image: do not enable "verification" when trying to acquire metadata
Zbigniew Jędrzejewski-Szmek
4
-9
/
+10
2021-11-24
test: make test-execute pass on Linux 5.15
Lennart Poettering
1
-1
/
+2
2021-11-24
man: don't mention IOSchedulingClass=none anymore in the docs
Lennart Poettering
1
-5
/
+7
2021-11-24
test: add test for ioprio normalization
Lennart Poettering
1
-12
/
+18
2021-11-24
core: normalize ioprio values we acquire from kernel
Lennart Poettering
1
-1
/
+1
2021-11-24
ioprio: normalize io priority values in configuration
Lennart Poettering
3
-4
/
+9
2021-11-24
ioprio-util: add macro for default ioprio settings
Lennart Poettering
3
-4
/
+8
2021-11-24
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
10
-39
/
+56
2021-11-24
dissect-image: reuse common exit path
Zbigniew Jędrzejewski-Szmek
1
-4
/
+2
2021-11-24
shared/format-table: drop unnecessary _cleanup_
Zbigniew Jędrzejewski-Szmek
1
-13
/
+13
2021-11-24
test-pretty-print: spelling nitpick
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-11-24
shell-completion: add journalctl --facility
Zbigniew Jędrzejewski-Szmek
2
-2
/
+14
2021-11-24
basic/architectures: sort by name and remove duplicates
Zbigniew Jędrzejewski-Szmek
1
-79
/
+76
2021-11-24
bpf: fix memleak in restrict_fs_bpf
Julia Kartseva
1
-1
/
+1
2021-11-24
recurse-dir: give callers of recurse_dir_at() control over path prefix
Lennart Poettering
1
-4
/
+1
2021-11-23
update TODO
Lennart Poettering
1
-0
/
+11
2021-11-23
test: test new SYSEXT_SCOPE=/PORTABLE_PREFIXES= fields in TEST-29
Lennart Poettering
2
-3
/
+20
2021-11-23
dissect: show intended purpose of images in dissection output
Lennart Poettering
1
-1
/
+63
2021-11-23
os-release: add new PORTABLE_PREFIXES= field for declaring valid portable ser...
Lennart Poettering
5
-43
/
+153
2021-11-23
extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...
Lennart Poettering
9
-11
/
+54
2021-11-23
dissect-image: when extracting metadata from image also check if it contains ...
Lennart Poettering
2
-9
/
+67
2021-11-23
dissect: add helper call for unifying three loops
Lennart Poettering
1
-28
/
+21
2021-11-23
bootctl: use new red/green check/cross mark helpers at two places
Lennart Poettering
2
-6
/
+5
2021-11-23
pretty-print: add helper for quickly outputting red/green cross/check marks
Lennart Poettering
2
-0
/
+37
2021-11-23
sd-bus: Fix standard method argument names
Miika Karanki
2
-16
/
+16
2021-11-23
docs: remove comment that makes githubs renderer very angry
Zbigniew Jędrzejewski-Szmek
2
-2
/
+0
2021-11-23
process-util: add missing NULL initialization for _cleanup_ variable
Lennart Poettering
1
-1
/
+1
2021-11-23
resolved: add _unused_ annotations to appease clang
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2021-11-23
shared/format-table: add cosmetic initialization
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-11-23
resolved: inline declarations of iterator variables
Zbigniew Jędrzejewski-Szmek
1
-15
/
+11
[next]