- 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
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
- 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
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
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
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
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
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
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
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
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
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
=
.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
)
@@ -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
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
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
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"
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.
--
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
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
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
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
==
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
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
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
==
--- /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
+.\
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
===
(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
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
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
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
===
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:
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
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
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
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
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
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
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)
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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 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"
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
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
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.
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
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
===
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
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
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
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
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"
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"
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
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 -
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"
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
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
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
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
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
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
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
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
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
; 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
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
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
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
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:
>
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
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
. 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 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"
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
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
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
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
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
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
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
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
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
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 - 100 of 8514 matches
Mail list logo