Home
last modified time | relevance | path

Searched +full:zlib +full:- +full:dev (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/crypto/openssh/.github/
H A Dsetup_ci.sh15 setfacl -b . regress
16 PACKAGES="$PACKAGES,autoconf,automake,cygwin-devel,gcc-core"
17 PACKAGES="$PACKAGES,make,openssl-devel,zlib-devel"
19 *-darwin*)
32 set -e
34 if [ -x "`which lsb_release 2>&1`" ]; then
35 lsb_release -a
38 if [ ! -z "$SUDO" ]; then
40 # agent-getpeerid test from running ssh-add as nobody. See
41 # https://github.com/actions/runner-images/issues/6106
[all …]
H A Dconfigs18 TEST_TARGET="tests compat-tests"
34 # get it by setting -std=gnu99, at which point we won't be testing
36 llong_max=`gcc -E -dM - </dev/null | \
38 CPPFLAGS="-DLLONG_MAX=${llong_max}"
41 CFLAGS="-Wall -std=c89 -pedantic -Werror=vla"
42 CONFIGFLAGS="--without-zlib"
43 LIBCRYPTOFLAGS="--without-openssl"
44 TEST_TARGET=t-exec
46 cygwin-release)
47 # See https://cygwin.com/git/?p=git/cygwin-packages/openssh.git;a=blob;f=openssh.cygport;hb=HEAD
[all …]
/freebsd/crypto/openssh/
H A DREADME.platform20 than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS
21 to force the previous IPv4-only behaviour.
27 locations (eg IBM's OpenSSL and zlib packages) then you will need to
31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
44 ------
46 gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,
47 openssl-devel, zlib, minres, minires-devel.
51 ------------------
52 Darwin does not provide a tun(4) driver required for OpenSSH-based
57 Point-to-Point (Layer 3) and Ethernet (Layer 2) mode using a third
[all …]
H A DINSTALL2 ----------------
6 compiler's run-time integrity checking options. Some notes about
8 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
9 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
18 A working installation of zlib:
19 Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
20 https://zlib.net/
24 - LibreSSL (https://www.libressl.org/) 3.1.0 or greater
25 - OpenSSL (https://www.openssl.org) 1.1.1 or greater
27 LibreSSL/OpenSSL should be compiled as a position-independent library
[all …]
H A DREADME.md3 …com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/op…
4 …tatus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromi…
5 …//scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable)
7 … and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storage (``ssh-ag…
9-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs…
17 * [ssh-keygen(1)](https://man.openbsd.org/ssh-keygen.1)
18 * [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1)
21 * [ssh-keyscan(8)](https://man.openbsd.org/ssh-keyscan.8)
22 * [sftp-server(8)](https://man.openbsd.org/sftp-server.8)
36 [zlib](https://www.zlib.net/) is optional; without it transport compression is not supported.
[all …]
H A Dconfigure.ac2 # Copyright (c) 1999-2004 Damien Miller
16 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
22 if test "$i" -nt "$srcdir/configure"; then
33 AC_MSG_CHECKING([if $CC supports C99-style variadic macros])
37 ]], [[return F(1, 2, -3);]])],
39 [ AC_MSG_ERROR([*** OpenSSH requires support for C99-style variadic macros]) ]
65 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no])
72 MANFMT="$NROFF -mandoc"
74 MANFMT="$GROFF -mandoc -Tascii"
87 if test -x /sbin/sh; then
[all …]
/freebsd/sys/modules/zlib/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/zlib
3 .PATH: ${SRCTOP}/sys/contrib/zlib
5 KMOD= zlib
19 CWARNFLAGS.compress.c+=-Wno-cast-qual # compress:49
20 CWARNFLAGS.deflate.c+=-Wno-cast-qual # deflate.c:415
21 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
28 CWARNFLAGS+=${NO_WDEPRECATED_NON_PROTOTYPE} # https://github.com/madler/zlib/issues/633
/freebsd/usr.bin/mkuzip/
H A Dmkuzip.81 .\"-
2 .\" Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org>
48 class will be able to decompress the resulting image at run-time.
56 .Bl -enum
69 .Bl -tag -width indent
70 .It Fl A Op Ar lzma | Ar zlib | Ar zstd
73 .Ar zlib .
77 algorithm provides noticeable better compression levels than zlib on the same
84 algorithm provides better compression levels than zlib on the same data set.
85 It also has faster compression and decompression speed than zlib.
[all …]
/freebsd/sys/contrib/zstd/
H A DREADME.md1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log…
4 targeting real-time compression scenarios at zlib-level and better compression ratios.
8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE…
11 a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-l…
21 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te…
22 [travisLink]: https://travis-ci.com/facebook/zstd
23 [AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/xt38wbdxjk5mrbem/branch/dev?svg=tru…
24 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
25 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
27 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
[all …]
H A Dappveyor.yml4 -
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
27 - COMPILER: "clang-cl"
[all …]
/freebsd/sys/geom/uzip/
H A Dg_uzip_zlib.c1 /*-
4 * Copyright (c) 2006-2016 Maxim Sobolev <sobomax@FreeBSD.org>
33 #include <contrib/zlib/zlib.h>
34 #include <dev/zlib/zcalloc.h>
43 /* Zlib decoder structs */
54 zp = (struct g_uzip_zlib *)zpp->pvt; in g_uzip_zlib_free()
55 inflateEnd(&zp->zs); in g_uzip_zlib_free()
66 zp = (struct g_uzip_zlib *)zpp->pvt; in g_uzip_zlib_decompress()
68 zp->zs.next_in = ibp; in g_uzip_zlib_decompress()
69 zp->zs.avail_in = ilen; in g_uzip_zlib_decompress()
[all …]
/freebsd/contrib/libfido2/fuzz/
H A DDockerfile1 # Copyright (c) 2019-2023 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
9 RUN apk -q update
10 RUN apk add build-base clang clang-analyzer cmake compiler-r
[all...]
/freebsd/crypto/openssl/
H A DINSTALL.md11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
20 - [Directories](#directories)
[all …]
/freebsd/contrib/libfido2/
H A DREADME.adoc7 image:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libfido2"]
9 *libfido2* provides library functionality and command-line tools to
19 *libfido2* is licensed under the BSD 2-clause license. See the LICENSE
35 * Go: https://github.com/keys-pub/go-libfido
[all...]
/freebsd/stand/libsa/
H A DMakefile4 # - We don't use the libc strerror/sys_errlist because the string table is
47 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
49 CFLAGS.clang+= -mno-movt
50 CFLAGS.clang+= -mfpu=none
52 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm/
62 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/
92 CFLAGS.${i}+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS
96 # decompression functionality from zlib
97 # https://github.com/madler/zlib/issues/633 documents why we suppress deprecated
99 .PATH: ${SRCTOP}/sys/contrib/zlib
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dcompress1 #------------------------------------------------------------------------------
3 # compress: file(1) magic for pure-compression formats (no archives)
13 !:mime application/x-compress
19 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
25 # * Produce shorter output - notably, only report compression methods
27 # Note: find defs -iname '*.trid.xml' -exec grep -q '<Bytes>1F8B08' {} \; -ls
30 # KPR KOffice/Calligra KPresenter application/x-kpresenter
31 # KPT KOffice/Calligra KPresenter template? application/x-kpresenter
33 # SAV FarCry (demo) saved game http://www.farcry-thegame.com
41 # mcd-monu-cad.trid.xml
[all …]
/freebsd/sys/conf/
H A Dfiles2 # The long compile-with and dependency lines are required because of
3 # limitations in config: backslash-newline doesn't work in strings, and
7 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 no-obj no-implicit-rule before-depend \
12 …dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr…
13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
14 no-obj no-implicit-rule before-depend \
17 …dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr…
18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \
[all …]
H A Dkern.pre.mk20 .-include <local.kern.pre.mk>
55 CTFFLAGS+= -g
58 _COPTFLAGS_EXTRA=-frename-registers
62 COPTFLAGS?=-O2 -pipe ${_COPTFLAGS_EXTRA}
63 .if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing)
64 COPTFLAGS+= -fno-strict-aliasing
69 NOSTDINC= -nostdinc
71 INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S -I$S/contrib/ck/include
74 CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
77 CFLAGS.gcc+= -fms-extensions -finline-limit=${INLINE_LIMIT}
[all …]
/freebsd/crypto/openssh/contrib/suse/
H A Dopenssh.spec8 # The version of x11-ssh-askpass to use
11 # Allow the ability to override defaults with -D skip_xxx=1
19 Source0: openssh-%{version}.tar.gz
20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
23 BuildRoot: %{_tmppath}/openssh-%{version}-buildroot
29 # building prerequisites -- stuff for
30 # OpenSSL (openssl-devel),
34 BuildPrereq: zlib-devel
43 Obsoletes: ssh-extras
44 Provides: openssh:${_libdir}/ssh/ssh-askpass
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh7 set -eu
10 echo "##[group]Running pacman -Syu"
12 sudo pacman -Syu --noconfirm
16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
19 samba sysstat rng-tools rsync wget xxhash
26 echo "##[group]Running apt-get update+upgrade"
27 sudo apt-get update -y
28 sudo apt-get upgrade -y
[all …]
/freebsd/sys/contrib/zstd/programs/
H A DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
10 # zstd : Command Line Utility, supporting gzip-like arguments
11 # zstd32 : Same as zstd, but forced to compile in 32-bits mode
12 # zstd-nolegacy : zstd without support of decompression of legacy versions
13 # zstd-small : minimal zstd without dictionary builder and benchmark
14 # zstd-compress : compressor-only version of zstd
15 # zstd-decompress : decompressor-only version of zstd
19 default: zstd-release
25 ifeq ($(shell $(CC) -v 2>&1 | $(GREP) -c "gcc version "), 1)
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs.sh8 if [ -f "${BASE_DIR}/${SCRIPT_COMMON}" ]; then
19 ZED_PIDFILE=${ZED_PIDFILE:-/var/run/zed.pid}
20 LDMOD=${LDMOD:-/sbin/modprobe}
21 DELMOD=${DELMOD:-/sbin/rmmod}
23 KMOD_ZLIB_DEFLATE=${KMOD_ZLIB_DEFLATE:-zlib_deflate}
24 KMOD_ZLIB_INFLATE=${KMOD_ZLIB_INFLATE:-zlib_inflate}
25 KMOD_SPL=${KMOD_SPL:-spl}
26 KMOD_ZFS=${KMOD_ZFS:-zfs}
27 KMOD_FREEBSD=${KMOD_FREEBSD:-openzfs}
39 -h Show this message
[all …]
/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c3 /*-
32 #include <zlib.h>
50 fd = open("/dev/crypto", O_RDWR, 0); in main()
79 res = inflateInit2(&z, -15); in main()
H A Dh_comp_zlib_rnd.c3 /*-
33 #include <zlib.h>
55 fd = open("/dev/crypto", O_RDWR, 0); in main()
83 res = inflateInit2(&z, -15); in main()
/freebsd/contrib/file/src/
H A Dcompress.c2 * Copyright (c) Ian F. Darwin 1986-1995.
4 * maintained 1995-present by Christos Zoulas and others.
30 * zmagic() - returns 0 if not recognized, uncompresses and prints
32 * uncompress(method, old, n, newch) - uncompress old into new,
70 #include <zlib.h>
102 int tty = -1;
104 if (tty == -1) \
105 tty = open("/dev/tty", O_RDWR); \
106 if (tty == -1) \
117 * defined if we have a built-in zlib, and the built-in zlib handles that.
[all …]

1234