Re: Netscape and -current

1999-11-22 Thread Peter Wemm
Brian Fundakowski Feldman wrote: > Forget anything I said about KAME being the strong possibility :) As > soon as peter noted what commit it could have to do with, I figured > it out and fixed it; after testing, I committed it. Be happy :) Your fix suffers from exactly the same problem.. Suppo

Re: wi driver

1999-11-22 Thread Doug Ambrisko
Blaz Zupan writes: | I'm trying to make the wi (WaveLan) driver work in -current. It appears | that some changes to the pccard code have broken it (or that I can't find | out how to configure it correctly, although I have done it under 3.3 with | success). I have this in my config file: It needs

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
Forget anything I said about KAME being the strong possibility :) As soon as peter noted what commit it could have to do with, I figured it out and fixed it; after testing, I committed it. Be happy :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: Netscape and -current

1999-11-22 Thread Christopher Masto
On Tue, Nov 23, 1999 at 11:44:33AM +0800, Peter Wemm wrote: > I'd be curious to know if this fixes it on a -current kernel (after rev 1.377 > of i386/machdep.c) Yep, except this needs to come out: > + scp = (struct osigcontext *)ucp; > + > + if (useracc((caddr_t)scp, sizeof (struct osigc

Re: Netscape and -current

1999-11-22 Thread David Scheidt
On Tue, 23 Nov 1999, Peter Wemm wrote: > I'm pretty sure it's this commit to i386/machdep.c: Good call! A tree checked out with -D 1999-11-21 14:47 won't run netscape. A kernel built with the same sources, except for 1.376 of i386/machdep.c will. David Scheidt > === > revision 1.377 > date: 1

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Peter Wemm wrote: > I'm pretty sure it's this commit to i386/machdep.c: > === > revision 1.377 > date: 1999/11/21 14:46:43; author: pho; state: Exp; lines: +5 -5 > Moved useracc() to top of sigreturn as to avoid panic > caused by invalid arguments to rutine. > Thanks! Tes

Re: Netscape and -current

1999-11-22 Thread Peter Wemm
"Daniel O'Connor" wrote: > > On 22-Nov-99 Steve Kargl wrote: > > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > > netscape (for FBSD) works fine. > > I have -current as of 19-Nov-99 and Netscape works fine (well as well at it >

Re: Threads and my new job.

1999-11-22 Thread Daniel Eischen
On Mon, 22 Nov 1999, Jason Evans wrote: > What am I going to do? My first mandate is to round out the edges of our > current libc_r and to bring it closer to standards compliance before 4.0. > Specifically, I know that the following work is necessary: > > *) Address and close approximately 20 P

Re: Netscape and -current

1999-11-22 Thread Peter Wemm
Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machine to spare try the fol

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Daniel O'Connor wrote: > > On 22-Nov-99 Steve Kargl wrote: > > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > > netscape (for FBSD) works fine. > > I have -current as of 19-Nov-99 and Netscape works fine (w

Re: Threads and my new job.

1999-11-22 Thread Matthew Dillon
:... :*) Make a real libpthread, rather than relying on the -pthread linker : magic. This is high on Daniel Eischen's wish list, so maybe he already : has something in the works. =) : :If you know of other outstanding issues that have a prayer of being :addressed before 4.0 ships, please spea

Threads and my new job.

1999-11-22 Thread Jason Evans
Walnut Creek has hired me as a full time employee to work primarily on improving and expanding FreeBSD's threads support. This is very exciting to me, and I hope my work will be of benefit the FreeBSD community. There is a lot of work to be done in order to make FreeBSD's threads support truly

Re: Netscape and -current

1999-11-22 Thread Daniel O'Connor
On 22-Nov-99 Steve Kargl wrote: > FreeBSD 4.0-CURRENT #1: Mon Nov 15 09:52:45 PST 1999 > [EMAIL PROTECTED]:/usr/src/sys/compile/TROUTMASK > netscape (for FBSD) works fine. I have -current as of 19-Nov-99 and Netscape works fine (well as well at it ever does..) --- Daniel O'Connor softwar

RE: Netscape and -current

1999-11-22 Thread David Scheidt
On Mon, 22 Nov 1999, Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machin

Re: sbc and pcm

1999-11-22 Thread Nick Hibma
> > My compliments on the sbc bridge drivers. This is what newbus is > > supposed to look like. Anyone wanting to know what a bridge driver is, > > have a look at ... > Actually, I've a few issues with it but I'm sure Peter will cover anything > I have to say. > > Mostly, sbc.c is handling

Re: Netscape and -current

1999-11-22 Thread Steve Kargl
Brian Fundakowski Feldman wrote: > On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > > > The same here. CURRENT updated and built on Sunday causes native > > FreeBSD Netscape to lock up. Linux Netscape still works fine. > > > > Happens here, too. Can someone with a machine to spare try the fol

Re: HEADS UP! The bridge drivers for sound cards have been committed.

1999-11-22 Thread Pascal Hofstee
On Tue, 23 Nov 1999, Pascal Hofstee wrote: > On Mon, 22 Nov 1999, Seigo Tanimura wrote: > > > The bridge drivers for sound cards have just been committed. > > These drivers will accomodate coming newmidi drivers. [ snip ] > Apparently the commit forget to include the sbc.h and gusc.h files. >

RE: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
On Mon, 22 Nov 1999, Alexander N. Kabaev wrote: > The same here. CURRENT updated and built on Sunday causes native > FreeBSD Netscape to lock up. Linux Netscape still works fine. > Happens here, too. Can someone with a machine to spare try the following: 1. Go back in date a week, and try the

Re: HEADS UP! The bridge drivers for sound cards have been committed.

1999-11-22 Thread Pascal Hofstee
On Mon, 22 Nov 1999, Seigo Tanimura wrote: > The bridge drivers for sound cards have just been committed. > These drivers will accomodate coming newmidi drivers. > > People using Sound Blaster 16/AWE32/AWE64/ViBRA16C/ViBRA16X > should add sbc driver to your kernel config file in addition > to pc

Re: Promise ULTRA/66 Controler

1999-11-22 Thread Byung Yang
try ata0 instead of wdc0 this is what my dmesg says: -- ata-pci1: irq 9 at device 11.0 on pci0 ata-pci1: Busmastering DMA supported ata2 at 0xcc00 irq 9 on ata-pci1 ata3 at 0xd400 irq 9 on ata-pci1 ad0: ATA-4 disk at ata2 as master ad0

Re: -current will enter feature freeze on December 15th!

1999-11-22 Thread Mark Newton
David Schwartz wrote: > Jordan Hubbard wrote: > > With any luck, we'll have 4.0 out in time to catch the last of the new > > millennium celebrations (or riots, depending on who you listen to :). > > The last of the new millennium celebrations are still more than a year > away. Yup, a

Re: flashplugin

1999-11-22 Thread Jeroen Ruigrok/Asmodai
-On [19991122 22:07], David O'Brien ([EMAIL PROTECTED]) wrote: >On Mon, Nov 22, 1999 at 12:40:19AM +0900, Motoyuki Konno wrote: >> Gcc 2.95.2 output asmcodes which contain 'fild' opcode, but >> /usr/libexec/aout/as (a.out version of as) does not support 'fild&#

Re: -current will enter feature freeze on December 15th!

1999-11-22 Thread Jordan K. Hubbard
>The last of the new millennium celebrations are still more than a year away. Well, if you want to get technical, some people have already started early. :) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: -current will enter feature freeze on December 15th!

1999-11-22 Thread David Schwartz
> To that end, we'll be declaring a feature freeze on the 15th, after > which time people should just be working on tying off the worst of the > spurting arteries and spending more time thinking about fixing things > like gdb than thinking about significant architectural changes. With > any luck

Re: flashplugin

1999-11-22 Thread David O'Brien
On Mon, Nov 22, 1999 at 12:40:19AM +0900, Motoyuki Konno wrote: > Gcc 2.95.2 output asmcodes which contain 'fild' opcode, but > /usr/libexec/aout/as (a.out version of as) does not support 'fild'. Please try this diff: Index: i386.h

Re: sbc and pcm

1999-11-22 Thread Peter Wemm
"Matthew N. Dodd" wrote: > On Mon, 22 Nov 1999, Nick Hibma wrote: > > My compliments on the sbc bridge drivers. This is what newbus is > > supposed to look like. Anyone wanting to know what a bridge driver is, > > have a look at > > > > sys/dev/sound/isa/sbc.c > > > > Beautiful in its simpli

Re: sbc and pcm

1999-11-22 Thread Matthew N. Dodd
On Mon, 22 Nov 1999, Nick Hibma wrote: > My compliments on the sbc bridge drivers. This is what newbus is > supposed to look like. Anyone wanting to know what a bridge driver is, > have a look at > > sys/dev/sound/isa/sbc.c > > Beautiful in its simplicity: > > probe > attach (

sbc and pcm

1999-11-22 Thread Nick Hibma
My compliments on the sbc bridge drivers. This is what newbus is supposed to look like. Anyone wanting to know what a bridge driver is, have a look at sys/dev/sound/isa/sbc.c Beautiful in its simplicity: probe attach (create a few children: pcm, midi, etc.) help

Re: Fsck follies

1999-11-22 Thread Bernd Walter
On Mon, Nov 22, 1999 at 02:57:39PM +1000, Stephen McKay wrote: > On Sunday, 21st November 1999, Christopher Masto wrote: > > >On Sun, Nov 21, 1999 at 10:36:32PM +1000, Stephen McKay wrote: > >> When the system came back up, fsck -p didn't like the vinum volume. > >> No sweat, I ran it manually.

-current will enter feature freeze on December 15th!

1999-11-22 Thread Jordan K. Hubbard
Yes, I'm sure you all never expected it, but we're actually on the road for a 4.0 release in Q1 2000 (hopefully early January) and before we can realistically begin that process, we have to stop throwing kitchen sinks into -current and start making it work again instead. :-) To that end, we'll be

wi driver

1999-11-22 Thread Blaz Zupan
I'm trying to make the wi (WaveLan) driver work in -current. It appears that some changes to the pccard code have broken it (or that I can't find out how to configure it correctly, although I have done it under 3.3 with success). I have this in my config file: controller card0 controller

Re: CFLAGS vs CXXFLAGS

1999-11-22 Thread David O'Brien
> I have one little problem: make world works for me only with small > patch in gnu/usr.bin/groff/Makefile.cfg: ... > Can anyone explain me, where is the source of this problem? maybe Not if you don't provide some _D-E-T-A-I-L-S_. You know, things like your last CVSup, date of last `make world',

RE: Route table leaks

1999-11-22 Thread John Polstra
Garrett Wollman wrote: > Now things start to make sense: > > root@xyz(55)$ netstat -f inet -n | fgrep CLOSING | wc -l > 1287 > > (this machine still has the bug that Jonathan Lemon fixed). Now it's > clear what's going on. The ``missing'' routes have been deleted from > the routing table,

RE: Route table leaks

1999-11-22 Thread Garrett Wollman
< said: >> [quoting me:] >> What does `netstat -ran' say? You're not seeing all the routes >> without the `-a' flag. > It lists some additional routes with -a, but not many. Here's the > latest output (still growing, as you can see): > cvsup-master# vmstat -m | grep 'routetbl ' > routetb

CFLAGS vs CXXFLAGS

1999-11-22 Thread Grisha Vasilyev
This message was sent from Geocrawler.com by "Grisha Vasilyev" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello All ! I have one little problem: make world works for me only with small patch in gnu/usr.bin/groff/Makefile.cfg: -INCLUDES= -I$(GROFF_DIST)/include +INCLUDES=

patch to recognize my soundcard, communicator stopped working

1999-11-22 Thread Fritz Heinrichmeyer
the good news: with the following patch my soundcard is recognized again (some machine cycles are wasted ..) *** sbc.c~ Mon Nov 22 07:07:45 1999 --- sbc.c Mon Nov 22 16:04:56 1999 *** *** 133,138 --- 133,140 case 0x45008c0e: /* Creative SB AWE64 (CTL0045) */ if (vend_

Re: [usb-bsd] Re: HEADS UP: (USB only) usb.h changed, recompileusbdevs

1999-11-22 Thread Nick Hibma
Hm, I didn't see anything that looked like Linux in the ezload-0.2 program. Did we ever manage to get those diffs across? If not, could you sned them again and I _promise_ I will add them today. Nick > Arg. And that breaks half the linux' compiles :-) > > DW > > On Sun, 21 Nov 1999, Ni

RE: Netscape and -current

1999-11-22 Thread Alexander N. Kabaev
The same here. CURRENT updated and built on Sunday causes native FreeBSD Netscape to lock up. Linux Netscape still works fine. On 22-Nov-99 Jean-Marc Zucconi wrote: > This happens with a kernel/world from today: netscape is unusable. > Most of the time it freezes after a few seconds. Here is t

Re: failure in build

1999-11-22 Thread Motoyuki Konno
Hi, Bill Pechter <[EMAIL PROTECTED]>wrote: > I've been seeing this failure since I tried to rebuild my system > (last built on 10/9/99 > > I didn't see anything in UPDATING or on this list. I'm wondering if > there's a possible hardware problem -- but it's done it 3 times and > I've cvsup'd thr

Re: gdb trouble in 4.0-current

1999-11-22 Thread Bruce Evans
On Mon, 22 Nov 1999, Sheldon Hearn wrote: > > On Sat, 20 Nov 1999 20:24:47 EST, Wes Morgan wrote: > > > (gdb) r > > Starting program: /usr/home/by-tor/mms-0.90/./mms > > warning: find_solib: Can't read pathname for load map: Bad address > > > > Segmentation fault (core dumped) > > You're not a

Re: gdb trouble in 4.0-current

1999-11-22 Thread Sheldon Hearn
On Sat, 20 Nov 1999 20:24:47 EST, Wes Morgan wrote: > (gdb) r > Starting program: /usr/home/by-tor/mms-0.90/./mms > warning: find_solib: Can't read pathname for load map: Bad address > > Segmentation fault (core dumped) You're not alone. The work-around is to compile with --static. Ciao, Sh

Re: Intel PRO/1000 Gigabit driver

1999-11-22 Thread Matthew Jacob
Well, I'm *almost* there getting this driver to work well (it's now *just* managing to run without barfing all over memory). It's been a humiliating experience- I'm just not that hot with Network drivers as I spend most of my time in mass storage. This chipset is, uh, interesting too (as best as

Re: ftpd is not listed in pam.conf

1999-11-22 Thread Mark Murray
> May this is not the best way for ftpd to use pam (many other lines for login, > may ftpd should be so). But I think ftpd should be listed in /etc/pam.conf. > > Any plan to fix it in /usr/src/etc/pam.conf ? On my list! :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To

ANNOUNCE: SPY-0.1 - syscalls monitor

1999-11-22 Thread Andrzej Bialecki
Hi, SPY allows you to monitor and/or selectively block syscalls on your system. It could be used either as a safety monitoring device, policy enforcement, or debugging tool. You can download the sources (NOTE: -current only) from: http://www.freebsd.org/~abial/spy-0.1.tgz Excerpt of REA

make release failure in docproj/jade

1999-11-22 Thread Marc Schneiders
Not sure whether I can send this to this list... Make release dies in the build of jade right now. c++ -ansi -O -pipe -fno-implicit-templates -I. -I./../include -I./../generic -DS TDC_HEADERS=1 -DHAVE_LIMITS_H=1 -Dconst= -Dinline= -DHAVE_ST_BLKSIZE=1 -DSP_HAVE _BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_ANS

Re: FYI: KAME netinet6 basic part is committed

1999-11-22 Thread Jeroen C. van Gelderen
Yoshinobu Inoue wrote: > Hello, FYI, > KAME(IPv6, IPsec, and etc update kit for BSDs, http://www.kame.net) > netinet6 basic part is committed to freebsd-current. > > It doesn't yet include several important parts (e.g.no IPsec, > no v6 multcast forwarding, no TCP/UDP for IPv6 yet), > but now it c

ftpd is not listed in pam.conf

1999-11-22 Thread Clive Lin
I couldn't remeber since when, I always see a message on my cosole: Nov 22 17:29:42 cartier ftpd[844]: no modules loaded for `ftpd' service Nov 22 17:29:42 cartier ftpd[844]: auth_pam: Permission denied Though it doesn't affect anything when I using ftp to transfer files from other hosts, it look

Re: [usb-bsd] HEADS UP: (USB only) usb.h changed, recompile usbdevs

1999-11-22 Thread Dirk-Willem van Gulik
Arg. And that breaks half the linux' compiles :-) DW On Sun, 21 Nov 1999, Nick Hibma wrote: > > HEADS UP: (USB only) > > Fields have been added to the usb_devinfo struct, so at least > src/usr.sbin/usbdevs needs to be recompiled for the latest and greatest > kernel. Ezload, available