Home
last modified time | relevance | path

Searched refs:hack (Results 1 – 25 of 163) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dlibx86-mmap-offset.patch4 diff -ur libx86-1.1/lrmi.c libx86-1.1.hack/lrmi.c
6 +++ libx86-1.1.hack/lrmi.c 2009-10-26 15:55:42.000000000 -0400
16 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c
18 +++ libx86-1.1.hack/thunk.c 2009-10-26 16:05:39.000000000 -0400
48 diff -ur libx86-1.1/x86-common.c libx86-1.1.hack/x86-common.c
50 +++ libx86-1.1.hack/x86-common.c 2009-10-26 16:03:21.000000000 -0400
182 diff -ur libx86-1.1/x86-common.h libx86-1.1.hack/x86-common.h
184 +++ libx86-1.1.hack/x86-common.h 2009-10-26 16:01:19.000000000 -0400
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-jemalloc_helper-Limit-the-mm_malloc.h-hack-to-glibc-.patch4 Subject: [PATCH] jemalloc_helper: Limit the mm_malloc.h hack to glibc on linux
6 Musl does not need this hack
22 // declaration does not. There is a hack in clang to make its re-declaration
23 // compatible with glibc's if they are declared consecutively. That hack breaks
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tp-simplify-gcc-warning-hack.patch4 Subject: [PATCH] openl2tp: simplify gcc warning hack
6 The hack to work around the gcc warning causes problems with some modern
8 everywhere and since the hack is still required on 32-bit builders, leave
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2022-1354.patch4 Subject: [PATCH] TIFFReadDirectory: fix OJPEG hack (fixes #319)
10 One of the OJPEG hack that alters SamplesPerPixel may influence the
60 - * XXX: OJPEG hack.
120 * OJPEG hack:
128 + * We do that only after the above OJPEG hack which alters SamplesPerPixel
156 + * XXX: OJPEG hack.
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/classes/
H A Dmozilla.bbclass12 EXTRA_OECONF:append:arm = " --disable-elf-hack"
13 EXTRA_OECONF:append:x86 = " --disable-elf-hack"
14 EXTRA_OECONF:append:x86-64 = " --disable-elf-hack"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmm_malloc.patch10 // declaration does not. There is a hack in clang to make its re-declaration
11 // compatible with glibc's if they are declared consecutively. That hack breaks
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c55 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) in nvkm_client_ioctl() argument
57 return nvkm_ioctl(priv, super, data, size, hack); in nvkm_client_ioctl()
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0002-HACK-media-gpu-v4l2-Allow-V4L2-VEA-on-non-chromeos-p.patch8 Encoders use hack for passing offset within a DMA-buf, which is not
27 # TODO(crbug.com/901264): Encoders use hack for passing offset
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0002-HACK-media-gpu-v4l2-Allow-V4L2-VEA-on-non-chromeos-p.patch8 Encoders use hack for passing offset within a DMA-buf, which is not
27 # TODO(crbug.com/901264): Encoders use hack for passing offset
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch4 Subject: [PATCH 3/3] mpoad: Drop old hack to compile with very old glibc
25 -#else /* ugly hack to make it compile on RH 4.2 - WA */
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch50 - # and platform-dependent, so we use a clever hack to generate a script to
52 - # Read the following message to understand how the hack works:
/OK3568_Linux_fs/buildroot/package/dialog/
H A Ddialog.mk11 --disable-rpath-hack
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dcode16gcc.h9 # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A DKconfig12 Note: This driver is doing some dangerous hack. Please only enable
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h14 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A Duse_host_makedoc.patch16 # The following hack is necessary to hint make before the automatic
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dencodefix.patch4 Upstream-Status: Inappropriate [Cross compile hack]
/OK3568_Linux_fs/buildroot/package/raspi-gpio/
H A DConfig.in4 Tool to help debug / hack at the BCM283x GPIO. You can dump
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A DMakefile28 rk_vcodec-$(CONFIG_CPU_PX30) += hack/mpp_hack_px30.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-incremental_21.3.0.bb17 # python-incremental which uses python-twisted, so this hack is OK.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c430 void *data, u32 size, void **hack) in nvkm_ioctl() argument
453 if (hack) { in nvkm_ioctl()
454 *hack = client->data; in nvkm_ioctl()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A D.gitignore5 hack-coff
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0006-CA_SET_PID.patch11 + Quick hack around the removal of ca_pid_t and CA_GET_PID in recent kernels
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch18 +/* hack to make sure kernel headers understand that libc (musl)
/OK3568_Linux_fs/buildroot/package/rp-pppoe/
H A D0001-krn-plugin.patch22 +/* Patched hack to make this cross compile */

1234567