Re: mozilla busted?

2002-09-20 Thread Julian Elischer
On Thu, 19 Sep 2002, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Daniel Eischen [EMAIL PROTECTED] writes: : On Thu, 19 Sep 2002, M. Warner Losh wrote: : I think it does since it's a kernel ABI breakage in ucontext_t's : and sigreturn(). I think we either need to

Re: kernel crash at boot time

2002-09-20 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], David Xu writes: On Thursday 19 September 2002 17:03, Poul-Henning Kamp wrote: Can you try with rev. 1.101 of sys/kern/uipc_mbuf.c please ? The 1.102... is wrong and could easily cause this. Poul-Henning In message 01be01c25fb1$8b92a990$ef01a8c0@davidwnt,

Re: ssl.h world breakage... fix coming??

2002-09-20 Thread Giorgos Keramidas
On 2002-09-19 23:48, Wesley Morgan [EMAIL PROTECTED] wrote: This has been mentioned several times now... Surely the fix is trivial :) Is anything in the works? At the moment, I'm building world after a new `cvs update' and a backout of the changes done by Ruslan. $ ident

Re: Request for review testing of VFS locking patch

2002-09-20 Thread Boris Popov
On Thu, 19 Sep 2002, Jeff Roberson wrote: This patch touches every filesystem. I have tested with several but I would appreciate more extensive testing especially if you use one of the lesser used filesystems (ie non ufs). Please test with WITNESS and DEBUG_VFS_LOCKS enabled. If you find

Re: Request for review testing of VFS locking patch

2002-09-20 Thread Jeff Roberson
On Fri, 20 Sep 2002, Boris Popov wrote: On Thu, 19 Sep 2002, Jeff Roberson wrote: Well, haven't tested it with smbfs, but may point that patch for nwfs contains two vref()s instead of vgetref(). Ah, thanks very much. (un?)luckily it was in debug code so it would not have been

Access to ide cdrom/cd writer bugged?

2002-09-20 Thread Riccardo Torrini
I'm trying to understand why when accessing file to cdrom their contents change every time (in case of big file, at least). I usally backup some stuff (mail, sources, scanned images) and add to cdrom a files.md5 with the md5 keys of all files. (yes, I'm a bit paranoid :-) With my last system

alpha tinderbox failure

2002-09-20 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

problems with drivers lge and miibus on D-Link DGE 500SX

2002-09-20 Thread Robert Suetterlin
Hello! I'm using the D-Link DGE 500SX Gigabit Ethernet card which gives the following (error) message during bootup: lge0: Ethernet address: 00:50:ba:71:2d:c3 lge0: MII without any PHY! device_probe_and_attach: lge0 attach returned 6 The correct Physical would

Re: xmms

2002-09-20 Thread Ollivier Robert
source went final I cvsuped ports and src, and recompiled and tried again. it compiles file, just won't run. Recompile and reinstall src/lib/libc_r after cvsup. There was something recently broken in there and all threaded apps failed (mozilla, Nautilus and so on). See the Thread issues thread

libc broken?

2002-09-20 Thread walt
/usr/src/lib/libc/i386/gen/infinity.c:11: variable `__infinity' has initializer but incomplete type /usr/src/lib/libc/i386/gen/infinity.c:11: extra brace group at end of initializer /usr/src/lib/libc/i386/gen/infinity.c:11: (near initialization for `__infinity')

Re: dc(4) patch

2002-09-20 Thread John Baldwin
On 19-Sep-2002 Vincent Poy wrote: I think the first card is a LinkSys PCMP200 and not the PCMP100 since the 100 is a 16bit PCMCIA and runs as a ed1 adapter in 4.6.2-RELEASE but doesn't get recognized at all under -current. I've tried both the LinkSys PCMP200 v2.0/PCMPC200 v2.0 and the

Re: mozilla busted?

2002-09-20 Thread John Baldwin
On 20-Sep-2002 M. Warner Losh wrote: In message: [EMAIL PROTECTED] Joe Marcus Clarke [EMAIL PROTECTED] writes: : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Julian Elischer [EMAIL PROTECTED] writes: : : Is it statically

Re: dc(4) patch

2002-09-20 Thread Stephen McKay
On Thursday, 19th September 2002, John Baldwin wrote: --- if_dc.c 4 Sep 2002 18:14:17 - 1.77 +++ if_dc.c 19 Sep 2002 20:57:03 - @@ -1366,7 +1370,8 @@ for (i = 0; i DC_TIMEOUT; i++) { isr = CSR_READ_4(sc, DC_ISR);

Re: dc(4) patch

2002-09-20 Thread John Baldwin
On 20-Sep-2002 Stephen McKay wrote: On Thursday, 19th September 2002, John Baldwin wrote: --- if_dc.c 4 Sep 2002 18:14:17 - 1.77 +++ if_dc.c 19 Sep 2002 20:57:03 - @@ -1366,7 +1370,8 @@ for (i = 0; i DC_TIMEOUT; i++) { isr =

Re: mozilla busted?

2002-09-20 Thread Wilko Bulte
On Fri, Sep 20, 2002 at 10:43:13AM -0400, John Baldwin wrote: On 20-Sep-2002 M. Warner Losh wrote: In message: [EMAIL PROTECTED] Joe Marcus Clarke [EMAIL PROTECTED] writes: : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] :

Re: TekRam 395U[W] series SCSI controllers for CURRENT

2002-09-20 Thread Maxime Henrion
attila! wrote: Sent: Mon, 16 Sep 2002 20:39:05 -0700 by David O'Brien + + On Tue, Sep 17, 2002 at 12:17:14AM +, attila! wrote: + + The price is right on the 395U[W]: $41/52 and it is + their newer series which uses a TekRam 1040 chip. + Has anyone used it on CURRENT

i386 tinderbox failure

2002-09-20 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: dc(4) patch

2002-09-20 Thread Stephen McKay
On Friday, 20th September 2002, John Baldwin wrote: On 20-Sep-2002 Stephen McKay wrote: Sadly this change is insufficient to satisfy all cards. Well. I think we can keep the check for TX going idle and just not do the check for RX going idle. The original code basically did this until you

Re: dc(4) patch

2002-09-20 Thread John Baldwin
On 20-Sep-2002 Stephen McKay wrote: On Friday, 20th September 2002, John Baldwin wrote: On 20-Sep-2002 Stephen McKay wrote: Sadly this change is insufficient to satisfy all cards. Well. I think we can keep the check for TX going idle and just not do the check for RX going idle. The

Re: dc(4) patch

2002-09-20 Thread Stephen McKay
On Friday, 20th September 2002, John Baldwin wrote: On 20-Sep-2002 Stephen McKay wrote: Not quite. Davicom cards (and your card) fail to idle the receiver. PNIC cards fail to idle the transmitter. So it makes just as much sense as any other idea to check those bits only on cards that

RE: cvs commit: src/sys/pci if_dc.c

2002-09-20 Thread Martin Blapp
Hi all, I just read the current mailinglist. I think we would have to test all cases with all cards. What cards do you have Stephen, with which clone Chipsets ? Can you make a list of them ? I've got somewhere another dc card which made problems. I guess it was PNIC. Martin To Unsubscribe:

Re: libc broken?

2002-09-20 Thread Nate Lawson
On Fri, 20 Sep 2002, walt wrote: /usr/src/lib/libc/i386/gen/infinity.c:11: storage size of `__infinity' isn't known Yeah, I can't do better than the compiler for that too. ;) -Nate To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: mozilla busted?

2002-09-20 Thread Julian Elischer
On Fri, 20 Sep 2002, John Baldwin wrote: On 20-Sep-2002 M. Warner Losh wrote: In message: [EMAIL PROTECTED] Joe Marcus Clarke [EMAIL PROTECTED] writes: : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Julian Elischer

LoLita Resim ve Videolari

2002-09-20 Thread MERVE
HTMLBODY BGCOLOR=White/BODY/HTML To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: dc(4) patch

2002-09-20 Thread Vincent Poy
On Fri, 20 Sep 2002, John Baldwin wrote: On 19-Sep-2002 Vincent Poy wrote: I think the first card is a LinkSys PCMP200 and not the PCMP100 since the 100 is a 16bit PCMCIA and runs as a ed1 adapter in 4.6.2-RELEASE but doesn't get recognized at all under -current. I've tried both

alpha tinderbox failure

2002-09-20 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

pst devics compile error

2002-09-20 Thread hakotani
Hello. at making kernel on error pst device. pst-raid.c : In function pst_attach pst-raid.c : 177: structure has no member named d_fssectors pst-raid.c : 178: structure has no member named d_fsheads pst-raid.c : 186: request for member d_secperunit in something not a structure or union

i386 tinderbox failure

2002-09-20 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

$BH~>/=wBg8T3+$-%m%j!<%?(JDVD

2002-09-20 Thread sonoda12@cs.puon.net
ƒ}ƒjƒA‚È‚çâ‘Ζž‘«‚Ì•i‘µ‚¦‹M•û‚Ì’•¶ŒãA ‚·‚®‚É“–ŽÐ‚̃}ƒVƒ“‚ª“®‚«o‚·ƒVƒXƒeƒ€B ƒ}ƒU[‹y‚я€ƒ}ƒU[‚Ì—L‚é“–“X‚¾‚©‚çƒrƒfƒIEDVD‚ð ‚·‚®‚É”­‘—’v‚µ‚Ü‚·B ‚Ü‚½A‚±‚±‚ɏЉ‚Ä‚¢‚È‚¢ƒ^ƒCƒgƒ‹ƒŠƒXƒg‚à‚¨‘—‚è’v‚µ‚Ü‚·B ‚Æ‚É‚©‚­‚²——‚É‚È‚Á‚Ä‚P–{‚©‚ç‚Å‚à‚¨‹CŒy‚É‚²’•¶‰º‚³‚¢‚Ü‚·‚悤 ‹X‚µ‚­‚¨Šè‚¢’v‚µ‚Ü‚·B