Su propuesta a miles de otras empresas

2011-01-31 Thread PubliMailer
Enviá tu mensaje publicitario a nuestro banco de datos y obtené, sin cargo, tu propia base de datos segmentada de acuerdo a los intereses de sus destinatarios para continuar utilizándola en futuras campañas de emails. PubliMailer - Email Marketing es un producto de PubliShot basado en una robusta a

Re: tcpbench udp support + libevent.

2011-01-31 Thread Christiano F. Haesbaert
On Mon, Jan 31, 2011 at 01:38:28PM -0200, Christiano F. Haesbaert wrote: > Did some digging in POSIX and it seems to be a SO_SNDLOWAT issue. > > Posix states the following: > If a descriptor refers to a socket, the implied output function is the > sendmsg() function supplying an amount of normal d

Fix alc(4) watchdog timeouts and panics (new diff)

2011-01-31 Thread Gabriel Linder
After some comments made by Brad and Mike Belopuhov, here's a new diff. Tested on EeePC 1005PX. cf. http://marc.info/?l=openbsd-tech&m=129636716819943&w=2 Index: if_alcreg.h === RCS file: /cvs/openbsd/src/sys/dev/pci/if_alcreg.h,v re

Re: tcpbench udp support + libevent.

2011-01-31 Thread Christiano F. Haesbaert
Did some digging in POSIX and it seems to be a SO_SNDLOWAT issue. Posix states the following: If a descriptor refers to a socket, the implied output function is the sendmsg() function supplying an amount of normal data equal to the current value of the SO_SNDLOWAT option for the socket. If a non-b

AML PARSE ERROR

2011-01-31 Thread karthic kumaran
Hello, I recently upgraded to -current because the intel graphics driver in the 4.8 release freezes my computer. I have a Core i3 with integrated graphics, every time i boot my laptop with multiprocessor turned on i get an AML PARSE ERROR. I am running the GENERIC.MP kernel with INTELDRM_GEM.

Sınırlı Sayıda Sevgililer Günü'ne Özel Üretilmiş Yeni Mobee Nett 7" Tablet

2011-01-31 Thread Mobee
Bu maili gvr|nt|leyemiyorsan}z l|tfen t}klay}n}z. Arkada~}nla payla~mak igin t}kla. S}n}rl} say}da Sevgililer G|n|ne vzel |retilmi~ yeni Mobee Nett 7" Tablet. 720 MHz i~lemcisi ile Android 2.1 i~letim sistemini kullan}yor!

Re: Fix alc(4) watchdog timeouts and panics

2011-01-31 Thread Mike Belopuhov
On Mon, Jan 31, 2011 at 1:35 PM, Brad wrote: > Also that second chunk of alc_newbuf from mikeb@ doesn't look right. > There is a logic error with the way its written but it looks like it should > be moved further down within the function. > there's a call to the bus_dmamap_unload further down tha

Re: Fix alc(4) watchdog timeouts and panics

2011-01-31 Thread Mike Belopuhov
On Mon, Jan 31, 2011 at 12:29 +0100, Gabriel Linder wrote: > On 01/30/11 06:04, Gabriel Linder wrote: > >This diff fix some problems on my EeePC 1005PX : > >- splassert failure when booting without a network cable > >- panic when unplugging a network cable > >- network does not come back when plugg

Re: tcpbench udp support + libevent.

2011-01-31 Thread Christiano F. Haesbaert
On Fri, Jan 28, 2011 at 11:06:40PM -0200, Christiano F. Haesbaert wrote: > On Thu, Jan 27, 2011 at 10:00:09AM +, Nicholas Marriott wrote: > > Hi > > > > Out of interest, does the same happen if you export EVENT_NOKQUEUE to > > force libevent to use poll? > > > > Yes, same thing happens. >

Re: Fix alc(4) watchdog timeouts and panics

2011-01-31 Thread Brad
- Original message - > Mike Belopuhov found another logic bug, updated diff follows. > > cf http://marc.info/?l=openbsd-tech&m=129639859909043&w=2 The function name change alc_probe to alc_match is unnecsaary and doesn't serve any purpose. It's a FreeBSDism too. The ~IFF_RUNNING change i

Re: Fix alc(4) watchdog timeouts and panics

2011-01-31 Thread Gabriel Linder
On 01/30/11 06:04, Gabriel Linder wrote: This diff fix some problems on my EeePC 1005PX : - splassert failure when booting without a network cable - panic when unplugging a network cable - network does not come back when plugging a network cable - watchdog timeouts Mike Belopuhov found another

Re: alc0 panic and splassert: assertwaitok: want -1 have 1

2011-01-31 Thread Gabriel Linder
On 01/30/11 14:39, Mike Belopuhov wrote: hi, if you haven't fixed it yet, here's a diff. it also fixes a error/!error logic bug. could you please try it out? Thank you, I made a more complete diff fixing a few more problems http://marc.info/?l=openbsd-tech&m=129636716819943&w=2 - I missed th

Re: ssh -V double print

2011-01-31 Thread Laurent Ghigonis
On Mon, Jan 31, 2011 at 02:27:31PM +1100, Damien Miller wrote: > On Sun, 30 Jan 2011, Laurent Ghigonis wrote: > I can't replicate this. Do you have a shell alias ssh="ssh -v" or something? Yes, and on all the tested machines ... sorry for the noise. Btw it doesn't seem to break -v.