Re: svn commit: r197065 - in stable/8: etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2009-09-10 Thread Alexander
- Message from kensm...@cse.buffalo.edu - Date: Thu, 10 Sep 2009 11:17:19 -0400 From: Ken Smith Subject: Re: svn commit: r197065 - in stable/8: etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

Re: svn commit: r212041 - stable/8/share/man/man4

2010-08-30 Thread Alexander
Can we name the known examples somewhere? - Message from yong...@freebsd.org - Date: Tue, 31 Aug 2010 00:19:03 + (UTC) From: Pyun YongHyeon Subject: svn commit: r212041 - stable/8/share/man/man4 To: src-committ...@freebsd.org, svn-src-all@freebsd.org, svn-src-sta

Re: svn commit: r212041 - stable/8/share/man/man4

2010-08-31 Thread Alexander
- Message from pyu...@gmail.com - Date: Tue, 31 Aug 2010 12:34:09 -0700 From: Pyun YongHyeon Reply-To: pyu...@gmail.com Subject: Re: svn commit: r212041 - stable/8/share/man/man4 To: Alexander Cc: Pyun YongHyeon , src-committ...@freebsd.org, svn-src-all

svn commit: r212541 - in head/sys: amd64/amd64 amd64/include dev/acpica i386/i386 i386/include kern mips/include mips/mips pc98/pc98 powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc6...

2010-09-13 Thread Alexander Motin
Author: mav Date: Mon Sep 13 07:25:35 2010 New Revision: 212541 URL: http://svn.freebsd.org/changeset/base/212541 Log: Refactor timer management code with priority to one-shot operation mode. The main goal of this is to generate timer interrupts only when there is some work to do. When CPU i

Re: svn commit: r212541 - in head/sys: amd64/amd64 amd64/include dev/acpica i386/i386 i386/include kern mips/include mips/mips pc98/pc98 powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc

2010-09-13 Thread Alexander Best
On Mon Sep 13 10, Alexander Motin wrote: > [snip] > > There is set of tunables, also available as writable sysctls, allowing to > control wanted event timer subsystem behavior: > kern.eventtimer.timer - allows to choose event timer hardware to use. > On x86 there is

Re: svn commit: r212498 - head/sbin/newfs

2010-09-13 Thread Alexander Best
On Sun Sep 12 10, Glen Barber wrote: > [snip] > > Modified: > head/sbin/newfs/newfs.8 > > [snip] could you also have a look at PR #61716? thanks. -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

svn commit: r212556 - head/sys/powerpc/powerpc

2010-09-13 Thread Alexander Motin
Author: mav Date: Mon Sep 13 14:25:07 2010 New Revision: 212556 URL: http://svn.freebsd.org/changeset/base/212556 Log: Change call order to enable interrupts only after timer being programmed. Submitted by: nwhitehorn Modified: head/sys/powerpc/powerpc/mp_machdep.c Modified: head/sys/po

Re: svn commit: r212554 - in head: sbin/geom/class/cache sbin/geom/class/concat sbin/geom/class/eli sbin/geom/class/journal sbin/geom/class/label sbin/geom/class/mirror sbin/geom/class/mountver sbin/g

2010-09-13 Thread Alexander Best
hi there, could you take a quick peek at PR #150239 to see if the patch for g_part.c is a reasonable change? thanks. alex -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any m

svn commit: r212600 - head/sys/kern

2010-09-13 Thread Alexander Motin
Author: mav Date: Tue Sep 14 04:48:04 2010 New Revision: 212600 URL: http://svn.freebsd.org/changeset/base/212600 Log: Add some foot shooting protection by checking singlemul value correctness. Rephrase sysctls descriptions. Suggested by: edmaste Modified: head/sys/kern/kern_clocksourc

svn commit: r212601 - head/sys/kern

2010-09-13 Thread Alexander Motin
Author: mav Date: Tue Sep 14 04:57:30 2010 New Revision: 212601 URL: http://svn.freebsd.org/changeset/base/212601 Log: Replace spin lock with the set of atomics. It is impractical for one tc_ticktock() call to wait for another's completion -- just skip it. Modified: head/sys/kern/kern_clock

svn commit: r212603 - in head/sys: kern sys

2010-09-14 Thread Alexander Motin
Author: mav Date: Tue Sep 14 08:48:06 2010 New Revision: 212603 URL: http://svn.freebsd.org/changeset/base/212603 Log: Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required to handle current timecounter wraps. Make kern_clocksource.c to honor that requirement, scheduling

svn commit: r212604 - head/sys/kern

2010-09-14 Thread Alexander Motin
Author: mav Date: Tue Sep 14 10:26:49 2010 New Revision: 212604 URL: http://svn.freebsd.org/changeset/base/212604 Log: Fix panic on NULL dereference possible after r212541. Modified: head/sys/kern/kern_timeout.c Modified: head/sys/kern/kern_timeout.c =

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-14 Thread Alexander Kabaev
.CURDIR}/../libthread_db CFLAGS+=-Winline > + > +LIBTHR_UNWIND_STACK=yes > + > +.ifdef LIBTHR_UNWIND_STACK > +CFLAGS+=-I${.CURDIR}/../../contrib/gcc -fexceptions > +CFLAGS+=-D_PTHREAD_FORCED_UNWIND > +.endif > + > Reaching into bowels of GCC like that is never good. -- Alexander Kabaev signature.asc Description: PGP signature

svn commit: r212631 - head/share/man/man4

2010-09-14 Thread Alexander Motin
) @@ -0,0 +1,105 @@ +.\" Copyright (c) 2009 Alexander Motin +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistribut

svn commit: r212635 - in head/share/man: man4 man7

2010-09-15 Thread Alexander Motin
file is newly added) +++ head/share/man/man7/eventtimers.7 Wed Sep 15 07:04:14 2010 (r212635) @@ -0,0 +1,131 @@ +.\" Copyright (c) 2010 Alexander Motin +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" mo

svn commit: r212636 - head/share/man/man4

2010-09-15 Thread Alexander Motin
UT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" Modified: head/share/man/man4/hpet.4 == --- head/share/man/man4/hpet.4 Wed Sep 15 07:04:14 2010 (r212635) +++ head/share/man/man4/hpet.4 Wed Sep 15 07:10:39

Re: svn commit: r212635 - in head/share/man: man4 man7

2010-09-15 Thread Alexander Best
thanks. :) -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-15 Thread Alexander Kabaev
On Wed, 15 Sep 2010 11:19:52 + David Xu wrote: > > > > Reaching into bowels of GCC like that is never good. > Any solution ? ;-) > I agree with Konstantin, we should either import appropriately licensed header from libunwind or, better yet, just provide our own. --

svn commit: r212718 - stable/8/sys/dev/ata/chipsets

2010-09-15 Thread Alexander Motin
Author: mav Date: Thu Sep 16 02:42:52 2010 New Revision: 212718 URL: http://svn.freebsd.org/changeset/base/212718 Log: MFC r212081: Increase device reset timeout from 10 to 15 seconds, same as in ahci(4). Some devices found need about 10-12 seconds to spinup. Modified: stable/8/sys/dev/at

svn commit: r212719 - in stable/8/sys/dev/ata: . chipsets

2010-09-15 Thread Alexander Motin
Author: mav Date: Thu Sep 16 02:44:23 2010 New Revision: 212719 URL: http://svn.freebsd.org/changeset/base/212719 Log: MFC r212145: SATA1.x SiliconImage controllers on power-on reset TFD Status register into value 0xff. On hot-plug this value confuses ata_generic_reset() device presence de

svn commit: r212720 - stable/8/sys/dev/ata/chipsets

2010-09-15 Thread Alexander Motin
Author: mav Date: Thu Sep 16 02:47:09 2010 New Revision: 212720 URL: http://svn.freebsd.org/changeset/base/212720 Log: MFC r212146: Add workaround for SiI3114 and SiI3512 chips bug, which caused sending R_ERR in response to DMA activate FIS under certain circumstances. This is recommended

svn commit: r212721 - head/sys/x86/cpufreq

2010-09-15 Thread Alexander Motin
Author: mav Date: Thu Sep 16 02:59:25 2010 New Revision: 212721 URL: http://svn.freebsd.org/changeset/base/212721 Log: Few whitespace cleanups and comments tunings. Submitted by: arundel Modified: head/sys/x86/cpufreq/est.c Modified: head/sys/x86/cpufreq/est.c ==

svn commit: r212732 - in head/sys/dev: ahci mvs siis

2010-09-16 Thread Alexander Motin
Author: mav Date: Thu Sep 16 12:39:50 2010 New Revision: 212732 URL: http://svn.freebsd.org/changeset/base/212732 Log: Fix panic, when due to some kind of congestion on FIS-based switching port multiplier some command triggers false positive timeout, but then completes normally. MFC aft

svn commit: r212754 - head/sys/geom/concat

2010-09-16 Thread Alexander Motin
Author: mav Date: Thu Sep 16 17:24:25 2010 New Revision: 212754 URL: http://svn.freebsd.org/changeset/base/212754 Log: Add support for dumping kernel to gconcat. Dumping goes to the component, where dump partition begins. Modified: head/sys/geom/concat/g_concat.c Modified: head/sys/geom/co

svn commit: r212778 - head/sys/x86/isa

2010-09-16 Thread Alexander Motin
Author: mav Date: Fri Sep 17 04:48:50 2010 New Revision: 212778 URL: http://svn.freebsd.org/changeset/base/212778 Log: Add one-shot mode support to attimer (i8254) event timer. Unluckily, using one-shot mode is impossible, when same hardware used for time counting. Introduce new tunable h

svn commit: r212779 - in head/share/man: man4 man7

2010-09-16 Thread Alexander Motin
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/man/man4/attimer.4 Fri Sep 17 04:55:01 2010 (r212779) @@ -0,0 +1,69 @@ +.\" Copyright (c) 2010 Alexander Motin +.\

svn commit: r212786 - head/share/man/man4

2010-09-17 Thread Alexander Motin
Author: mav Date: Fri Sep 17 07:44:01 2010 New Revision: 212786 URL: http://svn.freebsd.org/changeset/base/212786 Log: Fix typo ${attimer.4} -> ${_attimer.4}. Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ===

svn commit: r212787 - in head/share/man: man4 man7

2010-09-17 Thread Alexander Motin
(empty, because file is newly added) +++ head/share/man/man4/atrtc.4 Fri Sep 17 08:44:54 2010(r212787) @@ -0,0 +1,56 @@ +.\" Copyright (c) 2010 Alexander Motin +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" mo

svn commit: r212811 - head/sys/kern

2010-09-18 Thread Alexander Motin
Author: mav Date: Sat Sep 18 07:18:30 2010 New Revision: 212811 URL: http://svn.freebsd.org/changeset/base/212811 Log: When global timer used at SMP system, update nextevent field on BSP before sending IPI to other CPUs. Otherwise, other CPUs will try to honor stale value, programming timer

svn commit: r212812 - head/sys/x86/isa

2010-09-18 Thread Alexander Motin
Author: mav Date: Sat Sep 18 07:36:43 2010 New Revision: 212812 URL: http://svn.freebsd.org/changeset/base/212812 Log: Restore pre-r212778 optimization, skipping timer reprogramming when it is not neccessary. It allows to avoid time counter jump of up to 1/18s, when base frequency slightly t

svn commit: r212813 - head/share/man/man4

2010-09-18 Thread Alexander Motin
Author: mav Date: Sat Sep 18 07:45:54 2010 New Revision: 212813 URL: http://svn.freebsd.org/changeset/base/212813 Log: Document hw.i8254.freq tunable and machdep.i8254_freq sysctl. Modified: head/share/man/man4/attimer.4 Modified: head/share/man/man4/attimer.4 ===

svn commit: r212823 - head/sys/arm/mv

2010-09-18 Thread Alexander Motin
Author: mav Date: Sat Sep 18 13:44:39 2010 New Revision: 212823 URL: http://svn.freebsd.org/changeset/base/212823 Log: Clear timer interrupt status before calling callback, not after it, This fixes timer interrupt losses, fatal in one-shot mode. Modified: head/sys/arm/mv/timer.c Modified:

Re: svn commit: r212541 - in head/sys: amd64/amd64 amd64/include dev/acpica i386/i386 i386/include kern mips/include mips/mips pc98/pc98 powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc

2010-09-18 Thread Alexander Motin
Hi. Daan Vreeken wrote: > On Monday 13 September 2010 09:25:35 Alexander Motin wrote: >> Author: mav >> Date: Mon Sep 13 07:25:35 2010 >> New Revision: 212541 >> URL: http://svn.freebsd.org/changeset/base/212541 >> >> Log: >> Refactor timer manage

svn commit: r212825 - in head/sys/arm: arm include

2010-09-18 Thread Alexander Motin
Author: mav Date: Sat Sep 18 16:57:05 2010 New Revision: 212825 URL: http://svn.freebsd.org/changeset/base/212825 Log: Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug's heatsink termperature in open air from 49C to 43C when idle. Modified: head/sys/arm/arm/cpufunc.c

svn commit: r212857 - stable/7/sys/dev/hptmv

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 13:42:05 2010 New Revision: 212857 URL: http://svn.freebsd.org/changeset/base/212857 Log: MFC r194900: Remove unused ATAPI definitions, conflicting with ata.h. Modified: stable/7/sys/dev/hptmv/atapi.h Directory Properties: stable/7/sys/ (props changed) sta

svn commit: r212858 - stable/7/sys/dev/hptmv

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 13:44:46 2010 New Revision: 212858 URL: http://svn.freebsd.org/changeset/base/212858 Log: MFC r209341: Report transport type in XPT_PATH_INQ. Modified: stable/7/sys/dev/hptmv/entry.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/con

svn commit: r212859 - stable/7/sys/dev/hptiop

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 13:49:02 2010 New Revision: 212859 URL: http://svn.freebsd.org/changeset/base/212859 Log: MFC r209340: Report transport type in XPT_PATH_INQ. Modified: stable/7/sys/dev/hptiop/hptiop.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/c

svn commit: r212869 - in stable/7: sbin/atacontrol sys sys/cddl/contrib/opensolaris sys/contrib/dev/acpica sys/contrib/pf

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 18:55:47 2010 New Revision: 212869 URL: http://svn.freebsd.org/changeset/base/212869 Log: Mark r172606, r174682, r177298 as merged. Modified: Directory Properties: stable/7/sbin/atacontrol/ (props changed) stable/7/sys/ (props changed) stable/7/sys/cddl/co

svn commit: r212870 - stable/7/sys/sys

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:02:14 2010 New Revision: 212870 URL: http://svn.freebsd.org/changeset/base/212870 Log: MFC r194902, r197540, r198587, r198865: Define some ATA IDENTIFY fields and bits. Modified: stable/7/sys/sys/ata.h Directory Properties: stable/7/sys/ (props changed)

svn commit: r212871 - stable/7/sbin/atacontrol

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:16:27 2010 New Revision: 212871 URL: http://svn.freebsd.org/changeset/base/212871 Log: Mark r174034,174665,174683,177262 as merged. Modified: Directory Properties: stable/7/sbin/atacontrol/ (props changed) ___ svn-s

svn commit: r212872 - stable/7/sbin/atacontrol

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:18:35 2010 New Revision: 212872 URL: http://svn.freebsd.org/changeset/base/212872 Log: MFC r199644: Add some missing WDMA/UDMA modes. Modified: stable/7/sbin/atacontrol/atacontrol.c Directory Properties: stable/7/sbin/atacontrol/ (props changed) Modified

svn commit: r212874 - stable/7/sys/geom/mirror

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:43:05 2010 New Revision: 212874 URL: http://svn.freebsd.org/changeset/base/212874 Log: MFC r201566: Move wakeup() out of mutex to reduce contention. Modified: stable/7/sys/geom/mirror/g_mirror.c Directory Properties: stable/7/sys/ (props changed) stable

svn commit: r212875 - stable/7/sys/geom

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:51:14 2010 New Revision: 212875 URL: http://svn.freebsd.org/changeset/base/212875 Log: MFC r196904: Remove msleep() timeout from g_io_schedule_up/down(). It works fine without it, saving few percents of CPU on high request rates without need to rearm callout

svn commit: r212876 - stable/7/sys/geom

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:52:26 2010 New Revision: 212876 URL: http://svn.freebsd.org/changeset/base/212876 Log: MFC r201264: Call wakeup() only for the first request on the queue. Modified: stable/7/sys/geom/geom_io.c Directory Properties: stable/7/sys/ (props changed) stable/7

svn commit: r212877 - stable/7/sys/geom

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:53:41 2010 New Revision: 212877 URL: http://svn.freebsd.org/changeset/base/212877 Log: MFC r205619: Do not fetch precise time of request start when stats collection disabled. Modified: stable/7/sys/geom/geom_io.c Directory Properties: stable/7/sys/ (props

svn commit: r212878 - stable/7/sys/geom

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 19:57:15 2010 New Revision: 212878 URL: http://svn.freebsd.org/changeset/base/212878 Log: MFC r174669: Don't limit BIO_DELETE requests to MAXPHYS, they perform no data transfers, so they are not subject to the VM system limitation. Modified: stable/7/sys/geom/

svn commit: r212879 - stable/7/sys/geom

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 20:02:31 2010 New Revision: 212879 URL: http://svn.freebsd.org/changeset/base/212879 Log: MFC r196964: Do not check proper request alignment here in geom_dev in production. It will be checked any way later by g_io_check() in g_io_schedule_down(). It is only nee

svn commit: r212880 - stable/7/sys/geom/raid3

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 20:07:40 2010 New Revision: 212880 URL: http://svn.freebsd.org/changeset/base/212880 Log: MFC r201545: Slightly optimize XOR calculation. Modified: stable/7/sys/geom/raid3/g_raid3.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/cont

svn commit: r212881 - stable/7/sys/geom/raid3

2010-09-19 Thread Alexander Motin
Author: mav Date: Sun Sep 19 20:08:45 2010 New Revision: 212881 URL: http://svn.freebsd.org/changeset/base/212881 Log: MFC r201567: Move wakeup() out of mutex to reduce contention. Modified: stable/7/sys/geom/raid3/g_raid3.c Directory Properties: stable/7/sys/ (props changed) stable/7

svn commit: r212900 - stable/7/sys/dev/hptrr

2010-09-20 Thread Alexander Motin
Author: mav Date: Mon Sep 20 13:48:07 2010 New Revision: 212900 URL: http://svn.freebsd.org/changeset/base/212900 Log: MFC r196415: Fill cpi->transport in XPT_PATH_INQ. Modified: stable/7/sys/dev/hptrr/hptrr_osm_bsd.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cd

svn commit: r212908 - stable/8/sys/kern

2010-09-20 Thread Alexander Motin
Author: mav Date: Mon Sep 20 17:56:03 2010 New Revision: 212908 URL: http://svn.freebsd.org/changeset/base/212908 Log: MFC r201148: Don't forget to use `void' for sched_balance(). It has no arguments. Modified: stable/8/sys/kern/sched_ule.c Directory Properties: stable/8/sys/ (props cha

svn commit: r212909 - stable/8/sys/i386/i386

2010-09-20 Thread Alexander Motin
Author: mav Date: Mon Sep 20 18:20:35 2010 New Revision: 212909 URL: http://svn.freebsd.org/changeset/base/212909 Log: MFC r196829: Add missing ';'. Modified: stable/8/sys/i386/i386/machdep.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props

svn commit: r212946 - stable/8/sys/sparc64/sparc64

2010-09-20 Thread Alexander Motin
Author: mav Date: Tue Sep 21 04:23:27 2010 New Revision: 212946 URL: http://svn.freebsd.org/changeset/base/212946 Log: MFC r212456: Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tell scheduler that it doesn't need to use IPI to "wake up" CPU. Modified: stable/8/sys/sparc

svn commit: r212947 - in stable/8: share/man/man4/man4.powerpc sys/dev/powermac_nvram

2010-09-20 Thread Alexander Motin
Author: mav Date: Tue Sep 21 04:29:27 2010 New Revision: 212947 URL: http://svn.freebsd.org/changeset/base/212947 Log: MFC r212240: Add support for the Sharp/Micron flash chips to powermac_mvram(4). Tested on PowerMac G4 AGP. Modified: stable/8/share/man/man4/man4.powerpc/powermac_nvram.4

svn commit: r212948 - stable/8/sbin/camcontrol

2010-09-20 Thread Alexander Motin
Author: mav Date: Tue Sep 21 04:39:13 2010 New Revision: 212948 URL: http://svn.freebsd.org/changeset/base/212948 Log: MFC r209625: Correct explanation for idle and standby subcommands' -t argument. Modified: stable/8/sbin/camcontrol/camcontrol.8 Directory Properties: stable/8/sbin/camcon

svn commit: r212958 - head/sys/kern

2010-09-21 Thread Alexander Motin
Author: mav Date: Tue Sep 21 08:02:02 2010 New Revision: 212958 URL: http://svn.freebsd.org/changeset/base/212958 Log: Until hardclock() and respectively tc_windup() called first time, system is running on "dummy" time counter. But to function properly in one-shot mode, event timer managemen

svn commit: r212967 - head/sys/kern

2010-09-21 Thread Alexander Motin
Author: mav Date: Tue Sep 21 16:50:24 2010 New Revision: 212967 URL: http://svn.freebsd.org/changeset/base/212967 Log: Remember last kern.eventtimer.periodic value, explicitly set by user. If timer capabilities forcing us to change periodicity mode, try to restore it back later, as soon as n

Re: svn commit: r212964 - head/sys/kern

2010-09-21 Thread Alexander Motin
re often than > not. May be it is not so bad idea to get more coherent memory snapshot? -- Alexander Motin ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r212970 - head/sys/kern

2010-09-21 Thread Alexander Motin
Author: mav Date: Tue Sep 21 17:37:28 2010 New Revision: 212970 URL: http://svn.freebsd.org/changeset/base/212970 Log: If new callout scheduled to another CPU and we are using global timer, there is high probability that timer is already programmed by some other CPU. Especially by one that r

svn commit: r212991 - head/sys/cam

2010-09-21 Thread Alexander Motin
Author: mav Date: Wed Sep 22 05:17:18 2010 New Revision: 212991 URL: http://svn.freebsd.org/changeset/base/212991 Log: Decrease poll interval from 1000 to 100us. This significantly reduces kernel dump time, especially with minidump. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/c

svn commit: r212992 - head/sys/kern

2010-09-21 Thread Alexander Motin
Author: mav Date: Wed Sep 22 05:32:37 2010 New Revision: 212992 URL: http://svn.freebsd.org/changeset/base/212992 Log: If kernel built with DEVICE_POLLING, keep one CPU always in active state to handle it. Modified: head/sys/kern/kern_clocksource.c Modified: head/sys/kern/kern_clocksource.

svn commit: r212997 - head/sys/dev/acpica

2010-09-22 Thread Alexander Motin
Author: mav Date: Wed Sep 22 11:32:22 2010 New Revision: 212997 URL: http://svn.freebsd.org/changeset/base/212997 Log: Quick fix for unmotivated C2 state usage during boot, introduced at r212541. That caused LAPIC timer failure and huge delays during boot on some systems. Modified: head/sys

svn commit: r213092 - head/sys/dev/ata/chipsets

2010-09-24 Thread Alexander Motin
Author: mav Date: Fri Sep 24 07:14:14 2010 New Revision: 213092 URL: http://svn.freebsd.org/changeset/base/213092 Log: Add missing le32toh(), same as recently done in ata-siliconimage.c. Modified: head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/chipsets/ata-ahci.c ===

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread Alexander Leidinger
instead of a LIFO. I want the N most recent crashdumps to be saved, not the first N. Check the size in the shell script before, remove older ones ("ls -1t | grep pattern | tail +" gives you possible candidates). Bye, Alexander. -- Applause, n.: The echo of a platitude from

svn commit: r213293 - in stable/8/sys/dev: ahci mvs siis

2010-09-29 Thread Alexander Motin
Author: mav Date: Thu Sep 30 04:23:03 2010 New Revision: 213293 URL: http://svn.freebsd.org/changeset/base/213293 Log: MFC r212732: Fix panic, when due to some kind of congestion on FIS-based switching port multiplier some command triggers false positive timeout, but then completes normall

svn commit: r213301 - head/sys/dev/ata/chipsets

2010-09-30 Thread Alexander Motin
Author: mav Date: Thu Sep 30 16:09:52 2010 New Revision: 213301 URL: http://svn.freebsd.org/changeset/base/213301 Log: Revert r132291. Restore setting PIO/WDMA timings for VIA UDMA133 controllers. Linux disables only AST register writing there, but no all timings. Modified: head/sys/dev/a

svn commit: r213302 - head/sys/dev/acpica

2010-09-30 Thread Alexander Motin
Author: mav Date: Thu Sep 30 16:23:01 2010 New Revision: 213302 URL: http://svn.freebsd.org/changeset/base/213302 Log: Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets have number of unexplained interrupt problems. For some reason, using HPET interrupts there breaks HDA s

Re: svn commit: r213298 - head/sbin/mount

2010-09-30 Thread Alexander Best
hooray! :) thanks a bunch. -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r213379 - head/sys/dev/usb/controller

2010-10-03 Thread Alexander Best
great stuff!!! can't wait to add "device xhci" to my KERNCONF. :) -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r213398 - head/bin/rm

2010-10-04 Thread Alexander Best
On Mon Oct 4 10, Pawel Jakub Dawidek wrote: > On Mon, Oct 04, 2010 at 02:35:54PM +0400, Dmitry Morozovsky wrote: > > On Mon, 4 Oct 2010, Alexander Best wrote: > > > > AB> On Mon Oct 4 10, Pawel Jakub Dawidek wrote: > > AB> > On Mon, Oct 04, 2010 at 06

Re: svn commit: r213398 - head/bin/rm

2010-10-04 Thread Alexander Best
On Mon Oct 4 10, Pawel Jakub Dawidek wrote: > On Mon, Oct 04, 2010 at 06:17:46AM +, Xin LI wrote: > > Author: delphij > > Date: Mon Oct 4 06:17:45 2010 > > New Revision: 213398 > > URL: http://svn.freebsd.org/changeset/base/213398 > > > > Log: > > Clarify the combination effect of -P and -

Re: svn commit: r213398 - head/bin/rm

2010-10-05 Thread Alexander Best
thanks a lot. :) -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-10-05 Thread Alexander Best
On Wed Apr 28 10, Jung-uk Kim wrote: > Author: jkim > Date: Wed Apr 28 17:26:05 2010 > New Revision: 207330 > URL: http://svn.freebsd.org/changeset/base/207330 > > Log: > Remove dead code. Calculated greatest common divisor was not used at all. > On top of that, LLVM+Clang mis-compiles this c

svn commit: r213471 - head/sys/compat/linux

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:34:41 2010 New Revision: 213471 URL: http://svn.freebsd.org/changeset/base/213471 Log: Fix a comparision of an uninitialised pointer. Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed by: rdivacky Modified: h

svn commit: r213472 - head/tools/build/mk

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitted by: Paul B Mahol Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/Opti

svn commit: r213479 - head/usr.bin/kdump

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 12:41:42 2010 New Revision: 213479 URL: http://svn.freebsd.org/changeset/base/213479 Log: Fix regex for some socket- and acl-related syscall values. Submitted by: Mikhail PR: 149295 MFC-after:2 weeks Modified: head/usr.bin/kdump/mksubr

svn commit: r213509 - in head/sys/dev/usb: . serial

2010-10-07 Thread Alexander Motin
Author: mav Date: Thu Oct 7 09:07:48 2010 New Revision: 213509 URL: http://svn.freebsd.org/changeset/base/213509 Log: Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem. Reviewed by: hselasky Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/d

Re: svn commit: r213472 - head/tools/build/mk

2010-10-07 Thread Alexander Leidinger
Quoting Doug Barton (from Wed, 06 Oct 2010 11:15:00 -0700): On 10/6/2010 12:49 AM, Alexander Leidinger wrote: Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete

Re: svn commit: r213489 - in head/sys: conf dev/bce

2010-10-07 Thread Alexander Best
minor CR/LF issue in if_bcereg.h. ;) cheers. alex -- a13x diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index cedb6b1..178c72d 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -1965,7 +1965,7 @@ struct l2_fhdr { #define BCE_MISC_ENABLE_CLR_BITS_UMP_ENABLE

Re: svn commit: r213398 - head/bin/rm

2010-10-08 Thread Alexander Best
On Fri Oct 8 10, Ulrich Spörlein wrote: > On Mon, 04.10.2010 at 14:04:53 +0200, Ivan Voras wrote: > > On 4 October 2010 13:42, Alexander Best wrote: > > > > > good point. ZFS should really be added to the list and LFS should go > > > away. are > > > th

Re: svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Alexander Best
On Fri Oct 8 10, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:18:44 2010 > New Revision: 213544 > URL: http://svn.freebsd.org/changeset/base/213544 > > Log: > Fix typo. > > Submitted by: arundel > MFC after: 3 days > > Modified: > head/sys/amd64/linux32/syscal

Re: svn commit: r213539 - head/lib/libthr

2010-10-08 Thread Alexander Kabaev
; 2010 (r213539) @@ -27,7 +27,6 @@ > CFLAGS+=-I${.CURDIR}/../libthread_db CFLAGS+=-Winline > > .ifndef NO_THREAD_UNWIND_STACK > -CFLAGS+=-I${.CURDIR}/../../contrib/gcc -fexceptions > CFLAGS+=-D_PTHREAD_FORCED_UNWIND > .endif > Thank you for pushing this to completion. -- Alexander Kabaev signature.asc Description: PGP signature

Re: svn commit: r213585 - head/tools/build/mk

2010-10-10 Thread Alexander Leidinger
d or 2) needs to be reverted if you do not want to do 2), as the goal for delete-old is to remove files which are not not installed by installworld now, but where installed by installworld before. Bye, Alexander. ___ svn-src-a

Re: svn commit: r213585 - head/tools/build/mk

2010-10-11 Thread Alexander Leidinger
Quoting Mark Murray (from Sun, 10 Oct 2010 11:20:23 +0100): Alexander Leidinger writes: Can you please point out where rmail is installed when MK_SENDMAIL=no and MK_MAILWRAPPER!=no? I can not find such a place. src/usr.sbin/mailwrapper/Makefile What am I doing wrong? ---snip--- % grep

Re: svn commit: r213585 - head/tools/build/mk

2010-10-11 Thread Alexander Leidinger
Quoting Alexander Leidinger (from Mon, 11 Oct 2010 10:28:01 +0200): Quoting Mark Murray (from Sun, 10 Oct 2010 11:20:23 +0100): Alexander Leidinger writes: Can you please point out where rmail is installed when MK_SENDMAIL=no and MK_MAILWRAPPER!=no? I can not find such a place. src

Re: svn commit: r213846 - head/sys/compat/linux

2010-10-14 Thread Alexander Best
On Thu Oct 14 10, Konstantin Belousov wrote: > Author: kib > Date: Thu Oct 14 19:30:44 2010 > New Revision: 213846 > URL: http://svn.freebsd.org/changeset/base/213846 > > Log: > Remove stale comment. thanks a lot. :) > > Submitted by: arundel > MFC after: 3 days > > Modified: >

svn commit: r213931 - head/sys/dev/usb/storage

2010-10-16 Thread Alexander Motin
Author: mav Date: Sat Oct 16 19:29:37 2010 New Revision: 213931 URL: http://svn.freebsd.org/changeset/base/213931 Log: Allow umass to use bigger transactions for USB 3.0 devices. It is less important for USB 2.0 devices and some of them reported to have problems with large transactions. But

svn commit: r214016 - in head/sys: arm/mv dev/ata dev/ata/chipsets

2010-10-18 Thread Alexander Motin
Author: mav Date: Mon Oct 18 11:30:13 2010 New Revision: 214016 URL: http://svn.freebsd.org/changeset/base/214016 Log: Set of legacy mode SATA enchancements: - Implement proper combined mode decoding for Intel controllers to properly identify SATA and PATA channels and associate ATA channels

Re: svn commit: r213985 - head/sys/sparc64/sparc64

2010-10-18 Thread Alexander Motin
. In handleevents() of kern_clocksource.c > hardclock_anycpu() is called so i think that is what actually needs to > be wrapped in a critical section. At this time on most (all?) platforms critical section is grabbed by MD interrupt code. It is important to be there, as soon as there touched td_

Re: svn commit: r213985 - head/sys/sparc64/sparc64

2010-10-18 Thread Alexander Motin
re reason to have critical section there. It is indeed strange that td_intr_nesting_level in intr_event_handle() is not covered by critical section, but probably it should. -- Alexander Motin ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r213985 - head/sys/sparc64/sparc64

2010-10-19 Thread Alexander Motin
John Baldwin wrote: > On Monday, October 18, 2010 5:41:57 pm Alexander Motin wrote: >> Marius Strobl wrote: >>> On Mon, Oct 18, 2010 at 05:05:24PM -0400, John Baldwin wrote: >>>> On Monday, October 18, 2010 4:52:24 pm Marius Strobl wrote: >>>>> AFAICT

svn commit: r214099 - head/sys/dev/mvs

2010-10-20 Thread Alexander Motin
Author: mav Date: Wed Oct 20 07:22:34 2010 New Revision: 214099 URL: http://svn.freebsd.org/changeset/base/214099 Log: Some style cleanup: - remove commented debugging code; - wrap long lines. Modified: head/sys/dev/mvs/mvs.c head/sys/dev/mvs/mvs_pci.c head/sys/dev/mvs/mvs_soc.c Modi

svn commit: r214102 - head/sys/dev/mvs

2010-10-20 Thread Alexander Motin
Author: mav Date: Wed Oct 20 07:47:31 2010 New Revision: 214102 URL: http://svn.freebsd.org/changeset/base/214102 Log: Workaround strange situation when EDMA_RESQIP register returns zero instead of proper value. It caused bunch of "EMPTY CRPB" messages and potentially may cause premature req

Re: svn commit: r214261 - head/tools/tools/syscall_timing

2010-10-24 Thread Alexander Best
On Sun Oct 24 10, Robert Watson wrote: > Author: rwatson > Date: Sun Oct 24 09:14:21 2010 > New Revision: 214261 > URL: http://svn.freebsd.org/changeset/base/214261 > > Log: > Add microbenchmark for create/unlink of a zero-byte file. clang still complaining: syscall_timing.c:766:24: warning: c

Re: svn commit: r214279 - in head: share/man/man4 sys/cam sys/cam/ata sys/kern

2010-10-24 Thread Alexander Motin
under section 1.10.1, "Recommended power-off sequence". Not instead of "just SLEEP", but instead of FLUSH CACHE (by respective peripheral driver) + SLEEP (by xpt). It should probably be the same. Just for the note, SCSI specification states that STOP automatically implies FLUSH C

svn commit: r214285 - stable/8/sys/cam

2010-10-24 Thread Alexander Motin
Author: mav Date: Sun Oct 24 17:40:19 2010 New Revision: 214285 URL: http://svn.freebsd.org/changeset/base/214285 Log: MFC r212991: Decrease poll interval from 1000 to 100us. This significantly reduces kernel dump time, especially with minidump. Modified: stable/8/sys/cam/cam_xpt.c Direct

svn commit: r214286 - in stable/8/sys/dev/usb: . serial

2010-10-24 Thread Alexander Motin
Author: mav Date: Sun Oct 24 17:42:41 2010 New Revision: 214286 URL: http://svn.freebsd.org/changeset/base/214286 Log: MFC r213509: Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem. Modified: stable/8/sys/dev/usb/serial/u3g.c stable/8/sys/dev/usb/usbdevs Directory Properties: st

Re: svn commit: r214279 - in head: share/man/man4 sys/cam sys/cam/ata sys/kern

2010-10-24 Thread Alexander Motin
Garrett Cooper wrote: > On Sun, Oct 24, 2010 at 10:03 AM, Alexander Motin wrote: >> Bruce Cran wrote: >>> On Sunday 24 October 2010 17:31:58 Bruce Cran wrote: >>> >>>> Log: >>>> Mostly revert r203420, and add similar functionality into ada(4

svn commit: r214288 - head/sys/cam/scsi

2010-10-24 Thread Alexander Motin
Author: mav Date: Sun Oct 24 18:53:16 2010 New Revision: 214288 URL: http://svn.freebsd.org/changeset/base/214288 Log: Make da driver to handle some probably broken Android devices, returning zero media and sector size instead of "Medium not present" error, until some confirmation button is

svn commit: r214321 - head/sbin/camcontrol

2010-10-25 Thread Alexander Motin
Author: mav Date: Mon Oct 25 07:17:07 2010 New Revision: 214321 URL: http://svn.freebsd.org/changeset/base/214321 Log: Do some whitespace and `identify` output cleanup. Submitted by: arundel MFC after:2 weeks Modified: head/sbin/camcontrol/camcontrol.c Modified: head/sbin/camcontr

  1   2   3   4   5   6   7   8   9   10   >