aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* archive_entry_set_link is supposed to update whichever link fieldTim Kientzle2005-05-081-1/+2
* Prevent these functions from using stack outside of their frame.Daniel Eischen2005-05-063-15/+15
* Fix race by using atomic operation, with this change, both libpthreadDavid Xu2005-05-061-3/+5
* Build userland libalias using src/sys/netinet/libalias.Gleb Smirnoff2005-05-0417-10259/+2
* Document the fact that accept(2) may return EINVAL when addrlen isGiorgos Keramidas2005-05-041-0/+4
* The correct description for mode "w" isDag-Erling Smørgrav2005-05-041-1/+1
* do mutex lock for each yp calls. with this,Hajimu UMEMOTO2005-05-031-13/+65
* Cleanup for getgrouplist(3):Xin LI2005-05-031-8/+6
* fix signed/unsigned comparison warnings.Hajimu UMEMOTO2005-05-031-5/+5
* Include paths.h for prototype of getbootfile(3).Xin LI2005-05-031-0/+2
* the 3rd argument of getsockname() should be socklen_t*.Hajimu UMEMOTO2005-05-022-2/+4
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-014-1/+57
* oops, we don't need previous change.Hajimu UMEMOTO2005-05-011-8/+4
* make it compilable without YP definition.Hajimu UMEMOTO2005-05-011-5/+9
* don't see RES_USE_INET6 when called from getipnodeby*().Hajimu UMEMOTO2005-05-011-6/+14
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedHajimu UMEMOTO2005-04-303-6/+17
* handling RES_USE_INET6 better.Hajimu UMEMOTO2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-1/+1
* _gethostbynisname() didn't support RES_USE_INET6.Hajimu UMEMOTO2005-04-301-0/+9
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-6/+18
* - do validation check and IPv4-mapped IPv6 address handling beforeHajimu UMEMOTO2005-04-292-36/+41
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.Hajimu UMEMOTO2005-04-294-4/+4
* our get{addr,name}info() is considered thread-safe.Hajimu UMEMOTO2005-04-292-8/+0
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.Hajimu UMEMOTO2005-04-292-5/+11
* Revert the last change, the conversion from long double to double can raiseStefan Farfeleder2005-04-283-12/+12
* sync _map_v4v6_host*() with bind9's. it treats align better bit.Hajimu UMEMOTO2005-04-284-18/+15
* we don't need mutex lock to call _gethostbynis*(), anymore.Hajimu UMEMOTO2005-04-282-19/+2
* make gethostby*() thread-safe.Hajimu UMEMOTO2005-04-286-285/+478
* _gethostbynis{addr,name}() can handle an IPv6, now.Hajimu UMEMOTO2005-04-281-16/+11
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-288-175/+339
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-276-0/+17
* Remove COMPAT_32BIT, it is no longer needed.David Xu2005-04-271-5/+0
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenPeter Wemm2005-04-262-7/+4
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenPeter Wemm2005-04-266-166/+2
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowPeter Wemm2005-04-264-20/+0
* our get{proto,serv}by*() use a thread-specific data space.Hajimu UMEMOTO2005-04-262-2/+2
* Use __func__ throughout devstat.c instead of defining a func_nameMaxime Henrion2005-04-261-31/+21
* add IPv6 awareness for NIS query of gethostby*().Hajimu UMEMOTO2005-04-262-25/+56
* Make this compile with GCC4 by fixing a signedness issue.Maxime Henrion2005-04-261-1/+1
* Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion2005-04-263-6/+7
* ensure parsing numeric address before any host query.Hajimu UMEMOTO2005-04-252-100/+126
* remove unused variable.Hajimu UMEMOTO2005-04-251-3/+1
* Remove unused file.Xin LI2005-04-251-63/+0
* Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2.Tim Kientzle2005-04-242-40/+53
* if last line didn't have trailing space, network address was alsoHajimu UMEMOTO2005-04-241-10/+11
* This commit was generated by cvs2svn to compensate for changes in r145474,Tim Kientzle2005-04-244-52/+116
|\
| * ZLib 1.2.2Tim Kientzle2005-04-2416-135/+246
| * Remove files that are no longer present in the zlib distribution fromTim J. Robbins2004-07-019-1143/+0
* | Optimize the instruction alignment.Alan Cox2005-04-231-2/+1
* | Fix broken ACL configuration on FreeBSD 4 and Linux.Tim Kientzle2005-04-233-7/+19