summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-231617-1619/+1619
* MFC rev. 1.33: document SO_NOSIGPIPE.Maxim Konovalov2006-05-011-1/+9
* MFC rev. 1.9: dbm_close(3) returns void.Maxim Konovalov2006-05-011-5/+1
* MFC:Hajimu UMEMOTO2006-03-292-7/+28
* MFC: rev. 1.30Christian Brueffer2006-03-091-1/+1
* MFC: Handle the errors returned by res_querydomain() in same manner.Hajimu UMEMOTO2006-03-092-0/+40
* MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9'sHajimu UMEMOTO2006-03-063-85/+420
* MFC: Decrease the value of RES_DFLRETRY from 4 to 2.Hajimu UMEMOTO2006-03-061-1/+1
* MFC:Hajimu UMEMOTO2006-03-042-18/+40
* MFC rmdir.2 1.14 and 1.15, and undelete.2 1.16 and 1.17Don Lewis2006-01-262-2/+10
* MFC: Return EINVAL if the tv_usec part of the utimes(2) argumentsDiomidis Spinellis2006-01-221-1/+7
* MFC of fixes from Kame that didn't make the 5 STABLE branch.George V. Neville-Neil2005-12-242-4/+4
* MF6: Add MLINK for execvP(3).John Baldwin2005-12-051-1/+1
* MFC 1.55: The KAME's getipnodebyaddr() code honor theHajimu UMEMOTO2005-11-181-0/+1
* MFC 1.7: fixed the validation code of routing header length inHajimu UMEMOTO2005-10-101-4/+3
* MFC: refer RFC 3542 rather than RFC 2292bis.Hajimu UMEMOTO2005-10-103-4/+4
* MFC: rev. 1.2Christian Brueffer2005-09-241-1/+1
* MFC: Added a sentence to explain what "span" means.Gary W. Swearingen2005-09-072-1/+15
* MFC 1.28:Gleb Smirnoff2005-08-311-1/+16
* MFC:Remko Lodder2005-08-201-0/+4
* Merge spelling fixes from CURRENT. The revisions MFC'ed are:Giorgos Keramidas2005-08-186-8/+8
* MFC: v1.40 help.common, v1.45 intro.2John-Mark Gurney2005-08-011-4/+1
* MFC 1.12: don't accept invalid form of an address like 1:2:3:4:5:6:7::8.Hajimu UMEMOTO2005-07-291-0/+4
* MFC: 1.13Matthew N. Dodd2005-07-251-3/+4
* MFC of 1.34: fix innetgr() returning false positives and negatives when rever...Jonathan Chen2005-07-251-54/+63
* fix that little lie I told six months ago about doing an MFC in 3 days...Jonathan Chen2005-07-221-0/+1
* Merge sem_init.3:1.18, sem_post.3:1.15, sem_wait.3:1.13 from HEAD toRobert Watson2005-07-173-0/+3
* MFC: Add the preadv() and pwritev() system calls.John Baldwin2005-07-143-16/+48
* MFC 1.7: Add _Qp_cmp() and _Qp_cmpe().Stefan Farfeleder2005-07-011-8/+11
* MFC revision 1.20Xin LI2005-06-271-3/+3
* MFC:Tom Rhodes2005-06-272-5/+5
* MFC fpu_explode.c 1.6 and fpu_qp.c 1.6:Stefan Farfeleder2005-06-102-10/+24
* MFC 1.54: reduce cast.Hajimu UMEMOTO2005-06-031-3/+3
* MFC 1.21 (partly): reflect type change of n_net.Hajimu UMEMOTO2005-06-031-1/+1
* MFC: The ai_addrlen of a struct addrinfo used to be a size_t, per RFCHajimu UMEMOTO2005-05-296-24/+32
* MFC: NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-282-21/+8
* MFC 1.3:Stefan Farfeleder2005-05-261-1/+2
* MFC: our get{addr,name}info() is considered thread-safe.Hajimu UMEMOTO2005-05-192-8/+0
* MFC:Hajimu UMEMOTO2005-05-192-39/+17
* MFC: sync _map_v4v6_host*() with bind9's. it treats align better bit.Hajimu UMEMOTO2005-05-194-18/+15
* MFC:Hajimu UMEMOTO2005-05-196-333/+609
* ensure parsing numeric address before any host query.Hajimu UMEMOTO2005-05-182-100/+126
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-05-188-175/+339
* MFC: hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-05-166-0/+17
* MFC: our get{proto,serv}by*() use a thread-specific data space.Hajimu UMEMOTO2005-05-162-2/+2
* MFC: make getproto{byname,bynumber,ent} thread-safe.Hajimu UMEMOTO2005-05-164-53/+181
* MFC:Hajimu UMEMOTO2005-05-163-59/+13
* MFC: make getserv{byname,byport,ent} thread-safe.Hajimu UMEMOTO2005-05-164-229/+222
* MFC 1.17: fix signed/unsigned comparison warnings.Hajimu UMEMOTO2005-05-161-5/+5
* MFC 1.60, 1.67: make yp stuff re-entrant.Hajimu UMEMOTO2005-05-161-26/+15