Re: Linux ioctl not implemented error

1999-12-01 Thread Reinier Bezuidenhout
Hi ... > > > > to do? > > > > > > CDROMVOLREAD that you want to map to CDIOGETVOL. That should read CDIOCGETVOL :) > try this: > > Index: linux_ioctl.c > === > RCS file: /home/ncvs/src/sys/i386/linux/linux_ioctl.c,v > retrieving

Re: Bitkeeper license review

1999-12-01 Thread Matthew Jacob
Since Larry's a neighbor and buddy of mine, I can look at it, but not until next week (poke me if to do so if it hasn't been done already). I already offered to him to do the port for *BSD, but he's a new dad and busy and didn't really get back to me... On Wed, 1 Dec 1999, Harlan Stenn wrote:

Re: memory-to-memory copy

1999-12-01 Thread Mike Smith
> > I used to know that memory to memory copy is done by the DMA controller in > the I/O bridge (Actually, this knowledge confues me because DMA controller > normally does not store the data that pass through it. Now the source and > destination are both memory, how can it achieve this at the sa

Re: Linux ioctl not implemented error

1999-12-01 Thread Louis A. Mamakos
> >The console complaints about the ioctl are gone now. Unfortunately VMware > >still complains. I'll try to findout why. > > Try to load new vmware port from: > http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz > > And reinstall it. I think this may fix the problem. > I'm trying

Re: syncflood attack

1999-12-01 Thread Mark Newton
On Wed, Dec 01, 1999 at 07:24:58PM -0800, PinkSmurf Mushroom wrote: > AS I discovered today that my box was brought down by a heavy syncflood > attack, connecting to multiple ports. In addition to that, the attacker even > attack the ftpd with spoofed IPs, opening tons of connection. > In r

Bitkeeper license review

1999-12-01 Thread Harlan Stenn
Anybody here have the time/inclination/ability to review a *draft* of the proposed BitKeeper license to see if it would be acceptable for use by FreeBSD? H To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Linux ioctl not implemented error

1999-12-01 Thread Vladimir N. Silyaev
>The console complaints about the ioctl are gone now. Unfortunately VMware >still complains. I'll try to findout why. Try to load new vmware port from: http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz And reinstall it. I think this may fix the problem. -- Vladimir Silyaev To Un

A Maior Vitrine de Profissionais do Brasil

1999-12-01 Thread Administracao
Você ainda não faz parte da maior vitrine de profissionais do Brasil? Deixe www.curriculum.com.br trabalhar por você! Cadastre-se gratuitamente e faça como inúmeros outros profissionais. Independente se está ou não empregado, coloque-se a disposição do mercado de trabalho. Este é o futuro. Dei

memory-to-memory copy

1999-12-01 Thread Zhihui Zhang
I used to know that memory to memory copy is done by the DMA controller in the I/O bridge (Actually, this knowledge confues me because DMA controller normally does not store the data that pass through it. Now the source and destination are both memory, how can it achieve this at the same time wi

Re: Human readable df

1999-12-01 Thread Doug Barton
On Mon, 29 Nov 1999, Chris Piazza wrote: > For what it's worth, I'd ported this a few months back (file dated > Aug 28), but forgot about it :-). Here's the patch updated for > -current, anyway. If a "me too" will help get this committed, here 'tis. I can do the math in my head, but I'd

Basic question about threads and SMP

1999-12-01 Thread Doug Barton
You know, a stray thought just occured to me, which hopefully won't sound to silly to people who know about this stuff. :) If I have an SMP box (using -Current specifically) do I want to be compiling things with -lc_r? I'm thinking specifically of mission critical things like apache, but i

Weird cvs co problem with src/tools/regression/README

1999-12-01 Thread Doug Barton
Before I forget, major kudos to whomever implemented the whole tools/regression idea. It's something that is long overdue, and very much a cool thing. I am doing some regression testing of my own on some new hardware that we're evaluating at work, and so I checked out a new -Sta

Re: Linux ioctl not implemented error

1999-12-01 Thread Wilko Bulte
As Alfred Perlstein wrote ... > On Wed, 1 Dec 1999, Wilko Bulte wrote: > > > CDROMVOLREAD that you want to map to CDIOGETVOL. > > > > > > IMO, you should download a recent Linux stable tree (2.2.13 should fit) > > > > Sounds like fair idea. > > > > > which is a single gzipped tar file. Then yo

Re: Linux ioctl not implemented error

1999-12-01 Thread Alfred Perlstein
On Wed, 1 Dec 1999, Wilko Bulte wrote: > As Gerard Roudier wrote ... > > > > > > On Tue, 30 Nov 1999, Wilko Bulte wrote: > > > > > I get " LINUX: 'ioctl' fd=0, typ=0x53(S), num=0x13 not implemented " > > > when attempting to configure a IDE cdrom under VMware (really coold BTW!! > > > thanks f

Re: Linux ioctl not implemented error

1999-12-01 Thread Wilko Bulte
As Gerard Roudier wrote ... > > > On Tue, 30 Nov 1999, Wilko Bulte wrote: > > > I get " LINUX: 'ioctl' fd=0, typ=0x53(S), num=0x13 not implemented " > > when attempting to configure a IDE cdrom under VMware (really coold BTW!! > > thanks for the port development). > > > > Somebody close to a L

Re: Portable way to compare struct stat's?

1999-12-01 Thread Wes Peters
Randell Jesup wrote: > > Robert Watson <[EMAIL PROTECTED]> writes: > >> On a single system, if st_dev and st_ino are equal, you must be referring > >> to the same object. If not, I'd like to hear about it. > > > >This assumption has always caused lots of pain and suffering for > >distributed fil

Re: stack overflow and security

1999-12-01 Thread Mark Conway Wirt
> can any one help to explain how stack over security exploit. does > anyone know how to fix it? How it happens? http://www.cse.ogi.edu/DISC/projects/immunix/StackGuard/usenixsc98_html/paper.html The above USENIX paper talks about them, and two ways of protecting against them. --Mark -- To U