Searched hist:1.378 (Results 1 - 25 of 64) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.378 Fri Jul 05 00:34:11 GMT 2024 riastradh build.sh: Check for xsrc/Makefile, not just xsrc/. Should make the failure mode a little more obvious when you forget to mount xsrc. PR toolchain/58399 |
| H A D | UPDATING | 1.378 Sun Apr 27 22:03:22 GMT 2025 pgoyette Mention new KERNEL_DIR stuff |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.378 Thu Nov 17 06:40:40 GMT 2022 chs branches: 1.378.2; Restore backward compatibility of UFS2 with previous NetBSD releases by disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process). 1.378 Thu Nov 17 06:40:40 GMT 2022 chs branches: 1.378.2; Restore backward compatibility of UFS2 with previous NetBSD releases by disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process). |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.382 Wed Mar 04 11:32:31 GMT 2015 palle sun4v: revert some of the logic introduced in revision 1.378 - flushw is not necessary on sun4v (OpenBSD patches the flushw instruction to a nop instruction) - with these changes the kernel reaches cpu_boot_secondary_processors() when running in the Legion simulator (crashes due to missing handling of cpu_mondo_trap) 1.378 Mon Feb 23 00:36:58 GMT 2015 palle sun4v: sparc_interupt - ensure that the trap level and globals level are the same when the flushw instruction is issued - othwise warnings occur when using the sun4v Legion simulator. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.378 Fri Mar 10 14:40:56 GMT 2017 maxv branches: 1.378.6; Move pmc.c into x86/, it can be shared with amd64. 1.378 Fri Mar 10 14:40:56 GMT 2017 maxv branches: 1.378.6; Move pmc.c into x86/, it can be shared with amd64. |
| H A D | ALL | 1.378 Sun Jun 29 03:44:33 GMT 2014 tsutsui Add gffb(4) at pci. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.378 Sun May 25 15:34:20 GMT 2014 rmind branches: 1.378.2; MI IPI interface: - Implement support for the asynchronous IPI calls. - Rework synchronous IPI code to reuse the asynchronous mechanism. - Add ipi(9) manual page; needs wizd(8). Note: MD code can now provide a low level primitive for the ipi(9) and reuse this interface instead of open-coding. Portmasters are encouraged to convert. Ride 6.99.43! 1.378 Sun May 25 15:34:20 GMT 2014 rmind branches: 1.378.2; MI IPI interface: - Implement support for the asynchronous IPI calls. - Rework synchronous IPI code to reuse the asynchronous mechanism. - Add ipi(9) manual page; needs wizd(8). Note: MD code can now provide a low level primitive for the ipi(9) and reuse this interface instead of open-coding. Portmasters are encouraged to convert. Ride 6.99.43! |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.378 Thu Sep 14 07:58:38 GMT 2017 mrg clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.378 Mon Oct 27 16:30:23 GMT 2025 christos revert libpthread bump |
| H A D | mi | 1.378 Wed May 25 00:47:40 GMT 2022 nia debug pieces should also be installed conditionally based on MKMBONE |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.378 Wed Nov 15 14:03:19 GMT 2023 jschauma +NTA negative trust anchor (DNSSEC, RFC7646) |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.378 Wed Jan 17 13:23:30 GMT 2024 uwe macppc: enable FFS_EI in GENERIC I'd say it should be enabled for anything with USB. ok macallan |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.378 Mon Jun 10 07:14:01 GMT 2013 kardel branches: 1.378.2; adjust soekrisgpio driver to NetBSD 1.378 Mon Jun 10 07:14:01 GMT 2013 kardel branches: 1.378.2; adjust soekrisgpio driver to NetBSD |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.378 Sat Apr 04 20:49:31 GMT 2020 ad Merge the remaining changes from the ad-namecache branch, affecting namei() and getcwd(): - push vnode locking back as far as possible. - do most lookups directly in the namecache, avoiding vnode locks & refs. - don't block new refs to vnodes across VOP_INACTIVE(). - get shared locks for VOP_LOOKUP() if the file system supports it. - correct lock types for VOP_ACCESS() / VOP_GETATTR() in a few places. Possible future enhancements: - make the lookups lockless. - support dotdot lookups by being lockless and inferring absence of chroot. - maybe make it work for layered file systems. - avoid vnode references at the root & cwd. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.378 Fri Apr 10 17:26:46 GMT 2020 ad uvmspace_exec(): set VM_MAP_DYING for the duration, so pmap_update() is not called until the pmap has been totally cleared out after pmap_remove_all(), or it can confuse some pmap implementations. |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.378 Sun Nov 10 14:20:50 GMT 2019 pgoyette Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.378 Mon Jun 08 15:09:35 GMT 2009 jakllsch Add atap_max_lba member to ataparams for LBA48 Maximum Address. From OpenBSD. While here, renumber some __reserved member names to be sequential. Also, add a member for the World Wide Name. Use atap_max_lba in wd.c instead of offsets into a __reserved member. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.378 Sat Feb 10 09:30:06 GMT 2024 andvar s/alloted/allotted/ in comments. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.378 Mon Oct 03 20:15:50 GMT 2022 riastradh com(4): Nix quirky `integrate' macro. Just use `static inline' like everything else. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.378 Tue Mar 05 14:15:28 GMT 2024 thorpej Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot(). It's a small step, but it's a step. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.378 Fri Jan 17 16:59:07 GMT 2020 skrll Fix a bug introduced in 1.271 where pmap_grow_map would no longer map the allocated page for the uvm.page_init_done == false case when PMAP_STEAL_MEMORY is not defined. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.378 Fri Dec 14 06:33:30 GMT 2007 jnemeth grammar |
| /src/etc/ | ||
| H A D | Makefile | 1.378 Tue Jan 12 04:44:06 GMT 2010 dholland Fix previous: use correct mode as well as owner/group. My bad. PR misc/41544. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.378 Thu Jul 12 06:52:49 GMT 2018 maxv Retire libpmc. It uses the legacy PMC interface in the kernel, which has support for only one ARM CPU. It used to have x86 support, but it was broken and I removed it. The legacy PMC interface will be removed from the kernel too. Sent on tech-kern@ yesterday, thorpej was fine. |
| H A D | bsd.lib.mk | 1.378 Sun Jan 06 17:02:32 GMT 2019 christos Since g++ uses stdc++_p when building with -pg make this PIC on the platforms where PIC is available, so that linking shared objects with -pg works, without needing to create a shared library version of the profiled libraries. |
Completed in 574 milliseconds