Searched hist:1.336 (Results 1 - 25 of 83) sorted by relevance
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.336 Fri Aug 14 00:55:02 GMT 2020 riastradh branches: 1.336.2; regen 1.336 Fri Aug 14 00:55:02 GMT 2020 riastradh branches: 1.336.2; regen |
| H A D | vfs_subr.c | 1.336 Fri Apr 04 20:13:18 GMT 2008 cegger branches: 1.336.2; 1.336.4; use device_xname() where appropriate OK martin 1.336 Fri Apr 04 20:13:18 GMT 2008 cegger branches: 1.336.2; 1.336.4; use device_xname() where appropriate OK martin 1.336 Fri Apr 04 20:13:18 GMT 2008 cegger branches: 1.336.2; 1.336.4; use device_xname() where appropriate OK martin |
| H A D | kern_sig.c | 1.336 Fri Apr 21 15:10:35 GMT 2017 christos branches: 1.336.4; - Propagate the signal mask from the ucontext_t to the newly created thread as specified by _lwp_create(2) - Reset the signal stack for threads created with _lwp_create(2) 1.336 Fri Apr 21 15:10:35 GMT 2017 christos branches: 1.336.4; - Propagate the signal mask from the ucontext_t to the newly created thread as specified by _lwp_create(2) - Reset the signal stack for threads created with _lwp_create(2) |
| H A D | kern_synch.c | 1.336 Thu Jan 09 16:35:03 GMT 2020 ad - Many small tweaks to the SMT awareness in the scheduler. It does a much better job now at keeping all physical CPUs busy, while using the extra threads to help out. In particular, during preempt() if we're using SMT, try to find a better CPU to run on and teleport curlwp there. - Change the CPU topology stuff so it can work on asymmetric systems. This mainly entails rearranging one of the CPU lists so it makes sense in all configurations. - Add a parameter to cpu_topology_set() to note that a CPU is "slow", for where there are fast CPUs and slow CPUs, like with the Rockwell RK3399. Extend the SMT awareness to try and handle that situation too (keep fast CPUs busy, use slow CPUs as helpers). |
| /src/doc/ | ||
| H A D | BRANCHES | 1.336 Tue Jul 19 02:04:06 GMT 2016 pgoyette branches: 1.336.2; Add the pgoyette-localcount branch 1.336 Tue Jul 19 02:04:06 GMT 2016 pgoyette branches: 1.336.2; Add the pgoyette-localcount branch |
| /src/ | ||
| H A D | build.sh | 1.336 Sat May 23 10:59:25 GMT 2020 jmcneill Remove evbarm OABI targets |
| H A D | UPDATING | 1.336 Mon Jan 16 08:49:55 GMT 2023 martin Note dependency of new binutils on new ld.elf_so for unsupported DESTDIR=/ builds. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.336 Sat Feb 24 22:06:49 GMT 2024 mlelstv branches: 1.336.2; Don't try to discover wedges when the unit isn't online. 1.336 Sat Feb 24 22:06:49 GMT 2024 mlelstv branches: 1.336.2; Don't try to discover wedges when the unit isn't online. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vnops.c | 1.336 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.336.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.336 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.336.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ |
| H A D | lfs_vfsops.c | 1.336 Wed Aug 12 18:25:04 GMT 2015 dholland Make 32-bit and 64-bit versions of CLEANERINFO. XXX: while this is written to disk, it seems like much of it would XXX: be better set up as a commpage shared with the cleaner. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.336 Fri Feb 09 21:55:27 GMT 2007 ad branches: 1.336.2; Merge newlock2 to head. 1.336 Fri Feb 09 21:55:27 GMT 2007 ad branches: 1.336.2; Merge newlock2 to head. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.336 Tue Jul 16 02:58:19 GMT 2013 matt branches: 1.336.2; When linking shared libraries, produce a map file. 1.336 Tue Jul 16 02:58:19 GMT 2013 matt branches: 1.336.2; When linking shared libraries, produce a map file. |
| H A D | bsd.prog.mk | 1.336 Thu Nov 12 17:53:43 GMT 2020 nia Revert addition of pthread dependency on sqlite. It is less trivial than expected and introduced some surprising breakage. |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.336 Tue Jul 30 15:50:08 GMT 2019 msaitoh - Avoid undefined behavior in bge_setmulti(). found by kUBSan. - Avoid undefined behavior when setting the MAC address in bge_init(). found by kUBSan. 1.256 Fri Jul 05 07:08:26 GMT 2013 msaitoh Fix a link detect bug on non-autopoll systems. Same as OpenBSD (rev.1.329 and 1.336) and FreeBSD (r213710). |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.336 Sat Oct 16 17:10:43 GMT 2010 tsutsui branches: 1.336.2; Prepare empty module_init_md() for options MODULAR for all other m68k ports. 1.336 Sat Oct 16 17:10:43 GMT 2010 tsutsui branches: 1.336.2; Prepare empty module_init_md() for options MODULAR for all other m68k ports. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.336 Sun Jan 24 07:36:54 GMT 2021 mrg avoid using 'extern <func|data>;' inside a .c file, but instead use header files and ensure definitions are not duplicated or are technically (if not in codegen) wrong. |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.336 Fri Jul 29 10:08:01 GMT 2022 riastradh x86: Disable new DRM_LEGACY option in INSTALL kernel. The INSTALL kernel appears to be intended to have no drm in it at all, but DRM_LEGACY brings it in just for modules. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.336 Sat May 08 22:16:25 GMT 2010 mrg enable IPFILTER_COMPAT in all kernels that have ipfilter already. canonicalise several of the ipf option segments in various files (this mostly means adding commented out IPFILTER_DEFAULT_BLOCK, or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP option statements.) i built about 20 of these kernels to check, but not all of them. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.336 Sun Aug 07 02:53:42 GMT 2022 simonb Regen. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.336 Mon Jun 15 23:41:55 GMT 2020 christos Add compatfile to libblacklist |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.336 Sat Feb 17 18:32:19 GMT 2024 christos bump libunbound |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.336 Tue Feb 28 15:01:53 GMT 2023 fcambus Add GUS (Gravis UltraSound). |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.336 Fri Sep 22 04:09:06 GMT 2017 macallan all i2c controllers support direct config now, so get rid of hard wired i2c buses and addresses |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.336 Thu Oct 22 11:31:31 GMT 2015 maxv Fix PR 50070. From hannken@. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.336 Thu Nov 05 00:10:48 GMT 2015 pgoyette Now that SYSVSHM is modularized, reattach the linkages from uvm so that we can correctly clean up on process exit or fork. Without this, firefox attaches to a shared memory segment but doesn't detach before exit. Thus once firefox causes an autoload for sysv_ipc it cannot be unloaded since the segment still retains references. |
Completed in 339 milliseconds