/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38473.patch | 4 Subject: [PATCH] avahi: common: derive alternative host name from its 17 avahi-common/alternative-test.c | 3 +++ 18 avahi-common/alternative.c | 27 +++++++++++++++++++-------- 21 diff --git a/avahi-common/alternative-test.c b/avahi-common/alternative-test.c 23 --- a/avahi-common/alternative-test.c 24 +++ b/avahi-common/alternative-test.c 35 diff --git a/avahi-common/alternative.c b/avahi-common/alternative.c 37 --- a/avahi-common/alternative.c 38 +++ b/avahi-common/alternative.c 43 + char label[AVAHI_LABEL_MAX], alternative[AVAHI_LABEL_MAX*4+1]; [all …]
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | barrier.h | 15 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2) 16 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2) 17 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | smap.h | 33 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac() 39 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
|
H A D | barrier.h | 52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
|
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/ |
H A D | libcomps_0.1.21.bb | 1 SUMMARY = "Libcomps is alternative for yum.comps library (which is for managing rpm package groups)… 3 DESCRIPTION = "Libcomps is alternative for yum.comps library. It's written in pure C as library and…
|
/openbmc/linux/arch/riscv/kernel/vdso/ |
H A D | vdso.lds.S | 44 .alternative : { 46 *(.alternative) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/ |
H A D | bmap-writer_git.bb | 1 SUMMARY = "bmaptool alternative written in C++" 4 a lightweight alternative to the Yocto BMAP tool, \
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | vmlinux.lds.S | 115 .alternative : { 117 KEEP(*(.alternative)) argument
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | alternate-branch-if-invalid.json | 1 # Cover alternative with invalid 'if'
|
/openbmc/u-boot/board/keymile/km83xx/ |
H A D | README.kmeter1 | 7 phase it might be helpful to apply an alternative boot configuration in 8 a simple way. Therefore it is an alternative boot eeprom on the PIGGY,
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-charset-normalizer_3.4.1.bb | 1 …eal First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/ |
H A D | ocl-icd_2.3.2.bb | 2 DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/ |
H A D | preinit-mounts.bb | 19 # Use a number higher than the systemd init alternative so that
|
/openbmc/openbmc/poky/meta/recipes-devtools/fmt/ |
H A D | fmt_11.1.1.bb | 2 …n-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf an…
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/ |
H A D | tinyalsa_2.0.0.bb | 2 the Linux kernel. It is a lightweight alternative to libasound."
|
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 16 any alternative solutions or features you've considered.
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pyparsing_3.2.1.bb | 2 DESCRIPTION = "The pyparsing module is an alternative approach to creating \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | binconfig-disabled.bbclass | 21 echo "echo 'ERROR: $x should not be used, use an alternative such as pkg-config' >&2" >> ${D}$x
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | video1394 | 7 alternative to raw1394's isochronous I/O functionality which had
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 95 #define alternative(oldinstr, altinstr, facility) \ macro
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-dmi-tables | 14 through sysfs as an alternative to utilities reading them
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/freeglut/ |
H A D | freeglut_3.4.0.bb | 1 DESCRIPTION = "FreeGLUT is a free-software/open-source alternative to the OpenGL \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/ |
H A D | pocketpy_2.0.5.bb | 4 It aims to be an alternative to lua for game \
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libtest-fatal-perl_0.017.bb | 2 DESCRIPTION = "Test::Fatal is an alternative to the popular Test::Exception.\
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | check.h | 76 struct alternative *alts;
|