Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd-10-stable/contrib/ntp/html/hints/
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-10-stable/tools/debugscripts/
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-10-stable/sbin/reboot/
Dnextboot.sh73 kernel="${OPTARG}"
74 add_kenv kernel "$kernel"
96 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
97 echo "Error: /boot/${kernel} doesn't exist. Use -f to override."
105 nextboot.conf will NOT be reset in case of kernel boot failure
/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
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()
434 } else if (vmcore == NULL && kernel == NULL) { in main()
436 kernel = strdup(getbootfile()); in main()
444 if (kernel != NULL) in main()
445 warnx("kernel image: %s", kernel); in main()
449 if (remote != NULL && kernel == NULL) { in main()
[all …]
/freebsd-10-stable/tools/tools/netrate/tcpp/
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-10-stable/sys/boot/common/
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.
144 Sets the default set of kernel boot filename(s). It may be overridden
147 directories. The default bootfile set is "kernel".
154 Instructs the kernel to prompt the user for the name of the root device
155 when the kernel is booted.
162 Instructs the kernel to try to mount the root file system from CD-ROM.
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/
Dcputimes_notes.txt12 cputimes measures time consumed by the kernel, idle therads and processes,
14 and off-cpu events for kernel therads, measuring the timestamps at each event.
21 see kernel consumed time, which is the idea behind cputimes.
36 KERNEL - the sum of the time spent in the kernel.
37 IDLE - the time the kernel spent in the idle thread, waiting for some work.
47 your server is. Seeing a considerable amout of time in kernel would
50 The kernel generally doesn't use much CPU time, usually less than 5%.
63 In this sample the kernel is using a massive amount of the CPUs, around 47%.
75 of kernel load.
116 Each extra cputimes is consuming an extra 4 to 5 ms of the CPU as kernel time.
[all …]
/freebsd-10-stable/release/ia64/
Dmkisoimages.sh55 mkdir -p $MNT/efi/boot $MNT/boot $MNT/boot/kernel
57 cp $BASE/boot/kernel/kernel $MNT/boot/kernel
58 if [ -s $BASE/boot/kernel/ispfw.ko ]; then
59 cp $BASE/boot/kernel/ispfw.ko $MNT/boot/kernel
/freebsd-10-stable/
DMakefile111 installworld kernel-toolchain libraries lint maninstall \
260 tinderbox toolchains kernel-toolchains: .MAKE
336 kernel: buildkernel installkernel target
383 tinderbox toolchains kernel-toolchains: upgrade_checks
391 kernel-toolchains:
392 @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe
499 .for kernel in ${KERNCONFS}
500 TARGET_ARCH_${kernel}!= cd ${KERNSRCDIR}/${TARGET}/conf && \
501 config -m ${KERNSRCDIR}/${TARGET}/conf/${kernel} 2> /dev/null | \
503 .if empty(TARGET_ARCH_${kernel})
[all …]
DREADME14 kernel, the kernel-modules and the contents of /etc. The ``world''
21 the kernel and the modules (see below). Please see the top of
25 Building a kernel is a somewhat more involved process, documentation
29 Note: If you want to build and install the kernel with the
33 The sample kernel configuration files reside in the sys/<arch>/conf
34 sub-directory (assuming that you've installed the kernel sources), the
36 kernel. The file NOTES contains entries and documentation for all possible
38 LINT file, but in contrast to LINT, it is not buildable as a kernel but a
/freebsd-10-stable/sys/boot/
DREADME19 also on recording any changes you make in your kernel
41 assume a /kernel.config instead of a /boot/kernel.conf.
57 The start command also loads your kernel for you, so don't
58 put any lines in there like "load kernel", they'll fail (but
88 redirecting the output to /boot/kernel.conf. Note that kget
93 you have the kernel option USERCONFIG set in your kernel, so
104 that, at this moment, the change from using /kernel.config
105 to using /boot/kernel.conf as the storage place for kernel
131 have the kernel and other modules loaded. Now, suppose
132 your new /kernel is broken, how do you load
[all …]
/freebsd-10-stable/sys/contrib/xz-embedded/linux/Documentation/
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 …]
/freebsd-10-stable/sys/conf/
Dkern.post.mk30 ${target}: kernel-${target}
82 .ORDER: kernel-install modules-install
84 kernel-all: ${KERNEL_KO} ${KERNEL_EXTRA}
86 kernel-cleandir: kernel-clean kernel-cleandepend
88 kernel-clobber:
91 kernel-obj:
117 cp ${S}/../tools/debugscripts/gdbinit.kernel ${.CURDIR}
154 kernel-clean:
200 kernel-depend: .depend
249 kernel-cleandepend:
[all …]
/freebsd-10-stable/sys/dev/hptmv/
Dreadme.txt11 Override kernel driver(built-in) to support over 2T RAID array.
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:
67 3) Update the kernel configuration file to include the HighPoint source.
68 Assume the configure file is GENERIC, and new kernel configure file is
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.
[all …]
/freebsd-10-stable/sys/boot/ia64/ski/
Dskimd.c75 ia64_platform_enter(const char *kernel) in ia64_platform_enter() argument
78 while (*kernel == '/') in ia64_platform_enter()
79 kernel++; in ia64_platform_enter()
80 ssc(0, (uint64_t)kernel, 0, 0, SSC_LOAD_SYMBOLS); in ia64_platform_enter()
/freebsd-10-stable/contrib/amd/
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
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
31 NFS_GETATTR/NFS_LOOKUP calls sent from the kernel down to Amd, and Amd can
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
56 all to zero, the kernel seems to cache the entries for a default number of
[all …]
/freebsd-10-stable/contrib/smbfs/
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-10-stable/sys/dev/hpt27xx/
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:
69 3) Update the kernel configuration file to include the HighPoint source.
70 Assume the configure file is GENERIC, and new kernel configure file is
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.
146 2) Extract the driver files under the kernel source tree:
[all …]
/freebsd-10-stable/contrib/ntp/kernel/sys/
DREADME1 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-10-stable/tools/tools/
DREADME30 genericize Turn a kernel config into something that can more easily
40 kdrv KernelDriver; add/list/remove third-party kernel driver
41 source to/in/from a kernel source tree.
43 kerninclude Shellscript to find unused #includes in the kernel.
44 kernxref Shellscript to cross reference symbols in the LINT kernel.
45 kttcp An in-kernel version of the ttcp network performance tool
62 kernel configuration.
64 track Track the progress of a world / kernel build
68 the kernel.
/freebsd-10-stable/sys/dev/hptnr/
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:
72 3) Update the kernel configuration file to include the HighPoint source.
73 Assume the configure file is GENERIC, and new kernel configure file is
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.
149 2) Extract the driver files under the kernel source tree:
[all …]
/freebsd-10-stable/release/picobsd/build/
DMakefile.conf33 KERNFILE=${COMPILE}/kernel
35 ${BUILDDIR}/kernel: ${KERNFILE}
43 (cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} )
47 cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} depend )
/freebsd-10-stable/sys/kern/
Dkern_priv.c68 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__ok, "int");
69 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__err, "int");
172 SDT_PROBE1(priv, kernel, priv_check, priv__err, priv); in priv_check_cred()
174 SDT_PROBE1(priv, kernel, priv_check, priv__ok, priv); in priv_check_cred()
/freebsd-10-stable/sys/dev/ixgb/
DREADME46 NOTE: You must have kernel sources installed in order to compile the driver
86 compile the driver into the kernel (see item 7).
100 8. If you want to compile the driver into the kernel, enter:
110 cp Makefile.kernel /usr/src/sys/modules/ixgb/Makefile
126 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in
131 Compile and install the kernel. The system must be reboot for the kernel
132 updates to take affect. For additional information on compiling the kernel,
193 To enable polling in the driver, add the following options to the kernel
194 configuration, and then recompile the kernel:
208 The driver has to be built into the kernel for DEVICE POLLING to be
[all …]

12345678910>>...40