[head tinderbox] failure on powerpc64/powerpc

2010-08-29 Thread FreeBSD Tinderbox
TB --- 2010-08-29 06:16:06 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-08-29 06:16:06 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-08-29 06:16:06 - cleaning the object tree TB --- 2010-08-29 06:16:20 - cvsupping the source tree TB --- 2010-08-29 06:16:20 -

patch for topology detection of Intel CPUs

2010-08-29 Thread Andriy Gapon
[Reposted from stable@; edited] The below patch is against sources in FreeBSD tree, it should be applied either to sys/amd64/amd64/mp_machdep.c or sys/i386/i386/mp_machdep.c depending on the desired architecture: http://people.freebsd.org/~avg/intel-cpu-topo.diff The patch is substantially

Re: [CFT] Improved ZFS metaslab code (faster write speed)

2010-08-29 Thread jhell
On 08/28/2010 05:26, Pawel Jakub Dawidek wrote: On Sat, Aug 28, 2010 at 05:03:42AM -0400, jhell wrote: On 08/28/2010 04:20, Andriy Gapon wrote: on 28/08/2010 04:24 jhell said the following: The modified patch from avg@ (portion patch) is: #ifdef _KERNEL if

Re: Difficulty playing DVDs under AHCI/CAM?

2010-08-29 Thread Buganini
BTW, it seems that DVD burning with ahci is broken, burning a CD is okay, but I never burn a DVD sucessfully with ahci. Always get somethings like unable to wr...@60h input/output error and many (cd0:ahcich2:0:0:0): SCSI sense: ILLEGAL REQUEST csi:43,0,0,c asc:24,0 (Invalid field in CDB): Command

Re: Difficulty playing DVDs under AHCI/CAM?

2010-08-29 Thread Gary Jennejohn
On Sun, 29 Aug 2010 09:40:04 + Buganini bugan...@gmail.com wrote: BTW, it seems that DVD burning with ahci is broken, burning a CD is okay, but I never burn a DVD sucessfully with ahci. Always get somethings like unable to wr...@60h input/output error and many (cd0:ahcich2:0:0:0): SCSI

One-shot-oriented event timers management

2010-08-29 Thread Alexander Motin
Hi. I would like to present my new work on timers management code. In my previous work I was mostly orienting on reimplementing existing functionality in better way. The result seemed not bad, but after looking on perspectives of using event timers in one-shot (aperiodic) mode I've understood

[head tinderbox] failure on powerpc64/powerpc

2010-08-29 Thread FreeBSD Tinderbox
TB --- 2010-08-29 22:54:57 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-08-29 22:54:57 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-08-29 22:54:57 - cleaning the object tree TB --- 2010-08-29 22:55:09 - cvsupping the source tree TB --- 2010-08-29 22:55:09 -

Re: [head tinderbox] failure on powerpc64/powerpc

2010-08-29 Thread Nathan Whitehorn
On 08/29/10 18:23, FreeBSD Tinderbox wrote: TB --- 2010-08-29 22:54:57 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-08-29 22:54:57 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-08-29 22:54:57 - cleaning the object tree TB --- 2010-08-29 22:55:09 - cvsupping

Re: [head tinderbox] failure on powerpc64/powerpc

2010-08-29 Thread Mike Tancsa
At 07:29 PM 8/29/2010, Nathan Whitehorn wrote: Is something wrong with cvsup? This bug was fixed two days ago in SVN. Hi, There was a problem with the crontab entry on the local cvsup mirror that the tinder box syncs from for weekend runs / updates. I have fixed the ctab entry and kicked

Re: [CFT] Improved ZFS metaslab code (faster write speed)

2010-08-29 Thread Alexander Leidinger
On Fri, 27 Aug 2010 20:34:18 -0700 Artem Belevich fbsdl...@src.cx wrote: Perhaps reduced UMA fragmentation helps those subsystem that do use UMA (including ZFS which always uses uma for various housekeeping data). PJD told me once that ZFS is always using UMA, it is just not using it for

Re: One-shot-oriented event timers management

2010-08-29 Thread Brandon Gooch
2010/8/29 Alexander Motin m...@freebsd.org: Hi. I would like to present my new work on timers management code. In my previous work I was mostly orienting on reimplementing existing functionality in better way. The result seemed not bad, but after looking on perspectives of using event