summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netdb.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-03-24Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).Ralf Corsepius1-1/+1
2007-10-15Adjust to POSIX. Minor updates from FreeBSD.Ralf Corsepius1-7/+3
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius1-1/+1
2007-05-082007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/netdb.h: Change netent->n_net to uint32_t to comply with SUSv3.
2006-11-022006-11-02 Steven Johnson <sjohnson@sakuraindustries.com>Joel Sherrill1-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.
2005-05-21Update from FreeBSD.Ralf Corsepius1-46/+56
1998-08-19Base filesJoel Sherrill1-0/+182