Re: vga driver and signal

1999-11-12 Thread Mike Smith
The only real way to do this "right" is going to be to have the X server load a KLD, which will then be able to hook the relevant interrupt(s). Any other alternative involves interrupt delivery to user-space, which is just not practical. Hi Mike, Your idea sounds

egcs unstable

1999-11-12 Thread Marcel Moolenaar
Hi, After (by accident) compiling world (excluding kernel) with optimization disabled (ie -O0) and installing the resulting binaries, xemacs (21.1.7) coredumps with a bus error. I recompiled and reinstalled xemacs and all was fine. Now, after building and installing world (excluding kernel

Re: panic: nexus_setup_intr: NULL irq resource!

1999-11-12 Thread Doug Rabson
On Fri, 12 Nov 1999, Mark Newton wrote: Peter Jeremy wrote: Since your patch effectively turns isa_setup_intr() into a nop for this case, a better patch would seem to be to skip the call to BUS_SETUP_INTR() (and presumably bus_alloc_resource()) at the end of sioattach() when

Re: pnp and AWE64

1999-11-12 Thread Jim King
At 10:50 PM 11/11/1999 -0600, Jim King wrote: I just picked up an AWE64 to use until the Vortex2 driver is working. The card is detected in Win98, but unfortunately the new PnP code in -current (cvsup'ed this evening) doesn't seem to find this card at all. Nothing shows up about it in dmesg;

Re: panic: nexus_setup_intr: NULL irq resource!

1999-11-12 Thread Peter Wemm
Bruce Evans wrote: On Fri, 12 Nov 1999, Peter Jeremy wrote: On 1999-Nov-12 12:35:01 +1100, Mark Newton wrote: The problem is that the BUS_SETUP_INTR() method for ISA seems to absolutely require the specification of an IRQ, even though IRQ specification is absolutely prohibited for

shell pipeline bug

1999-11-12 Thread Bruce Evans
`man sh' now hangs when the pager is exited. This is caused by the recent change to sh/eval.c Simplified example: sh -c "jot 6000 | cat | head" hangs. This example is almost minimal. The size of the data written by the first command must be large enough to not fit in the pipe; the

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread David O'Brien
On Fri, Nov 12, 1999 at 12:11:22AM -0800, Paul Eggert wrote: Date: Thu, 11 Nov 1999 23:39:10 -0800 From: "David O'Brien" [EMAIL PROTECTED] Would it be possible to either ignore binary files when "-l" is in affect. OR to add an ignore binary file flag (like FreeBSD has in

Re: egcs unstable

1999-11-12 Thread Kevin Street
Marcel Moolenaar [EMAIL PROTECTED] writes: After (by accident) compiling world (excluding kernel) with optimization disabled (ie -O0) and installing the resulting binaries, xemacs (21.1.7) coredumps with a bus error. I recompiled and reinstalled xemacs and all was fine. Now, after building

Re: shell pipeline bug

1999-11-12 Thread Martin Cracauer
In [EMAIL PROTECTED], Bruce Evans wrote: `man sh' now hangs when the pager is exited. This is caused by the recent change to sh/eval.c My fix in 1.23 of eval.c was broken, but Steve repaired it in 1.24. Do you have 1.24? Martin --

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread David O'Brien
On Thu, Nov 11, 1999 at 09:13:54PM -0500, Alain Magloire wrote: Of course, you can. But I will join my voice to Paul and ask you not to. This behaviour was a long standing request/grip where for example one would do grep pattern * and have the terminal going bananas, if pattern was

Re: shell pipeline bug

1999-11-12 Thread Bruce Evans
On Fri, 12 Nov 1999, Martin Cracauer wrote: In [EMAIL PROTECTED], Bruce Evans wrote: `man sh' now hangs when the pager is exited. This is caused by the recent change to sh/eval.c My fix in 1.23 of eval.c was broken, but Steve repaired it in 1.24. Do you have 1.24? Yes, of course.

Re: shell pipeline bug

1999-11-12 Thread Martin Cracauer
In [EMAIL PROTECTED], Bruce Evans wrote: On Fri, 12 Nov 1999, Martin Cracauer wrote: In [EMAIL PROTECTED], Bruce Evans wrote: `man sh' now hangs when the pager is exited. This is caused by the recent change to sh/eval.c My fix in 1.23 of eval.c was broken, but Steve repaired it

Re: pnp and AWE64

1999-11-12 Thread Doug Rabson
On Fri, 12 Nov 1999, Jim King wrote: At 10:50 PM 11/11/1999 -0600, Jim King wrote: I just picked up an AWE64 to use until the Vortex2 driver is working. The card is detected in Win98, but unfortunately the new PnP code in -current (cvsup'ed this evening) doesn't seem to find this card at

Re: cvs commit: src/sys/isa isa_common.c

1999-11-12 Thread Vladimir Kushnir
Sorry, but is there any driver for YMF724 except for OSS? If so (even in some under-pre-alpha state) I'd be more than happy to test it. On Thu, 11 Nov 1999, Doug Rabson wrote: dfr 1999/11/11 08:48:01 PST Modified files: sys/isa isa_common.c Log: Reorganise

Re: new kernel.

1999-11-12 Thread Byung Yang
Ok..in addition to my earlier post, I am NOT using Linux netscape and I built the whole system from the source code. dist/module/kernel they are all from the same source tree. The thing is I never had this kind of problem before. It was working fine then. I built the world/kernel at Tue Nov

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread Paul Eggert
Date: Fri, 12 Nov 1999 09:08:24 -0800 From: "David O'Brien" [EMAIL PROTECTED] I want a silent ignore of binary files. It'd be reasonable to add an option to do this, after the feature freeze is over and 2.4 comes out. I think it should take an option to not ignore binary files. I

fstat(1) breakage + fix

1999-11-12 Thread Peter Edwards
Hi, fstat(1) should be able to take a set of filenames as arguments to limit the results of its output to the specified files. However, it doesn't work at the moment, because of the existance of udev_t. (It compares the st_dev from the stat structure used by stat(2) with in-kernel dev_t

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread David O'Brien
On Fri, Nov 12, 1999 at 03:39:43PM -0800, Paul Eggert wrote: Date: Fri, 12 Nov 1999 09:08:24 -0800 From: "David O'Brien" [EMAIL PROTECTED] I want a silent ignore of binary files. It'd be reasonable to add an option to do this, after the feature freeze is over and 2.4 comes out.

Re: pnp and AWE64

1999-11-12 Thread Alex Zepeda
On Thu, 11 Nov 1999, Jim King wrote: I just picked up an AWE64 to use until the Vortex2 driver is working. The card is detected in Win98, but unfortunately the new PnP code in -current (cvsup'ed this evening) doesn't seem to find this card at all. Nothing shows up about it in dmesg;

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread Alain Magloire
Bonjour M. David O'Brien FreeBSD's previous grep had a "-a" flag to ignore binary files. Thus I'm trying to find a replacement for the old ``grep -al'' usage. In the coming 2.4, if this is such problem for you, there is en environ variable, that will restore the 2.0 behaviour(everything

Re: egcs unstable

1999-11-12 Thread Ollivier Robert
According to Kevin Street: this. My xemacs has been core dumping after each build and install of world the last couple of times I did it. I have not had time to investigate the real cause yet. I got the same problem between 3.3-R and 3.3-STABLE as well. Recompiling fixed it. -- Ollivier

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread Alain Magloire
Bonjour M. David O'Brien On Fri, Nov 12, 1999 at 03:39:43PM -0800, Paul Eggert wrote: Date: Fri, 12 Nov 1999 09:08:24 -0800 From: "David O'Brien" [EMAIL PROTECTED] I want a silent ignore of binary files. It'd be reasonable to add an option to do this, after the feature

Re: pnp and AWE64

1999-11-12 Thread Jim King
At 04:32 PM 11/12/1999 -0800, Alex Zepeda wrote: On Thu, 11 Nov 1999, Jim King wrote: I just picked up an AWE64 to use until the Vortex2 driver is working. The card is detected in Win98, but unfortunately the new PnP code in -current (cvsup'ed this evening) doesn't seem to find this card

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

1999-11-12 Thread David O'Brien
On Fri, Nov 12, 1999 at 08:09:24PM -0500, Alain Magloire wrote: Cool! :-) Would you able to reserve the option's letter and GNU-style long name now? I'd like to add this feature to GNU Grep 2.3 in FreeBSD. -a, --text is already taken. I assume "--ignore-binary" or

Re: man reads /etc/rc.conf?

1999-11-12 Thread Robert Watson
On Wed, 10 Nov 1999, Alexander Leidinger wrote: On 11 Nov, Daniel C. Sobral wrote: (102) netchild@ttyp2 grep cat /etc/rc.conf.local spppconfig_isp0="`cat /etc/isdn/connect.parameters`" ^^^ Calling programs from any of the rc.conf files is considered evil and

Re: shell pipeline bug

1999-11-12 Thread Andy Farkas
Simplified example: sh -c "jot 6000 | cat | head" Not knowing what jot(1) was, I read the man page. The synopsis says: SYNOPSIS jot [-cnr] [-b word] [-w word] [-s string] [-p precision] [reps [begin ^ [end

objformat troubles in make release

1999-11-12 Thread Marc Schneiders
Something must have changed somewhere very recently, but I cannot see what. Make release (current on current of four or five days old) worked ok two days ago, now it stops after a few minutes over objformat not found (full output below). I've tried to set it manually (setenv OBJFORMAT=elf)