Searched hist:1.427 (Results 1 - 25 of 43) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs_data.h | 1.427 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.427.2; 1.427.4; Regen. 1.427 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.427.2; 1.427.4; Regen. 1.427 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.427.2; 1.427.4; Regen. |
| H A D | usbdevs.h | 1.427 Mon Mar 13 16:30:41 GMT 2006 christos branches: 1.427.2; regen 1.427 Mon Mar 13 16:30:41 GMT 2006 christos branches: 1.427.2; regen |
| H A D | usbdevs | 1.427 Mon Apr 03 07:14:03 GMT 2006 scw Add vendor id for Topfield Co., Ltd. Add product id for the TF5000PR range of digital video recorders. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.427 Sun Nov 20 02:35:19 GMT 2016 pgoyette branches: 1.427.2; Avoid calling bufq_free() from critical section. 1.427 Sun Nov 20 02:35:19 GMT 2016 pgoyette branches: 1.427.2; Avoid calling bufq_free() from critical section. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.427 Sun Jun 03 00:54:51 GMT 2018 gson branches: 1.427.2; Remove stray space to unbreak build 1.427 Sun Jun 03 00:54:51 GMT 2018 gson branches: 1.427.2; Remove stray space to unbreak build |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs_data.h | 1.427 Wed May 15 14:14:58 GMT 2002 augustss branches: 1.427.2; Regen. 1.427 Wed May 15 14:14:58 GMT 2002 augustss branches: 1.427.2; Regen. |
| H A D | files.pci | 1.427 Wed May 20 08:15:26 GMT 2020 macallan radeonfb doesn't attach an iic*, so pull in iic, not i2cbus |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.427 Sun Apr 27 17:40:55 GMT 2025 riastradh posix_spawn(2): Allocate a new vmspace at process creation time. This allocates a new vmspace for the process at the time the new process is created, rather than sharing some other vmspace temporarily. This eliminates any risk of anything bad happening due to temporary sharing, since there isn't any sharing. Resolves a race to where: 1. we set up the child to share proc0.p_vmspace at first, 2. another process tries to read the new child's psstrings via kern.proc_args.<childpid>.argv or similar with the child's p_reflock held and gets stuck in a uvm fault loop because proc0.p_vmspace doesn't have the child's psstrings address (inherited from the parent) mapped, 3. the child is waiting for p_reflock before it can replace its p_vmspace or psstrings. By allocating the vmspace up front, with no mappings in it, we avoid exposing the child in this scenario. Minor possible downside is that sysctl kern.proc_args.<childpid>.argv might spuriously fail with EFAULT during this time (rather than fail with EBUSY as it does if p_reflock is held concurrently) but that's not a particularly big deal. Patch and first paragraph of commit message written by chs@; minor tweaks to comments -- and any mistakes in the analysis -- by me. PR kern/59037: deadlock in posix_spawn PR kern/59175: posix_spawn hang, hanging other process too |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.427 Sat Apr 03 17:01:24 GMT 2021 palle Improve cpu_idle() by allowing a platform specific implementaion (same logic as the sparc implementation) - currently only used by sun4v |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.427 Sun Aug 13 08:48:30 GMT 2017 christos Add ALPS pms support |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.427 Tue Mar 23 06:35:24 GMT 2021 skrll Re-enable kpreemption in an error path. Spotted by nat@ |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.427 Mon Nov 10 11:30:59 GMT 2008 hasso Add myself. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.427 Wed Feb 21 22:53:47 GMT 2024 christos changes for new bind. XXX: removing lint libraries where lint does not work anymore is temporary. |
| /src/etc/ | ||
| H A D | Makefile | 1.427 Tue Feb 07 21:18:05 GMT 2017 christos Use make -C instead of cd && make; this is done to preserve the logical path for debugging info DW_AT_comp_dir |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.427 Mon Dec 20 20:33:20 GMT 2021 christos Rename: MKKDEBUG -> MKDEBUGKERNEL MKTOOLSDEBUG -> MKDEBUGTOOLS while keeping compatibility with the old names. Add missing documentation. Now all debugging tunables are prefixed with MKDEBUG. |
| H A D | bsd.own.mk | 1.427 Sun Nov 28 11:14:41 GMT 2004 jmc branches: 1.427.2; Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts. 1.427 Sun Nov 28 11:14:41 GMT 2004 jmc branches: 1.427.2; Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.427 Thu Aug 22 07:17:11 GMT 2013 wiz Remove PFIL_HOOKS references, code was unifdefed. From David H. Gutteridge in PR 48146. Bump date. |
| H A D | Makefile | 1.427 Tue May 15 14:12:08 GMT 2007 macallan add a couple man pages for the new ADB subsystem |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.427 Sat Jan 21 08:04:43 GMT 2023 rillig lint: fix null pointer dereference on invalid argument to __typeof__ |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.427 Fri Jan 28 18:44:44 GMT 2011 pooka Move sysctl routines from init_sysctl.c to kern_descrip.c (for descriptors) and kern_proc.c (for processes). This makes them usable in a rump kernel, in case somebody was wondering. |
| H A D | kern_exec.c | 1.427 Sun May 08 01:28:09 GMT 2016 christos Move all the randomization inside kern_pax.c so we can control it directly. Add debugging flags to be able to set the random number externally. |
| H A D | vfs_subr.c | 1.427 Sun Jan 29 06:32:43 GMT 2012 dholland Move the code for iterating over the multiple RPC calls in a quota proplib XML packet to vfs_quotactl.c out of sys/ufs/ufs. Add a dummy extra arg to VFS_QUOTACTL for compile safety. Note: this change requires a kernel version bump. |
| /src/sys/net/ | ||
| H A D | if.c | 1.427 Fri Jun 01 07:16:23 GMT 2018 ozaki-r Make sure to remove all AF_LINK addresses in if_detach |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.427 Tue Oct 08 21:09:08 GMT 2024 riastradh x86/pmap: Use UVM_KMF_WAITVA to ensure pmap_pdp_alloc never fails. This is used as the backing page allocator for pmap_pdp_pool, and pmap_ctor assumes that PR_WAITOK allocations from it don't fail and unconditionally writes to the resulting kva, which if null leads nowhere good. It is unclear to me why uvm_km_alloc can accept any combination of the options UVM_KMF_NOWAIT and UVM_KMF_WAITVA. It seems to me that at least one should be required (and they should be exclusive), and any other use should trip an assertion. PR kern/58666: panic: lock error: Reader / writer lock: rw_vector_enter,357: locking against myself |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.427 Sat Mar 19 23:21:02 GMT 2016 gdt Disable uscanner in all kernel configs As discussed on current-users@, SANE uses ugen via libusb and not uscanner, so users are not well served by having uscanner. Consensus is that addressing how to adjust permissions for scanners should not block restoring basic functionionality. (Compile-tested only, but there are multiple reports of this being the right approach.) |
Completed in 690 milliseconds