Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 1336) sorted by relevance

12345678910>>...54

/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool76 Summary: Akmod package for ${kmodname} kernel module(s)
89 This package provides the akmod package for the ${kmodname} kernel modules.
105 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvaria…
119 ${kmodname} kernel module(s) for the newest kernel${dashvariant},
120 to make sure you get it together with a new kernel.
150 Summary: ${kmodname} kernel module(s) for ${kernel_uname_r}
152 Provides: kernel-modules-for-kernel = ${kernel_uname_r}
169 Requires: kernel-uname-r = ${kernel_uname_r}
170 BuildRequires: kernel-devel-uname-r = ${kernel_uname_r}
204 This package provides the ${kmodname} kernel modules built for the Linux
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq31 kernel=/platform/sun4u/kernel/unix
34 kernel=$2
37 if [ ! -w $kernel ]; then
38 echo "$0: Cannot open $kernel for writing."
42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cut -d: -f 2 | nawk '{ print $1 }'`
71 if ! echo setcpudelay+34?W $nop | adb -w $kernel 1> /dev/null
79 if ! echo cpu_tick_freq?W 0t$cpu_tick_freq | adb -w $kernel 1> /dev/null; then
84 echo "$kernel successfully patched."
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_riscvcap.pod43 Could be detected using hwprobe for Linux kernel >= 6.5
49 Could be detected using hwprobe for Linux kernel >= 6.5
55 Could be detected using hwprobe for Linux kernel >= 6.8
61 Could be detected using hwprobe for Linux kernel >= 6.5
67 Could be detected using hwprobe for Linux kernel >= 6.8
73 Could be detected using hwprobe for Linux kernel >= 6.8
79 Could be detected using hwprobe for Linux kernel >= 6.8
85 Could be detected using hwprobe for Linux kernel >= 6.8
91 Could be detected using hwprobe for Linux kernel >= 6.8
97 Could be detected using hwprobe for Linux kernel >= 6.8
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-config-defined.m42 dnl # Certain kernel build options are not supported. These must be
14 AC_MSG_CHECKING([for kernel config option compatibility])
29 dnl # Verify the kernel has CONFIG_BLOCK support enabled.
46 *** This kernel does not include the required block device support.
47 *** Rebuild the kernel with CONFIG_BLOCK=y set.])
84 *** from succeeding. You must rebuild your kernel without this
92 dnl # Verify the kernel has CONFIG_MODULES support enabled.
110 *** This kernel does not include the required loadable module
113 *** To build OpenZFS as a loadable Linux kernel module
115 *** `CONFIG_MODULES=y` in the kernel configuration and run
[all …]
H A Dkernel-fpu.m42 dnl # Handle differences in kernel FPU code.
6 dnl # effectively empty since the 5.16 kernel.
9 dnl # for it inside the kernel symbols.
32 [kernel has asm/fpu/api.h])
40 [kernel has asm/fpu/internal.h])
92 dnl # Legacy kernel
94 AC_MSG_CHECKING([whether kernel fpu is available])
98 [kernel has kernel_fpu_* functions])
100 [kernel exports FPU functions])
103 dnl # Linux 4.2 kernel
[all …]
H A Dkernel.m42 dnl # Default ZFS kernel configuration
6 dnl # Setup the kernel build environment.
33 dnl # Generate and compile all of the kernel API test cases to determine
34 dnl # which interfaces are available. By invoking the kernel build system
152 AC_MSG_CHECKING([for available kernel interfaces])
158 dnl # Check results of kernel interface tests.
277 dnl # Detect name used for Module.symvers file in kernel
281 AC_MSG_CHECKING([kernel file name for module symbols])
291 *** Please make sure the kernel devel package for your distribution
292 *** is installed. If you are building with a custom kernel, make sure
[all …]
/freebsd/release/scripts/
H A Dmake-manifest.sh12 kernel="Kernel"
20 desc_kernel="${kernel} (MANDATORY)"
21 desc_kernel_dbg="${kernel} debug info"
22 desc_kernel_alt="Alternate ${kernel}"
23 desc_kernel_alt_dbg="Alternate ${kernel} debug info"
53 kernel-dbg.txz)
56 kernel.*-dbg.txz)
61 kernel.*.txz)
/freebsd/tools/debugscripts/
H A DREADME2 This directory contains gdb macros for kernel debugging. When you
3 build a debug kernel, the target "gdbinit" in the kernel Makefile will
4 create the correct .gdbinit files in the kernel build directory. To
5 perform kernel debugging, you would do:
7 # cd /usr/obj/usr/src/sys/GENERIC (or name of kernel config)
9 # gdb kernel.debug
17 automatically extracts the path to the kernel source, runs gdb to extract
18 information about kernel modules loaded, and then reruns gdb loading the
/freebsd/tools/boot/
H A Drootgen.sh91 mkdir -p $dst/boot/kernel
96 cp /boot/kernel/acl_nfs4.ko ${dst}/boot/kernel/acl_nfs4.ko
97 cp /boot/kernel/cryptodev.ko ${dst}/boot/kernel/cryptodev.ko
98 cp /boot/kernel/zfs.ko ${dst}/boot/kernel/zfs.ko
251 cp /boot/kernel/geom_eli.ko ${mntpt}/boot/kernel/geom_eli.ko
285 cp /boot/kernel/geom_eli.ko ${mntpt}/boot/kernel/geom_eli.ko
320 cp /boot/kernel/geom_eli.ko ${mntpt}/boot/kernel/geom_eli.ko
362 cp /boot/kernel/acl_nfs4.ko ${mntpt}/boot/kernel/acl_nfs4.ko
363 cp /boot/kernel/cryptodev.ko ${mntpt}/boot/kernel/cryptodev.ko
364 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates1 Template: zfs-dkms/stop-build-for-32bit-kernel
4 _Description: Abort building OpenZFS on a 32-bit kernel?
5 You are attempting to build OpenZFS against a 32-bit running kernel.
9 are strongly advised to use a 64-bit kernel; if you do decide to
10 proceed with using OpenZFS on this kernel then keep in mind that it is at
13 Template: zfs-dkms/stop-build-for-unknown-kernel
16 _Description: Abort building OpenZFS on an unknown kernel?
17 You are attempting to build OpenZFS against a running kernel that could not
19 the running kernel is a 64-bit one, you should probably stop the build.
23 are strongly advised to use a 64-bit kernel; if you do decide to
[all …]
H A Dcontrol.modules.in2 Section: contrib/kernel
8 linux-headers-_KVERS_ | raspberrypi-kernel-headers
17 Depends: linux-image-_KVERS_ | raspberrypi-kernel
21 Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_)
26 This package contains the compiled kernel module for _KVERS_
30 If you have compiled your own kernel, you will most likely need to build
32 provided for use with the Debian kernel-package utility to produce a
33 version of zfs-module for your kernel.
/freebsd/
H A DMakefile166 installworld kernel-toolchain libraries maninstall \
174 stage-packages stage-packages-kernel stage-packages-world stage-packages-source \
175 create-packages-world create-packages-kernel \
176 create-packages-kernel-repo create-packages-world-repo \
207 buildworld everything kernel-toolchain kernel-toolchains kernel \
239 .ORDER: kernel-toolchain buildkernel
380 kernel-toolchain: upgrade_checks
387 tinderbox toolchains kernel-toolchains: .MAKE
461 kernel: buildkernel installkernel .PHONY target
507 tinderbox toolchains kernel-toolchains kernels worlds: upgrade_checks
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dlinux74 # Linux kernel: include/linux/swap.h
137 # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
140 # and Joerg Jenderek [unifying + more kernel info]
143 # Linux kernel boot images (i386 arch) (Wolfram Kleff)
144 # URL: https://www.kernel.org/doc/Documentation/x86/boot.txt
145 514 string HdrS Linux kernel
146 # to display Linux kernel (strength=125=70+55) after VBR boot sector (130=70+60) but before DOS/MBR…
153 !:mime application/x-linux-kernel
157 >>0 use kernel-info
158 # show information about Linux kernel (root, swap device, vga modus, boot protocol, setup size, ini…
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am4 %D%/kernel/linux/blkdev_compat.h \
5 %D%/kernel/linux/compiler_compat.h \
6 %D%/kernel/linux/dcache_compat.h \
7 %D%/kernel/linux/kmap_compat.h \
8 %D%/kernel/linux/mm_compat.h \
9 %D%/kernel/linux/mod_compat.h \
10 %D%/kernel/linux/page_compat.h \
11 %D%/kernel/linux/pagemap_compat.h \
12 %D%/kernel/linux/simd.h \
13 %D%/kernel/linux/simd_aarch64.h \
[all …]
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.d32 zfs:kernel:dbuf_fix_old_data:db_get_spa
54 zfs:kernel:dbuf_dirty:entry
63 zfs2:kernel:dmu_write_uio_dnode:uio_stats
71 zfs2:kernel:dmu_write_uio_dnode:uio_stats_two
78 zfs2:kernel:dmu_write_uio_dnode:uio_stats_three
83 zfs:kernel:dbuf_dirty:no_db_nofill
94 zfs:kernel:dbuf_hold_impl:ge2
/freebsd/stand/kboot/
H A DREADME6 (4) Copy kernel to .../initrd/boot/kernel
10 (8) download or build your linux kernel
11 (9) qemu-system-x86_64 -kernel ~/vmlinuz-5.19.0-051900-generic \
28 For #8, see https://kernel.ubuntu.com/~kernel-ppa/mainline/ to download
29 a kernel suitable for testing... For arm, I've been using the
34 -kernel ~/linuxboot/arm64/kernel/boot/vmlinuz-5.19.0-051900-generic \
46 the kernel, use kernel.full to get all the debugging. hbreak panic() is useful
/freebsd/tools/tools/netrate/tcpp/
H A Drunit.pl17 $kernel = $ARGV[0];
18 $outfile = $date."_".$kernel.".csv";
21 print OUTFILE "# $kernel $date\n";
36 my ($kernel, $tso, $lro, $mtu) = @_;
38 $prefix = "$kernel,$tso,$lro,$mtu";
60 test($kernel, $tso, $lro, $mtu);
/freebsd/sys/
H A DREADME.md5 kernel and its modules, including both original and contributed software.
20 Some additional high-level documentation of the kernel is maintained in the
32 | conf | kernel build glue |
36 | ddb | interactive kernel debugger - `ddb(4)` |
39 | gdb | kernel remote GDB stub - `gdb(4)` |
42 | kern | main part of the kernel |
43 | libkern | libc-like and other support functions for kernel use |
44 | modules | kernel module infrastructure |
56 | sys | kernel headers |
57 | tests | kernel unit tests |
/freebsd/stand/common/
H A Dhelp.common38 arguments for the kernel. If <kernelname> is specified, and a kernel
40 kernel.
64 # Tload DLoad a kernel or module
69 modules are loaded, <filename> must be a kernel or the command will
73 later use by the kernel or other modules. <type> may be any string.
151 Sets the default set of kernel boot filename(s). It may be overridden
154 directories. The default bootfile set is "kernel".
161 Instructs the kernel to prompt the user for the name of the root device
162 when the kernel is booted.
169 Instructs the kernel to try to mount the root file system from CD-ROM.
[all …]
/freebsd/sys/arm64/conf/
H A Dstd.arm641 # Standard kernel config items for all ARM64 systems.
4 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
9 options PREEMPTION # Enable kernel thread preemption
58 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
66 options INCLUDE_CONFIG_FILE # Include this file in kernel
75 options KDB # Enable kernel debugger support.
81 #options COVERAGE # Generic kernel coverage. Used by KCOV
83 # Warning: KUBSAN can result in a kernel too large for loader to load
88 options EKCD # Support for encrypted kernel dumps
89 options GZIO # gzip-compressed kernel and user dumps
[all …]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in33 # Hold back kernel upgrades if kernel is not supported by ZFS
35 Requires: kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @ZFS_META_KVER_MAX@.999
36 Requires(post): kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @ZFS_META_KVER_MAX@.999
37 Conflicts: kernel-devel < @ZFS_META_KVER_MIN@, kernel-devel > @ZFS_META_KVER_MAX@.999
38 Requires: kernel-uname-r >= @ZFS_META_KVER_MIN@, kernel-uname-r <= @ZFS_META_KVER_MAX@.999
39 Requires(post): kernel-uname-r >= @ZFS_META_KVER_MIN@, kernel-uname-r <= @ZFS_META_KVER_MAX@.999
40 Conflicts: kernel-uname-r < @ZFS_META_KVER_MIN@, kernel-uname-r > @ZFS_META_KVER_MAX@.999
55 This package contains the dkms ZFS kernel modules.
132 # After installing the package, dkms install this zfs version for the current kernel.
136 echo "Installing %{module} dkms modules version %{version} for the current kernel."
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp120 json::Value toJSON(const JSONKernel &kernel) { in toJSON() argument
122 if (kernel.load_address) in toJSON()
123 json_module["loadAddress"] = toJSON(*kernel.load_address, true); in toJSON()
124 json_module["file"] = kernel.file; in toJSON()
128 bool fromJSON(const json::Value &value, JSONKernel &kernel, Path path) { in fromJSON() argument
130 return o && o.map("loadAddress", kernel.load_address) && in fromJSON()
131 o.map("file", kernel.file); in fromJSON()
143 {"kernel", bundle_description.kernel}}; in toJSON()
154 o.map("kernel", bundle_description.kernel))) in fromJSON()
170 if (bundle_description.kernel) { in fromJSON()
/freebsd/sys/tools/gdb/
H A DREADME.txt2 FreeBSD kernel crashes.
5 utility should be added to freebsd.py. sys/tools/kernel-gdb.py is installed
6 into the kernel debug directory (typically /usr/lib/debug/boot/kernel). It will
12 them from /usr/lib/debug/boot/kernel/gdb/*.
16 system. Then, create a kernel dump or attach to the panicked kernel, and invoke
/freebsd/tools/test/stress2/misc/
H A Dsendfile_shm.sh36 [ -r /boot/kernel/kernel ] || exit 0
48 /tmp/sendfile_shm /boot/kernel/kernel $dir/sendfile_shm.$i > \
56 cmp -s /boot/kernel/kernel $dir/sendfile_shm.$i 2>/dev/null ||
57 { e=1; ls -al $dir/sendfile_shm.* /boot/kernel/kernel; }
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt18 the Linux kernel.
24 XZ related components in the kernel
37 For decompressing the kernel image, initramfs, and initrd, there
44 for compressing the kernel image.
46 For kernel makefiles, two commands are provided for use with
47 $(call if_needed). The kernel image should be compressed with
58 when encoding files that are supposed to be decoded by the kernel. With
73 by the kernel. 1 MiB is probably the maximum reasonable dictionary
74 size for in-kernel use (maybe more is OK for initramfs). The presets
75 in XZ Utils may not be optimal when creating files for the kernel,
[all …]

12345678910>>...54