| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | kmodtool | 127 ${kmodname} kernel module(s) for the newest kernel${dashvariant}, 160 Provides: kernel-modules-for-kernel = ${kernel_uname_r} 260 the ${kmodname}-devel-<kernel> objects for the newest kernel. 270 for kernel in ${1}; do 301 Provides: kernel-objects-for-kernel = ${kernel_uname_r} 360 ${kmodname} kernel module(s) for the newest kernel${kernel_variant}. 372 for kernel in ${1} 432 print_rpmtemplate_kmodmetapkg ${kernel} ${kernel##${kernel_verrelarch}} 435 print_rpmtemplate_per_kmodpkg ${kernel} ${kernel##${kernel_verrelarch}} 439 print_rpmtemplate_kmoddevelpkg ${kernel} ${kernel##${kernel_verrelarch}} [all …]
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.patchfreq | 31 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-13.1/tools/boot/ |
| H A D | rootgen.sh | 114 cp /boot/kernel/acl_nfs4.ko ${mntpt}/boot/kernel/acl_nfs4.ko 116 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 155 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 195 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 277 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 319 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 361 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 517 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 566 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko 611 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko [all …]
|
| H A D | lua-img.sh | 25 mkdir -p ${dir}/boot/kernel 26 cp /boot/kernel/kernel ${dir}/boot/kernel
|
| /freebsd-13.1/release/scripts/ |
| H A D | make-manifest.sh | 13 kernel="Kernel" 21 desc_kernel="${kernel} (MANDATORY)" 22 desc_kernel_dbg="${kernel} (Debugging)" 23 desc_kernel_alt="Alternate ${kernel}" 24 desc_kernel_alt_dbg="Alternate ${kernel} (Debugging)" 54 kernel-dbg.txz) 57 kernel.*-dbg.txz) 62 kernel.*.txz)
|
| /freebsd-13.1/tools/debugscripts/ |
| H A D | README | 3 This directory contains gdb macros for kernel debugging. When you 4 build a debug kernel, the target "gdbinit" in the kernel Makefile will 5 create the correct .gdbinit files in the kernel build directory. To 6 perform kernel debugging, you would do: 8 # cd /usr/obj/usr/src/sys/GENERIC (or name of kernel config) 10 # gdb kernel.debug 18 automatically extracts the path to the kernel source, runs gdb to extract 19 information about kernel modules loaded, and then reruns gdb loading the
|
| /freebsd-13.1/sbin/reboot/ |
| H A D | nextboot.sh | 56 Usage: nextboot [-af] [-e variable=value] [-k kernel] [-o options] 82 kernel="${OPTARG}" 83 add_kenv kernel "$kernel" 105 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then 106 echo "Error: /boot/${kernel} doesn't exist. Use -f to override."
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.d | 34 zfs:kernel:dbuf_fix_old_data:db_get_spa 56 zfs:kernel:dbuf_dirty:entry 65 zfs2:kernel:dmu_write_uio_dnode:uio_stats 73 zfs2:kernel:dmu_write_uio_dnode:uio_stats_two 80 zfs2:kernel:dmu_write_uio_dnode:uio_stats_three 85 zfs:kernel:dbuf_dirty:no_db_nofill 96 zfs:kernel:dbuf_hold_impl:ge2
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-fpu.m4 | 2 dnl # Handle differences in kernel FPU code. 12 dnl # for it inside the kernel symbols. 35 [kernel has asm/fpu/api.h]) 44 [kernel has asm/fpu/xcr.h]) 150 dnl # Legacy kernel 158 [kernel exports FPU functions]) 161 dnl # Linux 4.2 kernel 165 [arch/x86/kernel/fpu/core.c arch/x86/kernel/i387.c], [ 170 [kernel exports FPU functions]) 175 [kernel fpu internal]) [all …]
|
| H A D | kernel-config-defined.m4 | 2 dnl # Certain kernel build options are not supported. These must be 27 AC_MSG_CHECKING([for kernel config option compatibility]) 70 *** from succeeding. You must rebuild your kernel without this 78 dnl # Verify the kernel has CONFIG_TRIM_UNUSED_KSYMS disabled. 96 *** This kernel has unused symbols trimming enabled, please disable. 97 *** Rebuild the kernel with CONFIG_TRIM_UNUSED_KSYMS=n set.]) 105 dnl # Verify the kernel has CONFIG_ZLIB_INFLATE support enabled. 123 *** This kernel does not include the required zlib inflate support. 124 *** Rebuild the kernel with CONFIG_ZLIB_INFLATE=y|m set.]) 131 dnl # Verify the kernel has CONFIG_ZLIB_DEFLATE support enabled. [all …]
|
| H A D | kernel.m4 | 2 dnl # Default ZFS kernel configuration 6 dnl # Setup the kernel build environment. 281 dnl # Detect the kernel to be built against 315 [Path to kernel source]), 320 [Path to kernel build objects]), 379 AC_MSG_CHECKING([kernel build directory]) 389 AC_MSG_CHECKING([kernel source version]) 406 *** Cannot determine kernel version. 650 building kernel modules]) 652 building kernel modules]) [all …]
|
| /freebsd-13.1/tools/tools/netrate/tcpp/ |
| H A D | runit.pl | 18 $kernel = $ARGV[0]; 19 $outfile = $date."_".$kernel.".csv"; 22 print OUTFILE "# $kernel $date\n"; 37 my ($kernel, $tso, $lro, $mtu) = @_; 39 $prefix = "$kernel,$tso,$lro,$mtu"; 61 test($kernel, $tso, $lro, $mtu);
|
| /freebsd-13.1/ |
| H A D | Makefile | 190 buildworld everything kernel-toolchain kernel-toolchains kernel \ 437 kernel: buildkernel installkernel .PHONY target 488 kernel-toolchains: .PHONY 595 kernel-toolchain \ 725 .for kernel in ${KERNCONFS} 730 .if empty(TARGET_ARCH_${kernel}) 733 universe_kernconfs_${TARGET_ARCH_${kernel}}: universe_kernconf_${TARGET}_${kernel} 735 @echo ">> ${TARGET}.${TARGET_ARCH_${kernel}} ${kernel} kernel started on `LC_ALL=C date`" 741 KERNCONF=${kernel} \ 742 > _.${TARGET}.${kernel} 2>&1 || \ [all …]
|
| /freebsd-13.1/stand/common/ |
| H A D | help.common | 38 arguments for the kernel. If <kernelname> is specified, and a kernel 40 kernel. 64 # Tload DLoad a kernel or module 154 directories. The default bootfile set is "kernel". 162 when the kernel is booted. 172 # Tset Sboot_ddb DDrop to the kernel debugger (DDB) 192 Selects gdb-remote mode for the kernel debugger by default. 242 by the kernel during the boot phase. 299 # Tset Stunables DSet kernel tunable values 317 Sets the size of kernel memory (bytes). This overrides [all …]
|
| /freebsd-13.1/sys/conf/ |
| H A D | kern.post.mk | 17 kernel-install: _dtbinstall 79 ${target}: kernel-${target} 154 kernel-cleandir: kernel-clean kernel-cleandepend 156 kernel-clobber: 159 kernel-obj: 222 kernel-clean: 279 kernel-depend: .depend 391 kernel-tags: 396 kernel-install: .PHONY 402 -thiskernel=`sysctl -n kern.bootfile || echo /boot/kernel/kernel` ; \ [all …]
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 18 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 73 by the kernel. 1 MiB is probably the maximum reasonable dictionary 75 in XZ Utils may not be optimal when creating files for the kernel, 92 into the kernel. 97 outside the Linux kernel. [all …]
|
| /freebsd-13.1/contrib/libpcap/doc/ |
| H A D | README.linux.md | 2 the "packet" protocol must be supported by your kernel. If it is not, 13 You must configure the kernel with the CONFIG_PACKET option for this 15 the 2.0[.x] kernel: 21 protocol implemented in the kernel, e.g. tcpdump. If you want them 25 code which can be inserted in and removed from the running kernel 31 and the note for the 2.2[.x] kernel says: 37 protocol implemented in the kernel, e.g. tcpdump. If you want them 40 running kernel whenever you want). If you want to compile it as a 52 Copying packets from the kernel to the program consumes a significant 53 amount of CPU, so filtering in the kernel can reduce the overhead of [all …]
|
| H A D | README.tru64 | 6 In order to use kernel packet filtering on this system, you have 12 The packet filtering kernel option must be enabled at kernel 13 installation. If it was not the case, you can rebuild the kernel with 14 "doconfig -c" after adding the following line in the kernel 20 option via the kernel option menu (see the system administration
|
| /freebsd-13.1/contrib/smbfs/ |
| H A D | config.mk.in | 7 # Where your kernel source tree located (/usr/src/sys for example) 10 # Where the kernel module gets installed 24 # Uncomment this option if kernel compiled with SMP suppport. 27 # This turns on debug logging, be careful - it produces a lot of kernel 36 # Build kernel module (don't touch that)
|
| /freebsd-13.1/sys/dev/hptmv/ |
| H A D | readme.txt | 57 2. Rebuild the kernel with RR18xx support 60 1) Install kernel source package and building tools. 62 2) Extract the driver files under the kernel source tree: 111 6) Rebuild and install the kernel: 144 7) Reboot from the new kernel. 147 3. Build/Load the driver as a kernel module 150 1) Install kernel source package and building tools. 163 5) Copy the driver module to the kernel module directory 171 # cp hptmv.ko /boot/kernel/ 184 /kernel text=0x24f1db data=0x3007ec+0x2062c - [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | RELEASES.md | 11 flag, pool/dataset property, zfs/zpool sub-command, new user/kernel 13 user space library APIs (libzfs.so). Existing user/kernel interfaces are 15 Additions to the user/kernel interface are backwards compatible. 18 fixes, minor performance improvements, and kernel compatibility patches. 19 The user space library APIs and user/kernel interface are considered to 27 LTS, enterprise, or similarly managed kernel (RHEL, Ubuntu LTS, Debian). 29 needed. New kernel versions released after the OpenZFS LTS release are
|
| /freebsd-13.1/contrib/ntp/kernel/sys/ |
| H A D | README | 1 README file for directory ./kernel/sys of the NTP Version 3 distribution 4 and STREAMS modules in the .. (./kernel) directory. 6 If the precision-time kernel (KERNEL_PLL define) is configured, the 10 found in the kernel distributions available from the manufacturer's
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/intel_qat/patch/ |
| H A D | 0001-timespec.diff | 2 explicitly hidden in the 5.6 kernel with the introduction of the 5 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af… 6 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=412c53a680a97cb1ae2c0ab60230e…
|
| /freebsd-13.1/tools/tools/ |
| H A D | README | 28 genericize Turn a kernel config into something that can more easily 41 kdrv KernelDriver; add/list/remove third-party kernel driver 42 source to/in/from a kernel source tree. 44 kerninclude Shellscript to find unused #includes in the kernel. 45 kernxref Shellscript to cross reference symbols in the LINT kernel. 46 kttcp An in-kernel version of the ttcp network performance tool 61 kernel configuration. 63 track Track the progress of a world / kernel build 67 the kernel.
|
| /freebsd-13.1/sys/dev/hpt27xx/ |
| H A D | README | 59 2. Rebuild the kernel with HighPoint RocketRAID support 62 1) Install kernel source package and building tools. 64 2) Extract the driver files under the kernel source tree: 105 6) Rebuild and install the kernel: 138 7) Reboot from the new kernel. 141 3. Build/Load the driver as a kernel module 144 1) Install kernel source package and building tools. 157 5) Copy the driver module to the kernel module directory 165 # cp hpt27xx.ko /boot/kernel/ 178 /kernel text=0x24f1db data=0x3007ec+0x2062c - [all …]
|