Home
last modified time | relevance | path

Searched refs:diff (Results 976 – 1000 of 3836) sorted by relevance

1...<<31323334353637383940>>...154

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dobsolete_automake_macros.patch4 diff -Nurd libmad-0.15.1b/configure.ac libmad-0.15.1b/configure.ac
H A Dautomake-foreign.patch6 diff --git a/configure.ac b/configure.ac
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcompat.rst17 diff-v4l
/openbmc/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh53 lspci | diff -u $pre_lspci -
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Ddefine-ldflags.patch7 diff -Naur old/unix/configure new/unix/configure
H A DCVE-2019-13232_p3.patch26 diff --git a/extract.c b/extract.c
74 diff --git a/process.c b/process.c
98 diff --git a/unzpriv.h b/unzpriv.h
/openbmc/linux/scripts/dtc/
H A Dsrcpos.c73 int diff = initial_pathlen - slashes, i, j; in shorten_to_initial_path() local
77 res = xmalloc((3 * diff) + restlen + 1); in shorten_to_initial_path()
78 for (i = 0, j = 0; i != diff; i++) { in shorten_to_initial_path()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch21 diff --git a/pykickstart/errors.py b/pykickstart/errors.py
53 diff --git a/pykickstart/load.py b/pykickstart/load.py
122 diff --git a/pykickstart/parser.py b/pykickstart/parser.py
/openbmc/openbmc/poky/meta/recipes-devtools/perl/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch18 diff --git a/t/escape-char.t b/t/escape-char.t
49 diff --git a/t/iri.t b/t/iri.t
88 diff --git a/t/mailto.t b/t/mailto.t
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.6/n1sdp/
H A D0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch30 diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c
42 diff --git a/drivers/pci/controller/pcie-n1sdp.c b/drivers/pci/controller/pcie-n1sdp.c
125 diff --git a/include/linux/pci-ecam.h b/include/linux/pci-ecam.h
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch31 diff --git a/src/cmd/go/internal/work/action.go b/src/cmd/go/internal/work/action.go
45 diff --git a/src/cmd/go/internal/work/build.go b/src/cmd/go/internal/work/build.go
69 diff --git a/src/cmd/go/internal/work/exec.go b/src/cmd/go/internal/work/exec.go
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h29 s32 diff; in psn_compare() local
31 diff = (psn_a - psn_b) << 8; in psn_compare()
32 return diff; in psn_compare()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2024-2511.patch38 diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
55 diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c
105 diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/
H A D0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch.expected10 diff --git a/patch-me b/patch-me
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/
H A Ddevtool-test-ignored.patch.expected10 diff --git a/ignored b/ignored
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A D0001-assume-zero-is-valid-address.patch10 diff --git a/thunk.c b/thunk.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A Dobsolete_automake_macros.patch4 diff -Nurd libid3tag-0.15.1b/configure.ac libid3tag-0.15.1b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/
H A Dfix-path-fdesign_LDADD.patch3 diff -Naur xforms-1.2.3.orig/fdesign/Makefile.am xforms-1.2.3/fdesign/Makefile.am
/openbmc/libpldm/scripts/
H A Dpre-submit8 git diff --quiet
H A Drun-ci8 git diff --quiet
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/
H A Dcross.patch5 diff -urN vblade-19.old//makefile vblade-19//makefile
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0005-libucsi-optimization-removal.patch6 diff -r 3d43b280298c lib/libucsi/endianops.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf/
H A Dautomake_foreign.patch11 diff --git a/Makefile.am b/Makefile.am
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c164 unsigned long diff; in peri_clk_set_rate() local
171 diff = rate; in peri_clk_set_rate()
189 if (abs(new_rate - rate) < diff) { in peri_clk_set_rate()
190 diff = abs(new_rate - rate); in peri_clk_set_rate()
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c164 unsigned long diff; in peri_clk_set_rate() local
171 diff = rate; in peri_clk_set_rate()
189 if (abs(new_rate - rate) < diff) { in peri_clk_set_rate()
190 diff = abs(new_rate - rate); in peri_clk_set_rate()

1...<<31323334353637383940>>...154