Searched hist:1.685 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.685 Fri Dec 12 05:18:35 GMT 2014 msaitoh Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji. |
| H A D | usbdevs.h | 1.685 Tue Mar 17 08:15:48 GMT 2015 macallan regen |
| H A D | usbdevs_data.h | 1.685 Sun Mar 15 01:42:27 GMT 2015 nonaka regen |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs | 1.685 Sat Jan 15 13:21:31 GMT 2005 skrll branches: 1.685.2; Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter 1.685 Sat Jan 15 13:21:31 GMT 2005 skrll branches: 1.685.2; Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter |
| H A D | pcidevs.h | 1.685 Sat Jan 15 08:40:41 GMT 2005 jdolecek regen: Fix Geforce 6800GT entry |
| H A D | pcidevs_data.h | 1.685 Tue Jan 18 06:24:18 GMT 2005 tsubai Regen. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.685 Fri Oct 25 17:39:57 GMT 2019 martin Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU systems. From Andrew Doran in PR kern/54648. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.685 Tue Jul 08 17:43:54 GMT 2025 rillig lint: reword message about 'extra bits set to 0' The word 'extra' in the previous wording was too unspecific to make sense of. In the reworded message, focus on the problem instead of mentioning only the effect. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.685 Sun Apr 18 23:47:51 GMT 2010 jym This patch fixes the NX regression issue observed on amd64 kernels, where per-page execution right was disabled (therefore leading to the inability of the kernel to detect fraudulent use of memory mappings marked as not being executable). - replace cpu_feature and ci_feature_flags variables by cpu_feature and ci_feat_val arrays. This makes it cleaner and brings kernel code closer to the design of cpuctl(8). A warning will be raised for each CPU that does not expose the same features as the Boot Processor (BP). - the blacklist of CPU features is now a macro defined in the specialreg.h header, instead of hardcoding it inside MD initialization code; fix comments. - replace checks against CPUID_TSC with the cpu_hascounter() function. - clean up the code in init_x86_64(), as cpu_feature variables are set inside cpu_probe(). - use cpu_init_msrs() for i386. It will be eventually used later for NX feature under i386 PAE kernels. - remove code that checks for CPUID_NOX in amd64 mptramp.S, this is already performed by cpu_hatch() through cpu_init_msrs(). - remove cpu_signature and feature_flags members from struct mpbios_proc (they were never used). This patch was tested with i386 MONOLITHIC, XEN3PAE_DOM0 and XEN3_DOM0 under a native i386 host, and amd64 GENERIC, XEN3_DOM0 via QEMU virtual machines. XXX Should kernel rev be bumped? XXX A similar patch should be pulled-up for NetBSD-5, hopefully tomorrow. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.685 Sat Jan 11 18:38:00 GMT 2014 christos bump openssl libraries |
| H A D | mi | 1.685 Tue Jan 30 19:40:08 GMT 2007 elad Move paxctl from usr.bin/paxctl to usr.sbin/paxctl, and make it an admin tool (man-page moved from section 1 to section 8). |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.685 Fri Apr 17 20:09:34 GMT 2009 roy Import dhcpcd-4.0.13 |
| H A D | CHANGES | 1.685 Sat Sep 09 00:51:04 GMT 2006 gdamore Arc has been timecountered. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.685 Sat Sep 24 10:26:32 GMT 2022 rillig make: fix variable and function names relating to .if nesting The previous names were confusing since they suggested that cond_depth instead of cond_min_depth would be saved and restored. No functional change. |
| H A D | var.c | 1.685 Sat Nov 14 21:29:44 GMT 2020 rillig make(1): replace a few HashTable_CreateEntry with HashTable_Set Instead of HashTable_CreateEntry and HashEntry_Set, several places just need the HashEntry for storing a value in it. This makes the calling code simpler to understand. These parts of the code are already hard enough to understand since they are about memory management and aliasing. Having a too detailed API for the HashTable only distracts from these topics. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.685 Sun Feb 14 20:58:35 GMT 2021 christos - centralize header align and pullup into a single inline function - use a single macro to align pointers and expose the alignment, instead of hard-coding 3 in 1/2 the macros. - fix an issue in the ipv6 lt2p where it was aligning for ipv4 and pulling for ipv6. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.685 Mon Jul 11 15:37:04 GMT 2005 kiyohara ieee1394 import from FreeBSD. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.685 Tue Apr 27 17:51:17 GMT 2004 heas The cat8 (pre-formatted) version of verify(8) should have a suffix of .0 instead of .8. Noted by Hisashi T Fujinaka. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.685 Wed Aug 31 14:05:10 GMT 2016 maya Add failing test for casinh |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.685 Tue Oct 25 05:54:15 GMT 2011 mrg switch sparc, sparc64, arm and powerpc to GDB 7. |
| /src/sys/conf/ | ||
| H A D | files | 1.685 Tue Sep 21 03:10:35 GMT 2004 thorpej Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() calls to ensure that the vnode lock state is as expected when the VOP call is made. Modify vnode_if.src to set the expected state according to the documenting lock table for each VOP. Modify vnode_if.sh to emit the checks. Notes: - The checks are only performed if the vnode has the VLOCKSWORK bit set. Some file systems (e.g. specfs) don't even bother with vnode locks, so of course the checks will fail. - We can't actually run with VNODE_LOCKDEBUG because there are so many vnode locking problems, not the least of which is the "use SHARED for VOP_READ()" issue, which screws things up for the entire call chain. Inspired by similar changes in OpenBSD, but implemented differently. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.685 Thu Mar 25 19:36:27 GMT 2004 atatat Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from sysctl(8) into libc, making the minor number jump. Add prototypes to sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it. |
Completed in 1679 milliseconds