Re: gethostbyname_r

2003-07-02 Thread Simon L. Nielsen
On 2003.07.02 14:45:49 -0700, Wes Peters wrote: > On Monday 30 June 2003 14:39, Kris Kennaway wrote: > > > > There was a bogus non-reentrant version half-implemented in libc in > > both 4.x and 5.x, which I recently removed in 5.x. I need to remove > > it on 4.x as well. General consensus seems t

Re: gethostbyname_r

2003-07-02 Thread Kris Kennaway
On Wed, Jul 02, 2003 at 02:45:49PM -0700, Wes Peters wrote: > On Monday 30 June 2003 14:39, Kris Kennaway wrote: > > On Mon, Jun 30, 2003 at 04:43:27PM +0200, Stijn Hoop wrote: > > > Hi, > > > > > > I was wondering if anybody was working on an implementation of a > > > reentrant gethostbyname_r fun

Re: gethostbyname_r

2003-07-02 Thread Wes Peters
On Monday 30 June 2003 14:39, Kris Kennaway wrote: > On Mon, Jun 30, 2003 at 04:43:27PM +0200, Stijn Hoop wrote: > > Hi, > > > > I was wondering if anybody was working on an implementation of a > > reentrant gethostbyname_r function, mostly because it looks like > > mozilla/firebird will finally ga

Re: gethostbyname_r

2003-07-01 Thread Sean Farley
On Mon, 30 Jun 2003, Stijn Hoop wrote: > Hi, > > I was wondering if anybody was working on an implementation of a > reentrant gethostbyname_r function, mostly because it looks like > mozilla/firebird will finally gain support for an async DNS thread in > the near future. However, it is claimed in

Re: gethostbyname_r

2003-06-30 Thread Kris Kennaway
On Mon, Jun 30, 2003 at 04:43:27PM +0200, Stijn Hoop wrote: > Hi, > > I was wondering if anybody was working on an implementation of a reentrant > gethostbyname_r function, mostly because it looks like mozilla/firebird will > finally gain support for an async DNS thread in the near future. However

Re: gethostbyname_r

2003-06-30 Thread Hajimu UMEMOTO
Hi, > On Mon, 30 Jun 2003 16:43:27 +0200 > Stijn Hoop <[EMAIL PROTECTED]> said: stijn> I was wondering if anybody was working on an implementation of a reentrant stijn> gethostbyname_r function, mostly because it looks like mozilla/firebird will stijn> finally gain support for an async DN

Re: gethostbyname_r

2003-06-30 Thread Simon L. Nielsen
On 2003.06.30 16:43:27 +0200, Stijn Hoop wrote: > I was wondering if anybody was working on an implementation of a reentrant > gethostbyname_r function, mostly because it looks like mozilla/firebird will This was discussed on the -threads mailinglist a few weeks ago. Try looking at the achieves.

Re: gethostbyname_r() fbsd equiv?

2002-09-29 Thread Ian Lister
On Fri, 27 Sep 2002, Hiten Pandya wrote: >Doesnt getaddrinfo() do whatever gethostbyname() can do? And also, if >my source of information is correct, getaddrinfo() should be thread-safe >and also, it is under the POSIX p1003.1g. Generally speaking, yes. Actually, POSIX 1003.1g doesn't require th

Re: gethostbyname_r() fbsd equiv?

2002-09-27 Thread Hiten Pandya
On Fri, Sep 13, 2002 at 09:01:45AM -0700, Terry Lambert wrote the words in effect of: > Terry Lambert wrote: > > Jev wrote: > > > Im trying to build some software on freebsd, which wants to use > > > the thread safe gethostbyname_r(). Despite having very bad C skills im > > > going to attempt to p