Alege o locuinta pentru tine

2011-02-10 Thread Consilier CFI
Daca aveti probleme cu vizionarea acestui email dati [click aici] pentru a vizualiza varianta online! [IMAGE] [IMAGE] Newsletter 08.02.2011 [IMAGE] CaseFaraIntermediari.roUrmariti-ne pe Facebook!Urmariti-ne pe Twitter!Urmariti-ne pe Blogger! [IMAGE] Ultimele anunturi adaugate Vezi toate

m_free() in ip_forward()

2011-02-10 Thread Alexander Bluhm
Hi, Shouldn't this be an m_freem() in ip_forward()? The m_free() was introduced in revision 1.142. There seems to be no leak at the moment because mcopy is at most 68 bytes long and m_pullup() can put it all into one mbuf and frees the cluster. But that is just good look, m_freem() would be the

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Miod Vallat
> > > This adds the mprotect syscall to the linux compat layer. This plus the > > > other time syscalls that went in will make the new versions of > > > applications such as Opera and Skype work. > > > > > > Okay? > > > > maybe, but your timing is wrong, we're in ABI lock. > > Hmm... well I gue

Administracion del Riesgo en el Credito y sus Implicaciones en la Cobranza en MEX - GDL - MTY

2011-02-10 Thread Cartera Sana
CURSO TALLER Administracion del Riesgo en el Credito y sus Implicaciones en la Cobranza Duracion: (1 dia) 8 hrs. Inversion: $4,150 pesos mas IVA Introduccion: La importancia de conocer al posible cliente es vital para tener una cartera sana y poder estar prevenidos en aquellos que decidimos co

Fw: Segue em anexo relatorio orcamento..

2011-02-10 Thread Andreia Amorim
[IMAGE] 1 anexos Relatorio-orcamento.pdf (144,1 kb) Segue em anexo o relatorio para orgamento. tenha um bom dia. __

Sanjajte u dvoje uz romantični poklon

2011-02-10 Thread Top Shop
Sanjajte u dvoje o ljubavi uz poklon za zaljubljene - Ljubavne jastuD nice! Poklon za Dan zaljubljenih ne mora da bude skup, vaE>no je da je od srca. Poklonite svojoj ljubavi bilo koji jastuk iz navedene ponude, a mi Vam poklanjamo par Ljubavnih jastuD nica! Kliknite ovde poruD ite savršen poklo

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread David Coppa
On Thu, Feb 10, 2011 at 1:08 PM, Paul Irofti wrote: > This adds the mprotect syscall to the linux compat layer. This plus the > other time syscalls that went in will make the new versions of > applications such as Opera and Skype work. > > Okay? A similar patch was posted on tech@ some years ago.

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:58:31PM +0200, Paul Irofti wrote: > On Thu, Feb 10, 2011 at 01:53:21PM +0100, Otto Moerbeek wrote: > > On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > > > > > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > > > On Thu, Feb 10, 2011 at 0

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
On Thu, Feb 10, 2011 at 01:53:21PM +0100, Otto Moerbeek wrote: > On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > > > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > > > > > This adds the mprotec

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > > > This adds the mprotect syscall to the linux compat layer. This plus the > > > other time syscall

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > This adds the mprotect syscall to the linux compat layer. This plus the > > other time syscalls that went in will make the new versions of > > applications such as Op

Re: ifconfig vlan tag range

2011-02-10 Thread Erik
Op 10-2-2011 12:08, Henning Brauer schreef: not only in openbsd - that's what you can fit in the 12 bits;) Time to implement half bits next April 1. ;) Also solves the ip address range problem, and numerous other things. Erik

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > This adds the mprotect syscall to the linux compat layer. This plus the > other time syscalls that went in will make the new versions of > applications such as Opera and Skype work. > > Okay? maybe, but your timing is wrong, we're i

compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
This adds the mprotect syscall to the linux compat layer. This plus the other time syscalls that went in will make the new versions of applications such as Opera and Skype work. Okay? Index: linux_misc.c === RCS file: /cvs/src/sys/c

Re: new usb quirk and gps device id that needs it

2011-02-10 Thread Daniel C. Sinclair
On Wed, Feb 9, 2011 at 10:52 PM, Jacob Meuser wrote: > this actually works? could you please send usbctl (from the usbutil > package) output for this device? I don't like adding more quirks. > if the device has the bulk endpoints in the control interface, then the > requirement that the endpoint

Re: ifconfig vlan tag range

2011-02-10 Thread Henning Brauer
* Camiel Dobbelaar [2011-02-09 20:34]: > The valid range for vlan tags in OpenBSD is 0-4095 (inclusive). not only in openbsd - that's what you can fit in the 12 bits ;) > Index: ifconfig.c > === > RCS file: /cvs/src/sbin/ifconfig/if