Home
last modified time | relevance | path

Searched +full:pkg +full:- +full:kmod (Results 1 – 12 of 12) 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.am15 ACLOCAL_AMFLAGS = -I config
37 extradir = $(prefix)/src/zfs-$(VERSION)
41 dist_noinst_DATA += autogen.sh copy-builtin
49 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
50 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip
51 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
52 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip
53 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
54 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip
55 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}"
20 misc/freebsd-doc-all
23 net/wifi-firmware-kmod@release
24 ports-mgmt/pkg
36 x11-wm/sway
39 # If NOPORTS is set for the release, do not attempt to build pkg(8).
40 if [ ! -f ${PORTSDIR}/Makefile ]; then
42 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/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/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh8 # qemu-4-build-vm.sh OS [--enable-debug][--dkms][--patch-level NUM]
9 # [--poweroff][--release][--repo][--tarball]
12 # --enable-debug: Build RPMs with '--enable-debug' (for testing)
13 # --dkms: Build DKMS RPMs as well
14 # --patch-level NUM: Use a custom patch level number for packages.
15 # --poweroff: Power-off the VM after building
16 # --release Build zfs-release*.rpm as well
17 # --repo After building everything, copy RPMs into /tmp/repo
20 # --tarball: Also build a tarball of ZFS source
30 while [[ $# -gt 0 ]]; do
[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/
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 The FreeBSD-base repository is now defined in /etc/pkg/FreeBSD.conf,
32 disabled by default. In -CURRENT and -STABLE this points at nightly
33 builds on pkg.freebsd.org; for BETA/RC/RELEASE builds it points at
37 FreeBSD-base repository in /usr/local/etc/pkg/repos/ with a single
38 line "FreeBSD-base: { enabled: yes }".
42 "pam" package. The pam-lib subpackage, which includes libpam, will
[all …]
/freebsd/share/man/man7/
H A Dbuild.72 .\" SPDX-License-Identifier: BSD-2-Clause
41 .Bl -tag -width "/usr/ports"
49 third-party software, with a consistent interface for building and
54 These directories may be initially empty or non-existent until updated
74 A source tree is allowed to be read-only.
108 .Bl -tag -width ".Cm cleandepend"
150 Per-object dependencies are generated at build time and stored in
176 .Bl -tag -width ".Cm distributeworld"
180 For cross-building the target architecture needs to be specified with
258 .It Cm native-xtools
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
110 UINT64 rev, UINT64 func, union linuxkpi_acpi_object *pkg) in acpi_evaluate_dsm() argument
116 (ACPI_OBJECT *)pkg, &buf); in acpi_evaluate_dsm()
159 * Fortunately, drm-kmod do not distinct AC event types too, so we can in linux_handle_acpi_acad_event()
168 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_acad_event()
181 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_video_event()
187 nb->tags[LINUX_ACPI_ACAD] = EVENTHANDLER_REGISTER(acpi_acad_event, in register_acpi_notifier()
189 nb->tags[LINUX_ACPI_VIDEO] = EVENTHANDLER_REGISTER(acpi_video_event, in register_acpi_notifier()
198 EVENTHANDLER_DEREGISTER(acpi_acad_event, nb->tags[LINUX_ACPI_ACAD]); in unregister_acpi_notifier()
[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 …]