Home
last modified time | relevance | path

Searched +full:pax +full:- +full:utils (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/scripts/
H A Dpaxcheck.sh3 if ! command -v scanelf > /dev/null; then
4 echo "scanelf (from pax-utils) is required for these checks." >&2
11 OUT=$(scanelf -qyRAF '%e %p' "$1")
27 OUT=$(scanelf -qyRAF '%T %p' "$1")
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v4
18 - name: Install dependencies
21 sudo apt-get purge -y snapd google-chrome-stable firefox
22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps.sh ubuntu22
23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck
24 sudo python -m pipx install --quiet flake8
27 checkbashisms --version
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh7 set -eu
10 echo "##[group]Running pacman -Syu"
12 sudo pacman -Syu --noconfirm
16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
19 samba sysstat rng-tools rsync wget xxhash
26 echo "##[group]Running apt-get update+upgrade"
27 sudo apt-get update -y
28 sudo apt-get upgrade -y
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DAndroid.mk8 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 DMakefile6 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 …]
H A Deapol_test.c2 * WPA Supplicant - test code
3 * Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi>
16 #include "utils/ext_password.h"
25 #include "utils/base64.h"
112 switch (attr->syntax) { in add_extra_attr()
114 os_snprintf(buf, sizeof(buf), "%s", attr->data); in add_extra_attr()
122 pos = attr->data; in add_extra_attr()
128 return -1; in add_extra_attr()
133 return -1; in add_extra_attr()
137 val = htonl(atoi(attr->data)); in add_extra_attr()
[all …]
/freebsd/
H A DObsoleteFiles.inc9 # 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 …]