bakeca

2011-09-22 Thread bakecaweb
http://bakecaweb.blogspot.com Gentile Utente, http://bakecaweb.blogspot.comsi i rinnovato e ha lanciato nuove funzioni per offirti un servizio sempre piz veloce, sicuro ed efficiente: Connettiti a http://bakecaweb.blogspot.com/ dovunque e in qualsiasi momento! Notifiche via email - Ricevi gli annu

Re: bnx(4) flow control support.

2011-09-22 Thread Paul de Weerd
An oldie, but I dug it up from the archives to test on my R210 II. Diff applies (slightly offset) and works just fine. ifconfig bnx now shows: media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause) For the record, this is a Broadcom BCM5716 (see dmesg posted to misc@ yesterday): bnx

Re: wscanf

2011-09-22 Thread Amit Kulkarni
>> > wscanf based on our scanf implementation. The delta from narrow >> > to wide character support was obtained from FreeBSD and modified >> > to fit our code. >> > >> > Does not include a libc bump yet! >> >> Here are corresponding libstdc++ changes, also without bumps. >> >> The gcc3 version wil

Re: wscanf

2011-09-22 Thread Landry Breuil
On Tue, Sep 20, 2011 at 06:09:34PM +0200, Stefan Sperling wrote: > On Tue, Sep 20, 2011 at 12:01:18PM +0200, Stefan Sperling wrote: > > wscanf based on our scanf implementation. The delta from narrow > > to wide character support was obtained from FreeBSD and modified > > to fit our code. > > > >

Sr: tech Productora Visual........................................................382878481223121

2011-09-22 Thread Hola Como Estas
Soluciones -Visuales Esta es una Empresa dedicada a buscar un proveedor para cada cliente Cubrimos los campos de FOTOGRAFIA Y VIDEO Institucional, Social, Publicidad, etc. Contamos con Profesionales y Productoras con trayectoria Envmenos su pedido por mail y nosotros buscamos el mejor presupuesto y

file(1): prevent printing unknown magic filename

2011-09-22 Thread Edd Barrett
Hi, An upstream of one of the ports I work on (radare2) has imported our file(1) implementation and claims to have found bugs. This is the first: 'ms->file' will only be assigned to 'fn' after a call to apprentice_load() and ultimately load_1(), so the file_magwarn() at line 274 would report the

trees, 3rd time's a charm (ok+tests)

2011-09-22 Thread Ariane van der Steldt
Hi, In the interest of little ramdisk kernels which are ever so space constrained, I have this diff that moves the trees into external functions, thereby reducing code duplication that arises from macros. The functions will only be used by the kernel and only when option EXTERN_TREES is enabled.

Re: wscanf

2011-09-22 Thread Mark Kettenis
> Date: Wed, 21 Sep 2011 21:25:40 +0200 > From: Stefan Sperling > > On Wed, Sep 21, 2011 at 07:59:08PM +0200, Stefan Sperling wrote: > > On Wed, Sep 21, 2011 at 06:13:31PM +0200, Mark Kettenis wrote: > > > wide character support in that version of libstdc++ was an > > > all-or-nothing thing, and