Searched hist:1.290 (Results 1 - 25 of 126) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.290 Wed Aug 06 00:29:13 GMT 2014 apb When searching for a default MACHINE_ARCH for a given MACHINE, don't break out of the loop too early. |
| /src/sys/kern/ | ||
| H A D | vfs_bio.c | 1.290 Sat Mar 14 18:08:39 GMT 2020 ad branches: 1.290.2; - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small functions: preempt_point() and preempt_needed(). - preempt(): if the LWP has exceeded its timeslice in kernel, strip it of any priority boost gained earlier from blocking. 1.290 Sat Mar 14 18:08:39 GMT 2020 ad branches: 1.290.2; - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small functions: preempt_point() and preempt_needed(). - preempt(): if the LWP has exceeded its timeslice in kernel, strip it of any priority boost gained earlier from blocking. |
| H A D | init_sysent.c | 1.290 Sat Mar 07 16:38:49 GMT 2015 christos regen |
| H A D | syscalls.c | 1.290 Sat Oct 10 03:30:17 GMT 2015 pgoyette Regen |
| H A D | kern_exit.c | 1.290 Sat May 23 23:42:43 GMT 2020 ad branches: 1.290.2; Move proc_lock into the data segment. It was dynamically allocated because at the time we had mutex_obj_alloc() but not __cacheline_aligned. 1.290 Sat May 23 23:42:43 GMT 2020 ad branches: 1.290.2; Move proc_lock into the data segment. It was dynamically allocated because at the time we had mutex_obj_alloc() but not __cacheline_aligned. |
| H A D | subr_pool.c | 1.290 Sun Apr 09 00:21:59 GMT 2023 riastradh branches: 1.290.6; pool(9): Tweak branch prediction in pool_cache_get_paddr assertion. No functional change intended. 1.290 Sun Apr 09 00:21:59 GMT 2023 riastradh branches: 1.290.6; pool(9): Tweak branch prediction in pool_cache_get_paddr assertion. No functional change intended. |
| H A D | syscalls.master | 1.290 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise The (o)vadvise syscall is dummy since the beginning of NetBSD. It is an obsolete remnant from the old UNIX. Sponsored by <The NetBSD Foundation> |
| /src/sys/modules/ | ||
| H A D | Makefile | 1.290 Mon May 20 18:14:38 GMT 2024 pgoyette branches: 1.290.2; Oooppss remove some local change that was accidentally committed 1.290 Mon May 20 18:14:38 GMT 2024 pgoyette branches: 1.290.2; Oooppss remove some local change that was accidentally committed |
| /src/sys/dev/acpi/ | ||
| H A D | acpi.c | 1.290 Fri Feb 05 17:13:40 GMT 2021 thorpej branches: 1.290.2; Assign device handles to "at acpi" and "at pci" devices in acpi_device_register(). 1.290 Fri Feb 05 17:13:40 GMT 2021 thorpej branches: 1.290.2; Assign device handles to "at acpi" and "at pci" devices in acpi_device_register(). |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.290 Mon Jul 31 23:29:54 GMT 2006 hubertf branches: 1.290.2; spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC for quite some time. Add it to all systems that have pcmcia SCSI. Pointed out by Bj�rn Johannesson <rherdware@yahoo.com> in private mail, OK'd by matt@ 1.290 Mon Jul 31 23:29:54 GMT 2006 hubertf branches: 1.290.2; spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC for quite some time. Add it to all systems that have pcmcia SCSI. Pointed out by Bj�rn Johannesson <rherdware@yahoo.com> in private mail, OK'd by matt@ |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.290 Tue Mar 25 09:52:55 GMT 2014 ozaki-r branches: 1.290.4; Add MKCTF This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now). This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again. 1.290 Tue Mar 25 09:52:55 GMT 2014 ozaki-r branches: 1.290.4; Add MKCTF This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now). This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again. |
| /src/sys/dev/scsipi/ | ||
| H A D | scsiconf.c | 1.290 Fri Sep 18 15:04:25 GMT 2020 jakllsch branches: 1.290.4; Revert scsiconf.c 1.288, it only worked for LUN 1. vioscsi(4) now sets PQUIRK_FORCELUNS, which fixes the original issue for all LUNs. To-do: should issue REPORT LUNS and use the information it returns to probe LUNs in an optimized way. 1.290 Fri Sep 18 15:04:25 GMT 2020 jakllsch branches: 1.290.4; Revert scsiconf.c 1.288, it only worked for LUN 1. vioscsi(4) now sets PQUIRK_FORCELUNS, which fixes the original issue for all LUNs. To-do: should issue REPORT LUNS and use the information it returns to probe LUNs in an optimized way. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.290 Sun Apr 24 21:35:30 GMT 2011 rmind branches: 1.290.2; sys_link: prevent hard links on directories (cross-mount operations are already prevented). File systems are no longer responsible to check this. Clean up and add asserts (note that dvp == vp cannot happen in vop_link). OK dholland@ 1.290 Sun Apr 24 21:35:30 GMT 2011 rmind branches: 1.290.2; sys_link: prevent hard links on directories (cross-mount operations are already prevented). File systems are no longer responsible to check this. Clean up and add asserts (note that dvp == vp cannot happen in vop_link). OK dholland@ |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.290 Tue Jul 31 13:02:15 GMT 2018 rjs regen. |
| H A D | syscall.h | 1.290 Tue Jan 26 23:49:47 GMT 2016 pooka regen syscall files |
| H A D | systm.h | 1.290 Fri Nov 15 08:11:36 GMT 2019 maxv Instrument copyout() in kCSan, for parity with kMSan. |
| H A D | vnode.h | 1.290 Thu Feb 27 22:12:54 GMT 2020 ad Tighten up the locking around vp->v_iflag a little more after the recent split of vmobjlock & v_interlock. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.290 Mon Nov 11 04:11:53 GMT 2019 pgoyette Add UPC - universal product code |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.290 Sat Oct 03 18:34:15 GMT 2020 christos bump for set_rpc_maxgrouplist |
| /src/doc/ | ||
| H A D | BRANCHES | 1.290 Sat Mar 27 03:38:27 GMT 2010 mrg minor updates: - gmcgarry_ctxsw replaced by yamt-idlelwp - move nick-hppapmap into the right section - rtr-xorg-branch is dead - thorpej-atomic is (bascially) merged to -current |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.290 Sun May 29 15:23:20 GMT 2022 nia mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed and moused |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.290 Mon Jul 11 08:27:40 GMT 2011 hannken branches: 1.290.2; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. 1.290 Mon Jul 11 08:27:40 GMT 2011 hannken branches: 1.290.2; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.290 Sun Feb 21 13:17:50 GMT 2010 drochner branches: 1.290.2; rename the va0_disabled option and cpp conditional to "disable" as well, for consistency, and document option and sysctl flag 1.290 Sun Feb 21 13:17:50 GMT 2010 drochner branches: 1.290.2; rename the va0_disabled option and cpp conditional to "disable" as well, for consistency, and document option and sysctl flag |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.290 Wed Nov 22 00:12:51 GMT 2006 elad branches: 1.290.2; Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access to unmanaged memory. These are the last two securelevel references in the MD code. 1.290 Wed Nov 22 00:12:51 GMT 2006 elad branches: 1.290.2; Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access to unmanaged memory. These are the last two securelevel references in the MD code. |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.290 Sun Jun 29 22:28:31 GMT 2003 fvdl branches: 1.290.2; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more. 1.290 Sun Jun 29 22:28:31 GMT 2003 fvdl branches: 1.290.2; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more. |
Completed in 290 milliseconds