Searched hist:1.172 (Results 1 - 25 of 340) sorted by relevance
| /src/sys/arch/sparc/sparc/ | ||
| H A D | trap.c | 1.172 Sun Mar 04 06:00:47 GMT 2007 christos branches: 1.172.20; 1.172.26; 1.172.28; 1.172.32; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.172 Sun Mar 04 06:00:47 GMT 2007 christos branches: 1.172.20; 1.172.26; 1.172.28; 1.172.32; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.172 Sun Mar 04 06:00:47 GMT 2007 christos branches: 1.172.20; 1.172.26; 1.172.28; 1.172.32; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.172 Sun Mar 04 06:00:47 GMT 2007 christos branches: 1.172.20; 1.172.26; 1.172.28; 1.172.32; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.172 Sun Mar 04 06:00:47 GMT 2007 christos branches: 1.172.20; 1.172.26; 1.172.28; 1.172.32; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/uvm/ | ||
| H A D | uvm_swap.c | 1.172 Fri Jul 25 08:10:40 GMT 2014 dholland branches: 1.172.2; 1.172.4; 1.172.6; 1.172.10; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. 1.172 Fri Jul 25 08:10:40 GMT 2014 dholland branches: 1.172.2; 1.172.4; 1.172.6; 1.172.10; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. 1.172 Fri Jul 25 08:10:40 GMT 2014 dholland branches: 1.172.2; 1.172.4; 1.172.6; 1.172.10; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. 1.172 Fri Jul 25 08:10:40 GMT 2014 dholland branches: 1.172.2; 1.172.4; 1.172.6; 1.172.10; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. 1.172 Fri Jul 25 08:10:40 GMT 2014 dholland branches: 1.172.2; 1.172.4; 1.172.6; 1.172.10; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. |
| H A D | uvm_mmap.c | 1.172 Sat Apr 06 03:06:29 GMT 2019 thorpej branches: 1.172.4; Overhaul the API used to fetch and store individual memory cells in userspace. The old fetch(9) and store(9) APIs (fubyte(), fuword(), subyte(), suword(), etc.) are retired and replaced with new ufetch(9) and ustore(9) APIs that can return proper error codes, etc. and are implemented consistently across all platforms. The interrupt-safe variants are no longer supported (and several of the existing attempts at fuswintr(), etc. were buggy and not actually interrupt-safe). Also augmement the ucas(9) API, making it consistently available on all plaforms, supporting uniprocessor and multiprocessor systems, even those that do not have CAS or LL/SC primitives. Welcome to NetBSD 8.99.37. 1.172 Sat Apr 06 03:06:29 GMT 2019 thorpej branches: 1.172.4; Overhaul the API used to fetch and store individual memory cells in userspace. The old fetch(9) and store(9) APIs (fubyte(), fuword(), subyte(), suword(), etc.) are retired and replaced with new ufetch(9) and ustore(9) APIs that can return proper error codes, etc. and are implemented consistently across all platforms. The interrupt-safe variants are no longer supported (and several of the existing attempts at fuswintr(), etc. were buggy and not actually interrupt-safe). Also augmement the ucas(9) API, making it consistently available on all plaforms, supporting uniprocessor and multiprocessor systems, even those that do not have CAS or LL/SC primitives. Welcome to NetBSD 8.99.37. |
| /src/sys/kern/ | ||
| H A D | kern_ktrace.c | 1.172 Mon Aug 28 04:57:11 GMT 2017 dholland branches: 1.172.2; 1.172.4; If we go to allocate and find someone else has at the same time, don't trigger a refcount leak of the other guy's object. From mjg@freebsd. While here also remove a bogus use of lbolt on the same path. 1.172 Mon Aug 28 04:57:11 GMT 2017 dholland branches: 1.172.2; 1.172.4; If we go to allocate and find someone else has at the same time, don't trigger a refcount leak of the other guy's object. From mjg@freebsd. While here also remove a bogus use of lbolt on the same path. 1.172 Mon Aug 28 04:57:11 GMT 2017 dholland branches: 1.172.2; 1.172.4; If we go to allocate and find someone else has at the same time, don't trigger a refcount leak of the other guy's object. From mjg@freebsd. While here also remove a bogus use of lbolt on the same path. |
| H A D | init_sysent.c | 1.172 Thu May 04 17:50:28 GMT 2006 christos branches: 1.172.2; Regen 1.172 Thu May 04 17:50:28 GMT 2006 christos branches: 1.172.2; Regen |
| H A D | kern_resource.c | 1.172 Mon Jan 07 16:54:54 GMT 2013 chs branches: 1.172.2; fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms. 1.172 Mon Jan 07 16:54:54 GMT 2013 chs branches: 1.172.2; fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms. |
| /src/sys/net/ | ||
| H A D | if_ppp.c | 1.172 Sat Sep 03 02:47:59 GMT 2022 thorpej branches: 1.172.8; 1.172.10; Garbage-collect the remaining vestiges of netisr. 1.172 Sat Sep 03 02:47:59 GMT 2022 thorpej branches: 1.172.8; 1.172.10; Garbage-collect the remaining vestiges of netisr. 1.172 Sat Sep 03 02:47:59 GMT 2022 thorpej branches: 1.172.8; 1.172.10; Garbage-collect the remaining vestiges of netisr. |
| H A D | if_gre.c | 1.172 Tue Jan 16 06:38:42 GMT 2018 maxv branches: 1.172.2; style 1.172 Tue Jan 16 06:38:42 GMT 2018 maxv branches: 1.172.2; style |
| /src/sys/arch/atari/atari/ | ||
| H A D | machdep.c | 1.172 Sun Jun 12 03:35:39 GMT 2011 rmind branches: 1.172.2; 1.172.6; 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. 1.172 Sun Jun 12 03:35:39 GMT 2011 rmind branches: 1.172.2; 1.172.6; 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. 1.172 Sun Jun 12 03:35:39 GMT 2011 rmind branches: 1.172.2; 1.172.6; 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/conf/ | ||
| H A D | files.alpha | 1.172 Tue Apr 10 02:21:35 GMT 2007 macallan branches: 1.172.2; 1.172.4; include files.wsfb 1.172 Tue Apr 10 02:21:35 GMT 2007 macallan branches: 1.172.2; 1.172.4; include files.wsfb 1.172 Tue Apr 10 02:21:35 GMT 2007 macallan branches: 1.172.2; 1.172.4; include files.wsfb |
| /src/sys/dev/mii/ | ||
| H A D | miidevs.h | 1.172 Wed Oct 23 05:46:51 GMT 2024 skrll regen |
| /src/sys/arch/sun3/conf/ | ||
| H A D | GENERIC | 1.172 Wed Aug 12 07:53:58 GMT 2015 maxv branches: 1.172.10; Remove KMEMSTATS. 1.172 Wed Aug 12 07:53:58 GMT 2015 maxv branches: 1.172.10; Remove KMEMSTATS. |
| /src/sys/arch/cobalt/conf/ | ||
| H A D | GENERIC | 1.172 Thu Sep 29 10:10:06 GMT 2022 riastradh branches: 1.172.4; swwdog(4): Add to GENERIC kernels. Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant. Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller. Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC PR kern/29702 1.172 Thu Sep 29 10:10:06 GMT 2022 riastradh branches: 1.172.4; swwdog(4): Add to GENERIC kernels. Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant. Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller. Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC PR kern/29702 |
| /src/distrib/notes/common/ | ||
| H A D | contents | 1.172 Wed Jan 24 09:04:41 GMT 2018 skrll branches: 1.172.2; Remove port-acorn26 OK core@ 1.172 Wed Jan 24 09:04:41 GMT 2018 skrll branches: 1.172.2; Remove port-acorn26 OK core@ |
| /src/distrib/sets/lists/xbase/ | ||
| H A D | mi | 1.172 Mon Oct 17 07:40:22 GMT 2022 mrg branches: 1.172.2; updates for xkeyboard-config 2.37. 1.172 Mon Oct 17 07:40:22 GMT 2022 mrg branches: 1.172.2; updates for xkeyboard-config 2.37. |
| /src/sys/sys/ | ||
| H A D | vnode.h | 1.172 Mon Aug 20 15:51:37 GMT 2007 pooka branches: 1.172.2; 1.172.4; Wrap enum vtype around __VTYPE_DEFINED to allow overriding it elsewhere. 1.172 Mon Aug 20 15:51:37 GMT 2007 pooka branches: 1.172.2; 1.172.4; Wrap enum vtype around __VTYPE_DEFINED to allow overriding it elsewhere. 1.172 Mon Aug 20 15:51:37 GMT 2007 pooka branches: 1.172.2; 1.172.4; Wrap enum vtype around __VTYPE_DEFINED to allow overriding it elsewhere. |
| H A D | lwp.h | 1.172 Sun Jul 03 14:24:59 GMT 2016 christos branches: 1.172.2; 1.172.4; GSoC 2016 Charles Cui: Implement thread priority protection based on work by Andy Doran. Also document the get/set pshared thread calls as not implemented, and add a skeleton implementation that is disabled. XXX: document _sched_protect(2). 1.172 Sun Jul 03 14:24:59 GMT 2016 christos branches: 1.172.2; 1.172.4; GSoC 2016 Charles Cui: Implement thread priority protection based on work by Andy Doran. Also document the get/set pshared thread calls as not implemented, and add a skeleton implementation that is disabled. XXX: document _sched_protect(2). 1.172 Sun Jul 03 14:24:59 GMT 2016 christos branches: 1.172.2; 1.172.4; GSoC 2016 Charles Cui: Implement thread priority protection based on work by Andy Doran. Also document the get/set pshared thread calls as not implemented, and add a skeleton implementation that is disabled. XXX: document _sched_protect(2). |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_syscalls.c | 1.172 Thu Oct 15 06:15:48 GMT 2015 dholland branches: 1.172.2; 1.172.4; Move stuff from struct ulfsmount to struct lfs. 1.172 Thu Oct 15 06:15:48 GMT 2015 dholland branches: 1.172.2; 1.172.4; Move stuff from struct ulfsmount to struct lfs. 1.172 Thu Oct 15 06:15:48 GMT 2015 dholland branches: 1.172.2; 1.172.4; Move stuff from struct ulfsmount to struct lfs. |
| /src/etc/ | ||
| H A D | MAKEDEV.tmpl | 1.172 Mon Oct 28 18:33:20 GMT 2013 mbalmer branches: 1.172.4; 1.172.6; create a lua device node for lua(4) and luactl(8) 1.172 Mon Oct 28 18:33:20 GMT 2013 mbalmer branches: 1.172.4; 1.172.6; create a lua device node for lua(4) and luactl(8) 1.172 Mon Oct 28 18:33:20 GMT 2013 mbalmer branches: 1.172.4; 1.172.6; create a lua device node for lua(4) and luactl(8) |
| /src/sys/dev/ | ||
| H A D | vnd.c | 1.172 Sat Dec 08 19:29:41 GMT 2007 pooka branches: 1.172.2; 1.172.4; Remove cn_lwp from struct componentname. curlwp should be used from on. The NDINIT() macro no longer takes the lwp parameter and associates the credentials of the calling thread with the namei structure. 1.172 Sat Dec 08 19:29:41 GMT 2007 pooka branches: 1.172.2; 1.172.4; Remove cn_lwp from struct componentname. curlwp should be used from on. The NDINIT() macro no longer takes the lwp parameter and associates the credentials of the calling thread with the namei structure. 1.172 Sat Dec 08 19:29:41 GMT 2007 pooka branches: 1.172.2; 1.172.4; Remove cn_lwp from struct componentname. curlwp should be used from on. The NDINIT() macro no longer takes the lwp parameter and associates the credentials of the calling thread with the namei structure. |
| H A D | ccd.c | 1.172 Thu Jun 01 02:45:08 GMT 2017 chs branches: 1.172.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. 1.172 Thu Jun 01 02:45:08 GMT 2017 chs branches: 1.172.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. |
| /src/sys/netinet/ | ||
| H A D | udp_usrreq.c | 1.172 Sun May 04 07:22:14 GMT 2008 thorpej branches: 1.172.2; 1.172.6; Simplify the interface to netstat_sysctl() and allocate space for the collated counters using kmem_alloc(). PR kern/38577 1.172 Sun May 04 07:22:14 GMT 2008 thorpej branches: 1.172.2; 1.172.6; Simplify the interface to netstat_sysctl() and allocate space for the collated counters using kmem_alloc(). PR kern/38577 1.172 Sun May 04 07:22:14 GMT 2008 thorpej branches: 1.172.2; 1.172.6; Simplify the interface to netstat_sysctl() and allocate space for the collated counters using kmem_alloc(). PR kern/38577 |
| /src/sys/miscfs/procfs/ | ||
| H A D | procfs_vnops.c | 1.172 Fri Sep 05 14:01:11 GMT 2008 skrll branches: 1.172.2; PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed. Ignore procs with zero or all LSZOMB LWPs. Get a non-LSZOMB LWP to perform operations against as part of the deal. procfs really needs to be updated to support multi-threading fully. Hi Antti! 1.172 Fri Sep 05 14:01:11 GMT 2008 skrll branches: 1.172.2; PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed. Ignore procs with zero or all LSZOMB LWPs. Get a non-LSZOMB LWP to perform operations against as part of the deal. procfs really needs to be updated to support multi-threading fully. Hi Antti! |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | machdep.c | 1.172 Wed Mar 24 15:34:51 GMT 2004 atatat branches: 1.172.8; Tango on sysctl_createv() and flags. The flags have all been renamed, and sysctl_createv() now uses more arguments. 1.172 Wed Mar 24 15:34:51 GMT 2004 atatat branches: 1.172.8; Tango on sysctl_createv() and flags. The flags have all been renamed, and sysctl_createv() now uses more arguments. |
| /src/sys/arch/x68k/conf/ | ||
| H A D | GENERIC | 1.172 Mon Mar 24 14:15:38 GMT 2014 szptvlfn branches: 1.172.2; fix manual section numbering of sysctl. thanks wiz@ 1.172 Mon Mar 24 14:15:38 GMT 2014 szptvlfn branches: 1.172.2; fix manual section numbering of sysctl. thanks wiz@ |
Completed in 225 milliseconds