/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 101 clang/tools/CMakeLists.txt 102 clang/tools/amdgpu-arch/ 103 clang/tools/apinotes-test/ 104 clang/tools/arcmt-test/ 105 clang/tools/c-arcmt-test/ 106 clang/tools/c-index-test/ 107 clang/tools/clang-check/ 108 clang/tools/clang-diff/ 109 clang/tools/clang-extdef-mapping/ 110 clang/tools/clang-format/.clang-format [all …]
|
/freebsd/targets/pseudo/bootstrap-tools/ |
H A D | Makefile | 13 BTOOLSDIR?= ${HOST_OBJTOP}/tools 18 MAKESYSPATH=${SRCTOP}/tools/build/mk:${SRCTOP}/share/mk \ 22 INSTALL="sh ${SRCTOP}/tools/install.sh" \ 35 OBJTOP='${WORLDTMP}/obj-tools' \ 60 DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1 MK_TESTS=no 69 bootstrap-tools: legacy 70 build-tools: bootstrap-tools 71 cross-tools: build-tools 73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 97 bootstrap-toolchain: .MAKE cross-tools
|
/freebsd/usr.bin/m4/ |
H A D | NOTES | 4 tools (VOS) package, and described in the "SOFTWARE TOOLS" and 5 "SOFTWARE TOOLS IN PASCAL" books. It has been expanded to include 8 Since both PD m4 and UN*X m4 are based on SOFTWARE TOOLS macro, 17 Software Tools distribution: macro 20 TOOLS IN PASCAL, Addison-Wesley, Mass. 1981 23 TOOLS, Addison-Wesley, Mass. 1976 35 described in Software Tools and Software Tools in Pascal books.
|
/freebsd/sys/conf/ |
H A D | kmod.mk | 201 ${KMOD:S/$/.c/}: ${SYSDIR}/tools/fw_stub.awk 202 ${AWK} -f ${SYSDIR}/tools/fw_stub.awk ${FIRMWS} -m${KMOD} -c${KMOD:S/$/.c/g} \ 422 vnode_if.c: ${SYSDIR}/tools/vnode_if.awk ${SYSDIR}/kern/vnode_if.src 423 ${AWK} -f ${SYSDIR}/tools/vnode_if.awk ${SYSDIR}/kern/vnode_if.src -c 428 vnode_if.h vnode_if_newproto.h vnode_if_typedef.h: ${SYSDIR}/tools/vnode_if.awk \ 431 ${AWK} -f ${SYSDIR}/tools/vnode_if.awk ${SYSDIR}/kern/vnode_if.src -h 433 ${AWK} -f ${SYSDIR}/tools/vnode_if.awk ${SYSDIR}/kern/vnode_if.src -p 435 ${AWK} -f ${SYSDIR}/tools/vnode_if.awk ${SYSDIR}/kern/vnode_if.src -q 450 .m.c: ${SYSDIR}/tools/makeobjops.awk 451 ${AWK} -f ${SYSDIR}/tools/makeobjops.awk ${.IMPSRC} -c [all …]
|
/freebsd/tools/build/mk/ |
H A D | Makefile.boot | 10 # To ensure that host binary compile as expected we use the tools from /usr/bin. 48 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux 59 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac 75 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/common 81 # When building host tools we should never pull in headers from the source sys 83 # The only exceptions to this are sys/cddl/compat for dtrace bootstrap tools and 86 # make obj on every directory during the build-tools phase. 89 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \ 90 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \ 96 .error Do not include $${SRCTOP}/include when building bootstrap tools. \ [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 17 echo "##[group]Install Development Tools" 21 samba sysstat rng-tools rsync wget xxhash 33 echo "##[group]Install Development Tools" 42 python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \ 50 echo "##[group]Install Development Tools" 70 echo "##[group]Install Development Tools" 72 # Alma wants "Development Tools", Fedora 41 wants "development-tools" 73 if ! sudo dnf group install -y "Development Tools" ; then 74 echo "Trying 'development-tools' instead of 'Development Tools'" 75 sudo dnf group install -y development-tools [all …]
|
/freebsd/tools/tools/ |
H A D | README | 2 This directory is for tools. 11 ath Tools specific to the Atheros 802.11 support 15 crypto Test and exercise tools related to the crypto framework 18 drm Tools specific to the DRM/KMS device drivers. 28 git Tools to simplify the use of git by committers. 36 iwi Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG 46 mwl Tools specific to the Marvell 88W8363 support 50 npe Tools specific to the Intel IXP4XXX NPE device
|
/freebsd/share/mk/ |
H A D | src.tools.mk | 1 # Various tools used by the FreeBSD make installworld / distrib-dirs / 2 # distribution / installkernel targets. Also called "bootstrap tools" 3 # historically, however that name seemed to be ambiguous, as those tools 15 .if !target(__<src.tools.mk>__) 24 __<src.tools.mk>__: 25 .endif # !target(__<tools>__)
|
H A D | local.sys.dirdeps.mk | 21 # Use tools/install.sh which can avoid the need for xinstall for simple cases. 22 INSTALL?= sh ${SRCTOP}/tools/install.sh 72 TOOLSDIR?= ${HOST_OBJTOP}/tools 77 # ideally tools needed by makefiles like sh,csh,tinfo 82 # Only define if it exists in case user didn't run bootstrap-tools. Otherwise 85 .if exists(${HOST_OBJTOP}/tools${.CURDIR}) 86 BTOOLSPATH= ${HOST_OBJTOP}/tools${.CURDIR} 90 # Don't use the bootstrap tools logic on itself. 91 .if ${.TARGETS:Mbootstrap-tools} == "" && \
|
/freebsd/tools/tools/net80211/w00t/ |
H A D | README | 2 This is a collection of tools that use raw 802.11 packet injection. 3 None of the tools configure the interface, so be sure to run something 8 beforehand. The following tools are found here: 17 All these tools depend on: 19 libw00t Utility functions used by all tools. 21 Detailed explanation of tools. 44 [For the next set of tools, refer to http://tapir.cs.ucl.ac.uk/bittau-wep.pdf
|
/freebsd/tools/tools/locale/ |
H A D | README | 6 cd /usr/src/tools/tools/locale 33 clean up tools or posix locale source files generated 42 make tools-test 43 Check if necessary tools are installed or not. 49 make build-tools
|
/freebsd/ |
H A D | Makefile.inc1 | 14 # -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects 16 # LOCAL_ITOOLS="list of tools" to add additional tools to the ITOOLS list 23 # bootstrap-tools target 24 # LOCAL_TOOL_DIRS="list of dirs" to add additional dirs to the build-tools 27 # cross-tools target 37 # All libraries and includes, and some build tools will still build. 62 .include "share/mk/src.tools.mk" 360 make(toolchain) || make(_cross-tools)) 640 # When building we want to find the cross tools before the host tools in ${BPATH}. 644 # We should not be using tools from /usr/bin accidentally since this could cause [all …]
|
/freebsd/sys/modules/sound/sound/ |
H A D | Makefile | 22 feeder_eq_gen.h: ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk 23 ${AWK} -f ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET} 25 feeder_rate_gen.h: ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk 26 ${AWK} -f ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET} 28 snd_fxdiv_gen.h: ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk 29 ${AWK} -f ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET}
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | README | 71 If your package does not utilize the auto* tools, then you 98 all-tools/ 100 common-tools/ 104 The parent package all-tools contains a subpackage common-tools 106 by both configure.ac files link against the common-tools/libopts 108 configure.ac uses LIBOPTS_CHECK_NOBUILD([common-tools/libopts]), 109 while common-tools/configure.ac uses LIBOPTS_CHECK. The difference
|
/freebsd/tests/sys/acl/ |
H A D | Makefile | 7 ${PACKAGE}FILES+= tools-crossfs.test 8 ${PACKAGE}FILES+= tools-nfs4.test 9 ${PACKAGE}FILES+= tools-nfs4-psarc.test 10 ${PACKAGE}FILES+= tools-nfs4-trivial.test 11 ${PACKAGE}FILES+= tools-posix.test
|
H A D | 02.sh | 28 # This is a wrapper script to run tools-nfs4.test on UFS filesystem. 32 # and do /path/to/test run /path/to/test tools-nfs4.test, e.g. 34 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-nfs4.test 81 perl $TESTDIR/run $TESTDIR/tools-nfs4-psarc.test >&2 83 perl $TESTDIR/run $TESTDIR/tools-nfs4.test >&2
|
H A D | 00.sh | 28 # This is a wrapper script to run tools-posix.test on UFS filesystem. 32 # and do /path/to/test run /path/to/test tools-posix.test, e.g. 34 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-posix.test 80 perl $TESTDIR/run $TESTDIR/tools-posix.test >&2
|
H A D | 01.sh | 28 # This is a wrapper script to run tools-nfs4.test on ZFS filesystem. 34 # and do /path/to/test run /path/to/test tools-nfs4.test, e.g. 36 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-nfs4.test 81 perl $TESTDIR/run $TESTDIR/tools-nfs4-psarc.test >&2
|
/freebsd/contrib/bearssl/mk/ |
H A D | mkrules.sh | 349 tools/brssl.c \ 350 tools/certs.c \ 351 tools/chain.c \ 352 tools/client.c \ 353 tools/errors.c \ 354 tools/files.c \ 355 tools/impl.c \ 356 tools/keys.c \ 357 tools/names.c \ 358 tools/server.c \ [all …]
|
/freebsd/cddl/usr.bin/ctfdump/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump 4 PACKAGE= ctf-tools 19 -I${OPENSOLARIS_USR_DISTDIR}/cmd/mdb/tools/common \ 22 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
|
/freebsd/cddl/usr.bin/ctfmerge/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 4 PACKAGE= ctf-tools 37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
/freebsd/cddl/usr.bin/ctfconvert/ |
H A D | Makefile | 3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 6 PACKAGE= ctf-tools 37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
/freebsd/sys/contrib/libsodium/builds/msvc/build/ |
H A D | buildbase.bat | 7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat 8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat 9 SET environment="%programfiles(x86)%\%tools%" 10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%" 67 ECHO *** ERROR, build tools not found: %tools%
|
/freebsd/usr.sbin/quot/ |
H A D | quot.8 | 2 .\" Copyright (C) 1994 TooLs GmbH. 15 .\" This product includes software developed by TooLs GmbH. 16 .\" 4. The name of TooLs GmbH may not be used to endorse or promote products 19 .\" THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR 22 .\" IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 101 / TooLs GmbH.
|
/freebsd/sys/powerpc/include/ |
H A D | proc.h | 5 * Copyright (C) 1995, 1996 TooLs GmbH. 18 * This product includes software developed by TooLs GmbH. 19 * 4. The name of TooLs GmbH may not be used to endorse or promote products 22 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR 25 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|