Searched hist:1.360 (Results 1 - 25 of 74) sorted by relevance
| /src/sys/arch/arm/sunxi/ | ||
| H A D | sunxi_platform.c | 1.44 Fri Jul 30 00:46:46 GMT 2021 tnn com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) Older DesignWare UARTs do not advertise their FIFO length so we must provide it via device properties. |
| /src/ | ||
| H A D | build.sh | 1.360 Wed Dec 29 22:22:12 GMT 2021 christos Enable split-debug files for kernels. Enabled by default with MKDEBUG=yes. |
| H A D | UPDATING | 1.360 Thu Sep 26 20:08:44 GMT 2024 wiz UPDATING: note problem with malloc_np.h |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.360 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.360.2; 1.360.4; Split device_t and softc for ATA devices, as well as wd(4). Other cosmetic changes where appropriate. 1.360 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.360.2; 1.360.4; Split device_t and softc for ATA devices, as well as wd(4). Other cosmetic changes where appropriate. 1.360 Tue Mar 18 20:46:36 GMT 2008 cube branches: 1.360.2; 1.360.4; Split device_t and softc for ATA devices, as well as wd(4). Other cosmetic changes where appropriate. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.360 Sun Aug 01 21:00:41 GMT 2021 thorpej Document thorpej-cfargs2. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.360 Fri Dec 11 19:47:52 GMT 2015 macallan branches: 1.360.2; || -> && From PR50534 1.360 Fri Dec 11 19:47:52 GMT 2015 macallan branches: 1.360.2; || -> && From PR50534 |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.364 Fri Jul 30 00:46:46 GMT 2021 tnn com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) Older DesignWare UARTs do not advertise their FIFO length so we must provide it via device properties. 1.360 Mon Sep 28 11:33:15 GMT 2020 jmcneill Auto-detect DW APB UART FIFO length and print the FIFO length when enabled instead of just "working fifo". |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.360 Thu Aug 02 00:17:44 GMT 2012 macallan branches: 1.360.2; add support for anti-aliased fonts 1.360 Thu Aug 02 00:17:44 GMT 2012 macallan branches: 1.360.2; add support for anti-aliased fonts |
| H A D | pcidevs.h | 1.360 Wed Sep 05 13:47:59 GMT 2001 drochner branches: 1.360.2; regen 1.360 Wed Sep 05 13:47:59 GMT 2001 drochner branches: 1.360.2; regen |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.360 Fri Feb 26 10:54:12 GMT 2021 rin branches: 1.360.4; Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of that given by Booter. Work around Booter bug by which max memory is restricted to 255MB. 1.360 Fri Feb 26 10:54:12 GMT 2021 rin branches: 1.360.4; Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of that given by Booter. Work around Booter bug by which max memory is restricted to 255MB. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.360 Sat Aug 23 20:26:56 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN. There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.360 Mon Aug 25 19:11:31 GMT 2025 christos bump for binutils-2.45 |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.360 Wed Apr 09 15:51:45 GMT 2025 christos updates for new OpenSSH |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.360 Fri Aug 04 15:42:09 GMT 2023 jschauma +RAT register allocation table |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.360 Fri Jan 10 06:26:34 GMT 2020 macallan add lmu driver |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.360 Wed Jun 18 09:06:27 GMT 2008 yamt branches: 1.360.2; merge yamt-pf42 branch. (import newer pf from OpenBSD 4.2) ok'ed by peter@. requested by core@ 1.360 Wed Jun 18 09:06:27 GMT 2008 yamt branches: 1.360.2; merge yamt-pf42 branch. (import newer pf from OpenBSD 4.2) ok'ed by peter@. requested by core@ |
| H A D | kern_sig.c | 1.360 Thu Jun 13 00:07:19 GMT 2019 kamil Correct inversed condition for dying process in sigswitch() If a process is exiting and it was not asked to relock proc_lock, do not free the mutex as it causes panic. This bug is a timing bug as the faulty condition is not deterministic and fires only somtimes, but is quickly triggerable when executed in an infinite loop. Detected and reported with LLDB test-suite by <mgorny> |
| H A D | kern_synch.c | 1.360 Sat Sep 23 20:23:07 GMT 2023 ad Sigh.. Adjust previous to work as intended. The boosted LWP priority didn't persist as far as the run queue because l_syncobj gets reset earlier than I recalled. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.360 Mon Dec 10 19:29:41 GMT 2018 jdolecek make UFS_WAPBL_JLOCK_ASSERT() #ifdef DIAGNOSTIC, same as the underlying function KASSERT(), so that it actually does something; fix code using it to actually pass correct params, so that it compiles remove UFS_WAPBL_JUNLOCK_ASSERT(), as that is inherently racy (it's okay on those places if the rwlock is held by other lwp); depend on the RW_ASSERT()/LOCKDEBUG inside rw_enter() to catch the case with wapbl rwlock held by current lwp |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.360 Wed Jul 26 16:42:37 GMT 2017 maya change lfs_nextsegsleep and lfs_allclean_wakeup to use condvar XXX had to use lfs_lock in lfs_segwait, removed kernel_lock, is this appropriate? |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.360 Sat Jun 08 23:48:33 GMT 2019 chs in uvm_map_protect(), do a pmap_update() before possibly switching from removing pmap entries to creating them. this fixes the problem reported in https://syzkaller.appspot.com/bug?id=cc89e47f05e4eea2fd69bcccb5e837f8d1ab4d60 |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.360 Sat May 31 18:22:29 GMT 2014 palle sun4v: added missing dtsb miss handling for trap level 1 - with this update the kernel now reaches configure() on sun4v systems |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.360 Mon Jun 10 07:14:01 GMT 2013 kardel adjust soekrisgpio driver to NetBSD |
| H A D | files.i386 | 1.360 Sun Jun 12 03:35:41 GMT 2011 rmind Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.360 Thu Jun 11 19:20:42 GMT 2020 ad uvm_availmem(): give it a boolean argument to specify whether a recent cached value will do, or if the very latest total must be fetched. It can be called thousands of times a second and fetching the totals impacts not only the calling LWP but other CPUs doing unrelated activity in the VM system. |
Completed in 495 milliseconds