/freebsd/sys/contrib/openzfs/config/ |
H A D | rpm.am | 2 # Copyright (C) 2007-2013 Lawrence Livermore National Security, LLC. 9 PHONY += srpm srpms srpm-kmod srpm-dkms srpm-utils 10 PHONY += rpm rpms rpm-kmod rpm-dkms rpm-utils rpm-utils-initramfs 11 PHONY += srpm-common rpm-common rpm-local 13 srpm-kmod srpm-dkms srpm-utils: dist 15 srpm-kmod: 16 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \ 17 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common 19 srpm-dkms: 20 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \ [all …]
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | Makefile | 1 ALL=hs20-osu-client 5 CFLAGS += -I../../src/utils 6 CFLAGS += -I../../src/common 7 CFLAGS += -I../../src 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0) 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 16 CFLAGS += -DUSE_WEBKIT2 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0) [all …]
|
/freebsd/sys/contrib/openzfs/ |
H A D | Makefile.am | 14 ACLOCAL_AMFLAGS = -I config 36 extradir = $(prefix)/src/zfs-$(VERSION) 40 dist_noinst_DATA += autogen.sh copy-builtin 48 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman 49 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip 50 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl 51 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip 52 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 53 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip 54 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl [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/secure/lib/libpkgecc/ |
H A D | Makefile | 2 # STOP - This is not a general purpose library and is only for use by pkg(7) 3 # to align with the implementation in pkg(8). 23 .PATH: $(SRCTOP)/crypto/libecc/src/utils 50 SRCS+= utils.c \ 63 belt-hash.c \ 72 sha3-224.c \ 73 sha3-256.c \ 74 sha3-384.c \ 75 sha3-512.c \ 78 sha512-224.c \ [all …]
|
/freebsd/tools/regression/iscsi/ |
H A D | initiator-instructions.txt | 2 ---------- [all...] |
/freebsd/contrib/wpa/src/drivers/ |
H A D | drivers.mak | 16 DRV_CFLAGS += -DCONFIG_DRIVER_WIRED 22 DRV_CFLAGS += -DCONFIG_DRIVER_MACSEC_LINUX 30 DRV_CFLAGS += -DCONFIG_DRIVER_NL80211_BRCM 34 DRV_CFLAGS += -DCONFIG_DRIVER_MACSEC_QCA 44 DRV_CFLAGS += -DCONFIG_DRIVER_NL80211 51 DRV_CFLAGS += -DCONFIG_DRIVER_NL80211_QCA 66 DRV_CFLAGS += -DCONFIG_DRIVER_BSD 76 DRV_CFLAGS += -DCONFIG_DRIVER_OPENBSD 81 DRV_CFLAGS += -DCONFIG_DRIVER_NONE 88 DRV_AP_CFLAGS += -DCONFIG_DRIVER_HOSTAP [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | Makefile | 4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov 5 rm -f libwpadbus.a 15 CFLAGS = -MMD -O2 -Wall -g 18 PKG_CONFIG ?= pkg-config 19 CFLAGS += -I../../src -I../../src/utils 30 $(Q)$(CC) -c -o $@ $(CFLAGS) $< 35 CFLAGS += -DCONFIG_WPS 38 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_NEW 41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1) 44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 11 set -eu 14 echo "##[group]Running pacman -Syu" 16 sudo pacman -Syu --noconfirm 20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ 21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 23 samba sysstat rng-tools rsync wget xxhash 30 echo "##[group]Running apt-get update+upgrade" 31 sudo apt-get update -y 32 sudo apt-get upgrade -y [all …]
|
H A D | qemu-4-build-vm.sh | 8 # qemu-4-build-vm.sh OS [--enable-debug][--dkms][--poweroff] 9 # [--release][--repo][--tarball] 12 # --enable-debug: Build RPMs with '--enable-debug' (for testing) 13 # --dkms: Build DKMS RPMs as well 14 # --poweroff: Power-off the VM after building 15 # --release Build zfs-release*.rpm as well 16 # --repo After building everything, copy RPMs into /tmp/repo 19 # --tarball: Also build a tarball of ZFS source 28 while [[ $# -gt 0 ]]; do 30 --enable-debug) [all …]
|
/freebsd/contrib/kyua/ |
H A D | configure.ac | 29 AC_INIT([Kyua], [0.14], [kyua-discuss@googlegroups.com], [kyua], 36 AC_CONFIG_FILES([Doxyfile Makefile utils/defs.hpp]) 43 AM_INIT_AUTOMAKE([1.9 foreign subdir-objects -Wall]) 66 [m4_fatal([Cannot find pkg.m4; see the INSTALL document for help])]) 69 [m4_fatal([Cannot find atf-c++.m4; see the INSTALL document for help])]) 72 [m4_fatal([Cannot find atf-sh.m4; see the INSTALL document for help])]) 75 [m4_fatal([Cannot find atf-common.m4; see the INSTALL document for help])]) 86 test -n "${GDB}" || GDB=gdb 96 if test x"${KYUA_CONFSUBDIR-unset}" = x"unset"; then 122 case "${KYUA_CONFIG_FILE_FOR_CHECK-none}" in [all …]
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 3 - Signatures computations and verifications are now way faster on 4 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, 6 - New low-level APIs for computations over edwards25519: 11 - `crypto_sign_open()`, `crypto_sign_verify_detached() and 13 non-canonical form in addition to low-order points. 14 - The library can be built with `ED25519_NONDETERMINISTIC` defined in 16 - Webassembly: `crypto_pwhash_*()` functions are now included in 17 non-sumo builds. 18 - `sodium_stackzero()` was added to wipe content off the stack. 19 - Android: support new SDKs where unified headers have become the [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | Android.mk | 8 LOCAL_PATH := $(call my-dir) 9 PKG_CONFIG ?= pkg-config 18 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS 20 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\" 23 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\" 26 L_CFLAGS += -Wno-unused-parameter 29 L_CFLAGS += -DANDROID_P2P 32 L_CFLAGS += -DANDROID_LIB_STUB 36 L_CFLAGS += -DANDROID_LIB_EVENT 41 L_CFLAGS += -DCONFIG_NO_ROAMING [all …]
|
H A D | Makefile | 6 ALL += systemd/wpa_supplicant-nl80211@.service 7 ALL += systemd/wpa_supplicant-wired@.service 47 PKG_CONFIG ?= pkg-config 50 CFLAGS += -I$(abspath ../src) 51 CFLAGS += -I$(abspath ../src/utils) 56 GITVER := $(shell git describe --dirty=+) 58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 64 CFLAGS += -DCONFIG_TESTING_OPTIONS 71 @if [ -f .config ]; then \ 72 echo '.config exists - did not replace it'; \ [all …]
|
/freebsd/sys/contrib/openzfs/tests/ |
H A D | README.md | 5 The ZFS Test Suite runs under the test-runner framework. This framework 7 zfs-test package. The zfs-test package can be built from source as follows: 10 $ make pkg-utils 14 ZFS from a distributions repository (not from source) the zfs-test package 17 - Installed from source 18 $ rpm -ivh ./zfs-test*.rpm, or 19 $ dpkg -i ./zfs-test*.deb, 21 - Installed from package repository 22 $ yum install zfs-test 23 $ apt-get install zfs-test [all …]
|
/freebsd/ |
H A D | UPDATING | 1 Updating Information for users of FreeBSD-CURRENT. 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 22 includes various WITNESS- related kernel options, INVARIANTS, malloc 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 31 "make delete-old" will now remove the Forth bootloader entirely 35 MIT KRB5 (MIT Kerberos5) has been imported into 15-CURRENT. To 38 1.5.2 when delete-old and delete-old-libs are run. To revert back 39 simply buildworld/installworld again with delete-old-libs and 40 delete-old. 44 The few affected ports must be rebuilt. A successful exp-run will be [all …]
|
H A D | ObsoleteFiles.inc | 9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the 10 # delete-old target. This separation allows users to avoid deleting old 18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* 19 # and delete-old* targets will also delete associated debug symbols from 34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ 35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ 36 # sort | uniq -d 40 # for t in `make -V TARGETS universe`; do 41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \ 42 # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ [all …]
|
/freebsd/contrib/atf/ |
H A D | NEWS | 8 DON'T FORGET TO BUMP THE -version-info PRE-RELEASE IF NECESSARY! 10 * Issue #23: Fix double-free triggered by atf_map_insert in low memory 18 * Added the atf_check_not_equal function to atf-sh to check for 30 * Added the -s flag to atf-sh to support specifying the shell interpreter 39 relevant manual pages. This information was lost with the atf-config(1) 46 * Renamed the atf-{c,c++,sh}-api(3) manual pages to atf-{c,c++,sh}(3) for 53 * Issue #7: Stopped catching unhandled exceptions in atf-c++ tests. This 58 * Issue #8: Fixed atf-c/macros_test:use test failures spotted by the clang 59 that ships with FreeBSD 11.0-CURRENT. 61 * Issue #12: Improved documentation of atf-sh(3) and atf-check(1) by better [all …]
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 1 Release Notes - Heimdal - Version Heimdal 1.5.2 4 - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege 5 - Check that key types strictly match - denial of service 7 Release Notes - Heimdal - Version Heimdal 1.5.1 10 - Fix building on Solaris, requires c99 11 - Fix building on Windows 12 - Build system updates 14 Release Notes - Heimdal - Version Heimdal 1.5 18 - Support GSS name extensions/attributes 19 - SHA512 support [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Merge #1265: Fix WSAPoll. 5 - Fix for print of connection type in log-replies for dot and doh. 8 - Fix to detect if atomic_store links in configure. 9 - Fix #1264: unbound 1.22.0 leaks memory when doing DoH. 12 - Tag for 1.23.0rc1. 13 - Fix fast_reload to print chroot with config file name. 16 - Merge #902: DNS Error Reporting (RFC 9567). Introduces new 17 configuration option 'dns-error-reportin [all...] |
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | Makefile.in | 32 install_sh_DATA = $(install_sh) -c -m 644 33 install_sh_PROGRAM = $(install_sh) -c 34 install_sh_SCRIPT = $(install_sh) -c 49 @versionscript_TRUE@am__append_1 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map 58 $(top_srcdir)/cf/auth-modules.m4 \ 59 $(top_srcdir)/cf/broken-getaddrinfo.m4 \ 60 $(top_srcdir)/cf/broken-glob.m4 \ 61 $(top_srcdir)/cf/broken-realloc.m4 \ 62 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \ 63 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \ [all …]
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 4 # the check-old* and delete-old* targets. 18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in 19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out 20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out 21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in 22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out 23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in 24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out 25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out 26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |