Date: Fri, 12 Nov 1999 17:23:21 -0800
From: "David O'Brien" <[EMAIL PROTECTED]>
I assume "--ignore-binary" or "--ignore-binary-files" would be the GNU
longopt.
Another possibility would be to follow the example of the existing
--directories=ACTION option, e.g. something like this:
-
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) a
> 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
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 conside
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 "--ignore-binar
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 thi
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
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.
--
Ollivie
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(ever
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;
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 com
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 structu
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
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
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:
> Reorg
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 ca
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
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
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 w
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
--
%%%
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 build
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
`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
middle
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 prohibi
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 dme
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 non-master ports in
>
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()
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
again)
> > > > 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,
>
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
2.x and 3.x)?
The latter sounds reasonable, though it'd have to be
30 matches
Mail list logo