Searched hist:1.359 (Results 1 - 25 of 73) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.359 Mon Oct 04 21:02:40 GMT 2021 andvar remove duplicate the article in comments. |
| H A D | UPDATING | 1.359 Tue Sep 24 14:04:49 GMT 2024 martin Ammend the libc/jemalloc entry with hints for architectures with compat libraries. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.359 Mon Apr 17 08:32:01 GMT 2017 hannken branches: 1.359.2; 1.359.4; Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). Remove argument "keepref" from vfs_unbusy() and add vfs_ref() where needed. 1.359 Mon Apr 17 08:32:01 GMT 2017 hannken branches: 1.359.2; 1.359.4; Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). Remove argument "keepref" from vfs_unbusy() and add vfs_ref() where needed. 1.359 Mon Apr 17 08:32:01 GMT 2017 hannken branches: 1.359.2; 1.359.4; Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). Remove argument "keepref" from vfs_unbusy() and add vfs_ref() where needed. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.359 Sun Apr 25 18:16:25 GMT 2021 thorpej Document thorpej-i2c-spi-conf branch. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.359 Tue Apr 26 16:57:40 GMT 2011 joerg branches: 1.359.2; Remove PECOFF/Win32 emulation. 1.359 Tue Apr 26 16:57:40 GMT 2011 joerg branches: 1.359.2; Remove PECOFF/Win32 emulation. |
| H A D | ALL | 1.359 Sat Jun 08 02:43:10 GMT 2013 dholland Add the new LFS options. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.369 Thu Jun 27 23:58:46 GMT 2024 riastradh branches: 1.369.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.359 Thu Oct 28 10:45:48 GMT 2021 riastradh x86: Process bootloader rndseed much sooner. |
| /src/etc/ | ||
| H A D | Makefile | 1.359 Sun Oct 19 22:05:20 GMT 2008 apb branches: 1.359.2; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk. 1.359 Sun Oct 19 22:05:20 GMT 2008 apb branches: 1.359.2; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.360 Wed Jul 29 14:35:04 GMT 2015 tsutsui Revert rev 1.359 which broke libsa builds. PR/50101 1.359 Mon Jul 20 00:20:26 GMT 2015 joerg Simplify the build of library archives by no longer doing a topological sort. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.359 Tue Jan 19 22:12:00 GMT 2010 pooka branches: 1.359.2; 1.359.4; 5.99.24: bpf_foo => bpf_ops->bpf_foo (better bump than bummer) 1.359 Tue Jan 19 22:12:00 GMT 2010 pooka branches: 1.359.2; 1.359.4; 5.99.24: bpf_foo => bpf_ops->bpf_foo (better bump than bummer) 1.359 Tue Jan 19 22:12:00 GMT 2010 pooka branches: 1.359.2; 1.359.4; 5.99.24: bpf_foo => bpf_ops->bpf_foo (better bump than bummer) |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.359 Sat Aug 16 17:56:31 GMT 2014 apb Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60". |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.359 Sun Jan 26 16:35:42 GMT 2025 christos sets changes for new bind-9. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.359 Mon Mar 31 14:23:10 GMT 2025 riastradh libpthread(3): Add missing cancellation points. - accept4 - tcdrain XXX Should our nonstandard alias paccept(2) also be a cancellation point? PR lib/59240: POSIX.1-2024: cancellation point audit |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.359 Fri Aug 04 03:59:00 GMT 2023 gutteridge acronyms.comp: add ONCE |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.359 Wed Jan 08 14:21:12 GMT 2020 macallan add lmtemp, found in some late powerbooks |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.842 Thu Jun 27 23:58:46 GMT 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.359 Thu Jun 17 00:12:11 GMT 1999 thorpej PMAP_NEW is no longer optional on the i386; the old pmap's page table allocation strategy no longer works at all. Move pmap.new.* to pmap.*. To read the revision history of PMAP_NEW up until this merge, use cvs rlog of the old pmap.new.* files. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.359 Mon Dec 10 14:46:24 GMT 2018 maxv Remove unused mbuf.h includes. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.359 Thu Mar 14 19:10:04 GMT 2019 kre Avoid a panic from the sequence mlock(buf, 0); munlock(buf, 0); mlock(buf, page); munlock(buf, page); where buf is page aligned, and page is actually anything > 0 (but not too big) which will get rounded up to the next multiple of the page size. In that sequence, it is possible that the 1st munlock() is optional. Add a KASSERT() (or two) to detect the first effects of the problem (without that, or in !DIAGNOSTIC kernels) the problem eventually causes some kind of problem or other (most often still a panic.) After this, mlock(anything, 0) (or munlock) validates "anything" but is otherwise a no-op (regardless of the alignment of anything). Also, don't treat mlock(buf, verybig) as equivalent to mlock(buf, 0) which is (more or less) what we had been doing. XXX pullup -8 (maybe -7 as well, need to check). |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.359 Tue Jun 04 11:54:03 GMT 2019 kamil Stop trying to inform debugger about events from an exiting child Do not emit signals to parent for if a process is demising: - fork/vfork/similar - lwp created/exited - exec - syscall entry/exit With these changes Go applications can be traced without a clash under a debugger, at least without deadlocking always. The culprit reason was an attempt to inform a debugger in the middle of exit1() call about a dying LWP. Go applications perform exit(2) without collecting threads first. Verified with GDB and picotrace-based utilities like sigtracer. PR kern/53120 PR port-arm/51677 PR bin/54060 PR bin/49662 PR kern/52548 |
| H A D | kern_synch.c | 1.359 Sat Sep 23 18:48:04 GMT 2023 ad - Simplify how priority boost for blocking in kernel is handled. Rather than setting it up at each site where we block, make it a property of syncobj_t. Then, do not hang onto the priority boost until userret(), drop it as soon as the LWP is out of the run queue and onto a CPU. Holding onto it longer is of questionable benefit. - This allows two members of lwp_t to be deleted, and mi_userret() to be simplified a lot (next step: trim it down to a single conditional). - While here, constify syncobj_t and de-inline a bunch of small functions like lwp_lock() which turn out not to be small after all (I don't know why, but atomic_*_relaxed() seem to provoke a compiler shitfit above and beyond what volatile does). |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.359 Fri May 30 21:55:32 GMT 2014 palle Remove debugging code introduced by accident in locore.s revision 1.357 |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.359 Fri Feb 29 21:51:38 GMT 2008 bouyer The Hitachi HDP725025GLA380 returns "aborted command" instead of "id not found" when hitting the LBA48 bug, so also install the LBA48 bug workaround on "aborted command" errors. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.359 Sun Oct 04 08:18:49 GMT 2015 joerg Use pointer computation for references outside an object. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.359 Tue May 26 13:24:52 GMT 2020 martin Make the readahead-while-sending-output code conditional in com_common_putc(), only erquest readahead before interrupts are enabled and when called from comcnputc(). Fixes PR kern/55286. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.359 Sat Feb 22 20:29:15 GMT 2020 thorpej Fix a couple of printf formats in debug messages. |
Completed in 466 milliseconds