summaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/gethostby_r.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop wrapping gethost* functions on 5.2-CURRENT.Tor Egge2004-03-211-0/+4
|
* Fix typos in previous commit causing the previous change to effectivelyTor Egge2003-07-141-1/+2
| | | | be a noop.
* Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers forTor Egge2003-07-141-1/+1
| | | | | | | | | | | | | newer versions of FreeBSD 5.X. Drop use of deprecated AINC variable. Reenable use of ld(1) to restore the LINUXTHREADS_WRAP_API option. Rename __thread to __xthread in prototypes to avoid conflict with new gcc keyword. Bump port revision.
* Update from version 2.1.3 to 2.2.3 of LinuxThreads.Tor Egge2001-06-141-0/+2
|
* Clean up the port considerably, and fix several serious bugs. There areJason Evans2000-01-041-0/+165
still some problems, at least with signal handling and locking on SMP. Submitted by: dick