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: 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
*
hostnamed: update to use new style sd-bus macros
Sonali Srivastava
2022-04-21
1
-62
/
+45
*
hostnamed: display firmware version
Sonali Srivastava
2022-04-19
2
-21
/
+62
*
virt: make virtualization enum a named type
Lennart Poettering
2022-04-04
1
-1
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
hostnamed: properly reset hw model/vendor props before re-reading them
Lennart Poettering
2022-03-24
1
-1
/
+3
*
machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=
Lennart Poettering
2022-03-24
1
-11
/
+11
*
hostnamed: update chassis table to SMBIOS 3.5
Lennart Poettering
2022-03-14
1
-7
/
+13
*
hostnamectl: use u8 literal specifier
Yu Watanabe
2022-03-11
1
-8
/
+8
*
hostnamed: trivial optimization
Lennart Poettering
2022-02-03
1
-3
/
+4
*
hostnamed: drop "iteractive" parameter from GetHardwareSerial()
Lennart Poettering
2022-02-03
1
-8
/
+3
*
hostname: expose hardware serial through dbus
Yu Watanabe
2022-01-24
2
-4
/
+105
*
hostname: allow to override hardware vendor and model
Yu Watanabe
2022-01-23
1
-15
/
+36
*
hostname: introduce context_get_chassis() and use it everywhere
Yu Watanabe
2022-01-22
1
-52
/
+61
*
hostname: Allow overriding the chassis type from hwdb
Bastien Nocera
2022-01-21
1
-5
/
+7
*
policy files: adjust landing page link
Zbigniew Jędrzejewski-Szmek
2022-01-12
1
-1
/
+1
*
hostname: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2021-12-23
1
-14
/
+11
*
hostnamectl: add a chassis symbol in status output
Zbigniew Jędrzejewski-Szmek
2021-12-14
1
-1
/
+27
*
Change gendered terms to be gender-neutral (#21325)
Emily Gonyer
2021-11-12
1
-1
/
+1
*
hostnamed: use /proc/device-tree to get chassis type
Yu Watanabe
2021-11-10
1
-1
/
+1
*
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-1
/
+1
*
hostnamed: add support for getting the chassis type from device-tree
Arnaud Ferraris
2021-09-15
1
-5
/
+23
*
hostname: introduce gethostname_full() and use it in various gethostname() va...
Yu Watanabe
2021-08-12
1
-3
/
+4
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
hostnamed: correct variable with errno in fallback_chassis
Jan Palus
2021-07-08
1
-4
/
+4
*
hostnamectl: fix hyperlink in "Operating System" field
Yu Watanabe
2021-05-04
1
-9
/
+2
*
hostnamectl: deprecate set-* methods and expose getters by only using nouns i...
Jakub Warczarek
2021-05-03
1
-32
/
+50
*
hostnamectl: add --json= switch for JSON output
Lennart Poettering
2021-04-29
1
-2
/
+47
*
hostnamed: add Describe() call to hostnamed, returning all props a JSON
Lennart Poettering
2021-04-29
1
-0
/
+108
*
hostnamed: drop unused enums
Lennart Poettering
2021-04-29
1
-3
/
+2
*
hostnamed: split out how we determine the hostname a bit
Lennart Poettering
2021-04-29
1
-27
/
+32
*
hostnamed: refactor vendor/model querying a bit, reuse function
Lennart Poettering
2021-04-29
1
-25
/
+44
*
hostnamed: use byte array when we need a byte array
Lennart Poettering
2021-04-29
1
-1
/
+1
*
hostnamed: retrieve product UUID after authentication, not before
Lennart Poettering
2021-04-29
1
-12
/
+12
*
id128-util: use common implementation of helper to get/validate product ID
Lennart Poettering
2021-04-29
1
-12
/
+8
*
hostnamed: rename FallbackHostname to DefaultHostname
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-7
/
+7
*
Allow the fallback hostname to be overriden using an environment variable
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-9
/
+31
*
basic/os-util: make the sentinel implicit
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-2
/
+1
*
basic/env-util: add strv_env_assign() helper
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-17
/
+3
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
[prev]
[next]