Build fails on usr.bin/uuencode/uuencode.c

2002-03-05 Thread Michel Oosterhof
Building -CURRENT just failed on my machine, on src/usr.bin/uuencode/uuencode.c Probalby due to the last change (1.8 to 1.9, 9 hours ago from now) which changed just the line that gives the error: FILE *output = stdout; Perhaps this change should be reversed? regards, Michel To Unsubscribe:

Re: Build fails on usr.bin/uuencode/uuencode.c

2002-03-05 Thread Michel Oosterhof
[EMAIL PROTECTED] (Michel Oosterhof) writes: Building -CURRENT just failed on my machine, on src/usr.bin/uuencode/uuencode.c Probalby due to the last change (1.8 to 1.9, 9 hours ago from now) which changed just the line that gives the error: Just ignore this post, it was fixed in the cvsup of a

Invitation letter from the Organisation Committee of the First World Congress of Future Science and Culture

2002-03-05 Thread Dr Guihua Li
Dear Sir/Madam, Many of us who came to work in the sciences or similar areas did so because we wanted to explore the unknown and gain more knowledge and ultimately make this world a better place. It is undoubtedly true that modern science has brought immense benefits to humanity

bktr now fails

2002-03-05 Thread Michael D. Harnois
I used to be able to use my Brooktree card with no problem. However, a month or so ago, I started getting this at boot: bktr0: BrookTree 878 mem 0xf500-0xf5000fff irq 9 at device 12.0 on pci2 bktr0: could not map memory device_probe_and_attach: bktr0 attach returned 6 pci2: multimedia at

RE: simplelock to lock_class?

2002-03-05 Thread John Baldwin
On 04-Mar-02 ouyang kai wrote: Hi, eveyone, I found the FreeBSD4.x defined the simplelock in the sys/sys/lock.h. But, it doesn't exist in FreeBSD5.0, why? If I want use the FreeBSD4.x simplelock function, how and what can I use in FreeBSD5.0? 5.0 has different locking primitives

RE: blockable sleep panic on Alpha / current

2002-03-05 Thread John Baldwin
On 04-Mar-02 Wilko Bulte wrote: During a make release I just got a panic. The build progressed until: gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxabs.3 imaxabs.3.gz gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxdiv.3 imaxdiv.3.gz gzip -cn /usr/src/lib/libc/../libc/stdlib/labs.3

Re: Patch for critical_enter()/critical_exit() interrupt assem

2002-03-05 Thread John Baldwin
On 01-Mar-02 Matthew Dillon wrote: : : :On 28-Feb-02 Matthew Dillon wrote: : Not to put too fine a point on it, but, I don't see how this can : possibly justify preventing me from committing my critical_*() stuff. : You've just stated publically that your preemption stuff is

aliases

2002-03-05 Thread Adam Webb
Is there a known bug or particular reason I can't add network aliases in -current? -- Adam Webb To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: blockable sleep panic on Alpha / current

2002-03-05 Thread Wilko Bulte
On Tue, Mar 05, 2002 at 10:51:53AM -0500, John Baldwin wrote: On 04-Mar-02 Wilko Bulte wrote: During a make release I just got a panic. The build progressed until: gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxabs.3 imaxabs.3.gz gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxdiv.3

Re: aliases

2002-03-05 Thread Robert Watson
On Tue, 5 Mar 2002, Adam Webb wrote: Is there a known bug or particular reason I can't add network aliases in -current? -- Adam Webb None that I know of, although there does seem to be at least one bug relating to removable interfaces and dhclient. It might be useful to include some

Re: blockable sleep panic on Alpha / current

2002-03-05 Thread Andrew Gallatin
Wilko Bulte writes: Is gdb broken on Alpha, or is it just me? ds10#gdb ^C ds10#gdb -k ^C ds10# In short, gdb just sits there (??). Yes, David's new binutils import broke it. I have a workaround, but it causes buildworld breakage. Sigh. You can just use a

Damn slow startup

2002-03-05 Thread George V. Balis
Hi everybody I recently updated through cvsup a 4.5 stable FreeBSD running on Vmware. I followed the instructions from the handbook building both the world and the GENERIC kernel. When I finally rebooted, It takes almost 2-3 hours to boot being extremely slow. I never really let it finish

Re: Damn slow startup

2002-03-05 Thread Terry Lambert
Run -stable. VMWare takes a very long time to emulate certain locking primitives, for some reason. -- Terry George V. Balis wrote: Hi everybody I recently updated through cvsup a 4.5 stable FreeBSD running on Vmware. I followed the instructions from the handbook building both the world

Re: bktr now fails

2002-03-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Michael D. Harnois [EMAIL PROTECTED] writes: : I used to be able to use my Brooktree card with no problem. However, a : month or so ago, I started getting this at boot: : : bktr0: BrookTree 878 mem 0xf500-0xf5000fff irq 9 at device 12.0 on pci2 :

Re: Damn slow startup

2002-03-05 Thread Julian Elischer
or tell teh config it is a 386 cpu as well as a '686 that will force it to emulate those very slowly done instructins so that they are actually done faster :-) On Tue, 5 Mar 2002, Terry Lambert wrote: Run -stable. VMWare takes a very long time to emulate certain locking primitives, for some

Re: blockable sleep panic on Alpha / current

2002-03-05 Thread Wilko Bulte
On Tue, Mar 05, 2002 at 10:51:53AM -0500, John Baldwin wrote: Hi John, On 04-Mar-02 Wilko Bulte wrote: During a make release I just got a panic. The build progressed until: gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxabs.3 imaxabs.3.gz gzip -cn

Re: Patch for critical_enter()/critical_exit() interrupt assem

2002-03-05 Thread Matthew Dillon
: It makes no sense whatsoever to me to be told not to commit something : due to stale code that may not be quite compatible sitting in P4 that : you can't make work in any reasonable time frame. You should stop : trying to screw over my work and instead look to your own. You

Re: Patch for critical_enter()/critical_exit() interrupt assem

2002-03-05 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Matthew Dillon wri tes: That's the crux of the situation, John. I do not believe you have the right to hold this work off, at least not based on any of the explanations you have given so far. Why don't you for a change, just stop being so ego-centered

Re: Patch for critical_enter()/critical_exit() interrupt assem

2002-03-05 Thread Bosko Milekic
On Tue, Mar 05, 2002 at 06:30:08PM +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Matthew Dillon wri tes: That's the crux of the situation, John. I do not believe you have the right to hold this work off, at least not based on any of the explanations you have

Re: blockable sleep panic on Alpha / current

2002-03-05 Thread David O'Brien
On Tue, Mar 05, 2002 at 05:57:01PM +0100, Wilko Bulte wrote: Is gdb broken on Alpha, or is it just me? ds10#gdb ^C ds10#gdb -k Can you give the gdb51 port a try? We really need to see how usable that is on Alpha. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Netgraph, device drivers and mutexes

2002-03-05 Thread Julian Elischer
On Mon, 4 Mar 2002, Julian Elischer wrote: On Mon, 4 Mar 2002, Maksim Yevmenkin wrote: Julian, thank you very much for a such detailed answer :) [...] I just checked in some generic timeout routines into ng_base.c in -current. have a look and see if they make sense to

Re: bktr now fails

2002-03-05 Thread Michael D. Harnois
On Tue, 2002-03-05 at 12:10, M. Warner Losh wrote: Humor me and compile PCI_ALLOW_UNSUPPORTED_IO_RANGE You da man. Thanks! -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law

Re: bktr now fails

2002-03-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Michael D. Harnois [EMAIL PROTECTED] writes: : On Tue, 2002-03-05 at 12:10, M. Warner Losh wrote: : : Humor me and compile PCI_ALLOW_UNSUPPORTED_IO_RANGE : : You da man. Thanks! You should never need to define that option, so it means that the range

subscribe

2002-03-05 Thread Jesus Flores
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Netgraph, device drivers and mutexes

2002-03-05 Thread Maksim Yevmenkin
Julian, On Mon, 4 Mar 2002, Julian Elischer wrote: On Mon, 4 Mar 2002, Maksim Yevmenkin wrote: Julian, thank you very much for a such detailed answer :) [...] I just checked in some generic timeout routines into ng_base.c in -current. have a look and see if

problems with shutting machine now

2002-03-05 Thread Michael Ross
Hi, I used portupgrade for the first time a few nights ago. I got through doing a few ports before having to shut the machine down. Now every time I issue the halt command I get the following message Synching discs.. 18 18 18 18 18 18 18 18 18 then something about giving up on the last two

gtags? htags?

2002-03-05 Thread George V. Neville-Neil
Are these supposed to be part of the base install of FreeBSD? I can't find them anywhere and they're not in ports. They're needed for the tags: target in the kernel makefiles and since I'd like to be able to browse code... Thanks for any pointers, George -- George V. Neville-Neil

Won't boot after the commits to timecounter code

2002-03-05 Thread qhwt
Hello. After upgrading to the kernel as of 2002-03-03 00:00:00(UTC), it stopped booting just after the message: Timecounter i8254 frequency 1193182 Hz With some debugging printf()'s inserted, I found it was tc-tc_get_timecount() called from tco_delta() called just after the bcopy() in

Re: Won't boot after the commits to timecounter code

2002-03-05 Thread Poul-Henning Kamp
The only thing I know off right now is this thing from BDE which I havn't been able to verify yet: From:Bruce Evans [EMAIL PROTECTED] Subject: dummy_timecounter broken; breaks booting with -d To: [EMAIL

Should 4.5-STABLE - 5.0-CURRENT work?

2002-03-05 Thread Alex Popa
Hello. I have had a small problem last night going from a 4.5-STABLE system (FreeBSD wabbit.ldc.ro 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 17 08:58:11 EET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/WABBIT i386) to current. Last cvsup for current was Mar 5, 22:50 UTC, from