FreeBSD pthreads

2000-03-05 Thread Tony Rentschler
Under the FreeBSD 3.4 STABLE implementation of pthreads, do the libc_r calls to accept, poll, and read block the calling thread only, or the entire parent process? Thanks, Tony -- Tony Rentschler Senior Software Engineer The Associated Press50 Rockefeller Plaza New York, NY 10020

Re: FreeBSD pthreads

2000-03-05 Thread Daniel Eischen
Under the FreeBSD 3.4 STABLE implementation of pthreads, do the libc_r calls to accept, poll, and read block the calling thread only, or the entire parent process? Calling thread only. Dan Eischen [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Tuning: FreeBSD as static router with 6 fast ethernet cards

2000-03-05 Thread Joe Greco
On Thu, 02-Mar-2000 at 10:58:14 +, Didier Derny wrote: what dual 10/100 ethernet card do you suggest ? I really like the SMC 9334BDT. It's a well-supported dual Tulip that has been around forever, and has great lights on it. Unfortunately, it is a bit pricey, at $205 per card. I've got

Re: FreeBSD pthreads

2000-03-05 Thread Tony Rentschler
Great! Daniel Eischen wrote: Under the FreeBSD 3.4 STABLE implementation of pthreads, do the libc_r calls to accept, poll, and read block the calling thread only, or the entire parent process? Calling thread only. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Key question

2000-03-05 Thread dhawton
When doing make world I run into an error with /usr/src/usr.sbin/mtree/compare.c which can't find sha.h and ripemd.h I did cvsup today (most current update) I was told on EFnet to email you guys for a key. I need it fast... Thanks To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: codecrusader and ntp

2000-03-05 Thread Mike Muir
Walter Brameld wrote: And the name of the executable for code crusader is jcc, which of course ou were supposed to know 8-P. On my system it's in /usr/local/bin. Go here for more information: http://www.newplanetsoftware.com/jcc/ Hrm for some reason, I am unable to find the 'jcc'

Q: Having problems with upgrading old aout kernel.

2000-03-05 Thread Anthony Bourov
Hi, I have a server running 3.0-RELEASE aout kernel, and due to the many security and stability issues I need to upgrade it to the latest stable. This is a live system, and I would like to take the safest approach possible. What I have tried to do is this: Grab the latest STABLE source tree

Re: codecrusader and ntp

2000-03-05 Thread Kent Stewart
Walter posted this earlier and it works. Try it and you will end up with /usr/local/bin/jcc If you tried the port, you already have the distfiles in /usr/ports/distfiles. Kent -- Forwarded Message -- Subject: Re: C++ IDE Date: Sun, 30 Jan 2000 09:34:35 -0600 From:

Re: Key question

2000-03-05 Thread Kris Kennaway
On Sun, 5 Mar 2000 [EMAIL PROTECTED] wrote: When doing make world I run into an error with /usr/src/usr.sbin/mtree/compare.c which can't find sha.h and ripemd.h I did cvsup today (most current update) You must have not cvsuped your complete source tree: these live in src/lib/libmd and

Re: Q: Having problems with upgrading old aout kernel.

2000-03-05 Thread Kris Kennaway
On Sun, 5 Mar 2000, Anthony Bourov wrote: I have a server running 3.0-RELEASE aout kernel, and due to the many security and stability issues I need to upgrade it to the latest stable. This is a live system, and I would like to take the safest approach possible. What I have tried to do is

Re: codecrusader and ntp

2000-03-05 Thread Mike Muir
Kent Stewart wrote: Walter posted this earlier and it works. Try it and you will end up with /usr/local/bin/jcc If you tried the port, you already have the distfiles in /usr/ports/distfiles. Kent -- Forwarded Message -- Subject: Re: C++ IDE Date: Sun, 30 Jan

Re: codecrusader and ntp

2000-03-05 Thread Colin
On 06-Mar-2000 Mike Muir wrote: Mike Muir wrote: Okay, just following up to this, everything can continue on if i kill the ctags process which is running, seems to just sit there itself, when ctags is killed, codecrusader works properly now that it has its list of functions.. weird!??!?