Tost Makinası Yapmak Yerine Bize Satabilirsiniz

2012-03-01 Thread Ebru Özen
Resimleri gvremiyor musunuz? "Resimleri gvster"i segin ya da bu iletiyi tarayD1cD1nD1zda gvr|nt|leyin. Bilgilendirme e-postalarD1nD1 almak istemiyorsanD1z l|tfen tD1klayD1n. [IMAGE] 0212 252 15 75 Eski Notebookunuzdan Tost Makinesi YapmayD1 Deneyebilirsiniz [IMAGE] Ya da Bize SatarsD1nD1z!

queue(3) TAILQ example causes compiler warning

2012-03-01 Thread Lawrence Teo
The following example code in the queue(3) man page to delete all elements in a tail queue generates a warning in gcc and clang. while (np = TAILQ_FIRST(&head)) { TAILQ_REMOVE(&head, np, entries); free(np); } Here's a "demo": ===BEGIN=== $ cat tail

Re: BSD strip(1) error handling

2012-03-01 Thread Philip Guenther
On Thu, Mar 1, 2012 at 6:29 PM, Tobias Ulmer wrote: ... > strip also tries to loop over multiple files despite previous errors and > returns an error code in the end. There are gotos sprinkled throughout > to support this. I don't think that is helpful at all and have changed > it to immediately t

BSD strip(1) error handling

2012-03-01 Thread Tobias Ulmer
strip's error handling appears to be questionable. The ERROR() define has a continue statement at the end, yet in use there are statements behind it. gcc2 does not warn about this. strip also tries to loop over multiple files despite previous errors and returns an error code in the end. There are

Re: vmmap replacement -- please test

2012-03-01 Thread Ryan Freeman
On Sat, Feb 18, 2012 at 05:09:02PM +0100, Ariane van der Steldt wrote: > Hi, > > Just to prove my point that vmmap testing is still relevant: today a bug > got found and fixed, where grepping a 1.7GB file on i386 tripped an > assertion (I love assertions). > > This brings the latest versions to:

Re: cscope support in mg

2012-03-01 Thread Sunil Nimmagadda
On Thu, Mar 01, 2012 at 10:27:19AM +0100, Janne Johansson wrote: > Is there a way to have less "magic numbers" here and actually have > some readable #defines or anything? > The code would of course be the same, but these numbered calls look ugly to > me. > > Here is a diff with #defines and a

Re: vmmap replacement -- please test

2012-03-01 Thread Jonathan Armani
On Sat, Feb 18, 2012 at 05:09:02PM +0100, Ariane van der Steldt wrote: > Hi, > > Just to prove my point that vmmap testing is still relevant: today a bug > got found and fixed, where grepping a 1.7GB file on i386 tripped an > assertion (I love assertions). > > This brings the latest versions to:

Η ιδανική καμερα για το Iphone

2012-03-01 Thread E-techshop.com
Untitled G idamij^ jaleqa cia to Iphone. [demime 1.01d removed an attachment of type image/jpeg which had a name of 1.jpg]

icmp error mcopy diff

2012-03-01 Thread Mike Belopuhov
This is a well-known from thib and dlg originally with a length fix from yours truly, that marginally doubles througput (from 300kpps to 500-600kpps on selected hardware). The idea is to save an IP header and 8 bytes of payload (good enough for tcp state tracking) instead of recommended 68 bytes.

Re: cscope support in mg

2012-03-01 Thread Janne Johansson
2012/2/29 Sunil Nimmagadda : > On Fri, Sep 02, 2011 at 02:23:28PM -0300, Christiano F. Haesbaert wrote: >> On 2 September 2011 14:17, Matthew Dempsky wrote: >> > I'd love to have ctags support in mg. >> >> cscope would be cool too, if not too much bloat. > This diff adds some cscope support in mg.