Home
last modified time | relevance | path

Searched +full:pkg +full:- +full:kmod (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Drpm.am2 # 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/sys/contrib/openzfs/
H A DMakefile.am14 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/release/scripts/
H A Dpkg-stage.sh5 set -e
10 export PKG_DBDIR="/tmp/pkg"
14 export PORTSDIR="${PORTSDIR:-/usr/ports}"
18 misc/freebsd-doc-all
21 net/wifi-firmware-kmod@release
22 ports-mgmt/pkg
35 x11-wm/sway
38 # If NOPORTS is set for the release, do not attempt to build pkg(8).
39 if [ ! -f ${PORTSDIR}/Makefile ]; then
41 echo "*** Skipping pkg-stage.sh ***"
[all …]
/freebsd/sys/modules/ice_ddp/
H A DMakefile3 KMOD= ice_ddp macro
4 FIRMWS= ice-1.3.41.0.pkg:ice_ddp:0x01032900
6 .include <bsd.kmod.mk>
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh8 # 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/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml1 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/release/
H A DMakefile4 # User-driven targets:
5 # cdrom: Builds release CD-ROM media (disc1.iso)
6 # dvdrom: Builds release DVD-ROM media (dvd1.iso)
8 # mini-memstick: Builds minimal memory stick image (mini-memstick.img)
10 # release: Invokes real-release, vm-release, cloudware-release and oci-release targets
11 # real-release: Build all media and FTP distribution area
12 # vm-release: Build all virtual machine image targets
13 # cloudware-release: Build all cloud hosting provider targets
14 # oci-release: Build all OCI container images
15 # install: Invokes the release-install, vm-install and oci-install targets
[all …]
/freebsd/
H A DUPDATING1 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 …]
/freebsd/share/man/man7/
H A Dbuild.71 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
45 These directories may be initially empty or non-existent until updated with
48 .Xr pkg 7
80 A source tree is allowed to be read-only.
112 .Bl -tag -width ".Cm cleandepend"
154 Per-object dependencies are generated at build time and stored in
180 .Bl -tag -width ".Cm distributeworld"
184 For cross-building the target architecture needs to be specified with
248 .It Cm native-xtools
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h98 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond " -> 0x%jx", (uintmax_t)(cond)))
102 __typeof( ((type *)0)->member ) *__mptr = (ptr); \
103 (type *)( (char *)__mptr - offsetof(type,member) );})
111 #define DRM_CURRENTPID curthread->td_proc->p_pid
115 while (loops--) DELAY(1000); \
131 *(volatile u_int8_t *)(((vm_offset_t)(map)->handle) + \
134 le16toh(*(volatile u_int16_t *)(((vm_offset_t)(map)->handle) + \
137 le32toh(*(volatile u_int32_t *)(((vm_offset_t)(map)->handle) + \
140 le64toh(*(volatile u_int64_t *)(((vm_offset_t)(map)->handle) + \
143 *(volatile u_int8_t *)(((vm_offset_t)(map)->handle) + \
[all …]
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc4 # 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 …]