summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2012-09-04these are no longer used; ok guentherTheo de Raadt
2012-09-01Make this __STDC__ aware.Miod Vallat
2012-09-01sync comment with reality.Federico G. Schwindt
2012-08-29Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctlyMatthew Dempsky
2012-08-27Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and bradMiod Vallat
2012-08-24Don't attempt to warn about uninitialized __guard values yet. It'sMatthew Dempsky
2012-08-23crank due to nnpfspioctl() syscall stub removalTheo de Raadt
2012-08-23no more nnpfspioctl() system call; ok guentherTheo de Raadt
2012-08-22We cannot just copy mcount.o to mcount.po, since the former may be PIE andPascal Stumpf
2012-08-22Fix missing PIC -> __PIC__ conversions; ok pascalTheo de Raadt
2012-08-22rfc 2553 (not 2533) has been replaced by rfc 3493;Jason McIntyre
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-08-22Change ld.so and libc to use .openbsd.randomdata on ELF platforms forMatthew Dempsky
2012-08-21- remove inconsistent/obsolete commentsJason McIntyre
2012-08-21Kill an old mips workaround; we don't support mips, just mips64.Pascal Stumpf
2012-08-21flesh out the rfc section;Jason McIntyre
2012-08-20rfc 4291 replaces rfcs 2373 and 3513;Jason McIntyre
2012-08-19Build static netent and hostent structure in a nicer and hopefully notEric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-08-18ensure that async_run() and async_run_sync() always preserve errno.Eric Faurot
2012-08-18RFC updates:Jason McIntyre
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;Jason McIntyre
2012-08-18getrrsetyname() only uses ERRSET_* and is not supposed to set errno.Eric Faurot
2012-08-18Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.Eric Faurot
2012-08-18Improve error reporting in getnameinfo_async() and getaddrinfo_async().Eric Faurot
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
2012-08-15A couple small but long anticipated changes:Matthew Dempsky
2012-08-14remove unused variableCharles Longeau
2012-08-12Fix almost ten-years old bug in siglongjmp(), which would not restore a signalMiod Vallat
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-29must be zero'd (found by regress)Eric Faurot
2012-07-26remove reference to no longer existing description of nonexistent devices;Christian Weisgerber
2012-07-17Remove outdated reference to BSD 4.4 symlink behavior. EquivalentMatthew Dempsky
2012-07-17Document new pathconf() variables.Matthew Dempsky
2012-07-13properly report EAI_SERVICE when the given servname is not defined forEric Faurot
2012-07-13Use same (lame) verbiage to explain ifa_dstaddr as is used forKenneth R Westerback
2012-07-12unused variablesEric Faurot
2012-07-11implement res_mkqueryEric Faurot
2012-07-11fix an off-by-one error where the return value would point to theChristian Weisgerber
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-07-10simplify the code, improve error handling and plug a potential fd leak on errorEric Faurot
2012-07-10use the value actually passed to the functionEric Faurot
2012-07-10Better handling of servname in getaddrinfo_async. Do not necessarilyEric Faurot
2012-07-09use PAGE_SHIFT instead of PGSHIFT, in preperation for futureTheo de Raadt
2012-07-08implement res_querydomain() required by sendmailEric Faurot
2012-07-08add stub function for gethostent(), and move things around a bit while here.Eric Faurot
2012-07-08Zap extra spaces from function pointer argumentsPhilip Guenthe
2012-07-08Describe tdelete()'s return value correctly and update the related CAVEATPhilip Guenthe
2012-07-07rename function to avoid symbol clashEric Faurot
2012-07-07remove bogus include of bsd.lib.mkEric Faurot