/freebsd/contrib/libfido2/windows/ |
H A D | release.ps1 | 1 # Copyright (c) 2021-2022 Yubico AB. All rights reserved. 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 10 $Config = 'Release' variable 17 ./build.ps1 -Arch ${Arch} -Type ${Type} -Config ${Config} 23 New-Item -Type Directory ` 24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}" 28 Function Package-Headers() { in Package-Headers() 29 Copy-Item "${OUTPUT}\x64\dynamic\include" -Destination "${OUTPUT}\pkg" ` in Package-Headers() 30 -Recurse -ErrorAction Stop in Package-Headers() [all …]
|
H A D | build.ps1 | 1 # Copyright (c) 2021-2022 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 [string]$SevenZPath = "C:\Program Files\7-Zip\7z.exe", 12 [string]$Config = "Release", variable 24 if ($LastExitCode -ne 0) { in ExitOnError() 30 Write-Hos in GitClone() 85 Write-Host "Config: $Config" global() variable [all...] |
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | mingw.pm | 18 sub dsoext { '.dll' } 23 sub shlibext { '.dll' } 24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' } 26 sub makedepcmd { $disabled{makedepend} ? undef : $config{makedepcmd} } 28 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g; 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 34 "-", 35 $_[0]->shlib_version_as_filename(), 36 ($config{target} eq "mingw64" 37 ? "-x64" : "")); [all …]
|
H A D | Windows.pm | 16 sub dsoext { '.dll' } 17 sub shlibext { '.dll' } 30 # Non-installed libraries are *always* static, and their names remain 32 my $in_libname = platform::BASE->staticname($_[1]); 34 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst}; 38 return platform::BASE->staticname($_[1]) 44 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g; 49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 50 "-", 51 $_[0]->shlib_version_as_filename(), [all …]
|
/freebsd/contrib/ncurses/ |
H A D | Makefile.os2 | 3 # Copyright 1998-2000,2006 Free Software Foundation, Inc. # 41 # make -f Makefile.os2 config 42 # make -f Makefile.os2 CC=gcc HOSTCC=gcc CXX=gcc 48 # No rule to make target `lib/ncurses4.dll' 53 # make -f Makefile.os2 make.defs 58 # generate the EMX-specific configure script (see README.emx), and run the 61 # make -f Makefile.os2 make.dlls 73 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll. 90 all :: config 95 CONFIG_OPTS = --enable-termcap [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $sover_dirname = platform->shlib_version_as_filename(); 12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element 14 $install_flavour eq "VC-WOW" ? "ProgramFiles(x86)" 17 $install_flavour eq "VC-WOW" ? "CommonProgramFiles(x86)" 36 -} 38 PLATFORM={- $config{target} -} 39 SRCDIR={- $config{sourcedir} -} 40 BLDDIR={- $config{builddir} -} [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci-msm.txt | 1 * Qualcomm SDHCI controller (sdhci-msm) 4 and the properties used by the sdhci-msm driver. 7 - compatible: Should contain a SoC-specific string and a IP version string: 9 "qcom,sdhci-msm-v4" for sdcc versions less than 5.0 10 "qcom,sdhci-msm-v5" for sdcc version 5.0 13 string is added to support this change - "qcom,sdhci-msm-v5". 15 "qcom,apq8084-sdhci", "qcom,sdhci-msm-v4" 16 "qcom,msm8226-sdhci", "qcom,sdhci-msm-v4" 17 "qcom,msm8953-sdhci", "qcom,sdhci-msm-v4" 18 "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4" [all …]
|
H A D | sdhci-msm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/sdhci-msm.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 1 //===- Driver.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "Config.h" 29 #include "llvm/Config/llvm-config.h" 51 #include "llvm/ToolDrivers/llvm-lib/LibDriver.h" 67 // This driver-specific context will be freed later by unsafeLldMain(). in link() 70 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 71 ctx->e.logName = args::getFilenameWithoutExe(args[0]); in link() 72 ctx->e.errorLimitExceededMsg = "too many errors emitted, stopping now" in link() [all …]
|
H A D | DLL.cpp | 1 //===- DLL.cpp ------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines various types of chunks for the DLL import or export 10 // descriptor tables. They are inherently Windows-specific. 15 // DLL, you can skip this file, and you should still be able to 18 //===----------------------------------------------------------------------===// 20 #include "DLL.h" 45 // Starts with 2 byte Hint field, followed by a null-terminated string, in getSize() 66 setAlignment(ctx.config.wordsize); in LookupChunk() [all …]
|
H A D | Driver.h | 1 //===- Driver.h --------- [all...] |
H A D | Config.h | 1 //===- Config.h -------------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 67 // that foo should be exported as an alias to bar in the DLL. 74 StringRef exportName; // Name in DLL 158 // True if we are creating a DLL. 159 bool dll = false; member 237 // Used for /thinlto-index-only: 240 // Used for /thinlto-prefix-replace: 245 // --thinlto-index-only=${response} option with [all …]
|
H A D | Writer.cpp | 1 //===- Writer.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "Config.h" 13 #include "DLL.h" 50 /* To re-generate DOSProgram: 56 ; Point ds:dx at the $-terminated string. 67 $ nasm -fbin /tmp/DOSProgram.asm -o /tmp/DOSProgram.bin 68 $ xxd -i /tmp/DOSProgram.bin 104 uint64_t offs = os->getFileOff() + (c->getRVA() - os->getRVA()); in writeTo() [all …]
|
H A D | Chunks.cpp | 1 //===- Chunks.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 38 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk() 43 if (Expected<StringRef> e = file->getCOFFObj()->getSectionName(header)) in SectionChunk() 49 setAlignment(header->getAlignment()); in SectionChunk() 51 hasData = !(header->Characteristics & IMAGE_SCN_CNT_UNINITIALIZED_DATA); in SectionChunk() 54 // enabled, treat non-comdat sections as roots. Generally optimized object in SectionChunk() 55 // files will be built with -ffunction-sections or /Gy, so most things worth in SectionChunk() 58 live = !file->ctx.config.doGC || !isCOMDAT(); in SectionChunk() [all …]
|
/freebsd/contrib/ldns/ |
H A D | makewin.sh | 8 #configure="mingw32-configure" 9 #strip="i686-w64-mingw32-strip" 11 configure="mingw64-configure" 12 strip="x86_64-w64-mingw32-strip" 14 WINSSL="$HOME/Downloads/openssl-1.1.0h.tar.gz" 20 # the destination is a zipfile in the start directory ldns-a.b.c.zip 30 rm -rf "$cdir" 36 sed -e "s/$2/$3/g" < "$1".orig > "$1" && \ 43 "-h") 48 echo " -h This usage information." [all …]
|
/freebsd/sys/contrib/libsodium/contrib/ |
H A D | Findsodium.cmake | 51 # import pkg-config 115 … string(REGEX REPLACE ".*ARCH_VALUE ([a-zA-Z0-9_]+).*" "\\1" _TARGET_ARCH "${_COMPILATION_LOG}") 125 string(APPEND _PLATFORM_PATH "/$$CONFIG$$") 128 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 60") 130 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 50") 140 string(REPLACE "$$CONFIG$$" "Debug" _DEBUG_PATH_SUFFIX "${_PLATFORM_PATH}") 141 string(REPLACE "$$CONFIG$$" "Release" _RELEASE_PATH_SUFFIX "${_PLATFORM_PATH}") 153 set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll") 176 find_library(sodium_LIBRARY_DEBUG libsodium.dll.a 180 find_library(sodium_LIBRARY_RELEASE libsodium.dll.a [all …]
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | README.md | 4 The __lib__ directory is split into several sub-directories, 10 …ventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html#Makefile-Conventi… 12 - `make` : generates both static and dynamic libraries 13 - `make install` : install libraries and headers in target system directories 22 …by default the dynamic library is multithreaded and static library is single-threaded (for compati… 25 - set build macro `ZSTD_MULTITHREAD` (`-DZSTD_MULTITHREAD` for `gcc`) 26 - for POSIX systems : compile with pthread (`-pthread` compilation flag for `gcc`) 29 - Force enable multithreading on both dynamic and static libraries by appending `-mt` to the target… 30 - Force disable multithreading on both dynamic and static libraries by appending `-nomt` to the tar… 31 - By default, as mentioned before, dynamic library is multithreaded, and static library is single-t… [all …]
|
/freebsd/contrib/expat/ |
H A D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
/freebsd/contrib/unbound/dynlibmod/examples/ |
H A D | helloworld.c | 6 * gcc -I../.. -shared -Wall -Werror -fpic -o helloworld.so helloworld.c 7 * And to build for windows, first make unbound with the --with-dynlibmod 9 * x86_64-w64-mingw32-gcc -m64 -I../.. -shared -Wall -Werror -fpic 10 * -o helloworld.dll helloworld.c -L../.. -l:libunbound.dll.a 11 * to cross-compile a 64-bit Windows DLL. The libunbound.dll.a is produced 12 * by the compile step that makes unbound.exe and allows the dynlib dll to 16 #include "../../config.h" 42 struct dynlibmod_env* de = (struct dynlibmod_env*) env->modinfo[id]; in init() 43 de->inplace_cb_register_wrapped(&reply_callback, in init() 46 struct dynlibmod_env* local_env = env->modinfo[id]; in init() [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 4 - 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/contrib/ntp/libntp/lib/isc/win32/ |
H A D | strerror.c | 20 #include <config.h> 102 (FORMAT_MESSAGE_MAX_WIDTH_MASK - 1), in FormatError() 121 --last; in NTstrerror() 129 --last; in NTstrerror() 239 msg = "Socket operation on non-socket"; in GetWSAErrorMessage() 433 msg = "The provider DLL signature did not verify " in GetCryptErrorMessage() 434 "correctly. Either the DLL or the digital " in GetCryptErrorMessage() 456 msg = "The provider DLL fil in GetCryptErrorMessage() [all...] |
/freebsd/contrib/libpcap/ |
H A D | pcap-dll.rc | 1 #include "config.h" 20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/" 22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture" 27 VALUE "OriginalFilename", PACKAGE_NAME ".dll"
|
/freebsd/sys/contrib/libsodium/regen-msvc/ |
H A D | libsodium.vcxproj.tpl | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 71 <None Include="..\..\..\..\packaging\nuget\package.config" />
|
/freebsd/crypto/openssl/ |
H A D | README-FIPS.md | 7 cryptographic algorithms, see the [README-PROVIDERS](README-PROVIDERS.md) file 27 resp. `fips.dll` (on Windows). The FIPS provider does not get built and 29 the `enable-fips` option. 58 $ make install_fips # for `enable-fips` only 66 /usr/local/lib/ossl-modules/fips.so on Unix, and 67 C:\Program Files\OpenSSL\lib\ossl-modules\fips.dll on Windows. 72 - Runs the FIPS module self tests 73 - Generates the so-called FIPS module configuration file containing information 77 The FIPS module must have the self tests run, and the FIPS module config file 79 you must not copy the FIPS module config file output data from one machine to another. [all …]
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 1 # Makefile.in -- 10 # Copyright (c) 2002-2005 ActiveState Corporation. 149 INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@ -I. -I$(srcdir)/.. 177 VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \ 178 --leak-check=yes --show-reachable=yes -v 183 # Start of user-definable TARGETS section 189 # platform-dependent libraries. Modify these targets so that they install 197 # The binaries target builds executable programs, Windows .dll's, unix 198 # shared/static libraries, and any other platform-dependent files. 209 # and doc installs (see install-doc), which just install the docs on the [all …]
|