| /trueos/contrib/ntp/html/build/hints/ |
| HD | 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."
|
| /trueos/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| HD | t_netpgpverify.sh | 559 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 …]
|
| /trueos/tools/debugscripts/ |
| HD | 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 extract the path to the kernel source, run gdb to extract 19 information about kernel modules loaded, and then rerun gdb loading the
|
| /trueos/sbin/reboot/ |
| HD | nextboot.sh | 73 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
|
| HD | reboot.c | 72 const char *user, *kernel = NULL; in main() local 86 kernel = optarg; in main() 120 if (kernel != NULL) { in main() 126 (void)write(fd, kernel, strlen(kernel)); in main()
|
| /trueos/gnu/usr.bin/gdb/kgdb/ |
| HD | main.c | 74 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 …]
|
| /trueos/tools/tools/netrate/tcpp/ |
| HD | 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);
|
| /trueos/sys/boot/common/ |
| HD | help.common | 38 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 …]
|
| /trueos/release/ia64/ |
| HD | mkisoimages.sh | 55 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
|
| /trueos/cddl/contrib/dtracetoolkit/Notes/ |
| HD | cputimes_notes.txt | 12 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 …]
|
| /trueos/sys/boot/ |
| HD | README | 19 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 …]
|
| /trueos/sys/contrib/xz-embedded/linux/Documentation/ |
| HD | 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 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 …]
|
| /trueos/sys/conf/ |
| HD | kern.post.mk | 30 ${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: 192 kernel-depend: .depend 237 kernel-cleandepend: [all …]
|
| /trueos/sys/security/mac/ |
| HD | mac_internal.h | 77 SDT_PROBE_DEFINE5(mac_framework, kernel, name, mac__check__err, \ 79 SDT_PROBE_DEFINE5(mac_framework, kernel, name, mac__check__ok, \ 83 SDT_PROBE_DEFINE4(mac_framework, kernel, name, mac__check__err, \ 85 SDT_PROBE_DEFINE4(mac_framework, kernel, name, mac__check__ok, \ 89 SDT_PROBE_DEFINE3(mac_framework, kernel, name, mac__check__err, \ 91 SDT_PROBE_DEFINE3(mac_framework, kernel, name, mac__check__ok, \ 95 SDT_PROBE_DEFINE2(mac_framework, kernel, name, mac__check__err, \ 97 SDT_PROBE_DEFINE2(mac_framework, kernel, name, mac__check__ok, \ 102 SDT_PROBE(mac_framework, kernel, name, mac__check__err, \ 105 SDT_PROBE(mac_framework, kernel, name, mac__check__ok, \ [all …]
|
| /trueos/sys/kern/ |
| HD | kern_racct.c | 99 SDT_PROBE_DEFINE3(racct, kernel, rusage, add, "struct proc *", "int", 101 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__failure, 103 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__cred, "struct ucred *", 105 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__force, "struct proc *", 107 SDT_PROBE_DEFINE3(racct, kernel, rusage, set, "struct proc *", "int", 109 SDT_PROBE_DEFINE3(racct, kernel, rusage, set__failure, 111 SDT_PROBE_DEFINE3(racct, kernel, rusage, sub, "struct proc *", "int", 113 SDT_PROBE_DEFINE3(racct, kernel, rusage, sub__cred, "struct ucred *", 115 SDT_PROBE_DEFINE1(racct, kernel, racct, create, "struct racct *"); 116 SDT_PROBE_DEFINE1(racct, kernel, racct, destroy, "struct racct *"); [all …]
|
| /trueos/sys/boot/ia64/ski/ |
| HD | skimd.c | 75 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()
|
| /trueos/sys/dev/hptmv/ |
| HD | readme.txt | 11 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 …]
|
| /trueos/sys/dev/hpt27xx/ |
| HD | README | 35 2. Rebuild the kernel with HighPoint RocketRAID support 38 1) Install kernel source package and building tools. 40 2) Extract the driver files under the kernel source tree: 45 3) Update the kernel configuration file to include the HighPoint source. 46 Assume the configure file is GENERIC, and new kernel configure file is 81 6) Rebuild and install the kernel: 114 7) Reboot from the new kernel. 117 3. Build/Load the driver as a kernel module 120 1) Install kernel source package and building tools. 122 2) Extract the driver files under the kernel source tree: [all …]
|
| /trueos/contrib/smbfs/ |
| HD | 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)
|
| /trueos/contrib/amd/ |
| HD | FAQ | 41 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
|
| HD | README.attrcache | 14 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 …]
|
| /trueos/sys/dev/hptnr/ |
| HD | README | 52 2. Rebuild the kernel with HighPoint Rocket support 55 1) Install kernel source package and building tools. 57 2) Extract the driver files under the kernel source tree: 62 3) Update the kernel configuration file to include the HighPoint source. 63 Assume the configure file is GENERIC, and new kernel configure file is 98 6) Rebuild and install the kernel: 131 7) Reboot from the new kernel. 134 3. Build/Load the driver as a kernel module 137 1) Install kernel source package and building tools. 139 2) Extract the driver files under the kernel source tree: [all …]
|
| /trueos/tools/tools/ |
| HD | README | 30 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.
|
| /trueos/contrib/ntp/kernel/sys/ |
| HD | 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
|
| /trueos/release/picobsd/build/ |
| HD | Makefile.conf | 33 KERNFILE=${COMPILE}/kernel 35 ${BUILDDIR}/kernel: ${KERNFILE} 43 (cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} ) 47 cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} depend )
|