summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2012-09-16remove some wacky Xo/Xc;Jason McIntyre
2012-09-15remove tahoe-specific makefile machinery, no such hardware is known to beMiod Vallat
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.Martynas Venckus
2012-09-13specify the bounds of the dst to strlcat (both values were static andTheo de Raadt
2012-09-13Update to tzcode2012f. Now that tzcode is in git there are no moeTodd C. Miller
2012-09-13Fix precedence bug (& has lower precedence than !=).Paul Irofti
2012-09-09tweak optionsEric Faurot
2012-09-09allow to disable some features at build timeEric Faurot
2012-09-09cleanup asr_debug.cEric Faurot
2012-09-09use proper macros for debug traces.Eric Faurot
2012-09-08split asr_resolver.c into different files to overlay the libc/netEric Faurot
2012-09-07add const where missingTed Unangst
2012-09-07return value has no use; make it void.Eric Faurot
2012-09-07unused variablesEric Faurot
2012-09-07tmpname -> tempnam; from Artturi AlmJason McIntyre
2012-09-06config parsing is done in one pass now. no need to use callback anymore.Eric Faurot
2012-09-06include yp headers if necessary.Eric Faurot
2012-09-06make it easy to build without debug codeEric Faurot
2012-09-06add a strsplit() helper to factorize code a bit.Eric Faurot
2012-09-06YP is now supported.Eric Faurot
2012-09-06remove unused member, reorganize a bit and sync manpage.Eric Faurot
2012-09-05Get rid of the hostaddr_async subquery and merge its behaviourEric Faurot
2012-09-05Implement basic (blocking) YP support for getaddrinfo_async().Eric Faurot
2012-09-05Make hostaddr_async() return a linked list of struct addrinfo. FirstEric Faurot
2012-09-04arc4random_buf is the easy way to fill a buffer now. ok deraadtTed Unangst
2012-09-04Add support for -fPICTheo de Raadt
2012-09-04implement basic YP support for gethostbyname_async()/gethostbyaddr_async()Eric Faurot
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
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