Re: Incorrect exit status from which(1)/whereis(1)

2011-03-01 Thread Jason McIntyre
On Mon, Feb 14, 2011 at 11:31:18AM +, David Julio wrote: > Is the exit status of which(1)/whereis(1) correct? > is any developer interested in looking at this? jmc > $ which a b c > which: a: Command not found > which: b: Command not found > which: c: Command not found > > $ echo $? > 2 >

Re: azalia(4) resume diff

2011-03-01 Thread Loganaden Velvindron
It works fine on my laptop. dmesg: azalia0 at pci0 dev 27 function 0 "Intel 82801H HD Audio" rev 0x03: apic 2 int 22 (irq 4) azalia0: codecs: Realtek ALC660, AT&T/Lucent/0x1040, using Realtek ALC660 audio0 at azalia0 I don't notice any difference before/after applying the diffs when using mplaye

Re: azalia(4) resume diff

2011-03-01 Thread Loganaden Velvindron
It works fine on my laptop: dmesg: azalia0 at pci0 dev 27 function 0 "Intel 82801H HD Audio" rev 0x03: apic 2 int 22 (irq 4) azalia0: codecs: Realtek ALC660, AT&T/Lucent/0x1040, using Realtek ALC660 audio0 at azalia0 I don't notice differences before and after applying the diffs, using mplayer t

Re: Comment typo fix for gcc/alpha openbsd.h

2011-03-01 Thread Brad
On 21/01/11 12:12 AM, Brad wrote: Typo fix. Index: openbsd.h === RCS file: /home/cvs/src/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h,v retrieving revision 1.9 diff -u -p -r1.9 openbsd.h --- openbsd.h 20 Oct 2010 20:25:33 -

Patch to fix libstdc++ std::showpos

2011-03-01 Thread Brad
There is currently a bug with std::showpos with the older version of libstdc++-v3 that is bundled with gcc 4.2.1 in-tree. It was exposed by the Gnash testsuite when dates were not being formatted correctly showing GMT0 instead of GMT+ as expected. 2007-11-26 Paolo Carlini * i

Patch to change va_arg/va_end to function-like macros

2011-03-01 Thread Matthew Dempsky
This diff changes stdarg.h's va_arg and va_end macros to be defined as function-like macros rather than object-like macros. The C standard does not explicitly require va_arg and va_end to be function-like macros, but some of the wording appears to implicitly require it. E.g., section 7.15.1.1.2 s

Patch to fix __cxa_finalize()

2011-03-01 Thread Matthew Dempsky
This diff fixes a bug in libc's __cxa_finalize() implementation. The IA64 C++ ABI says that __cxa_finalize(NULL) should run all remaining handlers registered with __cxa_atexit(); however, the current handling of this results in a garbage argument being passed instead. E.g., this sample program sh

uvm_pmemrange.c questions

2011-03-01 Thread Amit Kulkarni
Hi, I found 2 possible null pointers by clang static analyzer and I have attached it to email later. I was also reading the code in this file and I found out that 1) most of the time in uvm_pmr_getpages(), a newly inserted printf at line 792 is never reached. I put that printf just to check and v

La Gerencia de Ventas Efectiva, Incrementando Productividad Comercial en MONTERREY - 18 de Marzo

2011-03-01 Thread Ventas Efectivas
CURSO TALLER La Gerencia de Ventas Efectiva, Incrementando Productividad Comercial Experto instructor: Lic. Carlos Gerardo Melgar Juarez ) Duracion: (1 dia) 9 hrs. Inversion: $4,400 pesos mas IVA Objetivo: El participante lograra ser un buen dirigente, mediante el diseqo de un plan de ventas

Gran Cierra Puertas en KEVINGSTON. publicidad le jih

2011-03-01 Thread Kevingston
[demime 1.01d removed an attachment of type image/jpeg which had a name of cbetelgeuse.jpg] [demime 1.01d removed an attachment of type image/jpeg which had a name of nentomecimiento.jpg] [demime 1.01d removed an attachment of type image/jpeg which had a name of alirrojo.jpg]

Re: USB port reset delay

2011-03-01 Thread Loganaden Velvindron
It works fine on my laptop. uhub7 at uhub4 port 1 "ALCOR Generic USB Hub" rev 1.10/3.14 addr 2 uhidev0 at uhub7 port 1 configuration 1 interface 0 "A4Tech USB KEYBOARD" rev 1.10/1.00 addr 3 uhidev1 at uhub7 port 1 configuration 1 interface 1 "A4Tech USB KEYBOARD" rev 1.10/1.00 addr 3 uhidev2 at

Omiljeni proizvodi za dame uz popuste i besplatnu dostavu

2011-03-01 Thread Top Shop
BliE>i se Dan E>ena... Pripremili smo posebne poklone za Vas: omiljene proizvode E>ena uz posebne pogodnosti! PoE>urite, ponuda vaE>i samo do 10. marta! Omiljeni proizvodi dama uz BESPLATNU DOSTAVU ili popuste; Relax & Tone - ruD ni masaE>er Besplatna dostava Relax & Tone Vaša cena: 4.990 r

Re: hangs on reboot

2011-03-01 Thread Anton Maksimenkov
> I have SoC machine (dmesg below) which hangs on reboot in most cases. It seems that the problem was resolved by just commenting "KBC_PULSE0" related case in cpu_reset() and machine successfuly rebooted by "triple fault and watchdog reset" bits (follow just after). Should we think about sysctl to

Re: azalia(4) resume diff

2011-03-01 Thread Jasper Lievisse Adriaanse
On Mon, Feb 28, 2011 at 08:56:57PM -0500, Brad wrote: > On Mon, Feb 28, 2011 at 11:16:49PM +, Jacob Meuser wrote: > > some ATI azalia controllers are brojen after resume, as in PR 6550. > > the following diff gathers most of the pci conf register manipulation > > done in azalia_pci_attach() int