Home
last modified time | relevance | path

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

12345678910>>...43

/NextBSD/contrib/ntp/html/hints/
HDsolaris.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."
/NextBSD/contrib/netbsd-tests/usr.bin/netpgpverify/
HDt_netpgpverify.sh559 SHA1 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = e127c41d5e332c75e79f5ca0e72ba250ef3c739a
560 SHA512 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 7487273a4289d2f1dd69fb0230c263ac4fd19…
561 RMD160 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 09dcd3b8f9be85b99ed094fefc6a88e27be9b…
562 MD5 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 5aef629404b3d65f15bc44554b948145
563 SHA1 (NetBSD-6.0/acorn26/binary/kernel/netbsd-GENERIC.gz) = c6362b83dbc496509c4e539cca33924b14318804
564 SHA512 (NetBSD-6.0/acorn26/binary/kernel/netbsd-GENERIC.gz) = da75edae5fcd456028c5699d3872ac6e9c041…
565 RMD160 (NetBSD-6.0/acorn26/binary/kernel/netbsd-GENERIC.gz) = 6caa2f5e65c871664b1af2dd2a5eceb8b64f2…
566 MD5 (NetBSD-6.0/acorn26/binary/kernel/netbsd-GENERIC.gz) = b14bd857ffbe97a3601f91bc0a1b388d
659 SHA1 (NetBSD-6.0/acorn32/binary/kernel/netbsd-GENERIC.gz) = 8d2b1f19b2ba2231aba8e20c14ab5fd83dde59ae
660 SHA512 (NetBSD-6.0/acorn32/binary/kernel/netbsd-GENERIC.gz) = 364ad36c66788c822a3cbfd0ddffafc6d19f9…
[all …]
/NextBSD/release/scripts/
HDmake-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)"
53 kernel-dbg.txz)
56 kernel.*-dbg.txz)
61 kernel.*.txz)
/NextBSD/tools/debugscripts/
HDREADME3 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
/NextBSD/sbin/reboot/
HDnextboot.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
/NextBSD/gnu/usr.bin/gdb/kgdb/
HDmain.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 …]
/NextBSD/tools/tools/netrate/tcpp/
HDrunit.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);
/NextBSD/
HDMakefile123 installworld kernel-toolchain libraries lint maninstall \
218 tinderbox toolchains kernel-toolchains: .MAKE
292 kernel: buildkernel installkernel target
331 tinderbox toolchains kernel-toolchains: upgrade_checks
339 kernel-toolchains:
340 @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe
461 .for kernel in ${KERNCONFS}
462 TARGET_ARCH_${kernel}!= cd ${KERNSRCDIR}/${TARGET}/conf && \
463 config -m ${KERNSRCDIR}/${TARGET}/conf/${kernel} 2> /dev/null | \
465 .if empty(TARGET_ARCH_${kernel})
[all …]
/NextBSD/sys/boot/common/
HDhelp.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 …]
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDcputimes_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 …]
/NextBSD/sys/boot/
HDREADME19 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 …]
/NextBSD/sys/contrib/xz-embedded/linux/Documentation/
HDxz.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 …]
/NextBSD/sys/conf/
HDkern.post.mk35 ${target}: kernel-${target}
87 .ORDER: kernel-install modules-install
89 kernel-all: ${KERNEL_KO} ${KERNEL_EXTRA}
91 kernel-cleandir: kernel-clean kernel-cleandepend
93 kernel-clobber:
96 kernel-obj:
122 cp ${S}/../tools/debugscripts/gdbinit.kernel ${.CURDIR}
157 kernel-clean:
195 kernel-depend: .depend
262 kernel-cleandepend: .PHONY
[all …]
/NextBSD/sys/dev/hptmv/
HDreadme.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 …]
/NextBSD/contrib/amd/
HDREADME.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 …]
HDFAQ41 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
/NextBSD/contrib/smbfs/
HDconfig.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)
/NextBSD/sys/dev/hpt27xx/
HDREADME59 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 …]
/NextBSD/tools/tools/
HDREADME30 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
62 kernel configuration.
64 track Track the progress of a world / kernel build
68 the kernel.
/NextBSD/sys/dev/hptnr/
HDREADME62 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 …]
/NextBSD/contrib/ntp/kernel/sys/
HDREADME1 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
/NextBSD/release/picobsd/build/
HDMakefile.conf33 KERNFILE=${COMPILE}/kernel
35 ${BUILDDIR}/kernel: ${KERNFILE}
43 (cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} )
47 cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} depend )
/NextBSD/sys/kern/
HDkern_priv.c64 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__ok, "int");
65 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__err, "int");
168 SDT_PROBE1(priv, kernel, priv_check, priv__err, priv); in priv_check_cred()
170 SDT_PROBE1(priv, kernel, priv_check, priv__ok, priv); in priv_check_cred()
/NextBSD/sys/dev/ixgb/
HDREADME46 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 …]
/NextBSD/sys/amd64/conf/
HDMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64
5 # GENERIC, minus all functionality that can be replaced by loading kernel
12 # is included in the kernel.
38 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
42 options PREEMPTION # Enable kernel thread preemption
70 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
78 options INCLUDE_CONFIG_FILE # Include this file in kernel
81 options KDB # Enable kernel debugger support.
93 # Make an SMP-capable kernel by default
144 options XENHVM # Xen HVM kernel infrastructure

12345678910>>...43