Re: [CFR] ucred.cr_gid

2001-06-27 Thread Bruce Evans
On Wed, 27 Jun 2001, Ruslan Ermilov wrote: > On Tue, Jun 26, 2001 at 11:18:56AM -0400, Robert Watson wrote: > > ... > > off. I'm generally fairly positive about this change, but would be > > interested in hearing Bruce's thoughts on any compatibility issues, in > > particular, with respects to t

Re: [CFR] ucred.cr_gid

2001-06-27 Thread Ruslan Ermilov
On Wed, Jun 27, 2001 at 06:40:53PM +1000, Bruce Evans wrote: > On Wed, 27 Jun 2001, Ruslan Ermilov wrote: > > > On Tue, Jun 26, 2001 at 11:18:56AM -0400, Robert Watson wrote: > > > ... > > > off. I'm generally fairly positive about this change, but would be > > > interested in hearing Bruce's th

Re: GNU ld(1) dumps core

2001-06-27 Thread Maxim Sobolev
David O'Brien wrote: > On Wed, Jun 27, 2001 at 02:16:48AM +0900, NAKAMURA Kazushi wrote: > > Not only nasm, but also gas has same problem. In case of > > ports/audio/gogo and ports/audio/lame, nasm outputs object which > > make ld dumps core. While gcc+gas outputs object which can't link > > by l

Re: GNU ld(1) dumps core

2001-06-27 Thread Alexander Leidinger
On 26 Jun, David O'Brien wrote: > I just committed Binutils 2.11.2. Please let me know if this helps or > not. Yes, it fixes the problem at least with lame-3.89. Thanks, Alexander. -- Yes, I've heard of "decaf." What's your point? http://www.Leidinger.net A

Re: libalias, natd and punch_fw

2001-06-27 Thread Ruslan Ermilov
On Sun, Jun 24, 2001 at 08:51:49PM +0200, "Furwitt, Bernd" wrote: > hi, > > i've upgraded a system from 4.3-stable to 5.0-current (22.06.2001) and > noticed that the punch_fw option of natd doesn't work anymore. i testet > several active-ftp-connections and only got a response from the ftp-server

-current & /dev/dsp: device busy

2001-06-27 Thread Alexander Leidinger
Hi, I can't access the audio hardware anymore. after a fresh boot: ---snip--- % cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jun 27 2001 16:27:06 Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r/0v channels duplex default) % sysctl -a |grep snd hw.snd.verbose: 0 hw.snd.unit: 0 hw.s

kqueue(2) manpage typo

2001-06-27 Thread David Hill
Hello - Quoted from the kqueue(2) manpage: "kevent() is used to register events with the queue, and return any pend- ing events to the user. changelist is a pointer to an array of kevent structures, as defined in ." should be Thanks - David To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: -current & /dev/dsp: device busy

2001-06-27 Thread Maxim Sobolev
Alexander Leidinger wrote: > Hi, > > I can't access the audio hardware anymore. > > after a fresh boot: > ---snip--- > % cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Jun 27 2001 16:27:06 > Installed devices: > pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r/0v channels duplex default) > > % sysctl -a

Re: -current & /dev/dsp: device busy

2001-06-27 Thread Maxime Henrion
Maxim Sobolev wrote: > Alexander Leidinger wrote: > > > Hi, > > > > I can't access the audio hardware anymore. > > > > after a fresh boot: > > ---snip--- > > % cat /dev/sndstat > > FreeBSD Audio Driver (newpcm) Jun 27 2001 16:27:06 > > Installed devices: > > pcm0: at io 0x220 irq 5 drq 1:5 (1p/1

Re: -current & /dev/dsp: device busy

2001-06-27 Thread Cameron Grant
> Same here, but with an SB64 PCI (chipset ES1370). So it's not limited > to SB16 cards. fixed in sys/dev/sound/pcm/sound.c rev 1.56, just committed. -cg To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

HEADS UP: ACPI update - thermal management

2001-06-27 Thread Mike Smith
This is just a heads-up to let folks know that I've committed some early code to handle thermal management under ACPI. This should DTRT with active cooling (fans, etc.). It won't help with passive cooling yet (we need to sort out the processor device control first), and it may well have pro