index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
bus-wait-for-units: simplify property_map_job_id
Mike Yuan
1
-13
/
+7
2024-04-19
bus-wait-for-units: drop 'current' field
Mike Yuan
1
-7
/
+0
2024-04-19
bus-wait-for-units: check for existing unit first, use hashmap_ensure_put
Mike Yuan
2
-10
/
+13
2024-04-19
bus-wait-for-units: make callback type end with "_t"
Mike Yuan
2
-5
/
+11
2024-04-19
bus-wait-for-units: drop ready_callback
Mike Yuan
2
-20
/
+1
2024-04-19
systemctl-start-unit: Subscribe() is unnecessary if we RefUnit explicitly
Mike Yuan
1
-5
/
+1
2024-04-19
systemctl: use FOREACH_ARRAY and FOREACH_ELEMENT more
Mike Yuan
2
-12
/
+18
2024-04-19
core/dbus: modernize bus_foreach_bus
Mike Yuan
1
-11
/
+9
2024-04-19
core/unit: use UNIT_IS_INACTIVE_OR_FAILED at one more place
Mike Yuan
1
-1
/
+1
2024-04-19
test: initialize _cleanup_ variables
Luca Boccassi
1
-1
/
+1
2024-04-19
conf-parser: move config_parse_timezone() to conf-parser.[ch]
Yu Watanabe
4
-35
/
+35
2024-04-19
nspawn: rename config_parse_timezone() -> config_parse_timezone_mode()
Yu Watanabe
3
-3
/
+3
2024-04-19
nspawn: align tables
Yu Watanabe
1
-21
/
+21
2024-04-19
network: introduce link_get_use_ntp()
Yu Watanabe
10
-71
/
+62
2024-04-19
network: move NTP related conf parsers to networkd-ntp.[ch]
Yu Watanabe
8
-114
/
+128
2024-04-19
network: introduce link_get_use_dns()
Yu Watanabe
11
-76
/
+63
2024-04-19
network: introduce link_get_use_domains()
Yu Watanabe
11
-73
/
+77
2024-04-19
network: move DNS related conf parsers to networkd-dns.[ch]
Yu Watanabe
9
-317
/
+336
2024-04-19
network: rename DHCPUseDomains -> UseDomains
Yu Watanabe
12
-43
/
+39
2024-04-19
copy: ignore -EOPNOTSUPP from copy_file_range()
Nick Rosbrook
1
-1
/
+1
2024-04-18
ci: update tests to showcase new option a bit
Lennart Poettering
1
-2
/
+6
2024-04-18
update NEWS
Lennart Poettering
1
-12
/
+24
2024-04-18
pcrlock: rework --recovery-pin= to take three different arguments
Lennart Poettering
2
-14
/
+41
2024-04-18
pcrlock: generate recovery PINs via make_recovery_key()
Lennart Poettering
1
-8
/
+1
2024-04-18
tpm2-util: now that we don't use PolicyAuthValue anymore, let's not set an au...
Lennart Poettering
3
-18
/
+2
2024-04-18
pcrlock: switch access policy for nvindex to store policy in from PolicyAuthV...
Lennart Poettering
3
-8
/
+237
2024-04-18
tpm2-util: add comment explaining what tpm2_define_policy_nv_index() actually...
Lennart Poettering
1
-0
/
+4
2024-04-18
tpm2-util: load external key into NULL hierarchy if private key is provided
Lennart Poettering
1
-2
/
+2
2024-04-18
tpm2-util: rename tpm2_get_pin_auth() → tpm2_auth_value_from_pin()
Lennart Poettering
3
-7
/
+7
2024-04-18
tpm2: export tpm2_get_name()
Lennart Poettering
2
-1
/
+2
2024-04-18
tpm2-util: import two more symbols from tpm2-tss libraries
Lennart Poettering
1
-0
/
+4
2024-04-18
man/systemd-stub: fix typo
Antonio Alvarez Feijoo
1
-1
/
+1
2024-04-18
use FOREACH_ELEMENT
Matteo Croce
26
-36
/
+36
2024-04-18
introduce FOREACH_ELEMENT
Matteo Croce
2
-0
/
+4
2024-04-18
test: Add mkosi-based integration test runner
Richard Maw
9
-1
/
+225
2024-04-18
mkosi: Extend default device timeout to 20 seconds
Richard Maw
1
-1
/
+1
2024-04-18
mkosi: undefine FORTIFY_SOURCE instead of setting it zero
Daan De Meyer
3
-4
/
+4
2024-04-18
core/manager: log about previous objective
Mike Yuan
1
-0
/
+9
2024-04-18
core/manager-serialize: serialize objective string
Mike Yuan
1
-7
/
+6
2024-04-18
core/manager: introduce ManagerObjective string table lookup
Mike Yuan
2
-7
/
+25
2024-04-18
core/manager: also log soft-reboot count along with timespan
Mike Yuan
1
-3
/
+5
2024-04-18
core: switch j->unit->manager to j->manager
Mike Yuan
2
-16
/
+22
2024-04-18
mkosi: Disable bash debugging in Arch build script
Daan De Meyer
1
-1
/
+1
2024-04-18
boot: fix assignment of ret_* variables in `initrd_prepare()`
Antonio Alvarez Feijoo
1
-3
/
+3
2024-04-18
udev: permanent symlinks with USB revision for /dev/media*
Max Staudt
1
-1
/
+2
2024-04-18
systemctl: add --clean= values to documentation and shell completion
Luca Boccassi
3
-3
/
+52
2024-04-18
mkosi: Install debug packages when WITH_DEBUG=1 is enabled
Daan De Meyer
4
-0
/
+73
2024-04-18
mkosi: Setup --ffile-prefix-map= for opensuse as well
Daan De Meyer
1
-2
/
+18
2024-04-18
mkosi: Undefine FORTIFY_SOURCE before setting it again
Daan De Meyer
2
-2
/
+2
2024-04-18
mkosi: Install more packages
Daan De Meyer
3
-16
/
+29
[next]