summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build static netent and hostent structure in a nicer and hopefully noteric2012-08-191-95/+100
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-196-104/+88
* ensure that async_run() and async_run_sync() always preserve errno.eric2012-08-183-13/+27
* RFC updates:jmc2012-08-181-3/+3
* RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;jmc2012-08-181-6/+6
* getrrsetyname() only uses ERRSET_* and is not supposed to set errno.eric2012-08-182-12/+12
* Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.eric2012-08-181-11/+2
* Improve error reporting in getnameinfo_async() and getaddrinfo_async().eric2012-08-183-57/+46
* within Rs/Re reference blocks, use %U instead of %O (or any otherjmc2012-08-181-3/+3
* A couple small but long anticipated changes:matthew2012-08-151-1/+2
* remove unused variablechl2012-08-141-2/+1
* Fix almost ten-years old bug in siglongjmp(), which would not restore a signalmiod2012-08-123-87/+57
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-022-24/+2
* must be zero'd (found by regress)eric2012-07-291-1/+2
* remove reference to no longer existing description of nonexistent devices;naddy2012-07-261-7/+4
* Remove outdated reference to BSD 4.4 symlink behavior. Equivalentmatthew2012-07-171-11/+2
* Document new pathconf() variables.matthew2012-07-171-10/+51
* properly report EAI_SERVICE when the given servname is not defined foreric2012-07-131-2/+4
* Use same (lame) verbiage to explain ifa_dstaddr as is used forkrw2012-07-131-3/+4
* unused variableseric2012-07-121-2/+2
* implement res_mkqueryeric2012-07-111-1/+47
* fix an off-by-one error where the return value would point to thenaddy2012-07-111-2/+2
* same code update and fix as for gethostnamadr_asynceric2012-07-101-55/+77
* simplify the code, improve error handling and plug a potential fd leak on erroreric2012-07-101-71/+101
* use the value actually passed to the functioneric2012-07-101-2/+2
* Better handling of servname in getaddrinfo_async. Do not necessarilyeric2012-07-101-11/+16
* use PAGE_SHIFT instead of PGSHIFT, in preperation for futurederaadt2012-07-091-2/+2
* implement res_querydomain() required by sendmaileric2012-07-081-1/+30
* add stub function for gethostent(), and move things around a bit while here.eric2012-07-081-12/+19
* Zap extra spaces from function pointer argumentsguenther2012-07-082-8/+8
* Describe tdelete()'s return value correctly and update the related CAVEATguenther2012-07-081-12/+15
* rename function to avoid symbol clasheric2012-07-073-12/+8
* remove bogus include of bsd.lib.mkeric2012-07-071-3/+1
* adapt the NetBSD code to make sigpending work on shjsg2012-07-031-2/+6
* The kernel returns the pending set; this stub has to save it throughguenther2012-07-011-4/+8
* make this actually workkettenis2012-07-011-23/+21
* after a talk with ariane, use MAP_FIXED for mquery to avoid the cost oftedu2012-06-261-2/+2
* simplify a little of the posix standards talk. ok deraadt guenther jmctedu2012-06-263-34/+12
* Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inmatthew2012-06-262-4/+10
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-259-18/+18
* In sysconf(), don't bother querying the kernel for userspace-onlymatthew2012-06-241-40/+19
* Change arc4random_uniform() to calculate ``2**32 % upper_bound'' asmatthew2012-06-241-12/+3
* - document newly imported AF_INET6 support to net_inet_{pton,ntop}gilles2012-06-241-5/+26
* add support for AF_INET6 to inet_net_pton() and inet_net_ntop()gilles2012-06-222-2/+68
* two changes which should improve realloc. first, fix zapcacheregion totedu2012-06-221-10/+19
* For now... libpthread is just a container directory, since all the newderaadt2012-06-211-1/+1
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-2115-127/+74
* two small fixes to free page cache. first, we need two nibbles of randomtedu2012-06-201-4/+4
* oops, forgot to install getdtablecount(2); noted by teduderaadt2012-06-191-3/+3
* Support larger-than-page-alignment requests in posix_memalign() bymatthew2012-06-182-23/+130