| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.842 Thu Jun 27 23:58:46 UTC 2024 riastradh branches: 1.842.2; x86: Defer x86_rndseed until after pmap_bootstrap. Loading the random seed, which is what x86_rndseed does, requires direct map access on KASLR kernels, which requires pmap_bootstrap to have run. This had been broken in amd64/machdep.c 1.359 i386/machdep.c 1.832 because we apparently don't have any automatic test setup for KASLR kernels, which we should address. This change shouldn't cause any security regression on kernels that previously owrked, because none of the logic that now happens before x86_rndseed uses the entropy pool anyway (uvm_md_init, init_x86_clusters, xen_parse_cmdline). PR port-amd64/58366 Thu Jun 27 23:58:46 UTC 2024 riastradh branches: 1.842.2; x86: Defer x86_rndseed until after pmap_bootstrap. Loading the random seed, which is what x86_rndseed does, requires direct map access on KASLR kernels, which requires pmap_bootstrap to have run. This had been broken in amd64/machdep.c 1.359 i386/machdep.c 1.832 because we apparently don't have any automatic test setup for KASLR kernels, which we should address. This change shouldn't cause any security regression on kernels that previously owrked, because none of the logic that now happens before x86_rndseed uses the entropy pool anyway (uvm_md_init, init_x86_clusters, xen_parse_cmdline). PR port-amd64/58366 1.842.2.1 Sat Aug 02 05:55:43 UTC 2025 perseant Sync with HEAD |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.842 Wed Oct 25 19:22:57 UTC 2006 bouyer Regen: Add VIA VT8237A Integrated SATA Controller |
| pcidevs_data.h | 1.842 Tue Oct 31 23:32:20 UTC 2006 manu regen |
| pcidevs | 1.842 Wed Oct 25 19:22:31 UTC 2006 bouyer Add VIA VT8237A Integrated SATA Controller, from FreeBSD. |
| /src/usr.bin/make/ | |
| var.c | 1.842 Tue Feb 23 00:04:48 UTC 2021 rillig make: add quotes around variable name in an error message |
| /src/sys/conf/ | |
| files | 1.842 Tue May 08 06:10:27 UTC 2007 manu Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time. This allows working around situations where a kernel with embedded RAMdisk cannot be booted by the bootloader because the RAMdisk is too big. 1.819.2.4 Sun May 13 10:28:08 UTC 2007 jdc branches: 1.819.2.4.2; Pull up revision 1.842 (requested by manu in ticket #635). Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time. This allows working around situations where a kernel with embedded RAMdisk cannot be booted by the bootloader because the RAMdisk is too big. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.842 Mon Aug 20 00:54:42 UTC 2007 kiyohara Add btbc(4). |
| /src/doc/ | |
| CHANGES | 1.842 Thu May 03 05:09:50 UTC 2007 snj Move ICH8 support to CHANGES.prev, as it will appear in NetBSD 4.0. |
| 3RDPARTY | 1.842 Sun May 29 15:21:34 UTC 2011 spz note bind update |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.842 Sat Jun 06 21:26:00 UTC 2020 thorpej Improvements to the problib(3) API: ==> Provide a much more complete set of setters and getters for different value types in the prop_array_util(3) and prop_dictionary_util(3) functions. ==> Overhaul the prop_data(3), prop_number(3), and prop_string(3) APIs to be easier to use and less awkwardly named, Deprecate the old awkward names, and produce link-time warnings when they are referenced. ==> Deprecate mutable prop_data(3) and prop_string(3) objects. The old APIs that support them still exist, but will now produce link-time warnings when used. ==> When the new prop_string(3) API is used, strings are internally de-duplicated as a memory footprint optimization. ==> Provide a rich set of bounds-checked gettter functions in and a corresponding set of convenience setters in the prop_number(3) API. ==> Add a new prop_bool_value(3) function that is equivalent to prop_bool_true(3), but aligned with the new "value" routines in prop_data(3), prop_string(3), and prop_number(3). |
| /src/distrib/sets/lists/base/ | |
| shl.mi | 1.842 Thu Jun 28 10:14:01 UTC 2018 christos branches: 1.842.2; put back lsan Thu Jun 28 10:14:01 UTC 2018 christos branches: 1.842.2; put back lsan 1.842.2.2 Mon Apr 13 07:45:31 UTC 2020 martin Mostly merge changes from HEAD upto 20200411 1.842.2.1 Mon Jun 10 21:42:29 UTC 2019 christos Sync with HEAD |
| mi | 1.842 Sat Nov 14 01:56:21 UTC 2009 tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3) part3: added CP114[0-9] support. 2. fix csmapper name separator. |
| /src/share/mk/ | |
| bsd.own.mk | 1.842 Fri Jan 23 03:43:24 UTC 2015 chs switch m68k to use gcc48. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.842 Tue Dec 13 18:23:31 UTC 2005 christos add sony.4 |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.842 Wed Jan 04 19:14:55 UTC 2006 xtraeme Manpage that explains the i2c framework... from OpenBSD. |