Searched hist:1.612 (Results 1 - 24 of 24) sorted by relevance
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.612 Tue Apr 30 19:35:29 GMT 2024 andvar branches: 1.612.2; viac7temp(4): rewrite temperature sensor to read value from MSR instead of using documented cpuid instruction and eax register. This approach is adapted from linux via-cputemp.c, no official documentation is currently available. However, msr value seems to work on all tested CPUs while documented cpuid instruction typically reports 0, even for my C7-D CPU. msr value seems to have temperature in Celsius in lower 24-bits without fraction (thus "msr & 0xffffff;" is used). Tested on my personal systems based on CPUs below (i386 and amd64): C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580. Also got one response via email which was based on Nano X2 L4050 (VE-900). Nano reports independent values for each core. KX-U6580 seems to show the same value for all cores but more testing is needed. Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config. Also moving viac7temp man page to x86 instead of i386 (with updates). In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs at least up to KX-6000(G) series. In the future I may need to introduce amd64 kernel module as well. Plan to pullup to at least netbsd-10. Patch mainly reviewed by riastradh. 1.612 Tue Apr 30 19:35:29 GMT 2024 andvar branches: 1.612.2; viac7temp(4): rewrite temperature sensor to read value from MSR instead of using documented cpuid instruction and eax register. This approach is adapted from linux via-cputemp.c, no official documentation is currently available. However, msr value seems to work on all tested CPUs while documented cpuid instruction typically reports 0, even for my C7-D CPU. msr value seems to have temperature in Celsius in lower 24-bits without fraction (thus "msr & 0xffffff;" is used). Tested on my personal systems based on CPUs below (i386 and amd64): C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580. Also got one response via email which was based on Nano X2 L4050 (VE-900). Nano reports independent values for each core. KX-U6580 seems to show the same value for all cores but more testing is needed. Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config. Also moving viac7temp man page to x86 instead of i386 (with updates). In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs at least up to KX-6000(G) series. In the future I may need to introduce amd64 kernel module as well. Plan to pullup to at least netbsd-10. Patch mainly reviewed by riastradh. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.612 Sun Apr 15 07:17:38 GMT 2012 bsh add USB keyboard found on Netwalker. |
| H A D | usbdevs.h | 1.612 Wed May 30 11:50:38 GMT 2012 nonaka regen |
| H A D | usbdevs_data.h | 1.612 Tue May 29 21:11:37 GMT 2012 nonaka regen |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.612 Sun Apr 06 17:59:39 GMT 2014 kardel add Microchip MCP23S17 GPIO driver (via SPI interface) |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.612 Wed Mar 03 01:03:04 GMT 2004 gavan Add Creative Labs SB Audigy LS |
| H A D | pcidevs_data.h | 1.612 Thu Mar 25 14:10:08 GMT 2004 drochner regen |
| H A D | pcidevs | 1.612 Wed Mar 03 01:03:04 GMT 2004 gavan Add Creative Labs SB Audigy LS |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.612 Sat Mar 09 13:54:47 GMT 2024 rillig lint: inline accessor macros for tnode_t |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.612 Sat Nov 10 20:06:24 GMT 2007 ad - When computing the TSC frequency, call i8254_delay() and not DELAY(). - Use atomics to adjust the pmap reference count, instead of taking locks. - Implement I386_{SET,GET}_{FS,GS}BASE, allowing %fs and %gs to be used as per-thread registers. This is compatible with FreeBSD. - Run patches after we have attached CPUs, since we then know if the system is uniprocessor or not. Eliminates a lot of #ifdef MULTIPROCESSOR and makes running MP kernels on UP systems cheaper. - Patch out many of the 'lock' prefixes to nops if uniprocessor. - Do a wbinvd after patching to ensure that the trace/instruction cache is up to date. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.612 Sun Jan 22 18:36:15 GMT 2012 christos From tnozaki@: make fpos_t a complex object that keeps track of the parse state of the stream. Change argument of the seek function to funopen() from fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing backwards compatible entry points. Approved by releng@ |
| H A D | mi | 1.612 Sat Apr 08 14:15:48 GMT 2006 tnozaki add following encoding support to iconv: * KOI-7(iso-ir-37, iso-5427) * KOI-8(old KOI8) * KOI7-switched(iso-2022 variant) * KOI8-C -- Pablo Saratxaga's X_LOCALE KOI8-C(Caucasus) * KOI8-CyrillicOld -- Serge Winitzki's KOI8-C(Cyrillic-Old) ** not exported yet ** * KOI8-E(iso-ir-111, ecma-cyrillic) * KOI8-RU * KOI8-T |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.612 Sun Jun 22 15:48:49 GMT 2008 christos mention openssh-hpn. |
| H A D | CHANGES | 1.612 Sun Apr 23 16:42:14 GMT 2006 hubertf Add a switch "-c file" to verify a list of checksums generated by the cksum program and stored in file against files on disk. E.g. first run "md5 *.tgz >MD5" to generate a list of MD5 checksums in MD5, then use the following command to verify them use "md5 -c MD5" Inspired by Linux' md5sum, called for by Jukka Salmi <j+nbsd@2006.salmi.ch>on netbsd-help@, reviewed by rui@. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.612 Sun Mar 10 02:53:37 GMT 2024 sjg make: record exit status in GNode SetErrorVars can now set .ERROR_EXIT which allows a .ERROR target to ignore the case of .ERROR_EXIT == 6 which means failure happened elsewhere. Reviewed by: |
| H A D | parse.c | 1.612 Sat Jan 01 21:19:37 GMT 2022 rillig make: clean up loadfile Do not reserve extra space "just in case a makefile does not end in '\n'" since that doesn't happen often. The assertion for 'buf.len <= buf.cap' was redundant. No functional change. |
| H A D | var.c | 1.612 Sat Oct 31 09:03:36 GMT 2020 rillig make(1): remove redundant code branch in SysVMatch The general code path of parsing :from=to achieves the same effect. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.612 Tue Sep 17 15:20:05 GMT 2019 christos belatedly bump for execve1 signature change which affects compat modules. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.612 Mon Jun 14 01:28:00 GMT 2004 lukem Use "options<SPACE><TAB>". (`egrep -l '(^|[^e])options<TAB>'` is your friend...) |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.612 Sat Oct 04 14:10:41 GMT 2003 jdolecek add basic grf(4) manpage, mainly just with explanation what is each grf* device mapped to and with crossrefs to the actual underlying device manpages |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.612 Fri Feb 06 22:24:15 GMT 2015 rjs Fix build when MKRUMP=no. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.612 Sun Dec 13 09:10:16 GMT 2009 mrg enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing. |
| /src/sys/conf/ | ||
| H A D | files | 1.612 Wed May 14 22:45:03 GMT 2003 itojun no need to compile net_osdep.c. simplify net_osdep.h conditions (remove bsdi/freebsd/openbsd stuff) |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.612 Sun Sep 07 11:29:18 GMT 2003 yamt pool_cache(9) and links to it |
Completed in 1686 milliseconds