Re: Only noise from azalia

2012-01-17 Thread Daniel Bolgheroni
On Mon, Jan 16, 2012 at 08:49:13PM -0200, Jairo Souto wrote: I can get only noise from the audio of a notebook Acer Aspire 5820T-6825. OpenBSD uranio.dlg 4.9 GENERIC.MP#6 amd64 The snapshots until 9051675 Jan 13 19:04 bsd.mp have not worked. dmesg, audioctl -a and mixerctl -av are

Re: diff: fix compiler warnings of npppd

2012-01-17 Thread Sebastian Reitenbach
On Thursday, January 12, 2012 14:30 CET, YASUOKA Masahiko yasu...@yasuoka.net wrote: This fixes many compiler warnings and some styles. ok? since I'm testing npppd to get mobile phone to run, I tested this diff. The hunk to npppd/npppd_radius.c doesn't apply, seems to be already in the

memory leak in OpenSSH

2012-01-17 Thread Jan Klemkow
Hello, this diff fixes a memory leak in OpenSSH. I have compiled it, but could not test the code path. This function is always called with an already initialized buffer. bye, Jan Index: authfile.c === RCS file:

etc/rc.d/sendmail diff

2012-01-17 Thread Dan Harnett
The sendmail daemon can be in a state where it is rejecting new messages and sets the proc title accordingly. The current rc.d script ignores sendmail if it is in this state. $ pgrep -lf sendmail 459 sendmail: rejecting new messages: min free: 100 I don't believe the wildcard following

awk(1) error messages fix

2012-01-17 Thread Martin Pelikan
Hi! Here's one copy-paste error in awk(1). CVS log mentions some upstream; anyone have idea what that is? They may be interested... -- Martin Pelikan Index: run.c === RCS file: /cvs/src/usr.bin/awk/run.c,v retrieving revision 1.33

awk(1) rshift/lshift on the borders of int

2012-01-17 Thread Martin Pelikan
I can't say anything more than 'this solved my problem', which was $ echo | awk '{ printf %u\n, rshift(int(0xdeff), 24) }' | bc -e 'obase=16' FF80 vs. $ echo | awk '{ printf %u\n, rshift(int(0xdeff), 24) }' | bc -e 'obase=16' DE I hope it starts a discussion (at least), but I

Re: Only noise from azalia

2012-01-17 Thread Jairo Souto
On Tue, Jan 17, 2012 at 08:28:12AM -0200, Daniel Bolgheroni wrote: On Mon, Jan 16, 2012 at 08:49:13PM -0200, Jairo Souto wrote: I can get only noise from the audio of a notebook Acer Aspire 5820T-6825. OpenBSD uranio.dlg 4.9 GENERIC.MP#6 amd64 The snapshots until 9051675 Jan 13

La Serie Definitiva Completa Digitalizada Y Remasterizada 2012 Imperdible ref.ruta

2012-01-17 Thread Los P I T U F O S La Serie Completa de 12 DVDs 48 Episodios
si no podes visualizar este correo, podes hacerlo clickeando en este enlace. LOS PITUFOS 12 DVDs DE COLECCION Serie Completa Remasterizada Calidad DVD 100% Esta edicion definitiva reune la serie completa con una digitalizacion increible en 12 DVDs con audio latino identico al emitido en sus

Re: awk(1) rshift/lshift on the borders of int

2012-01-17 Thread Jakub Tuček/otaznik
Martin Pelikan martin.peli...@gmail.com napsal: I can't say anything more than 'this solved my problem', which was $ echo | awk '{ printf %u\n, rshift(int(0xdeff), 24) }' | bc -e 'obase=16' FF80 vs. $ echo | awk '{ printf %u\n, rshift(int(0xdeff), 24) }' | bc -e 'obase=16'

Re: SiS 5513 rev 0x015597/5598 freeze diff

2012-01-17 Thread Chris Cappuccio
Jonathan Gray [j...@goblin.cx] wrote: I've committed this now. Unknown SiS devices could still be attached with udma disabled if we were sure the 5597/5598 case is only used in machines with 5597_HB and and another else. Ironically, according to Logan's experience as he tried to get this

Re: awk(1) error messages fix

2012-01-17 Thread Matthias Kilian
On Tue, Jan 17, 2012 at 02:46:21PM +0100, Martin Pelikan wrote: Here's one copy-paste error in awk(1). CVS log mentions some upstream; anyone have idea what that is? They may be interested... As I just wrote in private, those parts aren't in bwk's upstream code, so there's no point sending the