Searched hist:1.151 (Results 1 - 25 of 414) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pccbbreg.h | 1.14 Thu Jul 03 13:37:35 GMT 2008 drochner On cardbus configuration reads, check for a master abort in the cbb and return all-ones explicitely. Since pccbb.c rev. 1.151 the cbb is set to translate cardbus master aborts which makes that the PCI configuration read on the primary bus returns random junk. This can cause the probing code to get confused. The issue was reported by KIYOHARA Takashi and Jonathan A. Kollasch, the patch was tested by KIYOHARA Takashi. |
| H A D | pci.c | 1.151 Sat Jan 23 17:09:51 GMT 2016 macallan branches: 1.151.2; 1.151.4; add another special case so SM50x's framebuffer gets mapped with prefetching / write combining enabled. This needs to be generalized somewhere... 1.151 Sat Jan 23 17:09:51 GMT 2016 macallan branches: 1.151.2; 1.151.4; add another special case so SM50x's framebuffer gets mapped with prefetching / write combining enabled. This needs to be generalized somewhere... 1.151 Sat Jan 23 17:09:51 GMT 2016 macallan branches: 1.151.2; 1.151.4; add another special case so SM50x's framebuffer gets mapped with prefetching / write combining enabled. This needs to be generalized somewhere... |
| /src/sys/arch/pmax/conf/ | ||
| H A D | GENERIC | 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. 1.151 Sat Nov 11 18:47:11 GMT 2006 jmmv branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@. |
| /src/sys/dev/mii/ | ||
| H A D | miidevs.h | 1.151 Thu Jun 06 16:05:45 GMT 2019 thorpej branches: 1.151.2; Regen for addition of BCM53125 switch. 1.151 Thu Jun 06 16:05:45 GMT 2019 thorpej branches: 1.151.2; Regen for addition of BCM53125 switch. |
| H A D | miidevs_data.h | 1.151 Fri Mar 13 04:44:58 GMT 2020 msaitoh Regen. |
| /src/sys/compat/sunos/ | ||
| H A D | sunos_misc.c | 1.151 Tue Jul 17 20:51:15 GMT 2007 christos branches: 1.151.6; 1.151.8; 1.151.10; include <compat/sys/mount.h> for MFSNAMELEN 1.151 Tue Jul 17 20:51:15 GMT 2007 christos branches: 1.151.6; 1.151.8; 1.151.10; include <compat/sys/mount.h> for MFSNAMELEN 1.151 Tue Jul 17 20:51:15 GMT 2007 christos branches: 1.151.6; 1.151.8; 1.151.10; include <compat/sys/mount.h> for MFSNAMELEN 1.151 Tue Jul 17 20:51:15 GMT 2007 christos branches: 1.151.6; 1.151.8; 1.151.10; include <compat/sys/mount.h> for MFSNAMELEN |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_machdep.c | 1.151 Fri Nov 18 04:07:44 GMT 2011 christos branches: 1.151.10; 1.151.14; - add sigtimedwait support. - merge the siginfo population code. 1.151 Fri Nov 18 04:07:44 GMT 2011 christos branches: 1.151.10; 1.151.14; - add sigtimedwait support. - merge the siginfo population code. 1.151 Fri Nov 18 04:07:44 GMT 2011 christos branches: 1.151.10; 1.151.14; - add sigtimedwait support. - merge the siginfo population code. |
| /src/sys/arch/sparc/conf/ | ||
| H A D | files.sparc | 1.151 Sun Jun 12 03:35:46 GMT 2011 rmind branches: 1.151.2; 1.151.12; 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.151 Sun Jun 12 03:35:46 GMT 2011 rmind branches: 1.151.2; 1.151.12; 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.151 Sun Jun 12 03:35:46 GMT 2011 rmind branches: 1.151.2; 1.151.12; 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/sys/ | ||
| H A D | conf.h | 1.151 Sat Dec 17 03:46:52 GMT 2016 riastradh branches: 1.151.6; 1.151.16; Omit needless nullmmap. Convert the one user of it to nommap. No functional change to the device driver, since uvm interpreted nullmmap just like nommap. This slightly changes the uvm ABI so that the function pointer nullop is no longer interpreted as non-mmappable. I do hereby declare that I am surfing the kernel version bump from a few hours ago. 1.151 Sat Dec 17 03:46:52 GMT 2016 riastradh branches: 1.151.6; 1.151.16; Omit needless nullmmap. Convert the one user of it to nommap. No functional change to the device driver, since uvm interpreted nullmmap just like nommap. This slightly changes the uvm ABI so that the function pointer nullop is no longer interpreted as non-mmappable. I do hereby declare that I am surfing the kernel version bump from a few hours ago. 1.151 Sat Dec 17 03:46:52 GMT 2016 riastradh branches: 1.151.6; 1.151.16; Omit needless nullmmap. Convert the one user of it to nommap. No functional change to the device driver, since uvm interpreted nullmmap just like nommap. This slightly changes the uvm ABI so that the function pointer nullop is no longer interpreted as non-mmappable. I do hereby declare that I am surfing the kernel version bump from a few hours ago. |
| /src/sys/compat/netbsd32/ | ||
| H A D | netbsd32_syscall.h | 1.151 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.151.2; Regen for _lwp_gettid(2). 1.151 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.151.2; Regen for _lwp_gettid(2). |
| /src/sbin/sysctl/ | ||
| H A D | sysctl.c | 1.151 Fri Jan 10 18:37:18 GMT 2014 christos branches: 1.151.2; use __func__, EXIT_{SUCCESS,FAILURE} 1.151 Fri Jan 10 18:37:18 GMT 2014 christos branches: 1.151.2; use __func__, EXIT_{SUCCESS,FAILURE} |
| /src/lib/libpthread/ | ||
| H A D | pthread.c | 1.151 Fri Dec 08 09:24:31 GMT 2017 kre branches: 1.151.2; 1.151.4; Deal with more lwp_park() timestamp unconsting 1.151 Fri Dec 08 09:24:31 GMT 2017 kre branches: 1.151.2; 1.151.4; Deal with more lwp_park() timestamp unconsting 1.151 Fri Dec 08 09:24:31 GMT 2017 kre branches: 1.151.2; 1.151.4; Deal with more lwp_park() timestamp unconsting |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | locore.s | 1.151 Mon Dec 20 00:25:25 GMT 2010 matt branches: 1.151.2; 1.151.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. 1.151 Mon Dec 20 00:25:25 GMT 2010 matt branches: 1.151.2; 1.151.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. 1.151 Mon Dec 20 00:25:25 GMT 2010 matt branches: 1.151.2; 1.151.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. |
| /src/sys/arch/arc/conf/ | ||
| H A D | GENERIC | 1.151 Sun Nov 04 14:34:20 GMT 2007 xtraeme branches: 1.151.2; 1.151.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. 1.151 Sun Nov 04 14:34:20 GMT 2007 xtraeme branches: 1.151.2; 1.151.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. 1.151 Sun Nov 04 14:34:20 GMT 2007 xtraeme branches: 1.151.2; 1.151.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. |
| /src/sys/nfs/ | ||
| H A D | nfs_bio.c | 1.151 Sun Mar 04 06:03:36 GMT 2007 christos branches: 1.151.2; 1.151.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.151 Sun Mar 04 06:03:36 GMT 2007 christos branches: 1.151.2; 1.151.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.151 Sun Mar 04 06:03:36 GMT 2007 christos branches: 1.151.2; 1.151.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| H A D | nfs_vfsops.c | 1.151 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.151.2; 1.151.4; 1.151.6; merge ktrace-lwp. 1.151 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.151.2; 1.151.4; 1.151.6; merge ktrace-lwp. 1.151 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.151.2; 1.151.4; 1.151.6; merge ktrace-lwp. 1.151 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.151.2; 1.151.4; 1.151.6; merge ktrace-lwp. |
| /src/sys/kern/ | ||
| H A D | syscalls.master | 1.151 Fri Feb 24 19:20:20 GMT 2006 drochner branches: 1.151.2; 1.151.4; 1.151.6; constify the __sysctl() kernel side 1.151 Fri Feb 24 19:20:20 GMT 2006 drochner branches: 1.151.2; 1.151.4; 1.151.6; constify the __sysctl() kernel side 1.151 Fri Feb 24 19:20:20 GMT 2006 drochner branches: 1.151.2; 1.151.4; 1.151.6; constify the __sysctl() kernel side 1.151 Fri Feb 24 19:20:20 GMT 2006 drochner branches: 1.151.2; 1.151.4; 1.151.6; constify the __sysctl() kernel side |
| /src/sys/net/ | ||
| H A D | if_gif.c | 1.151 Wed Jan 29 04:18:34 GMT 2020 thorpej Adopt <net/if_stats.h>. |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_misc.c | 1.151 Wed Mar 01 00:38:12 GMT 2006 yamt branches: 1.151.2; 1.151.4; 1.151.6; merge yamt-uio_vmspace branch. - use vmspace rather than proc or lwp where appropriate. the latter is more natural to specify an address space. (and less likely to be abused for random purposes.) - fix a swdmover race. 1.151 Wed Mar 01 00:38:12 GMT 2006 yamt branches: 1.151.2; 1.151.4; 1.151.6; merge yamt-uio_vmspace branch. - use vmspace rather than proc or lwp where appropriate. the latter is more natural to specify an address space. (and less likely to be abused for random purposes.) - fix a swdmover race. 1.151 Wed Mar 01 00:38:12 GMT 2006 yamt branches: 1.151.2; 1.151.4; 1.151.6; merge yamt-uio_vmspace branch. - use vmspace rather than proc or lwp where appropriate. the latter is more natural to specify an address space. (and less likely to be abused for random purposes.) - fix a swdmover race. 1.151 Wed Mar 01 00:38:12 GMT 2006 yamt branches: 1.151.2; 1.151.4; 1.151.6; merge yamt-uio_vmspace branch. - use vmspace rather than proc or lwp where appropriate. the latter is more natural to specify an address space. (and less likely to be abused for random purposes.) - fix a swdmover race. |
| H A D | linux_socket.c | 1.151 Sat Oct 24 09:01:56 GMT 2020 mgorny branches: 1.151.2; Fix compat with Linux programs that use longer namelen for sockets Linux is less strict than NetBSD and permits namelen to be larger than valid struct sockaddr_in*. If this is the case, truncate the value to the correct size, so that NetBSD networking does not return an error. Reviewed by kamil 1.151 Sat Oct 24 09:01:56 GMT 2020 mgorny branches: 1.151.2; Fix compat with Linux programs that use longer namelen for sockets Linux is less strict than NetBSD and permits namelen to be larger than valid struct sockaddr_in*. If this is the case, truncate the value to the correct size, so that NetBSD networking does not return an error. Reviewed by kamil |
| /src/share/misc/ | ||
| H A D | bsd-family-tree | 1.44 Tue Mar 13 10:32:58 GMT 2012 ryoon branches: 1.44.2; * Sync with FreeBSD: src/share/misc/bsd-family-tree,v rev. 1.151 Add DragonFly 3.0.1. |
| /src/sys/arch/cobalt/conf/ | ||
| H A D | GENERIC | 1.151 Tue Dec 13 20:42:17 GMT 2016 christos branches: 1.151.8; wildcard speaker attachments, now that we can handle many of them. 1.151 Tue Dec 13 20:42:17 GMT 2016 christos branches: 1.151.8; wildcard speaker attachments, now that we can handle many of them. |
| /src/sys/arch/sparc/dev/ | ||
| H A D | fd.c | 1.151 Wed Oct 10 16:51:50 GMT 2012 tsutsui branches: 1.151.2; Fix device_t/softc split botches that could be fatal. From Chuck Silvers' patch posted current-users and tech-kern: http://mail-index.netbsd.org/current-users/2012/10/09/msg021233.html Should be pulled up to netbsd-6. 1.151 Wed Oct 10 16:51:50 GMT 2012 tsutsui branches: 1.151.2; Fix device_t/softc split botches that could be fatal. From Chuck Silvers' patch posted current-users and tech-kern: http://mail-index.netbsd.org/current-users/2012/10/09/msg021233.html Should be pulled up to netbsd-6. |
| /src/sys/arch/hp300/hp300/ | ||
| H A D | trap.c | 1.151 Wed Mar 04 20:29:59 GMT 2015 martin branches: 1.151.18; Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 1.151 Wed Mar 04 20:29:59 GMT 2015 martin branches: 1.151.18; Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF |
| /src/sys/arch/next68k/conf/ | ||
| H A D | GENERIC | 1.151 Sun Sep 27 13:48:53 GMT 2020 roy branches: 1.151.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. 1.151 Sun Sep 27 13:48:53 GMT 2020 roy branches: 1.151.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. |
Completed in 195 milliseconds