summaryrefslogtreecommitdiff
path: root/src/hostname
Commit message (Expand)AuthorAgeFilesLines
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* hostnamectl: show support and among outputLennart Poettering2023-01-241-0/+32
* hostnamed: expose support end timestamp as property on the busLennart Poettering2023-01-241-5/+33
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-1/+6
* hostnamectl: show firmware date with date only, without timeLennart Poettering2023-01-201-1/+1
* hostnamed: expose FirmwareDate as timestamp in dbusJelle van der Waa2023-01-192-7/+75
* hostnamed: expose FirmwareDate dbus propertyJelle van der Waa2022-12-071-1/+23
* hostnamed: expose FirmwareVendor as dbus propertyJelle van der Waa2022-12-071-1/+25
* hostnamectl: port to vertical tableDavid Tardon2022-11-131-21/+18
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-2/+2
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-3/+1
* hostnamectl,localectl: use "(unset)" in empty fieldsZbigniew Jędrzejewski-Szmek2022-09-211-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-14/+7
* hostname: make chassis type actually obtained from ACPI when nothing from DMIYu Watanabe2022-08-221-1/+1
* Use https for freedesktop.orgMichael Biebl2022-06-282-2/+2
* hostnamed: update to use new style sd-bus macrosSonali Srivastava2022-04-211-62/+45
* hostnamed: display firmware versionSonali Srivastava2022-04-192-21/+62
* virt: make virtualization enum a named typeLennart Poettering2022-04-041-1/+2
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* hostnamed: properly reset hw model/vendor props before re-reading themLennart Poettering2022-03-241-1/+3
* machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=Lennart Poettering2022-03-241-11/+11
* hostnamed: update chassis table to SMBIOS 3.5Lennart Poettering2022-03-141-7/+13
* hostnamectl: use u8 literal specifierYu Watanabe2022-03-111-8/+8
* hostnamed: trivial optimizationLennart Poettering2022-02-031-3/+4
* hostnamed: drop "iteractive" parameter from GetHardwareSerial()Lennart Poettering2022-02-031-8/+3
* hostname: expose hardware serial through dbusYu Watanabe2022-01-242-4/+105
* hostname: allow to override hardware vendor and modelYu Watanabe2022-01-231-15/+36
* hostname: introduce context_get_chassis() and use it everywhereYu Watanabe2022-01-231-52/+61
* hostname: Allow overriding the chassis type from hwdbBastien Nocera2022-01-211-5/+7
* policy files: adjust landing page linkZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
* hostname: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2021-12-231-14/+11
* hostnamectl: add a chassis symbol in status outputZbigniew Jędrzejewski-Szmek2021-12-141-1/+27
* Change gendered terms to be gender-neutral (#21325)Emily Gonyer2021-11-121-1/+1
* hostnamed: use /proc/device-tree to get chassis typeYu Watanabe2021-11-111-1/+1
* tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
* hostnamed: add support for getting the chassis type from device-treeArnaud Ferraris2021-09-151-5/+23
* hostname: introduce gethostname_full() and use it in various gethostname() va...Yu Watanabe2021-08-121-3/+4
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* hostnamed: correct variable with errno in fallback_chassisJan Palus2021-07-081-4/+4
* hostnamectl: fix hyperlink in "Operating System" fieldYu Watanabe2021-05-041-9/+2
* hostnamectl: deprecate set-* methods and expose getters by only using nouns i...Jakub Warczarek2021-05-031-32/+50
* hostnamectl: add --json= switch for JSON outputLennart Poettering2021-04-291-2/+47
* hostnamed: add Describe() call to hostnamed, returning all props a JSONLennart Poettering2021-04-291-0/+108
* hostnamed: drop unused enumsLennart Poettering2021-04-291-3/+2
* hostnamed: split out how we determine the hostname a bitLennart Poettering2021-04-291-27/+32
* hostnamed: refactor vendor/model querying a bit, reuse functionLennart Poettering2021-04-291-25/+44
* hostnamed: use byte array when we need a byte arrayLennart Poettering2021-04-291-1/+1