Searched hist:1.423 (Results 1 - 25 of 43) sorted by relevance
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.423 Wed Jan 08 20:59:20 GMT 2020 skrll branches: 1.423.6; oldlwp is always non-NULL in cpu_switchto so remove the test for NULL. 1.423 Wed Jan 08 20:59:20 GMT 2020 skrll branches: 1.423.6; oldlwp is always non-NULL in cpu_switchto so remove the test for NULL. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.423 Mon Mar 13 16:29:58 GMT 2006 christos branches: 1.423.2; kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converter 1.423 Mon Mar 13 16:29:58 GMT 2006 christos branches: 1.423.2; kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converter |
| H A D | usbdevs.h | 1.423 Mon Nov 28 19:32:29 GMT 2005 augustss Regen. |
| H A D | usbdevs_data.h | 1.423 Fri Nov 18 11:31:41 GMT 2005 hira Regen. |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.423 Sat Sep 24 11:05:47 GMT 2022 riastradh branches: 1.423.4; x86/pmap: Convert conditional to assertion. pmap_kernel should never have va < VM_MAXUSER_ADDRESS entered. 1.423 Sat Sep 24 11:05:47 GMT 2022 riastradh branches: 1.423.4; x86/pmap: Convert conditional to assertion. pmap_kernel should never have va < VM_MAXUSER_ADDRESS entered. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.423 Wed Aug 14 21:05:11 GMT 2024 riastradh uvm_map(9): Make sure search in the nearest gap is monotonic. The algorithm, on a hint clamped to the VM bounds, works as follows (assuming topdown VM): 1. Make sure the hint is aligned, by subtracting the remainderin uvm_map_align_va. 2. If the hint is equal to the VM max, try the first free gap. 3. If the hint is not equal to the VM max, but is already in use, try the next gap _below_ the entry covering hint. 4. If the hint is not equal to the VM max and is not already in use, try gap between the entry below hint and the next entry after it, above hint. In the last case, `entry' is the one below hint, and `entry->next' is the one above it. We would take entry->next->start - length as the next candidate hint. However, this algorithm is supposed to be a monotonic search through the address space, and we might wind up with something like: [0x7defb000,0x7defc000) entry above hint (entry->next) 0x77895000 hint [0x77894000,0x77895000) entry below hint (entry) In this case, if length=0x1000, we would take 0x7defb000 - 0x1000 = 0x7defa000 as the next candidate hint, but this violates monotonicity of the search. Instead, take the _smallest_ of orig_hint or entry->next->start - length, to avoid violating monotonicity, so hint <= orig_hint. I didn't commit this change before because it didn't seem to fix all the manifestations of the problem, but we have more diagnostics now so maybe we will find there is a _different_ violation of the same invariants once this is committed -- and I'm pretty sure this change is necessary to guarantee monotonicity in some cases (but I'm still not sure why we're only hitting the problem on sh3). PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.423 Thu Jul 21 19:05:03 GMT 2016 jakllsch Call wd_params_to_properties() after softc is sufficently initialized. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.423 Sat Jul 29 00:00:56 GMT 2017 maxv Remove svr4 from the config files. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.423 Sun Jan 24 14:51:01 GMT 2021 skrll More debug |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.423 Sat Oct 18 20:20:01 GMT 2008 jym Add self. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.423 Fri Nov 10 23:04:50 GMT 2023 christos Add test for: PR/57689: RVP: getcwd() not overridable with -D_FORTIFY_SOURCE |
| /src/etc/ | ||
| H A D | Makefile | 1.423 Thu Jul 23 08:03:25 GMT 2015 mrg remove the xfree86 reachover makefiles and the vast majority of the support in the rest of the source tree. X11 sets could use some cleaning up perhaps (just deletion, as we've never really marked the old X11R6 as obsolete for native xorg using platforms so far either.) |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.423 Mon May 28 22:25:12 GMT 2018 pgoyette Add man-page links for new module_* accessor functions |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.423 Sun Nov 28 15:47:33 GMT 2021 christos For private and module libraries, build lint but do not install the lint libraries. We want to lint the private library code and we want to be able to link against the lint libraries, for example llib-largon2 from cgdconfig which is accessed via PROGDPLIBS. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.423 Wed Jun 05 23:08:09 GMT 2013 christos reflect current reality. |
| H A D | Makefile | 1.423 Sun Mar 25 09:11:56 GMT 2007 wiz Add basic drm(4) man page, and link it to drivers. Feel free to improve it! |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.423 Sun Jan 19 17:53:15 GMT 2020 thorpej Remove the de(4) driver, which has long since been supplanted by the tlp(4) driver, which supports more chips and more board variants. |
| H A D | pcidevs.h | 1.423 Thu Apr 18 17:40:56 GMT 2002 tshiozak add PCI/USB vendor ID for Kurusugawa Electronics, Inc. PCI-ID: 0x6809, USB-ID: 0x0b7e. |
| H A D | pcidevs_data.h | 1.423 Fri Apr 26 14:21:29 GMT 2002 ad Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.423 Sun Aug 28 10:43:18 GMT 2022 rillig lint: rename functions to be clearer No need anymore to keep external identifiers at the "6 significant initial characters" mandated by C90. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.423 Sat Aug 21 13:17:31 GMT 2010 pgoyette Define a set of new kernel locking primitives to implement the recursive kernconfig_mutex. Update module subsystem to use this mutex rather than its own internal (non-recursive) mutex. Make module_autoload() do its own locking to be consistent with the rest of the module_xxx() calls. Update module(9) man page appropriately. As discussed on tech-kern over the last few weeks. Welcome to NetBSD 5.99.39 ! |
| H A D | kern_exec.c | 1.423 Mon Nov 30 22:47:19 GMT 2015 pgoyette Make the list of syscalls which can trigger a module autoload an attribute of each emulation, rather than having a single global list which applies only to the default emulation. This changes 'struct emul' so Welcome to 7.99.23 ! |
| H A D | vfs_subr.c | 1.423 Sun Jun 12 03:35:56 GMT 2011 rmind Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch. |
| /src/sys/net/ | ||
| H A D | if.c | 1.423 Mon May 14 02:55:46 GMT 2018 ozaki-r Protect if_deferred_start_softint with KERNEL_LOCK if the interface isn't MP-safe |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.423 Sat Jan 30 04:12:38 GMT 2016 christos compile full symbol table for CTF so FBT can get function arguments. |
Completed in 658 milliseconds