| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
| H A D | 0001-Fix-build-with-clang.patch | 3 Date: Tue, 24 Apr 2018 15:06:14 -0700 8 error: class 'YButtonBoxPrivate' was previously declared as a struct [-Werror,-Wmismatched-tags] 11 YTimezoneSelector.cc:35:9: error: private field 'dummy' is not used [-Werror,-Wunused-private-field] 15 Signed-off-by: Khem Raj <raj.khem@gmail.com> 16 --- 17 Upstream-Status: Submitted [https://github.com/libyui/libyui/pull/123] 19 src/YAlignment.h | 2 +- 20 src/YBarGraph.h | 2 +- 21 src/YBusyIndicator.h | 2 +- 22 src/YButtonBox.h | 4 ++-- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0017-Adjust-for-musl-headers.patch | 3 Date: Fri, 21 Jan 2022 22:19:37 -0800 6 Upstream-Status: Inappropriate [musl specific] 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12 --- 13 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 14 src/network/netdev/bareudp.c | 2 +- 15 src/network/netdev/batadv.c | 2 +- 16 src/network/netdev/bond.c | 2 +- 17 src/network/netdev/bridge.c | 2 +- [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0017-Adjust-for-musl-headers.patch | 3 Date: Fri, 21 Jan 2022 22:19:37 -0800 6 Upstream-Status: Inappropriate [musl specific] 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12 --- 13 src/basic/linux/ethtool.h | 3 ++- 14 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 15 src/network/netdev/bareudp.c | 2 +- 16 src/network/netdev/batadv.c | 2 +- 17 src/network/netdev/bond.c | 2 +- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0002-Avoid-strict-prototype-compiler-errors.patch | 2 From: =?UTF-8?q?Steffen=20Kie=C3=9F?= 3 <steffen.kiess@cis.iti.uni-stuttgart.de> 5 Subject: [PATCH 2/2] Avoid strict-prototype compiler errors 8 -Werror=strict-prototypes parameter to the build process, but left 18 Upstream-Status: Backport [https://github.com/krb5/krb5/commit/3ae9244cd021a75eba909d872a92c25db490… 19 Signed-off-by: Khem Raj <raj.khem@gmail.com> 20 --- 21 src/clients/kcpytkt/kcpytkt.c | 2 +- 22 src/clients/kdeltkt/kdeltkt.c | 2 +- 23 src/clients/kinit/kinit.c | 4 ++-- [all …]
|
| H A D | 0001-Fix-more-non-prototype-functions.patch | 4 Subject: [PATCH 1/2] Fix more non-prototype functions 13 Upstream-Status: Backport [https://github.com/krb5/krb5/commit/623d649ba852839ba4822934bad9f97c184b… 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 src/ccapi/common/win/OldCC/ccutils.c | 2 +- 17 src/ccapi/common/win/OldCC/ccutils.h | 2 +- 18 src/ccapi/common/win/OldCC/util.h | 2 +- 19 src/ccapi/common/win/win-utils.c | 2 +- 20 src/ccapi/common/win/win-utils.h | 4 +- 21 src/ccapi/lib/ccapi_context.h | 2 +- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
| H A D | 0001-fix-prototype-declaration-with-gcc-15.patch | 26 Upstream-Status: Inactive-Upstream [lastrelease: 10 years ago] 27 Signed-off-by: mark.yang <mark.yang@lge.com> 28 --- 29 src/alloc.c | 6 ++---- 30 src/alloc.h | 6 +++--- 31 src/alloc_re.c | 5 +---- 32 src/buffer_get.c | 2 +- 33 src/buffer_put.c | 2 +- 34 src/byte.h | 10 +++++----- 35 src/byte_chr.c | 5 +---- [all …]
|
| H A D | 0001-Fix-signature-of-main-function.patch | 3 Date: Thu, 1 Sep 2022 23:36:52 -0700 6 Clang-15 errors out otherewise. 9 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 src/chkshsgr.c | 2 +- 13 src/tai64n.c | 2 +- 14 src/tai64nlocal.c | 2 +- 15 src/trycpp.c | 5 +++-- 16 src/tryflock.c | 4 ++-- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-Fix-function-protype-visibility.patch | 3 Date: Fri, 2 Sep 2022 12:32:20 -0700 8 Upstream-Status: Pending 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 src/appearance.c | 1 + 12 src/desktops.c | 2 +- 13 src/desktops.h | 2 +- 14 src/main.c | 1 + 15 src/moveresize.c | 2 +- 16 src/moveresize.h | 2 +- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
| H A D | 0002-Fix-build-with-gcc-15.patch | 1 From 2a9d42b2b190d533cf126a93bcad842cea825bbe Mon Sep 17 00:00:00 2001 4 Subject: [PATCH] Fix build with gcc-15 7 …sbwml/package_network_utils_linux-atm/blob/1d1c3f884daf9ee4bce077f3db9d990617683669/patches/901-li… 13 ../../../linux-atm-2.5.2/src/lane/load_lex.h:27:10: error: two or more data types in declaration sp… 16 ../../../linux-atm-2.5.2/src/lane/load_lex.h:27:14: warning: declaration does not declare anything 19 In file included from ../../../linux-atm-2.5.2/src/lane/load.c:29: 20 ../../../linux-atm-2.5.2/src/lane/load_lex.h:27:10: error: two or more data types in declaration sp… 23 ../../../linux-atm-2.5.2/src/lane/load_lex.h:27:14: warning: declaration does not declare anything 29 ../../../linux-atm-2.5.2/src/lane/load.c: In function 'load_vars': 30 ../../../linux-atm-2.5.2/src/lane/load.c:501:29: error: expected identifier before 'bool' [all …]
|
| H A D | 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch | 3 Date: Thu, 29 Aug 2019 09:33:43 -0700 7 the asm-generic/sockios.h header no longer defines SIOCGSTAMP. 15 ../../../linux-atm-2.5.2/src/maint/atmdump.c:142:18: error: use of undeclared identifier 'SIOCGSTAM… 21 ../../../linux-atm-2.5.2/src/maint/saaldump.c:169:14: error: use of undeclared identifier 'SIOCGSTA… 24 Upstream-Status: Pending 25 Signed-off-by: Khem Raj <raj.khem@gmail.com> 26 --- 27 src/maint/atmdump.c | 2 +- 28 src/maint/saaldump.c | 2 +- 29 2 files changed, 2 insertions(+), 2 deletions(-) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-Fix-build-with-fno-common.patch | 3 Date: Mon, 17 Aug 2020 00:00:00 -0700 4 Subject: [PATCH] Fix build with -fno-common 8 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 src/ckpt/agent/cpa_cb.h | 2 +- 13 src/ckpt/ckptd/cpd_init.h | 2 +- 14 src/evt/agent/eda.h | 2 +- 15 src/evt/evtd/eds.h | 2 +- 16 src/evt/evtd/eds_amf.c | 2 ++ [all …]
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | src_test.cpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright 2019 IBM Corporation 4 #include "extensions/openpower-pels/src.hpp" 29 "SRC": 59 "Message": "Comp %1 failed %2 times over %3 secs with ErrorCode %4", 102 SRC src{stream}; in TEST_F() local 104 EXPECT_TRUE(src.valid()); in TEST_F() 106 EXPECT_EQ(src.header().id, 0x5053); in TEST_F() 107 EXPECT_EQ(src.header().size, 0x50); in TEST_F() 108 EXPECT_EQ(src.header().version, 0x01); in TEST_F() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-Fix-building-with-GCC-10.patch | 2 From: =?UTF-8?q?Petr=20P=C3=83=C2=ADsa=C3=85=E2=84=A2?= <address@hidden> 3 Date: Thu, 13 Aug 2020 11:20:38 -0700 4 Subject: [PATCH 1/2] Fix building with GCC 10 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 GCC 10 defaults to -fno-common that results into errors on multiple 12 /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: 13 shar-opts.o:(.data.rel.ro.local+0x0): multiple definition of 19 <https://lists.gnu.org/archive/html/bug-gnu-utils/2020-01/msg00001.html> [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
| H A D | 0001-include-libgen.h-for-basename-API-prototype.patch | 3 Date: Mon, 25 Mar 2024 10:46:50 -0700 4 Subject: [PATCH 1/2] include libgen.h for basename API prototype 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore 10 [1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7 12 Upstream-Status: Submitted [https://lore.kernel.org/fstests/20240325175323.3450750-1-raj.khem@gmail… 13 Signed-off-by: Khem Raj <raj.khem@gmail.com> 14 --- 15 src/splice-test.c | 1 + 16 src/stat_test.c | 1 + 17 src/t_ext4_dax_inline_corruption.c | 1 + [all …]
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | cc_helper.c | 23 #include "s390x-internal.h" 25 #include "exec/helper-proto.h" 26 #include "qemu/host-utils.h" 35 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32() argument 37 if (src == dst) { in cc_calc_ltgt_32() 39 } else if (src < dst) { in cc_calc_ltgt_32() 42 return 2; in cc_calc_ltgt_32() 51 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64() argument 53 if (src == dst) { in cc_calc_ltgt_64() 55 } else if (src < dst) { in cc_calc_ltgt_64() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
| H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 3 Date: Sat, 8 Apr 2023 08:25:46 -0700 6 Much like glibc, these defines are same on musl [1] [2] 10 [1] https://github.com/search?q=repo%3Abminor%2Fmusl++%22%23define+SOCK_NONBLOCK%22&type=code 11 [2] https://github.com/search?q=repo%3Abminor%2Fmusl++%22%23define+O_NONBLOCK%22&type=code 13 Upstream-Status: Submitted [https://github.com/rust-lang/libc/pull/3191] 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 src/unix/linux_like/linux/musl/b32/arm/mod.rs | 2 -- 17 src/unix/linux_like/linux/musl/b32/hexagon.rs | 1 - 18 src/unix/linux_like/linux/musl/b32/mips/mod.rs | 2 -- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/ |
| H A D | 0001-Fix-the-error-of-can-t-find-header-file.patch | 6 Upstream-Status: Inappropriate [embedded specific] 9 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> 10 --- 11 src/NCApplication.cc | 2 +- 12 src/NCstyle.h | 2 +- 13 src/NCurses.h | 2 +- 14 src/ncursesp.h | 2 +- 15 src/ncursesw.cc | 2 +- 16 src/ncursesw.h | 4 ++-- 17 6 files changed, 7 insertions(+), 7 deletions(-) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
| H A D | 0001-fix-build-with-clang.patch | 6 struct ibpi2value is a structure which contains 2 unsigned integers. In 12 [-Werror,-Wmissing-field-initializers] 16 [-Werror,-Wmissing-field-initializers] 20 initializer [-Werror,-Wmissing-field-initializers] 24 initializer [-Werror,-Wmissing-field-initializers] 27 Upstream-Status: Submitted [https://github.com/intel/ledmon/pull/179] 28 Signed-off-by: alperak <alperyasinak1@gmail.com> 29 --- 30 src/amd_ipmi.c | 2 +- 31 src/dellssd.c | 2 +- [all …]
|
| H A D | 0002-include-sys-select.h-and-sys-types.h.patch | 1 From 2ee8796db5019341b774bcb4f7d0944d89e1845b Mon Sep 17 00:00:00 2001 3 Date: Tue, 9 Apr 2019 21:26:55 -0700 4 Subject: [PATCH 2/2] include sys/select.h and sys/types.h 9 Upstream-Status: Pending 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 --- 13 src/dellssd.c | 1 + 14 src/utils.h | 1 + 15 2 files changed, 2 insertions(+) 17 diff --git a/src/dellssd.c b/src/dellssd.c [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/ |
| H A D | 0001-Use-OE-specific-checks-for-ncurses.patch | 3 Date: Wed, 2 Mar 2022 06:22:15 +0000 4 Subject: [PATCH] Use OE-specific checks for ncurses 6 Upstream-Status: Inappropriate [oe specific] 8 Signed-off-by: Changqing Li <changqing.li@windriver.com> 9 --- 10 src/include/hstr.h | 2 +- 11 src/include/hstr_curses.h | 2 +- 12 2 files changed, 2 insertions(+), 2 deletions(-) 14 diff --git a/src/include/hstr.h b/src/include/hstr.h 16 --- a/src/include/hstr.h [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf/ |
| H A D | 0001-Adopt-to-new-gnulib-read_file-fread_file-signature.patch | 3 Date: Sat, 9 Mar 2024 10:40:48 -0800 9 [1] https://public-inbox.org/bug-gnulib/87tv01c1z2.fsf-ueno@gnu.org/ 11 Upstream-Status: Pending 12 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 src/dutil_linux.c | 4 ++-- 15 src/dutil_posix.c | 2 +- 16 src/ncftool.c | 2 +- 17 src/ncftransform.c | 2 +- 18 4 files changed, 5 insertions(+), 5 deletions(-) [all …]
|
| /openbmc/u-boot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 4 * Copyright (C) 1996-2005 Markus F.X.J. Oberhumer <markus@oberhumer.com> 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) 21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) 24 #define COPY4(dst, src) \ argument 25 put_unaligned(get_unaligned((const u32 *)(src)), (u32 *)(dst)) 34 bool lzop_is_valid_header(const unsigned char *src) in lzop_is_valid_header() argument 39 if (*src++ != lzop_magic[i]) in lzop_is_valid_header() 45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header() argument 50 if (!lzop_is_valid_header(src)) in parse_header() 54 src += 9; in parse_header() [all …]
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | write_rw.cpp | 1 // SPDX-License-Identifier: Apache-2.0 33 uint8_t src[8] = {0}; in main() local 42 verbosity = (verbose)2; in main() 44 ctx->backend.flash_size = 0x2000; in main() 45 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main() 50 memset(src, 0xbb, sizeof(src)); in main() 51 rc = backend_write(&ctx->backend, 0x1000, src, sizeof(src)); in main() 54 map = mmap(NULL, sizeof(src), PROT_READ, MAP_SHARED, fd, 0); in main() 56 rc = memcmp(src, map, sizeof(src)); in main() 60 memset(src, 0xcc, sizeof(src)); in main() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/ |
| H A D | 0001-Adapt-for-protobuf-30.0-API-changes.patch | 8 Upstream-Status: Submitted [https://github.com/USBGuard/usbguard/pull/650] 11 Signed-off-by: Christian Heusel <christian@heusel.eu> 12 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 src/Library/IPCClientPrivate.cpp | 2 +- 15 src/Library/IPCClientPrivate.hpp | 2 +- 16 src/Library/IPCServerPrivate.cpp | 6 +++--- 17 src/Library/IPCServerPrivate.hpp | 2 +- 18 4 files changed, 6 insertions(+), 6 deletions(-) 20 diff --git a/src/Library/IPCClientPrivate.cpp b/src/Library/IPCClientPrivate.cpp [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
| H A D | 0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch | 3 Date: Sat, 27 Jul 2019 14:20:14 -0700 10 sys/sysctl.h:21:2: error: "The <sys/sysctl.h> header is deprecated and 11 will be removed." [-Werror,-W#warnings] 16 Upstream-Status: Submitted 18 Signed-off-by: Khem Raj <raj.khem@gmail.com> 19 --- 20 src/processes.c | 2 +- 21 src/uptime.c | 2 +- 22 2 files changed, 2 insertions(+), 2 deletions(-) 24 diff --git a/src/processes.c b/src/processes.c [all …]
|