Re: sio modification

2001-10-01 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Terry Lambert writes: Bart Kus wrote: If I do have to write something, for my work to be included anywhere, I should be writing for the -CURRENT kernel, right? I presently run -STABLE, so that would obviously be the more comfortable kernel to write for...but it

Re: VM: dynamic swap remapping (patch)

2001-10-01 Thread Vladimir Dozen
ehlo. Well Joe seems to have provided a pretty interesting document on how it works in AIX, but I was wondering if they do anything wrt low/high watermarks like my idea. Basically you'd like to inform processes that the danger has been alliviated so that they can cautiously start

Re: sio modification

2001-10-01 Thread Terry Lambert
Poul-Henning Kamp wrote: Submissions should contain a -current version or they are likely to never make it into the tree... I guess this is why the Rice University code that more than triples the TCP connection rate never made it in the first time they released it for 2.2 and then again when

Re: sio modification

2001-10-01 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Terry Lambert writes: It's a great pity that most MA and PhD thesis and real world products have hard deadlines that can't wait for -current to become stable enough to use in a product sold to people, and which the company shipping it must support when it has

how to make 'for' understand two words as a single argument

2001-10-01 Thread Eugene L. Vorokov
Hello, I have a script which is supposed to convert all filenames to lowercase recursively from current directory. It looks like: echo Processing files for i in `ls |grep [A-Z]`; \ do mv $i `echo $i |tr [A-Z] [a-z]`; echo $i;\ done; for i in `find . -name * -type d -maxdepth 1`;\ do

Re: how to make 'for' understand two words as a single argument

2001-10-01 Thread Konstantin Chuguev
Daniel C. Sobral wrote: Eugene L. Vorokov wrote: I have a script which is supposed to convert all filenames to lowercase recursively from current directory. It looks like: echo Processing files for i in `ls |grep [A-Z]`; \ do mv $i `echo $i |tr [A-Z] [a-z]`; echo $i;\

Re: how to make 'for' understand two words as a single argument

2001-10-01 Thread Peter Wullinger
On Mon, Oct 01, 2001 at 01:51:19PM +0200, Peter Wullinger wrote: find . -type d -maxdepth 1 -print -exec mv {} `echo {} | tr [A-Z] [a-z]` \; This does not work either, since it rename directories while still processing it... And it renames only dirs ;-) Try your old script and setup IFS to

Re: how to make 'for' understand two words as a single argument

2001-10-01 Thread Eugene L. Vorokov
Eugene L. Vorokov wrote: I have a script which is supposed to convert all filenames to lowercase recursively from current directory. It looks like: echo Processing files for i in `ls |grep [A-Z]`; \ do mv $i `echo $i |tr [A-Z] [a-z]`; echo $i;\ done; ls |grep

Re: VM: dynamic swap remapping (patch)

2001-10-01 Thread Karsten W. Rohrbach
i got a (way old) ppc 604e, in the corner of my office. it's a 74p, latest 4.3.3 patchlevel from one month ago or so installed. i could arrange ssh access to the box if somebody cares, although i am not available 24x7 for remote hands ;-) there's nothing critical on it, the box got 128mb ram, so

Re: precise timing

2001-10-01 Thread Julian Elischer
the REALLY best answer was the suggestion to use teh speaker output.. (ANDED with anuother bit.. you don;t want the bios BEEP to move teh drill.. alrternatively you can also use the tiemrs.. remember that the pcaudio device runs the available clock chip up to 16,000 Hz.. and changes teh duty

Re: cvs commit: src/sys/conf majors src/sys/net if.c

2001-10-01 Thread Jonathan Lemon
On Mon, Oct 01, 2001 at 08:22:23PM +0200, Guido van Rooij wrote: On Sat, Sep 29, 2001 at 12:55:12AM -0500, Jonathan Lemon wrote: In article [EMAIL PROTECTED] you write: jlemon 2001/09/28 22:55:04 PDT Modified files: sys/conf majors sys/net

Make a kernel in a different directory

2001-10-01 Thread Zhihui Zhang
I put the whole kernel code under /test by the following command: #cp -R /usr/src/sys /test My configuration file is under /test/sys/i386/conf. Then I follow all the steps as I usually do to make a kernel and install the kernel (config, make depend, make, and make install). But I got the

Re: Make a kernel in a different directory

2001-10-01 Thread Song Li
So what's the contents of the Makefile in the accf_http directory? On Mon, 1 Oct 2001, Zhihui Zhang wrote: I put the whole kernel code under /test by the following command: #cp -R /usr/src/sys /test My configuration file is under /test/sys/i386/conf. Then I follow all the steps as I

Re: Make a kernel in a different directory

2001-10-01 Thread Zhihui Zhang
The Makefile contains the following: # $FreeBSD: src/sys/modules/accf_http/Makefile,v 1.1.2.1 2000/07/28 04:03:48 alfred Exp $ .PATH: ${.CURDIR}/../../netinet KMOD= accf_http SRCS= accf_http.c .include bsd.kmod.mk On Mon, 1 Oct 2001, Song Li wrote: So what's the contents of the

Configuring 3Com 3C589 on Dell Insprion 5000e

2001-10-01 Thread Glenn Gombert
Hello, I have a Dell Inspiron 5000e that I want to configure with a 3Com 589 pcmcia eithernet card. Can anyone tell me exactly what I need to put into the kernal config file to support this card on my Dell Laptop?? Thanks in advance, Glenn G. -- Glenn Gombert [EMAIL PROTECTED] - email (513)

RE: Configuring 3Com 3C589 on Dell Insprion 5000e

2001-10-01 Thread John Baldwin
On 01-Oct-01 Glenn Gombert wrote: Hello, I have a Dell Inspiron 5000e that I want to configure with a 3Com 589 pcmcia eithernet card. Can anyone tell me exactly what I need to put into the kernal config file to support this card on my Dell Laptop?? Normal pccard support and the ep(4)

Please Confirm Free Subscription

2001-10-01 Thread Asians By Mail
Title: Asians by mail - (FREE Pictures)

Re: Configuring 3Com 3C589 on Dell Insprion 5000e

2001-10-01 Thread Warner Losh
In message [EMAIL PROTECTED] Glenn Gombert writes: : I have a Dell Inspiron 5000e that I want to configure with a 3Com 589 : pcmcia eithernet card. Can anyone tell me exactly what I need to put : into the kernal config file to support this card on my Dell Laptop?? # PCCARD (PCMCIA) support

Free Asian Pictures - October 1, 2001

2001-10-01 Thread Asians By Mail
Title: Asians by mail - (FREE Pictures)

Re: KSE next steps...

2001-10-01 Thread Glenn Gombert
A couple of questions come to mind after reading what has been done so far and what ( think has been committed into the the Free BSD Current tree)and reading throught the present KSE write up.. How much of the KSE code is dependant upon the SMP support being fully functional?? The new system

current strstr(3) implementation is slow

2001-10-01 Thread Andrew L. Neporada
If the length of substring is M and the length of string is N, then current algorithm takes O(N*M) operations. It is possible to perform search faster -- O(N+M) operations only. I'll send patches if you are interested. Andrey. To Unsubscribe: send mail to

Re: current strstr(3) implementation is slow

2001-10-01 Thread Will Andrews
On Tue, Oct 02, 2001 at 08:32:12AM +0400, Andrew L. Neporada wrote: If the length of substring is M and the length of string is N, then current algorithm takes O(N*M) operations. It is possible to perform search faster -- O(N+M) operations only. Please send-pr them. -- wca To Unsubscribe:

Re: current strstr(3) implementation is slow

2001-10-01 Thread Andrew L. Neporada
On Mon, 1 Oct 2001, Bakul Shah wrote: If the length of substring is M and the length of string is N, then current algorithm takes O(N*M) operations. It is possible to perform search faster -- O(N+M) operations only. Is this a known algorithm? If so which one? Note that