/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/ |
H A D | debian-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential 4 . $(dirname $0)/build
|
H A D | linux-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential 4 . $(dirname $0)/build
|
H A D | ubuntu-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential 4 . $(dirname $0)/build
|
/freebsd/tools/build/options/ |
H A D | WITH_OFED_EXTRA | 1 Build the non-essential components of the
|
/freebsd/contrib/libyaml/docker/ |
H A D | ubuntu-16.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 8 build-essential \ 11 rm -rf /var/lib/apt/lists/* && \
|
H A D | ubuntu-14.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 7 software-properties-common \ 8 python-software-properties && \ 9 add-apt-repository ppa:git-core/ppa && \ 10 apt-get update && \ 11 apt-get install -y \ 13 build-essential \ 16 rm -rf /var/lib/apt/lists/* && \
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | README | 2 README smrsh - sendmail restricted shell. 6 intended as a supplement to the CERT advisory CA-93:16.sendmail.vulnerability, 25 smrsh should build on most systems with the enclosed Build script: 27 host.domain% sh ./Build 31 host.domain% cc -o smrsh smrsh.c 35 compiler, you should compile with the -Bstatic option. 37 host.domain% cc -Bstatic -o smrsh smrsh.c 39 host.domain% sh ./Build LDOPTS=-Bstatic 41 With gcc, the GNU C compiler, use the -static option. 43 host.domain% cc -static -o smrsh smrsh.c [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | README-dev.md | 5 ------------------ 8 `test/recipes/`, named `{nn}-test_{name}.t`, 13 do some additions in test/build.info. Please refer to the section 14 ["Changes to test/build.info"](README.md#changes-to-testbuildinfo) below. 17 ------------------ 21 A test recipe is named `test/recipes/{nn}-test_{name}.t`, where `{nn}` is a two 26 00-04 sanity, internal and essential API tests 27 05-09 individual symmetric cipher algorithms 28 10-14 math (bignum) 29 15-19 individual asymmetric cipher algorithms [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
/freebsd/lib/clang/ |
H A D | llvm.build.mk | 22 CFLAGS+= -I${SRCTOP}/lib/clang/include 23 CFLAGS+= -I${LLVM_SRCS}/include 24 CFLAGS+= -D__STDC_CONSTANT_MACROS 25 CFLAGS+= -D__STDC_FORMAT_MACROS 26 CFLAGS+= -D__STDC_LIMIT_MACROS 27 CFLAGS+= -DHAVE_VCS_VERSION_INC 29 CFLAGS+= -DNDEBUG 32 # Note that using TARGET_ARCH here is essential for a functional native-xtools 33 # build! For native-xtools, we're building binaries that will work on the 43 TARGET_TRIPLE_ABI=-gnueabihf [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | basic.t | 3 # Tests of basic, essential functionality 11 my $tmpfile = File::Temp->new; 18 We will put value of \$v (which is "abc") here -> {\$v} 19 We will evaluate 1+1 here -> {1 + 1} 24 my $TEMPFILE = $tmpfile->filename; 39 # (2) Build template from file 40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE); 46 We will put value of \$v (which is "abc") here -> abc 47 We will evaluate 1+1 here -> 2 51 We will put value of \$v (which is "abc") here -> ABC [all …]
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aes.txt | 2 An AES (Rijndael) Implementation in C/C++ (as specified in FIPS-197) 12 in the test code - now DLL_IMPORT and DLL_DYNAMIC_LOAD 62 runtime errors in one build configuration. 67 These changes remove errors in the VC++ build files and add some 90 6. Corrections to build files (for win32 debug build). 142 yasm.rules the YASM build rules file for Microsoft Visual Studio 2005 147 -------------------------- 150 ----------- 152 The code can be used to build static and dynamic libraries, each in five 175 ------- [all …]
|
/freebsd/share/man/man5/ |
H A D | src.conf.5 | 1 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. 7 .Nd "source build options" 12 the build process of the 15 .Xr build 7 . 40 may be necessary if the system-wide settings are not suitable 41 for a particular build. 46 effectively resets all build controls to their defaults. 60 for a particular build via the 69 for the build can be controlled via the 72 .Pa /etc/src-env.conf . [all …]
|
/freebsd/share/man/man4/ |
H A D | gdb.4 | 32 .Cd "makeoptions DEBUG=-g" 43 .Bl -bullet 69 When debugging kernels, it is practically essential to have built a kernel with 71 .Pq Cd "makeoptions DEBUG=-g" . 72 It is easiest to perform operations from the kernel build directory, by default 86 .Dl "gdb -k -wcore kernel.debug /dev/mem" 106 Investigate them from the kernel build directory with: 108 .Dl "gdb -k kernel.debug /var/crash/vmcore.29" 144 .Bl -bullet 158 .Bd -literal -offset indent [all …]
|
/freebsd/share/man/man7/ |
H A D | mitigations.7 | 1 .\"- 2 .\" SPDX-License-Identifer: BSD-2-Clause 42 Some of these mitigations have run-time controls to enable them on a global 43 or per-process basis, some are optionally enabled or disabled at compile time, 48 .Bl -bullet -compact 58 Relocation Read-Onl [all...] |
/freebsd/contrib/ncurses/ |
H A D | Makefile.os2 | 3 # Copyright 1998-2000,2006 Free Software Foundation, Inc. # 38 # I could build the library with the following sequence of commands: 41 # make -f Makefile.os2 config 42 # make -f Makefile.os2 CC=gcc HOSTCC=gcc CXX=gcc 53 # make -f Makefile.os2 make.defs 55 # if the build of misc/panel.def fails. 58 # generate the EMX-specific configure script (see README.emx), and run the 61 # make -f Makefile.os2 make.dlls 70 # disappear are not essential. 73 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll. [all …]
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-… 13 started?](#what-should-i-know-before-i-get-started) 15 * [Get ZFS](#get-zfs) 16 * [Debug ZFS](#debug-zfs) 17 * [Where can I ask for help?](#where-can-I-ask-for-help) 19 [How Can I Contribute?](#how-can-i-contribute) 21 * [Reporting Bugs](#reporting-bugs) 22 * [Suggesting Enhancements](#suggesting-enhancements) 23 * [Pull Requests](#pull-requests) 26 [Style Guides](#style-guides) [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 51 git checkout -b <branch-name> 52 git push origin <branch-name> 57 git add -u && git commit -m <message> 58 git push origin <branch-name> 113 executing it. It usually helps us find many simple bugs. Zstd uses clang's `scan-build` tool for 114 …install it by following the instructions for your OS on https://clang-analyzer.llvm.org/scan-build. 122 In general, you can use `scan-build` to static analyze any build script. For example, to static ana… 126 scan-build make -C contrib/largeNbDicts largeNbDicts 130 `scan-build` is part of our regular CI suite. Other static analyzers are not. [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-FIPS.pod | 5 OSSL_PROVIDER-FIPS - OpenSSL FIPS provider 10 Information Processing Standards (FIPS) specified in FIPS 140-2. This 'module' 37 other non-crypto support operations that are not in the FIPS provider, 39 see L<OSSL_PROVIDER-default(7)/Asymmetric Key Management>. 49 =item SHA1, see L<EVP_MD-SHA1(7)> 51 =item SHA2, see L<EVP_MD-SHA2(7)> 53 =item SHA3, see L<EVP_MD-SHA3(7)> 55 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)> 63 =item AES, see L<EVP_CIPHER-AES(7)> 65 =item DES-EDE3 (TripleDES), see L<EVP_CIPHER-DES(7)> [all …]
|
H A D | fips_module.pod | 5 fips_module - OpenSSL fips module guide 18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to 60 were given during the build process. You can check the location of the config 63 $ openssl version -d 70 $ openssl version -v 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx) 96 See L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 99 enabled to prevent accidental use of non-FIPS validated algorithms via broken 153 application to be executed with a non-standard config file location: [all …]
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsnames.c | 3 * Module Name: nsnames - Name manipulation and search 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 166 * PARAMETERS: Node - Namespace node whose pathname is needed 196 * PARAMETERS: Node - Namespace node [all …]
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acapps.h | 3 * Module Name: acapps - common include for ACPI applications/tools 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 162 #define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2025 Intel Corporation" 165 #define ACPI_WIDTH " (64-bit version)" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MIPeepholeOpt.cpp | 1 //===- AArch64MIPeepholeOpt.cpp - AArch64 MI peephole optimization pass ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 // 4. Remove redundant ORRWrs which is generated by zero-extend. 31 // If AArch64's 32-bit form of instruction defines the source operand of 35 // 5. %reg = INSERT_SUBREG %reg(tied-def 0), %subreg, subidx 49 // 7. If MI sets zero for high 64-bits implicitly, remove `mov 0` for high 50 // 64-bits. For example, 55 // %3:fpr128 = INSERT_SUBREG %4:fpr128(tied-def 0), killed %2:fpr64, %subreg.dsub 57 // %5:fpr128 = INSERT_SUBREG %6:fpr128(tied-def 0), killed %1:fpr64, %subreg.dsub [all …]
|
/freebsd/contrib/bzip2/ |
H A D | bzip2.1 | 3 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.8 5 bzcat \- decompresses files to stdout 7 bzip2recover \- recovers data from damaged bzip2 files 12 .RB [ " \-cdfkqstvzVL123456789 " ] 19 .RB [ " \-fkvsVL " ] 25 .RB [ " \-s " ] 35 compresses files using the Burrows-Wheeler block sorting 38 LZ77/LZ78-based compressors, and approaches the performance of the PPM 41 The command-line options are deliberately very similar to 48 command-line flags. Each file is replaced by a compressed version of [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 1 //===- ExplodedGraph.cpp - Local, Path-Sens. "Exploded Graph" -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // which represent a path-sensitive, intra-procedural "exploded graph." 12 //===----------------------------------------------------------------------===// 38 //===----------------------------------------------------------------------===// 40 //===----------------------------------------------------------------------===// 46 //===----------------------------------------------------------------------===// 48 //===----------------------------------------------------------------------===// 51 if (!Ex->isLValue()) in isInterestingLValueExpr() [all …]
|