Home
last modified time | relevance | path

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

12345678910>>...42

/freebsd-12.1/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-12.1/tools/boot/
H A Drootgen.sh133 cp /boot/kernel/acl_nfs4.ko ${mntpt}/boot/kernel/acl_nfs4.ko
134 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
173 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
213 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
295 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
337 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
379 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
535 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
584 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
629 cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
[all …]
H A Dlua-img.sh25 mkdir -p ${dir}/boot/kernel
26 cp /boot/kernel/kernel ${dir}/boot/kernel
/freebsd-12.1/tools/debugscripts/
H A DREADME3 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-12.1/release/scripts/
H A Dmake-manifest.sh14 kernel="Kernel"
23 desc_kernel="${kernel} (MANDATORY)"
24 desc_kernel_dbg="${kernel} (Debugging)"
25 desc_kernel_alt="Alternate ${kernel}"
26 desc_kernel_alt_dbg="Alternate ${kernel} (Debugging)"
57 kernel-dbg.txz)
60 kernel.*-dbg.txz)
65 kernel.*.txz)
/freebsd-12.1/sbin/reboot/
H A Dnextboot.sh55 Usage: nextboot [-af] [-e variable=value] [-k kernel] [-o options]
81 kernel="${OPTARG}"
82 add_kenv kernel "$kernel"
104 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
105 echo "Error: /boot/${kernel} doesn't exist. Use -f to override."
113 nextboot.conf will NOT be reset in case of kernel boot failure
/freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.d34 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-12.1/gnu/usr.bin/gdb/kgdb/
H A Dmain.c74 static char *kernel; variable
109 kernel = strdup(path); in kernel_from_dumpnr()
116 kernel = strdup(path); in kernel_from_dumpnr()
149 kernel = strdup(path); in kernel_from_dumpnr()
413 kernel = strdup(argv[optind++]); in main()
436 kernel = strdup(getbootfile()); in main()
444 if (kernel != NULL) in main()
445 warnx("kernel image: %s", kernel); in main()
456 if (kernel == NULL) { in main()
460 if (kernel == NULL) in main()
[all …]
/freebsd-12.1/
H A DMakefile167 buildworld everything kernel-toolchain kernel-toolchains kernel \
414 kernel: buildkernel installkernel .PHONY target
465 kernel-toolchains: .PHONY
557 kernel-toolchain \
691 .for kernel in ${KERNCONFS}
695 .if empty(TARGET_ARCH_${kernel})
700 @echo ">> ${TARGET}.${TARGET_ARCH_${kernel}} ${kernel} kernel started on `LC_ALL=C date`"
704 TARGET_ARCH=${TARGET_ARCH_${kernel}} \
706 KERNCONF=${kernel} \
707 > _.${TARGET}.${kernel} 2>&1 || \
[all …]
H A DMakefile.inc1590 TAGS+= kernel
591 PACKAGE= kernel
1184 @echo ">>> Install check kernel"
1517 INSTKERNNAME?= kernel
1691 cd ${DESTDIR}/${DISTDIR}/kernel; \
1697 cd ${DESTDIR}/${DISTDIR}/kernel; \
1718 cd ${DESTDIR}/${DISTDIR}/kernel; \
1723 cd ${DESTDIR}/${DISTDIR}/kernel; \
1777 stage-packages-kernel: .PHONY
1798 create-kernel-packages
[all …]
/freebsd-12.1/tools/tools/netrate/tcpp/
H A Drunit.pl18 $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-12.1/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
147 directories. The default bootfile set is "kernel".
155 when the kernel is booted.
165 # Tset Sboot_ddb DDrop to the kernel debugger (DDB)
185 Selects gdb-remote mode for the kernel debugger by default.
235 by the kernel during the boot phase.
292 # Tset Stunables DSet kernel tunable values
310 Sets the size of kernel memory (bytes). This overrides
[all …]
/freebsd-12.1/stand/lua/
H A Dcli.lua104 local kernel, argstr = parseBootArgs(argv)
105 if kernel ~= nil then
107 config.selectKernel(kernel)
120 local kernel, argstr = parseBootArgs(argv)
121 if kernel ~= nil then
123 config.selectKernel(kernel)
H A Dconfig.lua495 local kernel = other_kernel or loader.getenv("kernel")
537 if kernel == nil then
555 kernel = other_kernel
559 local paths = {"/boot/" .. kernel, kernel}
567 config.kernel_loaded = kernel
579 res = tryLoad(kernel)
581 config.kernel_loaded = kernel
584 print(MSG_KERNFAIL:format(kernel))
590 function config.selectKernel(kernel)
591 config.kernel_selected = kernel
[all …]
/freebsd-12.1/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
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-12.1/contrib/libpcap/
H A DREADME.linux2 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 DREADME.tru646 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-12.1/sys/conf/
H A Dkern.post.mk17 kernel-install: _dtbinstall
50 ${target}: kernel-${target}
116 kernel-cleandir: kernel-clean kernel-cleandepend
118 kernel-clobber:
121 kernel-obj:
184 kernel-clean:
242 kernel-depend: .depend
282 beforebuild: kernel-depend
357 kernel-tags:
361 kernel-install: .PHONY
[all …]
/freebsd-12.1/sys/dev/hptmv/
H A Dreadme.txt57 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-12.1/contrib/amd/
H A DREADME.attrcache14 systems. The kernel contacts Amd via RPCs, and Amd in turn performs the
15 actual mounts, and then responds back to the kernel's RPCs. Every kernel
19 Amd manages its namespace in the user level, but the kernel caches names
21 sync. If the kernel uses a cached entry from the DNLC, without consulting
25 Amd has to tell the kernel to purge its corresponding DNLC entry too. The
29 newer, the kernel will discard all cached entries for that directory, and
32 then properly inform the kernel of the new state of automounted entries.
35 interference from the kernel, Amd will try to turn off the NFS attribute
97 Linux: 2.6.11 kernel (2.4.latest probably works fine)
107 these two kernel patchs to support a 'noac' flag in NetBSD 2.x or 3.x:
[all …]
H A DFAQ41 A1. This is a limitation of the Linux Autofs kernel module (for both autofs
53 older than kernel." Is it a problem?
55 A2. No, it's a harmless warning message that the Linux kernel prints for NFS
56 mounts. The intent was to alert administrators that the kernel has
58 program used. This happens if you compile Amd against kernel headers
59 that are different than the kernel you're running. If the message
61 Amd against the same kernel headers as the running kernel.
65 the userland and kernel sides, and were "standardized" for years
/freebsd-12.1/contrib/smbfs/
H A Dconfig.mk.in7 # 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-12.1/sys/dev/hpt27xx/
H A DREADME59 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 …]
/freebsd-12.1/tools/tools/
H A DREADME28 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
60 kernel configuration.
62 track Track the progress of a world / kernel build
66 the kernel.
/freebsd-12.1/sys/dev/hptnr/
H A DREADME62 2. Rebuild the kernel with HighPoint Rocket support
65 1) Install kernel source package and building tools.
67 2) Extract the driver files under the kernel source tree:
108 6) Rebuild and install the kernel:
141 7) Reboot from the new kernel.
144 3. Build/Load the driver as a kernel module
147 1) Install kernel source package and building tools.
160 5) Copy the driver module to the kernel module directory
168 # cp hptnr.ko /boot/kernel/
181 /kernel text=0x24f1db data=0x3007ec+0x2062c -
[all …]

12345678910>>...42