| /openbmc/libpldm/docs/checklists/ |
| H A D | changes.md | 285 - [ ] If I've added support for a new PLDM message type, then I've defined both 289 - [ ] I've designed my APIs so their implementation does not require heap 312 - [ ] Each new `struct` I've defined is used in at least one new function I've 323 - [ ] I've implemented an accessor function so the array base pointer can be 331 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()` 345 - [ ] I've guarded the test cases of functions marked `LIBPLDM_ABI_TESTING` so 372 - [ ] I've used `goto` to clean up resources acquired prior to encountering an 377 - [ ] I've release [all...] |
| /openbmc/libpldm/ |
| H A D | CONTRIBUTING.md | 285 - [ ] If I've added support for a new PLDM message type, then I've defined both 289 - [ ] I've designed my APIs so their implementation does not require heap 312 - [ ] Each new `struct` I've defined is used in at least one new function I've 323 - [ ] I've implemented an accessor function so the array base pointer can be 331 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()` 345 - [ ] I've guarded the test cases of functions marked `LIBPLDM_ABI_TESTING` so 372 - [ ] I've used `goto` to clean up resources acquired prior to encountering an 377 - [ ] I've released acquired resources in stack-order 381 - [ ] I've declared variables in [reverse-christmas-tree (inverted pyramid) 382 order][hisham-make-pyramids] in any block scopes I've added or changed. [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 126 | 72 TEST_IMG=$TOP_IMG _img_info | grep -ve 'cluster_size' -e 'backing file format' 88 TEST_IMG=$TOP_IMG _img_info | grep -ve 'cluster_size' -e 'backing file format'
|
| /openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 15 **Describe alternatives you've considered** A clear and concise description of 16 any alternative solutions or features you've considered.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/ |
| H A D | byacc_20241231.bb | 3 # "I've found no reliable source which states that byacc must bear a UCB copyright."
|
| /openbmc/bmcweb/docs/ |
| H A D | REDFISH_CHECKLIST.md | 20 Verify that the @odata.type on the schema on which you've added functionality 21 has a version that includes the parameters you've added
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | transitioning-to-a-custom-environment.rst | 11 So you've finished the :doc:`brief-yoctoprojectqs/index` and 15 to do. And, the documentation is daunting. We've put together a few hints to 39 that you've downloaded. Be aware that some BSPs may not be immediately 47 #. **Based on the layers you've chosen, make needed changes in your 49 For instance, you've chosen a machine type and added in the corresponding BSP
|
| /openbmc/openbmc/poky/meta/recipes-devtools/chrpath/ |
| H A D | chrpath_0.18.bb | 18 # relocatable, so use the one we've just built
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | index.rst | 10 issue you’ve run into, a patch is the most appropriate way to contribute it.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | errno_ver.diff | 24 # they've already declared perl doesn't need to worry about this risk.
|
| /openbmc/u-boot/doc/ |
| H A D | README.N1213 | 23 - 32/64/128-entry 4-way set-associati.ve main TLB.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
| H A D | libtest-warnings-perl_0.038.bb | 2 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
|
| /openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/ |
| H A D | 10-eth0.network | 29 # We've been seeing units not able to renew the lease after it expires
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
| H A D | 0004-config-ast-common-Add-conditional-factory-reset-comm.patch | 6 Factory reset (removing persistent rwfs) has to occur before we've
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/ |
| H A D | f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch | 12 point the check can be done in pure shell; no need for AC macros. I've
|
| /openbmc/qemu/po/ |
| H A D | tr.po | 55 msgstr "Yakınlaş ve Sığ_dır"
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-pull-request.rst | 36 make sure you've copied their signoffs across. (If you use the `patches 44 have passed the standard code review processes. In particular if you've
|
| /openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/ |
| H A D | 0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 26 The path above should've been:
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
| H A D | configure.in-disable-tirpc-checking-for-fedora.patch | 34 -# package. Make sure we've got the library and #
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
| H A D | libstrictures-perl_2.000006.bb | 2 DESCRIPTION = "I've been writing the equivalent of this module at the top \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
| H A D | id3lib_3.8.3.bb | 28 # it's important that we only pop the existing patches when they've
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/ |
| H A D | 0001-CMakeLists.txt-fix-googletest-related-options.patch | 10 * install_gmock option I don't see at all, so I've kept it as is, INSTALL_GTEST, BUILD_GMOCK
|
| /openbmc/phosphor-host-ipmid/test/message/ |
| H A D | payload.cpp | 152 const auto& [vb, ve] = p.pop<uint8_t>(4); in TEST() 153 std::vector<uint8_t> v(vb, ve); in TEST()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0006-clang-driver-Check-sysroot-for-ldso-path.patch | 78 case llvm::Triple::ve:
|
| /openbmc/libcper/docs/ |
| H A D | GeneratorExtensions.md | 46 OEM extension to `cper-parse`, so if you've already done this, you do not need
|