aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add the functions _Qp_cmp() and _Qp_cmpe() as described in the SparcStefan Farfeleder2005-06-211-8/+11
* Markup fixes.Ruslan Ermilov2005-06-161-7/+10
* Assorted markup fixes.Ruslan Ermilov2005-06-158-34/+59
* When IPC_NOWAIT is set and there is no message, msgrcv() failsRuslan Ermilov2005-06-141-3/+3
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-101-2/+0
* Fix the wording in this man page so that itCraig Rodrigues2005-06-101-2/+4
* Update .Dd value.Alan Cox2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andAlan Cox2005-06-041-9/+0
* Missed rwatson's redundancyWarner Losh2005-06-031-2/+0
* reflect type change of n_net and getnetbyaddr(3).Hajimu UMEMOTO2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-034-17/+1
* reduce cast.Hajimu UMEMOTO2005-05-271-3/+3
* Fix long (and long long) to long double, unsigned to long double and unsignedStefan Farfeleder2005-05-272-10/+24
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-162-1/+63
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-156-25/+37
* Submitted by: Jinmei Tatuya, Hajimu UmemotoGeorge V. Neville-Neil2005-05-142-4/+4
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI2005-05-141-1/+1
* The header glue.h should provide just a declaration for the variableStefan Farfeleder2005-05-131-1/+2
* raise readability bit.Hajimu UMEMOTO2005-05-131-7/+7
* free ypbuf only when yp_match() succeed.Hajimu UMEMOTO2005-05-131-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-21/+8
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-132-22/+41
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-1/+1
* Avoid (unnecessarily) casting away const within uuid_is_nil.Xin LI2005-05-111-2/+2
* Fix race by using atomic operation, with this change, both libpthreadDavid Xu2005-05-061-3/+5
* 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
* 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
* 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