Home
last modified time | relevance | path

Searched +full:use +full:- +full:fedora (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/cronet/base/
Dlinux_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
15 NAME=Fedora in TEST()
17 ID=fedora in TEST()
21 PRETTY_NAME="Fedora 30 (Workstation Edition)" in TEST()
23 LOGO=fedora-logo-icon in TEST()
24 CPE_NAME="cpe:/o:fedoraproject:fedora:30" in TEST()
26 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f30/system-administrators-guide/" in TEST()
29 REDHAT_BUGZILLA_PRODUCT="Fedora" in TEST()
31 REDHAT_SUPPORT_PRODUCT="Fedora" in TEST()
38 NAME=Fedora in TEST()
[all …]
/external/harfbuzz_ng/
DREADME.mingw.md2 as a widely used and tested shaper is used as more-or-less OpenType reference
11 - Fedora: `dnf install wine`.
13 2. Install `mingw-w64` compiler.
14 - Fedora, 32bit: `dnf install mingw32-gcc-c++`
15 - Fedora, 64bit: `dnf install mingw64-gcc-c++`
16 - Debian: `apt install g++-mingw-w64`
17 - Mac: `brew install mingw-w64`
19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to
20 invoke `meson` now, or just run that script. Otherwise, here's how to use the
24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
[all …]
/external/selinux/scripts/ci/
Dtravis-kvm-setup.sh2 # SPDX-License-Identifier: MIT
3 set -ev
5 TEST_RUNNER="scripts/ci/fedora-test-runner.sh"
8 # Variables for controlling the Fedora Image version and download URLs.
10 if [ -z "$FEDORA_MAJOR" ] || [ -z "$FEDORA_MINOR" ]; then
15 BASE_URL="https://download.fedoraproject.org/pub/fedora/linux/releases"
16 IMAGE_BASE_NAME="Fedora-Cloud-Base-$FEDORA_MAJOR-$FEDORA_MINOR.x86_64"
18 …CK_URL="$BASE_URL/$FEDORA_MAJOR/Cloud/x86_64/images/Fedora-Cloud-$FEDORA_MAJOR-$FEDORA_MINOR-x86_6…
19 GPG_URL="https://getfedora.org/static/fedora.gpg"
23 # https://docs.travis-ci.com/user/reference/overview/
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.36.txt4 All of the patches that were applied to Fedora Core 3's
5 e2fsprogs-1.35-11.2 have been integrated, although sometimes with a
6 lot of bug fixes first. Users of Fedora Core 3 are strongly
10 feature. Fixed numerous bugs from the Fedora patches. The Fedora
12 resize inode, or add any tests to the regression test suite. The "-R
13 resize=4g" option to mke2fs was a no-op in the Fedora patches, despite
17 E2fsck can also also fix filesystems trashed by Fedora's resize2fs
20 debugfs -w /dev/hdXXX -R "features ^resize_inode"
21 e2fsck -f /dev/hdXXX
23 Optionally, the ext2prepare command can be used to re-enable online
[all …]
/external/libwebsockets/lib/roles/dbus/
DREADME.md3 ## DBUS-related distro packages
5 Fedora: dbus-devel
6 Debian / Ubuntu: libdbus-1-dev
10 Fedora example:
12 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
17 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
22 forced to allow cross-build.
25 for `LWS_DBUS_INCLUDE1`, on both Fedora and Debian / Ubuntu, this is
26 `/usr/include/dbus-1.0`... if the directory exists, it is used.
28 For `LWS_DBUS_INCLUDE2`, it is the arch-specific dbus header which may be
[all …]
/external/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/external/grpc-grpc-java/
DSECURITY.md6 [gRPC CVE Process]: https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md
17 HTTP/2 over TLS mandates the use of [ALPN](https://tools.ietf.org/html/rfc7301)
18 to negotiate the use of the h2 protocol and support for the GCM mode of AES.
21 [Play Services Provider](#tls-on-android) and for non-Android systems we
22 recommend [netty-tcnative with
23 BoringSSL](#tls-with-netty-tcnative-on-boringssl).
27 On Android we recommend the use of the [Play Services Dynamic Security
28 Provider][] to ensure your application has an up-to-date OpenSSL library with
29 the necessary cipher-suites and a reliable ALPN implementation. This requires
30 [updating the security provider at runtime][config-psdsp].
[all …]
/external/bcc/SPECS/
Dbcc.spec9 # use --with shared to only link against libLLVM.so
10 %if 0%{?fedora} >= 28 || 0%{?rhel} > 7
17 %if 0%{?fedora} >= 28 || 0%{?rhel} > 7
23 # Build with debuginfod support for Fedora >= 32
24 %if 0%{?fedora} >= 32
32 %global python_bcc python3-bcc
36 %global python_bcc python2-bcc
56 BuildRequires: gcc gcc-c++ elfutils-libelf-devel-static
58 BuildRequires: elfutils-debuginfod-client-devel
61 BuildRequires: python3-devel
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/tpm2-tss/.ci/
Dtravis.run3 set -e
5 # if no DOCKER_TAG is set, warn and default to fedora-30
6 if [ -z "$DOCKER_TAG" ]; then
7 echo "WARN: DOCKER_TAG is not set, defaulting to fedora-30"
8 export DOCKER_TAG="fedora-30"
13 # We want those changes IN the docker image, so use the -v option to mount the
21 echo "Running non-coverity build"
23 ci_env=$(bash <(curl -s https://codecov.io/env))
24 docker run $ci_env --env-file .ci/docker.env \
25 -v "$(pwd):/workspace/tpm2-tss" "tpm2software/tpm2-tss:$DOCKER_TAG" \
[all …]
/external/iperf3/
Diperf3.spec.in9 Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
13 BuildRequires: e2fsprogs-devel, openssl-devel
15 BuildRequires: openssl-devel
29 The %{name}-devel package contains libraries and header files for
30 developing applications that use %{name}.
33 %setup -q -n iperf-%{version}
40 rm -rf $RPM_BUILD_ROOT
41 %makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
42 mkdir -p %{buildroot}%{_mandir}/man1
[all …]
/external/strace/
Dstrace.spec5 License: BSD%{?suse_version:-3-Clause}
8 Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz
12 %if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
16 # Install elfutils-devel or libdw-devel to enable strace -k option.
17 # Install binutils-devel to enable symbol demangling.
18 %if 0%{?fedora} >= 20 || 0%{?centos} >= 6 || 0%{?rhel} >= 6
19 %define buildrequires_stacktrace BuildRequires: elfutils-devel binutils-devel
22 %define buildrequires_stacktrace BuildRequires: libdw-devel binutils-devel
27 %{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release}
28 %define maybe_use_defattr %{?suse_version:%%defattr(-,root,root)}
[all …]
Dstrace.spec.in5 License: BSD%{?suse_version:-3-Clause}
8 Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz
12 %if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
16 # Install elfutils-devel or libdw-devel to enable strace -k option.
17 # Install binutils-devel to enable symbol demangling.
18 %if 0%{?fedora} >= 20 || 0%{?centos} >= 6 || 0%{?rhel} >= 6
19 %define buildrequires_stacktrace BuildRequires: elfutils-devel binutils-devel
22 %define buildrequires_stacktrace BuildRequires: libdw-devel binutils-devel
27 %{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release}
28 %define maybe_use_defattr %{?suse_version:%%defattr(-,root,root)}
[all …]
DNEWS1 Noteworthy changes in release 4.25 (2018-10-30)
11 * Enhanced xlat styles support configured by -X option.
24 Noteworthy changes in release 4.24 (2018-08-14)
28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
40 * Fixed decoding of Q_XGETQSTAT on non-native personalities.
43 * Fixed build with glibc-2.28.
44 * Fixed build in exotic systemd-nspawn based environments.
46 v3.10-rc1~201^2~11.
48 Noteworthy changes in release 4.23 (2018-06-14)
52 * On x32 personality, 64-bit syscalls (such as readv) are now shown with "#64"
[all …]
/external/libwebsockets/READMEs/
DREADME.build.md8 ./bootstrap-vcpkg.sh
16 CMake is a multi-platform build tool that can generate build files for many
19 CMake also allows/recommends you to do "out of source"-builds, that is,
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
31 - NetBSD
67 project file. All examples in this file assumes you use ".."
71 as --prefix= with autotools. It defaults to /usr/local.
[all …]
/external/ltp/testcases/kdump/
DREADME2 ----------------------------
16 The scripts make use of the crasher module for basic testing of kdump
18 testing. LKDTM makes use of the kprobes infrastructure for inserting
19 crashpoints into the kernel at run-time. Thus the kernel need not be
24 ----------------------
29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux
38 * kernel-kdump
39 * kernel-source
40 * kexec-tools
41 * zlib-64bit-<xxx> (ppc64 only)
[all …]
/external/ltp/testcases/kdump/doc/
DREADME2 ----------------------------
16 The scripts make use of the crasher module for basic testing of kdump
18 testing. LKDTM makes use of the kprobes infrastructure for inserting
19 crashpoints into the kernel at run-time. Thus the kernel need not be
24 ----------------------
29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux
38 * kernel-kdump
39 * kernel-source
40 * kexec-tools
41 * zlib-64bit-<xxx> (ppc64 only)
[all …]
/external/autotest/client/profilers/powertop/src/
DChangelog2 1.11 --
8 * add --version|-v option
11 1.10 --
13 * Add support for reading C-state info via sysfs
15 * Show USB suspend statistics of USB devices in "-d" dump mode
23 * On new enough cpus (and kernel 2.6.25), report which C-states the
26 1.9 --
29 * report USB activity (needs 2.6.24-rc kernel)
30 * support the newly reported interrupt events in 2.6.24-rc
32 1.8 --
[all …]
/external/libbpf/
DREADME.md2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width…
3 <img src="assets/libbpf-logo-sideways.png" width="40%">
10 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libbpf.svg)](https://…
16 *Please use this Github repository for building and packaging libbpf
19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source
20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under
22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf),
23 please don't open PRs here unless you are changing Github-specific parts of libbpf
24 (e.g., Github-specific Makefile).
32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap)
[all …]
/external/libcap/contrib/bug216610/
DREADME.md13 package. The bug-filer was seeking an alternative to `CGO_ENABLED=1`
16 [`panic()`](https://cs.opensource.google/go/go/+/refs/tags/go1.19.2:src/runtime/os_linux.go;l=717-7…
20 trick to combining a non-CGO built binary with compiled C code. I
23 Wiki](https://zchee.github.io/golang-wiki/GcToolchainTricks/).
30 binary _without_ use of cgo. In such a binary, the Go-native version
37 evolve it to make it work for your use case.
43 - Some C code for the functions `fib_init()` and `fib_next()` that
48 - Some Go code, in the directory `go/fibber` that uses this C compiled
51 - `c/gcc.sh` which is a wrapper for `gcc` that adjusts the compilation
54 wrapper generates an incomplete binary - which miscomputes the
[all …]
/external/mesa3d/docs/drivers/
Dllvmpipe.rst5 ------------
10 to x86, x86-64, or ppc64le machine code. Also, the driver is
15 ------------
17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for
23 For ppc64le processors, use of the Altivec feature (the Vector
24 Facility) is recommended if supported; use of the VSX feature (the
25 Vector-Scalar Facility) is recommended if supported AND Mesa is built
30 - Unless otherwise stated, LLVM version 3.9 or later is required.
34 .. code-block:: sh
36 aptitude install llvm-dev
[all …]
/external/trace-cmd/utest/
DREADME2 Unit tests for trace-cmd libraries. The tests use CUnit framework:
8 Fedora:
10 CUnit-devel
14 libcunit1-doc
15 libcunit1-dev
/external/libtraceevent/utest/
DREADME2 Unit tests for libtraceevent library. The tests use CUnit framework:
10 Fedora:
12 CUnit-devel
16 libcunit1-doc
17 libcunit1-dev
/external/libtracefs/utest/
DREADME2 Unit tests for tracefs library. The tests use CUnit framework:
8 Fedora:
10 CUnit-devel
14 libcunit1-doc
15 libcunit1-dev
18 cunit-devel
/external/capstone/packages/rpm/
Dcapstone.spec4 Summary: A lightweight multi-platform, multi-architecture disassembly framework
7 URL: http://www.capstone-engine.org/
8 Source0: http://www.capstone-engine.org/download/%{version}/%{name}-%{version}.tar.gz
10 %if 0%{?fedora} > 12
14 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get…
19 BuildRequires: python2-devel
21 BuildRequires: java-devel
23 BuildRequires: python3-devel
34 Requires: %{name}%{?_isa} = %{version}-%{release}
37 The %{name}-devel package contains libraries and header files for
[all …]

12345678910