summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netdb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust to POSIX. Minor updates from FreeBSD.Ralf Corsepius2007-10-151-7/+3
|
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-101-1/+1
|
* 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-081-1/+1
| | | | | * libnetworking/netdb.h: Change netent->n_net to uint32_t to comply with SUSv3.
* 2006-11-02 Steven Johnson <sjohnson@sakuraindustries.com>Joel Sherrill2006-11-021-0/+10
| | | | | | | | | | | | | | * libnetworking/netdb.h, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c: This patch adds a functional gethostbyname_r to RTEMS. We were having problems with multiple threads calling gethostbyname, so we decided the best way to deal with it was to do it properly, rather than kludge up our code to make gethostbyname safe. We have found several slightly different parameter lists for this function, it does not seem to be standard. The one we used has the linux interface. In RTEMS there was an existing gethostbyname_r inside a #ifdef _THREAD_SAFE which was NOT Threadsafe, as this just called gethostbyname. So we have placed all of the additional code inside the #ifdef _THREAD_SAFE.
* Update from FreeBSD.Ralf Corsepius2005-05-211-46/+56
|
* Base filesJoel Sherrill1998-08-191-0/+182