Re: wake on lan

2011-03-13 Thread Stefan Sperling
On Sun, Mar 13, 2011 at 01:03:19AM +0100, Stefan Sperling wrote: Now that arp(8) can send Wake On Lan frames (a.k.a. magic packets), it would be nice to have a way to configure WOL from the operating system. Some man page fixes, and ifconfig now prints a not supported message if the user tries

Oral-B Vous Rembourse Jusqu'à 50 Euros

2011-03-13 Thread Nathalie LEMAIRE
Offre de remboursement par Oral-B de 5 Euros ` 50 Euros Offre valable du 01 octobre 2010 au 31 mars 2011 Livraison en Colissimo 24-48H Faites l'expirience des brosse ` dents Oral-B Bosse ` dents Vitality Precision Clean Pour un nettoyage en

I have added you to my friends network today!

2011-03-13 Thread carlicbufriends
I created this cool friends network and added you to my friends network. Hit-up now: http://ladysfirst.zoomshare.com/files/photos.htm

Re: fenv.h support for libm

2011-03-13 Thread Brad
On 08/03/11 2:50 PM, Matthew Dempsky wrote: The diff below adds support for C99'sfenv.h to libm. It's based on NetBSD's implementation with minimal changes to work on OpenBSD. Currently, the diff only supports amd64, i386, and sparc64 (the only arches that NetBSD supports fenv.h on), but I've

Re: wake on lan

2011-03-13 Thread Stefan Sperling
On Sun, Mar 13, 2011 at 11:41:44AM +0100, Stefan Sperling wrote: On Sun, Mar 13, 2011 at 01:03:19AM +0100, Stefan Sperling wrote: Now that arp(8) can send Wake On Lan frames (a.k.a. magic packets), it would be nice to have a way to configure WOL from the operating system. Some man page

thinkpad mute mic key

2011-03-13 Thread Alexander Polakov
Hi, This is a diff to add support for mute microphone key, which can be found on some thinkpad models, which is currently reported as acpithinkpad0: unknown event 0x101b A simple solution would be just add definition to acpithinkpad.c and set handled to 1, but I chose a bit harder way of adding

Re: wprintf and friends

2011-03-13 Thread Stefan Sperling
On Sun, Mar 13, 2011 at 12:13:04PM -0500, Amit Kulkarni wrote: Will you also please look into integrating the wide scanf functions? Not until the wprintf() changes have been commited, and dust has settled. Which might take days, or weeks, or months -- there's no way to tell yet. But thanks for

Comunicamos Urgente ao Cliente Santander e Real S/A

2011-03-13 Thread Grupo Santander/Real S/A
- This mail is a HTML mail. Not all elements could be shown in plain text mode. - Documento sem tmtulo Prezado Cliente: O motivo pelo qual estamos entrando em contato i para alertar que seu Cartco Chave de Seguranga Real-Santander esta EXPIRADO .., Caso nco efetue o seu recadastramento com

Re: diff which make vte(4) work, please test

2011-03-13 Thread Kevin Lo
On Fri, 2011-03-11 at 15:44 +0500, Anton Maksimenkov wrote: Hi. If someone has te vte (r6040 chip) network interface please, test this diff. It solves problems like these: First, it seems that dhclient don't work on vte. Second, it seems vte looses network after minute(s) of inactivity

bin/ksh: fix possible use of uninitialized variable

2011-03-13 Thread Kevin Lo
This diff fixes uninitialized variable warnings emitted by gcc 4.2.1 on i386/amd64. Index: eval.c === RCS file: /cvs/src/bin/ksh/eval.c,v retrieving revision 1.35 diff -u -p -r1.35 eval.c --- eval.c 24 Mar 2010 08:27:26 -

Re: fenv.h support for libm

2011-03-13 Thread Philip Guenther
On Sun, Mar 13, 2011 at 9:14 AM, Brad b...@comstyle.com wrote: On 08/03/11 2:50 PM, Matthew Dempsky wrote: The diff below adds support for C99'sfenv.h to libm. It's based on NetBSD's implementation with minimal changes to work on OpenBSD. Currently, the diff only supports amd64, i386, and

Re: wprintf and friends

2011-03-13 Thread Amit Kulkarni
I understand these need to be done right after lock. Might be you guys have better stuff planned than this stuff. Thanks On Sun, Mar 13, 2011 at 6:01 PM, Stefan Sperling s...@openbsd.org wrote: On Sun, Mar 13, 2011 at 12:13:04PM -0500, Amit Kulkarni wrote: Will you also please look into