Re: Perl patch to fix memory leaks in p5-DBI

2009-10-14 Thread Srebrenko Sehic
I forgot that tech@ removes attachment. Patch inlined: Index: usr.bin/perl/hv.c === RCS file: /cvs/src/gnu/usr.bin/perl/hv.c,v retrieving revision 1.12 diff -u usr.bin/perl/hv.c --- usr.bin/perl/hv.c 29 Sep 2008 17:35:57 -

Re: bufcachepercent=90 freaks - you know who you are...

2009-10-14 Thread Atle Kristensen
> bufcachepercent=90 I haven't tested (sorry!) but I wonder about the advances? Can somebody tell me what's the point of it? :) /it'll be fun to see what's happening on my machines. :D -- # Atle Kristensen Sono stati 50 anni di intensa attivita e di successi... Non si e mai finito di imparar

Aprovecha el dia de la madre!!!

2009-10-14 Thread Rodrigo Ferreri
:: Dia de la Madre en PcDiscount | Octubre 2007::. Poltica de privacidad

Perl patch to fix memory leaks in p5-DBI

2009-10-14 Thread Srebrenko Sehic
Hi, I'm not sure this tech@ is appropriate place to post this, but given that DBI is heavily used by people running any kind of Perl/database combo on OpenBSD, you might want to know about it. It turns out, that in Perl 5.10, DBI leaks memory on pretty much any database operation. The problem is

Pročitajte muškarca za 10 minuta

2009-10-14 Thread E-topshop
Top Shop Top E-revija: 41, 14 oktobar 2009. PraktiD na reE!enja i saveti za bolji E>ivot POD ETNA l Budi fit! l Lepota l Zdrav E>ivot DomaDinstvo l Zabava i deca l Quelle katalog l Knjige Top Shop HIT TV proizvodi! Ab Rocket - fitnes sprava Ab Rocket Leg Magic - fitnes sprava Leg Magic D

Re: m4 diff, add support for -P

2009-10-14 Thread Marc Espie
On Wed, Oct 14, 2009 at 05:33:28PM +0100, Stuart Henderson wrote: > On 2009/10/14 08:38, Matthew Dempsky wrote: > > > > Doesn't this leak memory in the -P case? What about moving the > > xstrdup() call into only the !prefix_builtins path? Then you can also > > eliminate the const cast: > > Yes,

Re: m4 diff, add support for -P

2009-10-14 Thread Stuart Henderson
On 2009/10/14 08:38, Matthew Dempsky wrote: > > Doesn't this leak memory in the -P case? What about moving the > xstrdup() call into only the !prefix_builtins path? Then you can also > eliminate the const cast: Yes, Tobias Ulmer noticed this too, I didn't think of a way around it before but thi

Re: bufcachepercent=90 freaks - you know who you are...

2009-10-14 Thread Dawe
Janne Johansson wrote: > Bob Beck wrote: >> No, unless I hear bad things I'll likely commit it tomorrow morning >> when I'll be around to deal with any fallout. > > No ill effects yet on either my laptop (which definately would run into > swapping behaviour after a while of firefoxing) nor on the

Re: m4 diff, add support for -P

2009-10-14 Thread Matthew Dempsky
On Wed, Oct 14, 2009 at 3:58 AM, Stuart Henderson wrote: > setup_builtin(const char *name, unsigned int type) > { >ndptr n; > + char *name2; > > - n = create_entry(name); > + if(prefix_builtins) { > + name2 = xalloc(strlen(name)+3+1, NULL); > +

m4 diff, add support for -P

2009-10-14 Thread Stuart Henderson
This adds the -P option as supported by gnu m4, it prefixes builtin macros with "m4_". It's needed in order to build a newer version of flex with m4 from base. Several people have seen this when I sent it around earlier this year but not much feedback on this diff. Any comments/oks? Index: extern.

International Air Charter Launches New Website

2009-10-14 Thread International Air Charter
( http://international-air-charter.com/474-240P-IGCLO-19GTV-0/c.aspx ) New Arabic Website for International Air Charter ( http://international-air-charter.com/474-240P-IGCLO-19GTV-0/c.aspx?campaignkw =Home-dubai ) Take a Look at our Informative New ArabicB Website! ( http://international-air-ch

Re: CARP load balancing

2009-10-14 Thread P-O Yliniemi
Marco Pfatschbacher skrev 2009-10-12 23:39: On Mon, Oct 12, 2009 at 01:24:49PM +0200, P-O Yliniemi wrote: Hi, The CARP section (6.11) in the FAQ is incorrect (old), so I'm asking for a solution here on the list. Hi, yes, the faq is outdated. see http://www.openbsd.org/faq/upgrad

Re: bufcachepercent=90 freaks - you know who you are...

2009-10-14 Thread David Coppa
No problems nor regressions on my machines as well. cheers, david

Re: bufcachepercent=90 freaks - you know who you are...

2009-10-14 Thread Janne Johansson
Bob Beck wrote: > No, unless I hear bad things I'll likely commit it tomorrow morning > when I'll be around to deal with any fallout. No ill effects yet on either my laptop (which definately would run into swapping behaviour after a while of firefoxing) nor on the anoncvs/cvsync box I also run wit