index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dissect: almost port systemd-dissect to table_print_with_pager()
Lennart Poettering
2021-01-21
1
-1
/
+22
*
sysext: port to table_print_with_pager()
Lennart Poettering
2021-01-21
1
-19
/
+17
*
repart: port to table_print_with_pager()
Lennart Poettering
2021-01-21
1
-5
/
+17
*
busctl/homectl: port the obvious cases to table_print_with_pager()
Lennart Poettering
2021-01-21
2
-16
/
+3
*
format-table: add new helper table_print_with_pager()
Lennart Poettering
2021-01-21
2
-0
/
+30
*
Merge pull request #18329 from poettering/notify-chroot
Yu Watanabe
2021-01-21
11
-12
/
+26
|
\
|
*
portabled: update profiles to current semantics
Lennart Poettering
2021-01-20
4
-7
/
+0
|
*
core: make NotifyAccess= in combination with RootDirectory=/RootImage= work
Lennart Poettering
2021-01-20
7
-5
/
+26
*
|
varlink: make 'userdata' pointer inheritance from varlink server to connectio...
Lennart Poettering
2021-01-20
7
-11
/
+18
*
|
Merge pull request #18311 from poettering/sysext-fixups
Yu Watanabe
2021-01-20
1
-216
/
+248
|
\
\
|
|
/
|
/
|
|
*
sysext: add --force swich for forcibly ignoring version incompatibilities
Lennart Poettering
2021-01-20
1
-0
/
+13
|
*
sysext: rework command line interface to be verb-based
Lennart Poettering
2021-01-20
1
-164
/
+161
|
*
sysext: split version validation logic into function of its own
Lennart Poettering
2021-01-20
1
-49
/
+73
|
*
sysext: use log_setup_cli()
Lennart Poettering
2021-01-20
1
-3
/
+1
*
|
Merge pull request #18325 from ssahani/more-cleanup
Luca Boccassi
2021-01-20
10
-71
/
+37
|
\
\
|
*
|
btrfs-util: tighten variable scope used in loop
Susant Sahani
2021-01-20
1
-17
/
+12
|
*
|
analyze: tighten variable scope used in loop
Susant Sahani
2021-01-20
1
-4
/
+2
|
*
|
sd-event: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+1
|
*
|
sd-event: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+1
|
*
|
sd-device: Use TAKE_PTR
Susant Sahani
2021-01-20
1
-1
/
+3
|
*
|
sd-device: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+1
|
*
|
udev-rules: use ordered_hashmap_ensure_put
Susant Sahani
2021-01-20
1
-6
/
+4
|
*
|
network: networkd-network use TAKE_PTR
Susant Sahani
2021-01-20
1
-1
/
+1
|
*
|
network: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-4
/
+2
|
*
|
network: ndisc - Use ordered_set_ensure_put
Susant Sahani
2021-01-20
1
-4
/
+2
|
*
|
machine: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+1
|
*
|
logind: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+4
|
*
|
journal: Use cleanup_free
Susant Sahani
2021-01-20
1
-5
/
+3
|
*
|
Journal: Use hashmap_ensure_put
Susant Sahani
2021-01-20
1
-5
/
+1
*
|
|
udev/cdrom_id: re-enable logging related functions
Yu Watanabe
2021-01-20
1
-0
/
+5
|
|
/
|
/
|
*
|
path-util: simplify check_x_access()
Yu Watanabe
2021-01-20
1
-23
/
+11
|
/
*
udev: use DEFINE_MAIN_FUNCTION in cdrom_id
Dan Streetman
2021-01-20
1
-14
/
+2
*
tree-wide: ignore messages with too long control data
Lennart Poettering
2021-01-20
3
-0
/
+12
*
execute: for processes where creds logic is turned off, don't pass creds path...
Lennart Poettering
2021-01-19
1
-1
/
+3
*
import: refactor how we do gpg validation
Lennart Poettering
2021-01-19
4
-67
/
+82
*
import: optionally pull .verity + .roothash.p7s data when downloading
Lennart Poettering
2021-01-19
7
-138
/
+254
*
import: ignore non-successful HTTP codes for collecing image metadata
Lennart Poettering
2021-01-19
1
-1
/
+15
*
import: turn on HTTP logging in debug mode
Lennart Poettering
2021-01-19
1
-1
/
+2
*
import: small memory management simplification
Lennart Poettering
2021-01-19
1
-4
/
+2
*
import: reset PullJob properly
Lennart Poettering
2021-01-19
1
-0
/
+19
*
import: rework how verification works
Lennart Poettering
2021-01-19
6
-38
/
+133
*
import: use TAKE_PTR() where available
Lennart Poettering
2021-01-19
1
-4
/
+2
*
import: make scope of variable smaller
Lennart Poettering
2021-01-19
1
-1
/
+1
*
import: comment indent fix
Lennart Poettering
2021-01-19
1
-1
/
+1
*
fs-util/rm-rf: improve remove+free destructors to take and return NULL
Lennart Poettering
2021-01-19
2
-4
/
+23
*
network: add support to RoutingPolicyRule lookup table name
Susant Sahani
2021-01-19
6
-13
/
+116
*
Merge pull request #18181 from poettering/sysext
Lennart Poettering
2021-01-19
16
-89
/
+1182
|
\
|
*
sysext: use parse_extension_release and reject extension if not found
Luca Boccassi
2021-01-19
1
-15
/
+18
|
*
os-release: add support for /usr/lib/extension-release.d/
Luca Boccassi
2021-01-19
2
-17
/
+59
|
*
sysext: add verity boilerplate
Luca Boccassi
2021-01-19
1
-2
/
+10
[next]