Elaboración de Modelos Financieros con Excel

2012-08-15 Thread Lic. Adriana Alvarez
Elaboración de Modelos Financieros con Excel - Análisis e Interpretación Panama 22 de Agosto, 2012 SHERATON PANAMA HOTEL & CONVENTION CENTER Se demostrará paso a paso técnicas financieras con las herramientas o características de Excel. Aprenderá a utilizar Excel con el propósito de desarrollar sus

Re: [Patch] Virtio drivers for OpenBSD V5

2012-08-15 Thread johnw
Hi, I found some problem, after upgrade to v5 patch Host: debian-amd64 Guest: openbsd-amd64 When I cp /mountpoint1/100MB-file to /mountpoint2/, the system hang(no ddb, no response) , and the host cpu running 100%, then I need to kill the kvm process on host. When I scp openbsd-vmguest:/100MB-f

Re: ftp(1) usage/man page HTTP Basic authentication tweaks

2012-08-15 Thread Lawrence Teo
On Wed, Aug 15, 2012 at 06:09:34AM +0100, Jason McIntyre wrote: > On Tue, Aug 14, 2012 at 10:38:21PM -0400, Lawrence Teo wrote: > > This is a small follow-up diff to haesbaert@'s recent commit that > > enables HTTP Basic authentication in ftp(1): > > > > * In the AUTO-FETCHING FILES section of the

Re: pdksh wrong strips quotes in shell substs

2012-08-15 Thread Alexander Polakov
Now with Philip's fix applied. * Philip Guenther [120815 15:40]: > On Sun, Aug 12, 2012 at 12:43 PM, Alexander Polakov wrote: > > Ok, second attempt > > Nice. One fix; > > > > @@ -342,7 +346,10 @@ > > PUSH_STATE(STBRACE); > >

Profitez de l'expertise d'un spécialiste et diminuez votre budget "fleurs" de 10 à 30 %

2012-08-15 Thread DORIN Didier - fleuriste conseil
Achetez vos fleurs, plantes et accessoires directement     Didier Dorin, le conseiller fleuriste, vous conseille sur la qualité et la quantité Didier Dorin, le conseiller fleursite, les transforme en décorations Didier Dorin, le conseiller fleursite, le

Re: ral rt2661 tx interrupt race fix

2012-08-15 Thread Stefan Sperling
On Tue, Aug 14, 2012 at 08:31:31PM +0200, Tobias Ulmer wrote: > Finally got around to dig out the card and put it in a Blade 1500. With > -current, I get around 10Mb using tcpbench. With your diff, > freelist corruption messages pop up rather quickly, speed is the same. I > guess the panic at the e

Re: rdtsc timecounter

2012-08-15 Thread Franco Fichtner
On Aug 15, 2012, at 8:17 PM, Ted Unangst wrote: > On Wed, Aug 15, 2012 at 13:25, Ted Unangst wrote: > > I will probably rename this just "tsc" after some prodding from mikeb, > that's a better name. I tend to focus on the instruction used, but we > should name it after the counter. > >> +r

Re: rdtsc timecounter

2012-08-15 Thread Ted Unangst
On Wed, Aug 15, 2012 at 13:25, Ted Unangst wrote: I will probably rename this just "tsc" after some prodding from mikeb, that's a better name. I tend to focus on the instruction used, but we should name it after the counter. > + rdtsc_timecounter.tc_frequency = cpuspeed; > + /* cpuspeed

rdtsc timecounter

2012-08-15 Thread Ted Unangst
So for more than a decade, the rdtsc instruction has in theory been the fastest most accurate way to measure elapsed time on x86. Except when it doesn't quite work. The main issues are 1) frequency changing as a result of power management, and 2) different values on different CPUs in SMP systems.

Re: acpihpet quality

2012-08-15 Thread Mark Kettenis
> Date: Wed, 15 Aug 2012 11:58:28 -0400 > From: Ted Unangst > > On Wed, Aug 15, 2012 at 17:36, Mike Belopuhov wrote: > > On Wed, Aug 15, 2012 at 5:02 PM, Ted Unangst wrote: > >> The acpihpet timer is, in my testing, lots better than the acpitimer. > >> Faster to read and more precise. They shou

Re: acpihpet quality

2012-08-15 Thread Ted Unangst
On Wed, Aug 15, 2012 at 17:36, Mike Belopuhov wrote: > On Wed, Aug 15, 2012 at 5:02 PM, Ted Unangst wrote: >> The acpihpet timer is, in my testing, lots better than the acpitimer. >> Faster to read and more precise. They should not have the same quality >> value. Double acpihpet. >> > > as long

Re: acpihpet quality

2012-08-15 Thread Mike Belopuhov
On Wed, Aug 15, 2012 at 5:36 PM, Mike Belopuhov wrote: > On Wed, Aug 15, 2012 at 5:02 PM, Ted Unangst wrote: >> The acpihpet timer is, in my testing, lots better than the acpitimer. >> Faster to read and more precise. They should not have the same quality >> value. Double acpihpet. >> > > as lo

Re: acpihpet quality

2012-08-15 Thread Ted Unangst
On Wed, Aug 15, 2012 at 17:21, Mark Kettenis wrote: >> Date: Wed, 15 Aug 2012 11:02:43 -0400 >> From: Ted Unangst >> >> The acpihpet timer is, in my testing, lots better than the acpitimer. >> Faster to read and more precise. They should not have the same quality >> value. Double acpihpet. > >

Re: acpihpet quality

2012-08-15 Thread Mike Belopuhov
On Wed, Aug 15, 2012 at 5:02 PM, Ted Unangst wrote: > The acpihpet timer is, in my testing, lots better than the acpitimer. > Faster to read and more precise. They should not have the same quality > value. Double acpihpet. > as long as acpi subsystem attaches acpitimer earlier we don't need tha

Re: acpihpet quality

2012-08-15 Thread Matthew Dempsky
This reminds me... On Wed, Aug 15, 2012 at 8:02 AM, Ted Unangst wrote: > 0x, /* counter_mask (24 bits) */ ... this comment has been bugging me for a while. I'm pretty sure it should be "32 bits". Seems like a bad copy/paste from acpitimer.c.

Re: acpihpet quality

2012-08-15 Thread Mark Kettenis
> Date: Wed, 15 Aug 2012 11:02:43 -0400 > From: Ted Unangst > > The acpihpet timer is, in my testing, lots better than the acpitimer. > Faster to read and more precise. They should not have the same quality > value. Double acpihpet. Since both acpitimer(4) and acpihpet(4) are based on an abstr

have timecounter, will stay

2012-08-15 Thread Ted Unangst
timecounters are here to stay, at least for those archs where timecounters have arrived. remove some now useless guards. Index: arch/i386/pci/geodesc.c === RCS file: /cvs/src/sys/arch/i386/pci/geodesc.c,v retrieving revision 1.9 diff

acpihpet quality

2012-08-15 Thread Ted Unangst
The acpihpet timer is, in my testing, lots better than the acpitimer. Faster to read and more precise. They should not have the same quality value. Double acpihpet. Index: acpihpet.c === RCS file: /cvs/src/sys/dev/acpi/acpihpet.c,v

Re: possible performance gain for mpi(4)

2012-08-15 Thread Antoine Jacoutot
On Wed, Aug 15, 2012 at 04:46:46PM +0200, Mark Kettenis wrote: > > Date: Wed, 15 Aug 2012 16:31:53 +0200 > > From: Antoine Jacoutot > > > > On Sun, Aug 12, 2012 at 01:22:55PM +1000, David Gwynne wrote: > > > ive been beating my head against why mpi is slow on some machines > > > and not others, a

Re: possible performance gain for mpi(4)

2012-08-15 Thread Mark Kettenis
> Date: Wed, 15 Aug 2012 16:31:53 +0200 > From: Antoine Jacoutot > > On Sun, Aug 12, 2012 at 01:22:55PM +1000, David Gwynne wrote: > > ive been beating my head against why mpi is slow on some machines > > and not others, and i think this may be why. > > > > issuing a command to the chip is done

Re: possible performance gain for mpi(4)

2012-08-15 Thread Antoine Jacoutot
On Sun, Aug 12, 2012 at 01:22:55PM +1000, David Gwynne wrote: > ive been beating my head against why mpi is slow on some machines > and not others, and i think this may be why. > > issuing a command to the chip is done by posting its address to a > register. in my code this was done by doing a wri

Re: CoDel

2012-08-15 Thread Geoff Steckel
On 08/15/2012 09:07 AM, Henning Brauer wrote: > * Simon Perreault [2012-08-15 14:38]: >> Le 2012-08-14 20:29, David Gwynne a écrit : >>> ill have to fix that. >> Oh, and I also realized that CBQ is even worse: it calls >> microuptime() on every enqueue *and* every dequeue! >> >> If it really was a

Re: CoDel

2012-08-15 Thread Henning Brauer
* Simon Perreault [2012-08-15 14:38]: > Le 2012-08-14 20:29, David Gwynne a écrit : > >ill have to fix that. > > Oh, and I also realized that CBQ is even worse: it calls > microuptime() on every enqueue *and* every dequeue! > > If it really was a bug, people would have noticed, no? altq being s

Re: CoDel

2012-08-15 Thread Simon Perreault
Le 2012-08-14 20:29, David Gwynne a écrit : ill have to fix that. Oh, and I also realized that CBQ is even worse: it calls microuptime() on every enqueue *and* every dequeue! If it really was a bug, people would have noticed, no? Simon On 15/08/2012, at 3:31 AM, Simon Perreault wrote:

fix/simplify freeing usb device resources

2012-08-15 Thread Martin Pieuchot
Actually there is two different functions for freeing usb devices resources: - usbd_remove_device() which is only called if an error occurs when adding a new device - usb_free_device() which is called when a device is detached The diff below merge the two functions into one and as a side e