Searched hist:1.149 (Results 1 - 25 of 425) sorted by relevance
| /src/sys/dev/pcmcia/ | ||
| H A D | if_ne_pcmcia.c | 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. 1.149 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.149.2; 1.149.8; 1.149.22; 1.149.24; 1.149.28; __unused removal on arguments; approved by core. |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | pmap.c | 1.149 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.149.4; 1.149.6; 1.149.8; 1.149.10; merge ktrace-lwp. 1.149 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.149.4; 1.149.6; 1.149.8; 1.149.10; merge ktrace-lwp. 1.149 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.149.4; 1.149.6; 1.149.8; 1.149.10; merge ktrace-lwp. 1.149 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.149.4; 1.149.6; 1.149.8; 1.149.10; merge ktrace-lwp. 1.149 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.149.4; 1.149.6; 1.149.8; 1.149.10; merge ktrace-lwp. |
| /src/sys/arch/i386/conf/ | ||
| H A D | Makefile.i386 | 1.149 Sat Aug 19 17:50:56 GMT 2006 dsl branches: 1.149.12; 1.149.14; 1.149.20; There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h 1.149 Sat Aug 19 17:50:56 GMT 2006 dsl branches: 1.149.12; 1.149.14; 1.149.20; There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h 1.149 Sat Aug 19 17:50:56 GMT 2006 dsl branches: 1.149.12; 1.149.14; 1.149.20; There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h 1.149 Sat Aug 19 17:50:56 GMT 2006 dsl branches: 1.149.12; 1.149.14; 1.149.20; There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h |
| /src/sys/arch/atari/atari/ | ||
| H A D | machdep.c | 1.149 Tue Jan 08 18:04:15 GMT 2008 joerg branches: 1.149.6; 1.149.10; 1.149.12; 1.149.14; Convert Atari to generic TODR and timecounter. 1.149 Tue Jan 08 18:04:15 GMT 2008 joerg branches: 1.149.6; 1.149.10; 1.149.12; 1.149.14; Convert Atari to generic TODR and timecounter. 1.149 Tue Jan 08 18:04:15 GMT 2008 joerg branches: 1.149.6; 1.149.10; 1.149.12; 1.149.14; Convert Atari to generic TODR and timecounter. 1.149 Tue Jan 08 18:04:15 GMT 2008 joerg branches: 1.149.6; 1.149.10; 1.149.12; 1.149.14; Convert Atari to generic TODR and timecounter. 1.149 Tue Jan 08 18:04:15 GMT 2008 joerg branches: 1.149.6; 1.149.10; 1.149.12; 1.149.14; Convert Atari to generic TODR and timecounter. |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_machdep.c | 1.149 Wed Jul 07 01:30:34 GMT 2010 chs branches: 1.149.2; 1.149.4; many changes for COMPAT_LINUX: - update the linux syscall table for each platform. - support new-style (NPTL) linux pthreads on all platforms. clone() with CLONE_THREAD uses 1 process with many LWPs instead of separate processes. - move the contents of sys__lwp_setprivate() into a new lwp_setprivate() and use that everywhere. - update linux_release[] and linux32_release[] to "2.6.18". - adjust placement of emul fork/exec/exit hooks as needed and adjust other emul code to match. - convert all struct emul definitions to use named initializers. - change the pid allocator to allow multiple pids to refer to the same proc. - remove a few fields from struct proc that are no longer needed. - disable the non-functional "vdso" code in linux32/amd64, glibc works fine without it. - fix a race in the futex code where we could miss a wakeup after a requeue operation. - redo futex locking to be a little more efficient. 1.149 Wed Jul 07 01:30:34 GMT 2010 chs branches: 1.149.2; 1.149.4; many changes for COMPAT_LINUX: - update the linux syscall table for each platform. - support new-style (NPTL) linux pthreads on all platforms. clone() with CLONE_THREAD uses 1 process with many LWPs instead of separate processes. - move the contents of sys__lwp_setprivate() into a new lwp_setprivate() and use that everywhere. - update linux_release[] and linux32_release[] to "2.6.18". - adjust placement of emul fork/exec/exit hooks as needed and adjust other emul code to match. - convert all struct emul definitions to use named initializers. - change the pid allocator to allow multiple pids to refer to the same proc. - remove a few fields from struct proc that are no longer needed. - disable the non-functional "vdso" code in linux32/amd64, glibc works fine without it. - fix a race in the futex code where we could miss a wakeup after a requeue operation. - redo futex locking to be a little more efficient. 1.149 Wed Jul 07 01:30:34 GMT 2010 chs branches: 1.149.2; 1.149.4; many changes for COMPAT_LINUX: - update the linux syscall table for each platform. - support new-style (NPTL) linux pthreads on all platforms. clone() with CLONE_THREAD uses 1 process with many LWPs instead of separate processes. - move the contents of sys__lwp_setprivate() into a new lwp_setprivate() and use that everywhere. - update linux_release[] and linux32_release[] to "2.6.18". - adjust placement of emul fork/exec/exit hooks as needed and adjust other emul code to match. - convert all struct emul definitions to use named initializers. - change the pid allocator to allow multiple pids to refer to the same proc. - remove a few fields from struct proc that are no longer needed. - disable the non-functional "vdso" code in linux32/amd64, glibc works fine without it. - fix a race in the futex code where we could miss a wakeup after a requeue operation. - redo futex locking to be a little more efficient. |
| /src/sys/arch/sparc/conf/ | ||
| H A D | files.sparc | 1.149 Fri Jan 15 20:57:12 GMT 2010 bouyer branches: 1.149.2; 1.149.4; Add apc(4), a driver for the Aurora Personality Chip (APC) found on SPARCstation-4/5, and emulated by qemu to idle the simulator when the CPU is idle. Infos about the registers from the linux driver. Not enabled by default because it can cause some Sparc systems to hang (so says the linux driver). Only the CPU idle part implemented at this time; fan speed and Convenience power outlet management to be added. Tested on qemu. 1.149 Fri Jan 15 20:57:12 GMT 2010 bouyer branches: 1.149.2; 1.149.4; Add apc(4), a driver for the Aurora Personality Chip (APC) found on SPARCstation-4/5, and emulated by qemu to idle the simulator when the CPU is idle. Infos about the registers from the linux driver. Not enabled by default because it can cause some Sparc systems to hang (so says the linux driver). Only the CPU idle part implemented at this time; fan speed and Convenience power outlet management to be added. Tested on qemu. 1.149 Fri Jan 15 20:57:12 GMT 2010 bouyer branches: 1.149.2; 1.149.4; Add apc(4), a driver for the Aurora Personality Chip (APC) found on SPARCstation-4/5, and emulated by qemu to idle the simulator when the CPU is idle. Infos about the registers from the linux driver. Not enabled by default because it can cause some Sparc systems to hang (so says the linux driver). Only the CPU idle part implemented at this time; fan speed and Convenience power outlet management to be added. Tested on qemu. |
| /src/sys/arch/hp300/hp300/ | ||
| H A D | trap.c | 1.149 Sun Feb 19 21:06:07 GMT 2012 rmind branches: 1.149.2; 1.149.4; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.149 Sun Feb 19 21:06:07 GMT 2012 rmind branches: 1.149.2; 1.149.4; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.149 Sun Feb 19 21:06:07 GMT 2012 rmind branches: 1.149.2; 1.149.4; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. |
| /src/include/ | ||
| H A D | unistd.h | 1.149 Tue Feb 06 20:22:41 GMT 2018 christos branches: 1.149.2; 1.149.4; fix typo 1.149 Tue Feb 06 20:22:41 GMT 2018 christos branches: 1.149.2; 1.149.4; fix typo 1.149 Tue Feb 06 20:22:41 GMT 2018 christos branches: 1.149.2; 1.149.4; fix typo |
| /src/sys/dev/pci/ | ||
| H A D | auich.c | 1.149 Thu Jul 07 06:55:41 GMT 2016 msaitoh branches: 1.149.2; 1.149.4; KNF. Remove extra spaces. No functional change. 1.149 Thu Jul 07 06:55:41 GMT 2016 msaitoh branches: 1.149.2; 1.149.4; KNF. Remove extra spaces. No functional change. 1.149 Thu Jul 07 06:55:41 GMT 2016 msaitoh branches: 1.149.2; 1.149.4; KNF. Remove extra spaces. No functional change. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_snapshot.c | 1.149 Thu Jun 01 02:45:15 GMT 2017 chs branches: 1.149.10; 1.149.14; 1.149.16; 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.149 Thu Jun 01 02:45:15 GMT 2017 chs branches: 1.149.10; 1.149.14; 1.149.16; 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.149 Thu Jun 01 02:45:15 GMT 2017 chs branches: 1.149.10; 1.149.14; 1.149.16; 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.149 Thu Jun 01 02:45:15 GMT 2017 chs branches: 1.149.10; 1.149.14; 1.149.16; 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/compat/netbsd32/ | ||
| H A D | netbsd32_sysent.c | 1.149 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.149.2; Regen for _lwp_gettid(2). 1.149 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.149.2; Regen for _lwp_gettid(2). |
| /src/sbin/sysctl/ | ||
| H A D | sysctl.8 | 1.149 Fri Jul 14 21:55:19 GMT 2006 elad branches: 1.149.2; move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@. 1.149 Fri Jul 14 21:55:19 GMT 2006 elad branches: 1.149.2; move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@. |
| /src/sys/arch/mvme68k/mvme68k/ | ||
| H A D | machdep.c | 1.149 Sun Jun 12 03:35:44 GMT 2011 rmind branches: 1.149.2; 1.149.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.149 Sun Jun 12 03:35:44 GMT 2011 rmind branches: 1.149.2; 1.149.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.149 Sun Jun 12 03:35:44 GMT 2011 rmind branches: 1.149.2; 1.149.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/pmax/conf/ | ||
| H A D | GENERIC | 1.149 Sat Aug 26 20:26:56 GMT 2006 christos branches: 1.149.2; 1.149.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP 1.149 Sat Aug 26 20:26:56 GMT 2006 christos branches: 1.149.2; 1.149.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP 1.149 Sat Aug 26 20:26:56 GMT 2006 christos branches: 1.149.2; 1.149.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP |
| /src/sys/dev/ic/ | ||
| H A D | tulip.c | 1.149 Sun Mar 04 06:02:02 GMT 2007 christos branches: 1.149.2; 1.149.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.149 Sun Mar 04 06:02:02 GMT 2007 christos branches: 1.149.2; 1.149.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.149 Sun Mar 04 06:02:02 GMT 2007 christos branches: 1.149.2; 1.149.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | locore.s | 1.149 Sat Dec 12 13:10:36 GMT 2009 phx branches: 1.149.2; 1.149.4; Reverted the CIA-timer based delay() to the pre-5.0 method of a calibrated delay loop. This fixes keyboard handshaking problems with some A1200 models since 5.0 and restores the precision for short delays on DraCo systems (the QuickLogic timer has only a seventh of the CIA precision). Changed the keyboard handshaking delay from 2000 back to 200ms, although even the recommended 85ms were successfully tested on the most problematic A1200 keyboards. All those changes were tested on an A3000 and A1200 with 68060/50 CPU, and previously discussed on the port-amiga ML. 1.149 Sat Dec 12 13:10:36 GMT 2009 phx branches: 1.149.2; 1.149.4; Reverted the CIA-timer based delay() to the pre-5.0 method of a calibrated delay loop. This fixes keyboard handshaking problems with some A1200 models since 5.0 and restores the precision for short delays on DraCo systems (the QuickLogic timer has only a seventh of the CIA precision). Changed the keyboard handshaking delay from 2000 back to 200ms, although even the recommended 85ms were successfully tested on the most problematic A1200 keyboards. All those changes were tested on an A3000 and A1200 with 68060/50 CPU, and previously discussed on the port-amiga ML. 1.149 Sat Dec 12 13:10:36 GMT 2009 phx branches: 1.149.2; 1.149.4; Reverted the CIA-timer based delay() to the pre-5.0 method of a calibrated delay loop. This fixes keyboard handshaking problems with some A1200 models since 5.0 and restores the precision for short delays on DraCo systems (the QuickLogic timer has only a seventh of the CIA precision). Changed the keyboard handshaking delay from 2000 back to 200ms, although even the recommended 85ms were successfully tested on the most problematic A1200 keyboards. All those changes were tested on an A3000 and A1200 with 68060/50 CPU, and previously discussed on the port-amiga ML. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | files.amiga | 1.149 Thu Oct 27 22:12:23 GMT 2011 rkujawa branches: 1.149.2; 1.149.6; Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page). 1.149 Thu Oct 27 22:12:23 GMT 2011 rkujawa branches: 1.149.2; 1.149.6; Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page). 1.149 Thu Oct 27 22:12:23 GMT 2011 rkujawa branches: 1.149.2; 1.149.6; Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page). |
| /src/sys/arch/arc/conf/ | ||
| H A D | GENERIC | 1.149 Wed Aug 22 00:43:00 GMT 2007 tsutsui branches: 1.149.2; 1.149.6; Add (commented out) options RAID_AUTOCONFIG. 1.149 Wed Aug 22 00:43:00 GMT 2007 tsutsui branches: 1.149.2; 1.149.6; Add (commented out) options RAID_AUTOCONFIG. 1.149 Wed Aug 22 00:43:00 GMT 2007 tsutsui branches: 1.149.2; 1.149.6; Add (commented out) options RAID_AUTOCONFIG. |
| /src/sys/net/ | ||
| H A D | if_gif.c | 1.149 Thu Sep 19 06:07:24 GMT 2019 knakahara Avoid having a rtcache directly in a percpu storage for tunnel protocols. percpu(9) has a certain memory storage for each CPU and provides it by the piece to users. If the storages went short, percpu(9) enlarges them by allocating new larger memory areas, replacing old ones with them and destroying the old ones. A percpu storage referenced by a pointer gotten via percpu_getref can be destroyed by the mechanism after a running thread sleeps even if percpu_putref has not been called. Using rtcache, i.e., packet processing, typically involves sleepable operations such as rwlock so we must avoid dereferencing a rtcache that is directly stored in a percpu storage during packet processing. Address this situation by having just a pointer to a rtcache in a percpu storage instead. Reviewed by ozaki-r@ and yamaguchi@ |
| /src/sys/dev/mii/ | ||
| H A D | miidevs.h | 1.149 Mon Mar 25 11:44:10 GMT 2019 msaitoh Regen. |
| H A D | miidevs_data.h | 1.149 Sat Feb 22 18:57:09 GMT 2020 jmcneill regen |
| /src/sys/netinet/ | ||
| H A D | tcp_usrreq.c | 1.149 Sat Oct 11 13:40:57 GMT 2008 pooka branches: 1.149.2; 1.149.4; 1.149.6; Move uidinfo to its own module in kern_uidinfo.c and include in rump. No functional change to uidinfo. 1.149 Sat Oct 11 13:40:57 GMT 2008 pooka branches: 1.149.2; 1.149.4; 1.149.6; Move uidinfo to its own module in kern_uidinfo.c and include in rump. No functional change to uidinfo. 1.149 Sat Oct 11 13:40:57 GMT 2008 pooka branches: 1.149.2; 1.149.4; 1.149.6; Move uidinfo to its own module in kern_uidinfo.c and include in rump. No functional change to uidinfo. 1.149 Sat Oct 11 13:40:57 GMT 2008 pooka branches: 1.149.2; 1.149.4; 1.149.6; Move uidinfo to its own module in kern_uidinfo.c and include in rump. No functional change to uidinfo. |
| /src/sys/sys/ | ||
| H A D | device.h | 1.149 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.149.2; 1.149.8; 1.149.10; Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching devices at shutdown time with RB_POWERDOWN. When detaching wd(4), put the drive in standby before detach for DETACH_POWEROFF. Fix PR kern/51252 1.149 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.149.2; 1.149.8; 1.149.10; Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching devices at shutdown time with RB_POWERDOWN. When detaching wd(4), put the drive in standby before detach for DETACH_POWEROFF. Fix PR kern/51252 1.149 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.149.2; 1.149.8; 1.149.10; Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching devices at shutdown time with RB_POWERDOWN. When detaching wd(4), put the drive in standby before detach for DETACH_POWEROFF. Fix PR kern/51252 1.149 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.149.2; 1.149.8; 1.149.10; Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching devices at shutdown time with RB_POWERDOWN. When detaching wd(4), put the drive in standby before detach for DETACH_POWEROFF. Fix PR kern/51252 |
| H A D | syscallargs.h | 1.149 Mon May 29 09:58:51 GMT 2006 drochner branches: 1.149.2; regen 1.149 Mon May 29 09:58:51 GMT 2006 drochner branches: 1.149.2; regen |
| /src/sys/kern/ | ||
| H A D | vfs_cache.c | 1.149 Sat Dec 12 18:41:13 GMT 2020 christos branches: 1.149.4; Be more clear and don't rely on cur being the first member. 1.149 Sat Dec 12 18:41:13 GMT 2020 christos branches: 1.149.4; Be more clear and don't rely on cur being the first member. |
Completed in 183 milliseconds