Searched hist:1.372 (Results 1 - 25 of 67) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.372 Tue Jun 13 16:56:00 GMT 2023 christos fix build.sh wrong variable use that caused nbmake to be always rebult (Jan-Benedict Glaw) |
| H A D | UPDATING | 1.372 Fri Nov 22 16:07:32 GMT 2024 riastradh UPDATING: Note xz (liblzma) needs clean too for -fvisibility=hidden. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.372 Mon May 29 03:52:43 GMT 2017 christos branches: 1.372.8; remove ugly profiling hack now that the compiler is fixed. 1.372 Mon May 29 03:52:43 GMT 2017 christos branches: 1.372.8; remove ugly profiling hack now that the compiler is fixed. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.372 Sun Oct 26 18:43:18 GMT 2014 tls branches: 1.372.2; Add viornd(4), a driver for the VirtIO entropy source available on QEMU, KVM, and Google Compute Engine. From OpenBSD. 1.372 Sun Oct 26 18:43:18 GMT 2014 tls branches: 1.372.2; Add viornd(4), a driver for the VirtIO entropy source available on QEMU, KVM, and Google Compute Engine. From OpenBSD. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.372 Thu Dec 08 11:31:09 GMT 2016 nat Add a synthesized pc beeper and keyboard bell for platforms with an audio device. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.372 Wed Sep 17 23:44:28 GMT 2025 mrg various updates for GCC 14. maybe not complete for all ports. x86 should be complete, arm64 might be. tested with i386 and evbarm64 builds and HAVE_GCC=12, hopefully won't break existing builds. |
| H A D | mi | 1.372 Sun Jan 23 14:35:44 GMT 2022 christos PR/56657: Juraj Hercek: Add plainrsa-gen utility mentioned in racoon.conf(5) and fix it for OpenSSL 1.1 |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.372 Wed Oct 04 22:34:23 GMT 2023 jschauma +DOH DNS over HTTPS +DOQ DNS over QUIC +DOT DNS over TLS +DRN Discovery of Network-designated Resolvers +QUIC Quick UDP Internet Connections |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.372 Thu Jan 21 06:51:55 GMT 2021 nia add a commented out compat_ossaudio wherever there's compat_linux requested by mrg |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.372 Thu Aug 20 20:28:13 GMT 2020 christos Don't cache id's for vnodes that have ACLs. ok chs@ |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.372 Sun Feb 23 08:40:49 GMT 2020 riastradh Initialize/destroy lfs_allclean_wakeup in modcmd, not lfs_mountfs. Fixes reloading lfs.kmod. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.372 Sun Feb 23 15:46:43 GMT 2020 ad UVM locking changes, proposed on tech-kern: - Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock. - Break v_interlock and vmobjlock apart. v_interlock remains a mutex. - Do partial PV list locking in the x86 pmap. Others to follow later. |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.372 Sun Oct 13 03:50:26 GMT 2019 kamil Avoid double lwp_exit() in eventswitch() For the PTRACE_LWP_EXIT event, the eventswitch() call is triggered from lwp_exit(). In the case of setting the program status to PS_WEXIT, do not try to demise in place, by calling lwp_exit() as it causes panic. In this scenario bail out from the function and resume the lwp_exit() procedure. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.372 Thu Sep 04 18:48:29 GMT 2014 palle sun4v: All cpus must be setup with a TSB descriptor, so pmap_setup_tsb_sun4v() must take a pointer to the TSB descriptor |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.372 Tue May 12 00:10:29 GMT 2009 cegger struct cfdata * -> cfdata_t, no functional changes intended. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.372 Sun Jan 17 01:54:37 GMT 2021 mrg convert most uses of pmapdebug to use the new DPRINTF() macro. add PMAP_INITLOUD debug option, that shows how pmap_bootstrap() eats up the space provided by /boot as spare space. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.372 Sat Oct 30 11:43:17 GMT 2021 jmcneill For the DW APB busy bit workaround, only attempt to re-apply LCR and DLB settings for non-console devices. In the console case, simply clear the busy bit and continue. Fixes an interrupt storm observed on Macchiatobin. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.372 Tue Apr 08 22:04:15 GMT 2014 riastradh Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code. |
| H A D | files.i386 | 1.372 Sun Jan 26 19:16:16 GMT 2014 dsl Remove support for 'external' floating point units and the MS-DOS compatible method of handling floating point exceptions. Make kernel support for teh fpu non-optional (486SX should still work). Only 386 cpus support external fpu, and i386 support was removed years ago. This means that the npx code no longer uses port 0xf0 or interupt 13. All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c is now mandatory for all i386 kernels. I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu() to match the very similar amd64 functions. The fpu of the boot cpu is now initialised by a direct call from cpu_configure(), this enables FP emulation for a 486SX. (for amd64 the cr0 values are set in locore.S and similar). This fixes a long-standing bug in linux_setregs() - which did not save the fpu regsiters if they were active. I've test booted a single cpu i386 kernel (using anita). amd64 builds - none of teh changes should affect it. The i386 XEN kernels build, but I'm not sure where they set cr0, and it might have got lost! |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.372 Mon May 24 21:00:12 GMT 2021 thorpej Add _UC_SETSTACK / _UC_CLRSTACK handling. Fixes the t_sigaltstack test on alpha. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.372 Sun Mar 16 15:34:59 GMT 2025 riastradh Clear trapframe on exec. Do this for all architectures, even if the trapframe is fully initialized -- makes it easier to audit and be confident it's correct, and most likely (with the exception of sh3 which has an intermediate call to ufetch_int in the middle) the compiler can eliminate redundant stores in these routines. PR kern/59084: exec/spawn leaks register content |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.372 Tue Apr 23 11:05:14 GMT 2019 bouyer Don't try to aquire/release the pmap lock when in ddb. Avoids a deadlock when entering ddb, or on "mach cpu n" ddb command (the pmap lock may already be held by another CPU, which is halted when entering ddb). Posted to port-arm@ on April 19. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.372 Tue Nov 27 13:04:01 GMT 2007 haad Add myself to the list of NetBSD developers. |
| /src/etc/ | ||
| H A D | Makefile | 1.372 Tue Sep 08 07:08:01 GMT 2009 skrll Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}. Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook. Update the sets lists and add conditionals for lib{bfd,opcodes}. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.372 Mon Jun 17 09:58:21 GMT 2013 ryo add m_copyup(9) obtained from FreeBSD (manual only) |
Completed in 493 milliseconds