Invalid parenthesis placement in stdlibs malloc.c

2012-09-13 Thread Michal Mazurek
in /usr/src/lib/libc/stdlib/: malloc.c:1432:47: warning: has lower precedence than !=; != will be evaluated first [-Wparentheses] if (alignment MALLOC_PAGESIZE || alignment (alignment - 1) != 0) { ^~ This is in

Торговая площадка com--bis.com приглашает к сотрудничеству

2012-09-13 Thread portal
Óâàæàåìûå ïàðòíåðû! tech@openbsd.org Èñïîëüçóéòå ìîùíûé èíôîðìàöèîííûé áèçíåc-ïîðòàë COM-BIS äëÿ óñïåøíîãî âåäåíèÿ áèçíåñà â èíòåðíåòå. Ðàçìåñòèòå áeñïëàòío èíôîðìàöèþ î êîìïàíèè, òîâàðàõ, óñëóãàõ, ñåðòèôèêàòû, ïðàéñû, ôîòî, íîâîñòè. FONT color=#007700 size=2face=Times New

strlcat usage in realpath.c

2012-09-13 Thread Michal Mazurek
The following diff should produce an identical binary, but the code makes more sense. Found with clang. Index: realpath.c === RCS file: /cvs/src/lib/libc/stdlib/realpath.c,v retrieving revision 1.14 diff -u -p -r1.14 realpath.c ---

Re: strlcat usage in realpath.c

2012-09-13 Thread Janne Johansson
You can md5 the object files to see that the output really is identical, obsd gcc will not stuff dates in the .o files. Den 13 sep 2012 14:35 skrev Michal Mazurek akf...@jasminek.net: The following diff should produce an identical binary, but the code makes more sense. Found with clang.

El Gerente de Ventas como Administrador, Vendedor y Lider

2012-09-13 Thread Lic. Yinela Cheribin
El Gerente de Ventas como Administrador, Vendedor y Líder SEMINARIO ONLINE EN VIVO este 25 de Septiembre de 2012. Los Gerentes de Ventas tienen en sus manos uno de los procesos más importantes y fundamentales para el ÉXITO o FRACASO de las empresas, por lo que constantemente se ven obligados y

Alert! Your email will be blacklisted soon.

2012-09-13 Thread i...@spamcop.com
Dear tech@openbsd.org, We received complaints about spam coming from your network. Spam bots are sending bulk emails, for the security reasons your email will be blacklisted. To avoid blacklisting please check your Sent folder for unknown emails and prove that you are human by entering this code

Support for D-Link DGE-530T C1

2012-09-13 Thread Ryan Freeman
Hey tech@, I think I found some low-hanging fruit, the following diff works for my friend that recently purchased the DGE-530T at my recommendation only to find out its no-longer supported by the sk driver as of the C1 revision, they changed the chip entirely to realtek 8169. I found the

tcp ping

2012-09-13 Thread Ted Unangst
So sometimes a machine is hiding behind a firewall that blocks icmp (looking at you, amazon ec2), but I want to know if it's up and/or how long away it is. tcp to the rescue. This adds a -T portnum option to ping. I haven't polished the output because I'm not sure if this is desirable or not,

Re: tcp ping

2012-09-13 Thread Kevin Chadwick
I haven't polished the output because I'm not sure if this is desirable or not, but I found it useful. I'd like it, it's always made sense to me to test a service using the protocol it uses and would remove a package install. --

Re: tcp ping

2012-09-13 Thread patrick keshishian
On Thu, Sep 13, 2012 at 03:02:09PM -0400, Ted Unangst wrote: So sometimes a machine is hiding behind a firewall that blocks icmp (looking at you, amazon ec2), but I want to know if it's up and/or how long away it is. tcp to the rescue. Seems like a bit of a rude method of testing whether a

Re: tcp ping

2012-09-13 Thread Matthew Dempsky
On Thu, Sep 13, 2012 at 12:02 PM, Ted Unangst t...@tedunangst.com wrote: This adds a -T portnum option to ping. I haven't polished the output because I'm not sure if this is desirable or not, but I found it useful. If it's not a hell no, never in base I can finish it up some. Is there

Re: Use ACPI to detect secondary PCI root segments on x86

2012-09-13 Thread Mark Kettenis
Date: Mon, 10 Sep 2012 13:22:35 +0200 From: Christian Ehrhardt ehrha...@genua.de Hi, first of all: Thanks for your reply! On Sat, Sep 08, 2012 at 04:04:41PM +0200, Mark Kettenis wrote: most modern x86 hardware includes more than one PCI root segement. E.g. a hardware that I have

Re: acpihpet quality

2012-09-13 Thread Chris Cappuccio
Mark Kettenis [mark.kette...@xs4all.nl] wrote: Date: Wed, 15 Aug 2012 11:02:43 -0400 From: Ted Unangst t...@tedunangst.com 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

Re: Support for D-Link DGE-530T C1

2012-09-13 Thread Ryan Freeman
On Thu, Sep 13, 2012 at 11:53:01AM -0700, Ryan Freeman wrote: Hey tech@, I think I found some low-hanging fruit, the following diff works for my friend that recently purchased the DGE-530T at my recommendation only to find out its no-longer supported by the sk driver as of the C1 revision,

Balanced Scorecard - Sistema de Información Gerencial

2012-09-13 Thread Lic. Sue Lin López
Balanced Scorecard - Sistema de Información Gerencial Integral Panama este 19 de Septiembre de 2012 Sheraton Panama Hotel Convention Center Los altos Ejecutivos de las empresas globales dirigen organizaciones de proporciones enormes y utilizan el Balanced Scorecard para planear, evaluar y

Re: tcp ping

2012-09-13 Thread Ted Unangst
On Thu, Sep 13, 2012 at 13:54, Matthew Dempsky wrote: On Thu, Sep 13, 2012 at 12:02 PM, Ted Unangst t...@tedunangst.com wrote: This adds a -T portnum option to ping. I haven't polished the output because I'm not sure if this is desirable or not, but I found it useful. If it's not a hell no,