Searched hist:1.519 (Results 1 - 25 of 31) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.519 Sat Oct 25 17:35:44 GMT 2008 christos branches: 1.519.2; 1.519.4; The Sierra Wireless USBConnect 881 card presents itself as umass containing the driver to be installed for it. We don't need this crap. Tell it to become a modem. 1.519 Sat Oct 25 17:35:44 GMT 2008 christos branches: 1.519.2; 1.519.4; The Sierra Wireless USBConnect 881 card presents itself as umass containing the driver to be installed for it. We don't need this crap. Tell it to become a modem. 1.519 Sat Oct 25 17:35:44 GMT 2008 christos branches: 1.519.2; 1.519.4; The Sierra Wireless USBConnect 881 card presents itself as umass containing the driver to be installed for it. We don't need this crap. Tell it to become a modem. |
| H A D | usbdevs.h | 1.519 Tue Apr 21 16:24:37 GMT 2009 taca Regen. |
| H A D | usbdevs_data.h | 1.519 Sat Feb 14 17:03:33 GMT 2009 jakllsch regen. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.519 Tue Apr 30 19:35:28 GMT 2024 andvar branches: 1.519.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.519 Tue Apr 30 19:35:28 GMT 2024 andvar branches: 1.519.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. |
| H A D | GENERIC | 1.519 Fri Oct 18 15:11:11 GMT 2002 junyoung Add NEW_BUFQ_STRATEGY (disabled by default). |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.519 Sat May 09 08:13:35 GMT 2015 snj first pass de-suckification for 2015. modernize content a bit, fix dirty rotten lies, improve wording, sync legalese with reality, yada yada yada. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.519 Thu Jun 03 20:18:06 GMT 2021 riastradh uvm(9): Enable swap encryption by default. For machines where the performance impact of swapping before the system has an opportunity to process `vm.swap_encrypt=0' in /etc/sysctl.conf, you can disable it again by adding options VMSWAP_DEFAULT_PLAINTEXT to the kernel config. |
| H A D | Makefile | 1.519 Tue Jun 08 05:38:32 GMT 2010 riz Create a manpage for igphy(4). kern/35398. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.519 Mon Feb 24 19:42:14 GMT 2025 rillig lint: add debug logging for function calls in the grammar |
| H A D | tree.c | 1.519 Sat Apr 22 20:54:28 GMT 2023 rillig lint: allow cast from a type to a union containing that type |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.519 Tue Jan 28 16:35:39 GMT 2020 ad Call radix_tree_init() earlier, so more stuff can make use of radixtree. |
| H A D | kern_exec.c | 1.519 Wed Oct 04 20:29:18 GMT 2023 ad Eliminate l->l_biglocks. Originally I think it had a use but these days a local variable will do. |
| /src/sys/net/ | ||
| H A D | if.c | 1.519 Sun Aug 21 07:17:19 GMT 2022 skrll Sprinkle const. NFC. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.519 Fri Mar 01 11:06:55 GMT 2019 pgoyette Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly discussed on irc. NFCI intended. Ride the earlier kernel bump - it;s getting crowded. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.519 Tue Mar 25 18:30:14 GMT 2003 tsubai Regen. |
| H A D | pcidevs_data.h | 1.519 Thu Apr 03 16:15:22 GMT 2003 kent regen |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.519 Mon Aug 04 15:40:39 GMT 2025 sjg Always pass valid length to meta_job_output. |
| H A D | main.c | 1.519 Sat Jan 30 21:03:32 GMT 2021 rillig make(1): inline Buf_GetAll |
| H A D | parse.c | 1.519 Sun Dec 27 18:22:28 GMT 2020 rillig make(1): skip variable expansion in ParseDependencyTargetWord The goal of the code is just to skip over the variable expression, thus there is no need to evaluate it. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.519 Fri Apr 11 22:02:30 GMT 2003 nathanw Make cpu_getmcontext() run the PC through ras_lookup() so that kernel getcontext() plus userlevel setcontext() (as used in libpthread) respects the atomicity of RAS regions. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.519 Wed Feb 03 15:34:37 GMT 2010 roy Userland now builds and uses terminfo instead of termcap. OK: core@, jdc@ |
| H A D | mi | 1.519 Thu Jan 20 04:26:00 GMT 2005 ginsbach add seq(1) |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.519 Wed Apr 04 19:07:06 GMT 2007 kleink tz{code,data}2007e out; tzdata2007e in. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.519 Thu Dec 22 13:42:14 GMT 2016 mlelstv Fix race condition in dksubr, where a dk_start from another thread or interrupt was ignored while the queue was processed. Bump kernel revision for changed dk_softc. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.519 Wed Oct 02 03:20:40 GMT 2002 grant sync with reality: add pwhash.1 (missed in last commit). |
Completed in 1402 milliseconds