Re: Test code...

1999-11-28 Thread Kris Kennaway
On Sat, 27 Nov 1999, Brian J. McGovern wrote: > Anyone have any suggestions (or feel like writing) code to exercise the > following subsystems? > > - Virtual Memory > > - The threads library > > - mmap() and friends > > We want to try to bang on them a little more for 3.4 th

cdrom speed adjustment ioctl

1999-11-28 Thread Egervary Gergely
hello, I've just hacked a new ioctl into the ATAPI cdrom driver, which lets the user to specify (pronounce: ``slow down'' :) the speed of todays' extremely high speed drives. It's a documented ATAPI feature, and is very easy to implement, and I've found it very useful :) first, you need to add

Error compiling..

1999-11-28 Thread patrik
Hi everyone... First of all I would like to state that IM not a programmer. Im trying to compile a program and IM getting a errormessage, I have included the error message bellow. viking# cc emsg1.c emsg1.c: In function `main': emsg1.c:197: warning: passing arg 2 of `connect' from incompatible

Error compiling.. (Again, forgot the attachment)

1999-11-28 Thread patrik
Sorry for the double posting... Regards Patrik Astrom -- Forwarded message -- Date: Sun, 28 Nov 1999 22:59:29 +0100 (CET) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Error compiling.. Hi everyone... First of all I would like to state that IM not a programmer. Im tr

Re: Error compiling.. (Again, forgot the attachment)

1999-11-28 Thread Ronald F. Guilmette
In message <[EMAIL PROTECTED]>, you wrot e: >Hi everyone... > >First of all I would like to state that IM not a programmer. Then you're probably not a `hacker' either. >Im trying to compile a program and IM getting a errormessage, I have >included the error message bellow. > >viking# cc emsg1.

Re: Error compiling.. (Again, forgot the attachment)

1999-11-28 Thread Kip Macy
cuserid is in the compatibility library, from the man page: CUSERID(3) FreeBSD Library Functions Manual CUSERID(3) NAME cuserid - get user name associated with effective UID SYNOPSIS #include char * cuserid(char *s) DESCRIPTION The cuserid fun

Re: Error compiling.. (Again, forgot the attachment)

1999-11-28 Thread Mike Smith
> As regards to your link-time error (missing `cuserid') I'm afraid I > can't be of any help. You could read the cuserid(3) manpage, which should tell you enough to get yourself sorted out. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to f

Re: Error compiling..

1999-11-28 Thread Ben Smithurst
[EMAIL PROTECTED] wrote: > Im trying to compile a program and IM getting a errormessage, I have > included the error message bellow. > > viking# cc emsg1.c > emsg1.c: In function `main': > emsg1.c:197: warning: passing arg 2 of `connect' from incompatible pointer > type > /var/tmp/ccRu22801.o:

Fwd: Re: kstat - an API for gathering kernel stats

1999-11-28 Thread Arun Sharma
[ For some reason, this post through muc.lists.freebsd.hackers gateway didn't show up on the mailing list. Forwarding it to the mailing list.. ] On Thu, 04 Nov 1999 20:38:50 -0800, Mike Smith <[EMAIL PROTECTED]> wrote: > > I don't see any examples in sys/modules. The SYSCTL_INT macros eventual

Re: Ok, that's it, enough is enough! (rpc.lockd)

1999-11-28 Thread Doug Barton
Alfred Perlstein wrote: > > On Mon, 22 Nov 1999, David E. Cross wrote: > > > Ok... I have *had* it with the meta, but not really, lockd. Are there any > > kernel issues with correctly implimenting rpc.lockd? I can't help with the code, but put me down as both very interested, and wi