index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hostname
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hostnamed: use strdup_to_full()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-29
/
+2
*
polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...
Lennart Poettering
2024-03-11
1
-5
/
+4
*
Merge pull request #31600 from YHNdnzj/fd-poll
Mike Yuan
2024-03-04
1
-1
/
+1
|
\
|
*
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-1
/
+1
*
|
hostnamectl: gracefully handle old hostnamed replies to GetHardwareSerial()
Lennart Poettering
2024-03-04
1
-1
/
+2
*
|
hostnamectl: properly initialize the two timestamp fields before doing bus call
Lennart Poettering
2024-03-04
1
-1
/
+3
|
/
*
hostnamed: use sd_bus_reply_method_return() to shorten code a bit
Lennart Poettering
2024-03-02
1
-20
/
+2
*
hostnamectl: display product uuid + hardware serial in regular status output
Lennart Poettering
2024-03-01
1
-0
/
+60
*
hostnamed: add explicit BUS_ERROR_NO_HARDWARE_SERIAL error
Lennart Poettering
2024-03-01
1
-1
/
+2
*
hostnamed: do some validation of the hw serial before we return it
Lennart Poettering
2024-03-01
1
-5
/
+25
*
hostnamed: in get_hardware_firmware_data() don't dup a string if we shan't re...
Lennart Poettering
2024-03-01
1
-9
/
+16
*
hostnamed: our base indentation is 8 spaces, not 9 spaces
Lennart Poettering
2024-03-01
1
-33
/
+33
*
hostnamectl: add -j switch for quick json output
Lennart Poettering
2024-01-22
1
-1
/
+6
*
hostnamed: expose /etc/os-release and /etc/machine-info data in full
Lennart Poettering
2024-01-22
1
-0
/
+6
*
hostnamed: use Type=notify
Mike Yuan
2024-01-09
1
-0
/
+5
*
hostnamed: always include VSockCID property in describe JSON
Lennart Poettering
2024-01-09
1
-1
/
+2
*
hostnamed: add simple Varlink API, too
Lennart Poettering
2024-01-09
1
-21
/
+123
*
hostnamed: move bus and event loop object into Context object
Lennart Poettering
2024-01-09
1
-16
/
+23
*
hostnamed: port to sd_event_set_signal_exit()
Lennart Poettering
2024-01-09
1
-8
/
+2
*
hostnamed: expose local AF_VSOCK CID among other host info
Lennart Poettering
2024-01-08
2
-3
/
+39
*
bus-polkit: port polkit_registry to use value destructors in hash_ops
Lennart Poettering
2024-01-03
1
-1
/
+1
*
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
2023-12-21
1
-27
/
+16
*
hostname: expose machine ID and boot ID through DBus
Yu Watanabe
2023-12-06
2
-23
/
+74
*
hostnamectl: do not show local machine ID and boot ID when requested to show ...
Yu Watanabe
2023-12-06
1
-7
/
+13
*
env-util: make write_env_file() optionally take headers
Yu Watanabe
2023-10-31
1
-1
/
+1
*
hostname: Make sure we pass error to bus_verify_polkit_async()
Daan De Meyer
2023-08-24
1
-1
/
+1
*
meson: move declarations of localed and hostnamed
Yu Watanabe
2023-07-31
1
-0
/
+15
*
hostnamectl: show age of firmware as time span, too
Lennart Poettering
2023-06-20
1
-0
/
+11
*
hostnamed: when parsing day/month of firmware date, force decimal parsing
Lennart Poettering
2023-06-20
1
-3
/
+3
*
hostnamed: don't read DMI data within a container
Lennart Poettering
2023-06-20
1
-0
/
+25
*
label: Introduce LabelOps to do pre/post labelling operations
Daan De Meyer
2023-05-31
1
-1
/
+1
*
hostnamectl: convert more hostname1 calls to BusLocator
David Tardon
2023-05-24
1
-24
/
+4
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
hostnamectl: show support and among output
Lennart Poettering
2023-01-24
1
-0
/
+32
*
hostnamed: expose support end timestamp as property on the bus
Lennart Poettering
2023-01-24
1
-5
/
+33
*
tree-wide: unify how we pick OS pretty name to display
Lennart Poettering
2023-01-24
1
-1
/
+6
*
hostnamectl: show firmware date with date only, without time
Lennart Poettering
2023-01-20
1
-1
/
+1
*
hostnamed: expose FirmwareDate as timestamp in dbus
Jelle van der Waa
2023-01-19
2
-7
/
+75
*
hostnamed: expose FirmwareDate dbus property
Jelle van der Waa
2022-12-07
1
-1
/
+23
*
hostnamed: expose FirmwareVendor as dbus property
Jelle van der Waa
2022-12-07
1
-1
/
+25
*
hostnamectl: port to vertical table
David Tardon
2022-11-13
1
-21
/
+18
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: use the term "initrd" at most places we so far used "initramfs"
Lennart Poettering
2022-09-23
1
-2
/
+2
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-3
/
+1
*
hostnamectl,localectl: use "(unset)" in empty fields
Zbigniew Jędrzejewski-Szmek
2022-09-21
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-14
/
+7
*
hostname: make chassis type actually obtained from ACPI when nothing from DMI
Yu Watanabe
2022-08-22
1
-1
/
+1
*
Use https for freedesktop.org
Michael Biebl
2022-06-28
2
-2
/
+2
[next]