/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/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 …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | drti.c | 39 #include <libelf.h> 43 * is through the DTrace helper pseudo-device node in /devices; there is 44 * no /dev link. Because of this, USDT providers and helper actions don't 45 * work inside of non-global zones. This issue was addressed by adding 46 * the /dev and having this initialization code use that /dev link. If the 47 * /dev link doesn't exist it falls back to looking for the /devices node 58 static const char *devnamep = "/dev/dtrace/helper"; 85 if (fmt[strlen(fmt) - 1] != '\n') in dbg_printf() 122 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) { in dtrace_dof_init() 128 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) { in dtrace_dof_init() [all …]
|
H A D | dt_pid.c | 53 #include <libelf.h> 105 len = vsnprintf(dpr->dpr_errmsg, sizeof (dpr->dpr_errmsg), in dt_pid_error() 108 if (dpr->dpr_errmsg[len - 2] == '\n') in dt_pid_error() 109 dpr->dpr_errmsg[len - 2] = '\0'; in dt_pid_error() 111 dt_set_errmsg(dtp, dt_errtag(tag), pcb->pcb_region, in dt_pid_error() 112 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap); in dt_pid_error() 122 dtrace_hdl_t *dtp = pp->dpp_dtp; in dt_pid_per_sym() 123 dt_pcb_t *pcb = pp->dpp_pcb; in dt_pid_per_sym() 124 dt_proc_t *dpr = pp->dpp_dpr; in dt_pid_per_sym() 131 int isdash = strcmp("-", func) == 0; in dt_pid_per_sym() [all …]
|
H A D | dt_open.c | 39 #include <libelf.h> 104 * previously worked; for example, adding a new built-in variable could break 107 * do not affect backward compatibility -- this is merely to make capabilities 552 * Tables of ILP32 intrinsic integer and floating-point type templates to use 588 * Tables of LP64 intrinsic integer and floating-point type templates to use 680 * Tables of ILP32 integer type templates used to populate the dtp->dt_ints[] 693 * Tables of LP64 integer type templates used to populate the dtp->dt_ints[] 725 * Hard-wired definition string to be compiled and cached every time a new 798 const char *_dtrace_provdir = "/dev/dtrace/provider"; /* provider directory */ 801 const char *_dtrace_provdir = "/dev/dtrace"; /* provider directory */ [all …]
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | ar.h | 1 /*- 26 * $Id: ar.h 3629 2018-09-30 19:26:28Z jkoshy $ 29 #include <libelf.h> 36 #define AR_A 0x0001 /* position-after */ 37 #define AR_B 0x0002 /* position-before */ 81 * In-memory representation of archive member(object). 91 dev_t dev; /* inode's device */ member 103 const char *posarg; /* position arg for modifiers -a, -b. */
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | sym.c | 23 * Copyright (c) 1997-1999 by Sun Microsystems, Inc. 42 #include <libelf.h> 91 sep->name = name; in add_symbol() 92 sep->addr = addr; in add_symbol() 93 sep->size = size; in add_symbol() 103 if (sep->addr == addr) in remove_symbol() 104 sep->addr = 0; in remove_symbol() 118 for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) { in fake_up_certain_popular_kernel_symbols() 119 if (strcmp(ksp->ks_module, "cpu_info") == 0) { in fake_up_certain_popular_kernel_symbols() 126 if (ksp->ks_instance == 0) in fake_up_certain_popular_kernel_symbols() [all …]
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-kmod.spec.in | 8 if [ -e "/usr/src/linux-${kernel_version%%___*}" ]; then \ 9 echo "/usr/src/linux-${kernel_version%%___*}"; \ 10 elif [ -e "/lib/modules/${kernel_version%%___*}/source" ]; then \ 23 if [ -e "/usr/src/linux-${kernel_version%%___*}" ]; then \ 24 echo "/usr/src/linux-${kernel_version%%___*}"; \ 43 Name: %{module}-kmod 52 Source0: %{module}-%{version}.tar.gz 54 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n) 57 BuildRequires: elfutils-libelf-devel 68 Conflicts: %{module}-dkms [all …]
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 9 * BG 91-66 and contributed to Berkeley. 74 return (kd->errbuf); in kvm_geterr() 83 _kvm_err(kd, kd->program, "Unsupported libelf"); in _kvm_read_kernel_ehdr() 84 return (-1); in _kvm_read_kernel_ehdr() 86 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL); in _kvm_read_kernel_ehdr() 88 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_kernel_ehdr() 89 return (-1); in _kvm_read_kernel_ehdr() 92 _kvm_err(kd, kd->program, "kernel is not an ELF file"); in _kvm_read_kernel_ehdr() [all …]
|
/freebsd/ |
H A D | Makefile.inc1 | 4 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir 5 # -DNO_CLEAN do not clean at all 6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of 8 # -DNO_SHARE do not go into share subdir 9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ} 10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel 11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel 12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel 13 # -DNO_ROOT install without using root privilege 14 # -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects [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/openpam/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <des@des.dev>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26 alias -g '${1+"$@"}'='"$@"' 29 e) case `(set -o) 2>/dev/null` in #( 31 set -o posix ;; #( [all …]
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2024 Free Software 39 # ------------------ 42 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 50 # ------------------ 61 # ------------------ 71 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 81 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 102 dnl aclocal-1.4 backwards compatibility: 108 # ----------------------- [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...] |
H A D | ChangeLog | 1 --- 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates 25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs. 29 * [Bug 3864] ntpd IPv6 refid different for big-endia [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 …]
|