Searched hist:1.492 (Results 1 - 25 of 33) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.492 Tue Feb 19 10:51:56 GMT 2008 drochner branches: 1.492.2; 1.492.6; regen 1.492 Tue Feb 19 10:51:56 GMT 2008 drochner branches: 1.492.2; 1.492.6; regen 1.492 Tue Feb 19 10:51:56 GMT 2008 drochner branches: 1.492.2; 1.492.6; regen |
| H A D | usbdevs | 1.492 Sat Dec 15 00:50:12 GMT 2007 mjf Add the vendor eMPIA Technology and add the built-in USB camera that is found on the EEEpc. |
| H A D | usbdevs_data.h | 1.492 Mon Feb 11 02:23:32 GMT 2008 ichiro regen. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.492 Sat May 16 13:46:11 GMT 2020 maya Remove uyap, USB YAP phone firmware loader. And the associated ezload EZ-USB code, which is only used by uyap. It could theoretically be used by other drivers, but none of them are in tree. I suspect that this device isn't in use, as phone technology has improved a lot since 2001 when uyap(4) was added to the tree. Proposed with no objections on netbsd-users on 13 April 2020 |
| H A D | GENERIC | 1.492 Sat May 25 17:05:33 GMT 2002 jmcneill Add explanation for PMS_DISABLE_POWERHOOKS, as requested by hubertf. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.107 Wed Nov 12 01:33:44 GMT 2008 cegger reduce diff to i386/i386/machdep.c:init386() - introduce add_mem_cluster() as done in i386 - apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 for amd64 - apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 for amd64 |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.492 Mon Oct 15 18:15:28 GMT 2012 palle Added palle@ to list of NetBSD developers |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.492 Sat Dec 15 00:08:18 GMT 2018 maxv Add KASAN and KLEAK. |
| H A D | Makefile | 1.492 Fri Jun 05 07:21:14 GMT 2009 hubertf Add iic(4) manpage, partly taken from OpenBSD. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.492 Wed Mar 27 21:14:09 GMT 2024 rillig lint: add missing assignment to $$ in grammar Byacc and Bison both provide this assignment for all actions, whether default or not, but the wording in POSIX doesn't guarantee this. |
| H A D | tree.c | 1.492 Sat Jan 14 10:33:34 GMT 2023 rillig lint: use fewer abbreviations No binary change except for line numbers in assertions in decl.c. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.492 Fri Oct 27 00:25:15 GMT 2017 joerg Revert printf return value change. |
| H A D | kern_exec.c | 1.492 Sat Feb 15 17:13:55 GMT 2020 ad PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion linux ldconfig triggers vpp != NULL in exit1()->radixtree.c line 674 Create an lwp_renumber() from the code in emulexec() and use in linux_e_proc_exec() and linux_e_proc_fork() too. |
| H A D | vfs_subr.c | 1.492 Mon Mar 28 00:37:46 GMT 2022 riastradh specfs: Let spec_node_lookup_by_dev wait for reclaim to finish. vdevgone relies on this to ensure that if there is a concurrent revoke in progress, it will wait for that revoke to finish -- that way, it can guarantee all I/O operations have completed and the device is closed. |
| /src/sys/net/ | ||
| H A D | if.c | 1.492 Thu Sep 30 03:23:48 GMT 2021 yamaguchi Provide a hook point called at change of link state |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.492 Tue May 22 08:15:26 GMT 2018 maxv Clarify the parameters for the SpectreV2 mitigation. Add: machdep.spectre_v2.swmitigated Rename: machdep.spectre_v2.mitigated -> machdep.spectre_v2.hwmitigated Change the method string, to combine both the hardware and software mitigations. swmitigated is set at compile time, hwmitigated can be set by the user. Examples: spectre_v2.swmitigated = 1 spectre_v2.hwmitigated = 0 spectre_v2.method = [GCC retpoline] spectre_v2.swmitigated = 0 spectre_v2.hwmitigated = 0 spectre_v2.method = (none) spectre_v2.swmitigated = 1 spectre_v2.hwmitigated = 1 spectre_v2.method = [GCC retpoline] + [Intel IBRS] |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.492 Tue Nov 26 18:13:29 GMT 2002 thorpej Regen: Add IBM 133 PCI-X Bridge. |
| H A D | pcidevs_data.h | 1.492 Wed Dec 11 21:35:19 GMT 2002 jdolecek regen: add Madge Networks Smart 16/4 PCI Ringnode Mk2 entry |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.492 Sat Apr 12 13:00:21 GMT 2025 rillig make: clean up job and output handling |
| H A D | main.c | 1.492 Sat Dec 05 18:38:02 GMT 2020 rillig make(1): define constants for enum zero-values |
| H A D | parse.c | 1.492 Sat Dec 19 10:49:36 GMT 2020 rillig make(1): clean up variable names in ParseGetLine and ParseRawLine |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.492 Sun Oct 20 10:35:41 GMT 2002 kanaoka Fix bugs in the BIOS memory probe. - If the BIOS reports the same memory cluster multiple times, only allocate the extent once. - If we fail to allocate an extent, don't add it to mem_clusters and don't increment mem_cluster_cnt. - When loading the physical extents, make sure we don't try to add an extent with zero length (seg_start == tmp). port-i386/13399: from maximum entropy <entropy@tappedin.com>. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.492 Tue Sep 29 23:56:26 GMT 2009 tsarna Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.492 Wed Dec 13 13:22:29 GMT 2006 perry note that tcpdump is up to 3.9.5 (we're still at 3.8.3) |
| /src/sys/sys/ | ||
| H A D | param.h | 1.492 Mon Apr 04 08:42:53 GMT 2016 ozaki-r Bump kernel version for nexthop cache separation |
Completed in 1541 milliseconds