#
89d734b9 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ia4966a0790437eb0fc011c747f3be2a52884e4d8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
9ede1b74 |
| 21-Nov-2022 |
William A. Kennington III <wak@google.com> |
treewide: Codify memory pinning
This enforces movability constraints.
Change-Id: I49dbd43a791c1d70eb7e97f30708231c053901d9 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
40c29b54 |
| 16-Nov-2022 |
William A. Kennington III <wak@google.com> |
system_configuration: Fix new hostname updates
This allows changes outside of phosphor-networkd to be processed and handled correctly.
Change-Id: I0bb8e90fe502a6d69f451a45cfecbee1bc89eb66 Signed-of
system_configuration: Fix new hostname updates
This allows changes outside of phosphor-networkd to be processed and handled correctly.
Change-Id: I0bb8e90fe502a6d69f451a45cfecbee1bc89eb66 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
be3bd2fc |
| 11-Oct-2022 |
William A. Kennington III <wak@google.com> |
treewide: Clean up string parameters
Change-Id: I0d3ea6a83465181d3edec1587ff824103489072e Signed-off-by: William A. Kennington III <wak@google.com>
|
#
c38b0710 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ief1b330c4f623ecc1be771f36083780a12260834
show more ...
|
#
24b5a619 |
| 11-Apr-2022 |
Jiaqing Zhao <jiaqing.zhao@intel.com> |
Remove gateway properties in SystemConfiguration
Now default gateway are per-interface properties, the system-wide one in the SystemConfiguration interface is deprecated. Updating the value also mak
Remove gateway properties in SystemConfiguration
Now default gateway are per-interface properties, the system-wide one in the SystemConfiguration interface is deprecated. Updating the value also makes no difference, it will never be written to configuration. This patch removes the code of initializing and updating them.
Change #52785 removes the properties in phosphor-dbus-interfaces yaml, it is recommended to be merged after this change.
Tested: In SystemConfiguration interface, DefaultGateway and DefaultGateway6 are still there, but writing them only updates the displayed value on DBus. No code in phosphor-networkd is called.
Change-Id: I58ac52c5318943941dcc92abede7763bddbca596 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
show more ...
|
#
1bbe3d1e |
| 14-May-2021 |
William A. Kennington III <wak@google.com> |
build: Split c++ sources into a subdirectory
Change-Id: Iedea50c688189ae4953195105e323f7173d17a4b Signed-off-by: William A. Kennington III <wak@google.com>
|