| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2023-23916.patch | 72 +gzip 81 +Transfer-Encoding: gzip 82 +Transfer-Encoding: gzip 83 +Transfer-Encoding: gzip 84 +Transfer-Encoding: gzip 85 +Transfer-Encoding: gzip 86 +Transfer-Encoding: gzip 87 +Transfer-Encoding: gzip 88 +Transfer-Encoding: gzip 89 +Transfer-Encoding: gzip [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pigz/ |
| H A D | pigz_2.7.bb | 1 SUMMARY = "A parallel implementation of gzip" 2 DESCRIPTION = "pigz, which stands for parallel implementation of gzip, is a \ 3 fully functional replacement for gzip that exploits multiple processors and \ 13 PROVIDES:class-native += "gzip-native" 26 # Install files into /bin (FHS), which is typical place for gzip 35 install ${B}/pigz ${D}${bindir}/gzip 36 ln -nsf gzip ${D}${bindir}/gunzip 37 ln -nsf gzip ${D}${bindir}/zcat 41 ALTERNATIVE:${PN} = "gunzip gzip zcat" 44 ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gzip/ |
| H A D | gzip.inc | 4 HOMEPAGE = "http://www.gnu.org/software/gzip/" 15 # Rename and move files into /bin (FHS), which is typical place for gzip 18 mv ${D}${bindir}/gzip ${D}${base_bindir}/gzip 27 ALTERNATIVE:${PN} = "gunzip gzip zcat" 29 ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
|
| H A D | gzip_1.12.bb | 1 require gzip.inc 7 SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \ 13 file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e" 15 PROVIDES:append:class-native = " gzip-replacement-native"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libperlio-gzip-perl_0.20.bb | 1 SUMMARY = "Perl module to manipulate and access gzip files" 2 DESCRIPTION = "This package contains the gzip.pm module with friends. \ 3 The module implements perlio layer for gzip." 5 HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip" 12 SRC_URI = "https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-${PV}.tar.gz" 17 S = "${WORKDIR}/PerlIO-gzip-${PV}"
|
| /OK3568_Linux_fs/buildroot/package/gzip/ |
| H A D | Config.in | 2 bool "gzip" 6 Standard GNU compressor. Provides things like gzip, 9 http://www.gnu.org/software/gzip/gzip.html 11 comment "gzip needs a toolchain w/ wchar"
|
| H A D | gzip.hash | 2 # https://ftp.gnu.org/gnu/gzip/gzip-1.10.tar.xz.sig 4 sha256 8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz
|
| H A D | gzip.mk | 8 GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz 9 GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-gzip.sh | 5 gzip="$(which gzip)" 6 if [ ! -x "${gzip}" ]; then 13 version="$("${gzip}" --version 2>&1)" 21 printf "%s" "${gzip}"
|
| H A D | check-host-gzip.mk | 1 ifeq (,$(call suitable-host-package,gzip)) 2 BR2_GZIP_HOST_DEPENDENCY = host-gzip
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | README | 1 Test the nx-gzip function: 5 /dev/crypto/nx-gzip 7 sudo chmod go+rw /dev/crypto/nx-gzip 10 /etc/udev/rules.d/99-nx-gzip.rules 40 Note that the code here are intended for testing the nx-gzip hardware function. 45 https://github.com/libnxz/power-gzip
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | multi.its | 18 compression = "gzip"; 35 compression = "gzip"; 49 compression = "gzip"; 63 compression = "gzip"; 77 compression = "gzip";
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/ |
| H A D | squashfs-tools-ng_1.1.4.bb | 22 PACKAGECONFIG ??= "gzip xz lzo lz4 zstd ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" 23 PACKAGECONFIG[gzip] = "--with-gzip,--without-gzip,zlib"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | wrapper | 46 uboot_comp=gzip 142 uboot_comp=gzip 157 uboot_comp=gzip 160 --no-gzip) 381 gzip -n -f -9 "$vmz.$$" 453 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 520 gzip -n -f -9 "$ofile" 521 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 578 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/man-db/ |
| H A D | man-db_2.10.2.bb | 27 PACKAGECONFIG[gzip] = "--with-gzip=gzip,ac_cv_prog_have_gzip='',gzip" 58 return "gzip"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/ |
| H A D | 0001-Prevent-access-times-from-changing-resulting-gzip-md.patch | 4 Subject: [PATCH] Prevent access times from changing resulting gzip md5sum 20 - cd ${manto}; gzip -f *.8 21 + cd ${manto}; gzip -nf *.8
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzop/ |
| H A D | lzop_1.04.bb | 2 DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \n\ 4 gzip are much higher compression and decompression speed at the cost of some \n\ 7 to gzip."
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | vas-api.rst | 38 /dev/crypto/nx-gzip device node implemented by the VAS/NX device driver. 39 An application must open the /dev/crypto/nx-gzip device to obtain a file 61 There is one /dev/crypto/nx-gzip node in the system and it provides 63 /dev/crypto/nx-gzip are: 80 /dev/crypto/nx-gzip device node in the system. When the nx-gzip device 91 https://github.com/abalib/power-gzip 96 Open /dev/crypto/nx-gzip 99 The nx-gzip device should be opened for read and write. No special 257 https://github.com/libnxz/power-gzip/blob/master/power_nx_gzip_um.pdf 270 fd = open("/dev/crypto/nx-gzip", O_RDWR); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-uboot.bbclass | 2 FIT_KERNEL_COMP_ALG ?= "gzip" 34 if [ "${linux_comp}" = "gzip" ] ; then 35 gzip -9 linux.bin
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | Kconfig | 56 bool "Support initial ramdisk/ramfs compressed using gzip" 60 Support loading of a gzip encoded initial ramdisk or cpio buffer. 140 Use the old and well tested gzip compression algorithm. Gzip provides 143 supported by your build system as the gzip tool is present by default 152 with bzip2, in comparison to gzip. Bzip2 uses a large amount of 167 comparison to gzip. 178 30% smaller with XZ in comparison to gzip. Decompression speed is 179 better than that of bzip2 but worse than gzip and LZO. Compression is 190 kernel size is about 10% bigger than gzip. Despite that, it's 202 size is about 15% bigger than gzip; however its decompression speed
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc-utils.inc | 10 install -m 755 usr/gzip/gzip ${D}${base_bindir} 11 ln -s gzip ${D}${base_bindir}/gunzip 12 ln -s gzip ${D}${base_bindir}/zcat
|
| /OK3568_Linux_fs/buildroot/package/pigz/ |
| H A D | Config.in.host | 4 pigz, which stands for parallel implementation of gzip, is a 5 fully functional replacement for gzip that exploits multiple
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-ramdisk.sh | 20 cat "$RAMDISK_IMG" | gzip -n -f -9 > "$RAMDISK_IMG.gz" 21 cat "$KERNEL_IMG" | gzip -n -f -9 > "$KERNEL_IMG.gz"
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | .htaccess | 51 # BEGIN gzip 60 mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* 62 # END gzip
|