can someone please check this out, it makes "head -n" about five
times faster. (also nukes a 'register', sorry :))
cvs diff: Diffing .
Index: head.c
===
RCS file: /home/ncvs/src/usr.bin/head/head.c,v
retrieving revision 1.10
diff -
Leo Bicknell wrote:
>
> I broke out a really old card to make a cheap solution work, and
> now I'm confused. It's an old 3c509 ISA card, which has been set
> to 0x300, irq 5. Those don't conflict, so no issue there.
>
> Building a kernel with "device ep0" found it, but didn't like it
> becau
On Thu, 1 Nov 2001, Leo Bicknell wrote:
> ep0 at port 0x300 irq 5 on isa0
> ep0: Ethernet address 00:20:af:6a:d8:d6
> ep1: <3Com 3C509-TP EtherLink III> at port 0x300-0x30f irq 10 on isa0
> ep1: No irq?!
> ep1: ep_alloc() failed! (6)
> device_probe_and_attach: ep1 attach returned 6
Set the card t
I broke out a really old card to make a cheap solution work, and
now I'm confused. It's an old 3c509 ISA card, which has been set
to 0x300, irq 5. Those don't conflict, so no issue there.
Building a kernel with "device ep0" found it, but didn't like it
because it wasn't at the default IRQ 10.
I have two 3com 3c589 10BT pc cards. As vanilla as they come.
In a previous thread, I described how a bit of pccard.conf mumbo jumbo made
it possible for me to get both cards up and running in 4.3-RELEASE. It was
explained to me that pccard.conf is deprecated, and that two pcmcia nics
shoul
Hi
I'm looking for comments on the following:
ahc0: PCI error Interrupt at seqaddr = 0x8
ahc0: Data Parity Error Detected during address or write data phase
ahc0: PCI error Interrupt at seqaddr = 0x9
ahc0: Data Parity Error Detected during address or write data phase
ahc0: PCI error Interrupt a
Title: Untitled Document
¾È³çÇϽʴϱî? ¼¼°è Á¦ÀÏÀÇ ÀüÀÚÄ«´Ù·Î±× Æ÷Å»»çÀÌÆ®¸¦ ¿î¿µÇÏ´Â eÄ«´Ù·Î±×
¼ÒÇÁÆ®´åÄÄÀÇ ¸¶ÄÉÆà ´ã´çÀÚ ÀÌ°æÇÏÀÔ´Ï´Ù.
On Thu, Nov 01, 2001 at 08:29:39PM +, lg wrote:
> > In short: The data is tranfered into the kernel and dropped there.
> my source /usr/src/sys/i386/i386/mem.c [FreeBSD-4.3-RELEASE]
> says that data doesnt transfered into kernel.
I was looking into -current.
Null and *random have been seprara
> > Answer 2. All the data goes into another dimension, and comes out of
> > /dev/random.
> That would be so funny... I cat /dev/random, and I get your
> files, as you delete them. 8-).
Of course you do, it is just that the bytes are in random order.
But I see that you are thinking of /dev/nu
hi,
Im trying to use DirectConnect (peer2peer sharing) over draconian firewall
(almost no
ports allowed in both directions).
DC uses port 411 to comunicate with nods that shows you other users and
their
files. I managed to make a tunell for this port.
The problem is when I try to retrive any files
On Wed, Oct 31, 2001 at 03:02:59PM -0600, Nicpon, John wrote:
> Please specifically define where data goes that is sent to /dev/null
That's what manpages are for - see null(4).
If you want it more specific src/sys/dev/null.c says:
[...]
static int
null_write(dev_t dev, struct uio *uio, int flag
On Thu, Nov 01, 2001 at 01:36:24PM +0100, Guido van Rooij wrote:
> On Thu, Nov 01, 2001 at 01:29:50PM +0100, Dag-Erling Smorgrav wrote:
> > Guido van Rooij <[EMAIL PROTECTED]> writes:
> > > May I aks which shell you are using?
> >
> > Zsh.
>
> I am starting to wonder which sh is broken.
Nei
On Thu, Nov 01, 2001 at 01:36:24PM +0100, Guido van Rooij wrote:
> On Thu, Nov 01, 2001 at 01:29:50PM +0100, Dag-Erling Smorgrav wrote:
> > Guido van Rooij <[EMAIL PROTECTED]> writes:
> > > May I aks which shell you are using?
> >
> > Zsh.
>
> I am starting to wonder which sh is broken.
>
>
On Thu, Nov 01, 2001 at 01:29:50PM +0100, Dag-Erling Smorgrav wrote:
> Guido van Rooij <[EMAIL PROTECTED]> writes:
> > May I aks which shell you are using?
>
> Zsh.
I am starting to wonder which sh is broken.
Btw there is a difference between sh and {t,}csh: in the sh case the newline
is re
Guido van Rooij <[EMAIL PROTECTED]> writes:
> May I aks which shell you are using?
Zsh.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On Thu, Nov 01, 2001 at 12:43:21PM +0100, Dag-Erling Smorgrav wrote:
> "Eugene L. Vorokov" <[EMAIL PROTECTED]> writes:
> > Uhmz ?
>
> Your shell is broken.
>
Just tried it with /bin/sh, /bin/csh and /bin/tcsh and they
all remove the newlines. That is a lot of broken shells.
May I aks which sh
"Nicpon, John" <[EMAIL PROTECTED]> writes:
> Please specifically define where data goes that is sent to /dev/null
It goes into a special data sink in the CPU where it is converted to
heat which is vented through the heatsink / fan assembly. This is why
CPU cooling is increasingly important; as p
"Eugene L. Vorokov" <[EMAIL PROTECTED]> writes:
> Uhmz ?
Your shell is broken.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
>
> "David O'Brien" <[EMAIL PROTECTED]> writes:
> > because `echo' nicely removes \n's from env vars when it prints them.
>
> des@des ~% foo='bar
> quote> baz'
> des@des ~% echo $foo
> bar
> baz
> des@des ~% /bin/echo $foo
> bar
> baz
>
Uhmz ?
bash-2.05# foo='bar
> baz'
bash-2.05# echo $foo
b
19 matches
Mail list logo