kgdb info threads and proc / thread names

2008-01-17 Thread Ed Maste
I noticed kgdb's "info threads" is a little less useful after kernel threads have been changed to share a proc: 8 Thread 17 (PID=12: intr) fork_trampoline 7 Thread 16 (PID=12: intr) sched_switch 6 Thread 15 (PID=12: intr) sched_switch The attached patch outputs both the proc's p

Re: Reading from sound card broken in prerelease?

2008-01-17 Thread Yuri
> i believe you should search the PRs first: i have a vague memory of > seeing a report on this before. I ran the search by sound/audio/emu10k1 and wasn't able to find any recent PR like this. So I filed a new PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=119759 Yuri __

Re: Reading from sound card broken in perelease?

2008-01-17 Thread usleepless
On Jan 17, 2008 10:24 AM, Yuri <[EMAIL PROTECTED]> wrote: > I tried to record sound from microphone and only getting errors. > > During startup my soundcard is recognized as: > pcm0: port 0xdc00-0xdc1f irq 17 at device 6.0 on pci0 > pcm0: > pcm0: [ITHREAD] > > When I am trying to record with rawr

Reading from sound card broken in perelease?

2008-01-17 Thread Yuri
I tried to record sound from microphone and only getting errors. During startup my soundcard is recognized as: pcm0: port 0xdc00-0xdc1f irq 17 at device 6.0 on pci0 pcm0: pcm0: [ITHREAD] When I am trying to record with rawrec-0.9.991: /usr/local/bin/rawrec file I am getting an error: /usr/local

Re: Csup cvsmode build discussion

2008-01-17 Thread Ulf Lilleengen
On ons, jan 16, 2008 at 04:15:53pm +0100, Philip Paeps wrote: > On 2008-01-16 16:06:56 (+0100), Ulf Lilleengen <[EMAIL PROTECTED]> wrote: > > However, this might only fix the issue with yacc if I'm thinking correctly, > > because the lexer also needs to be told about this for reentrancy. (But > > p