summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-12-05no need for .Pp before lists;Jason McIntyre
2012-12-04Rewritten posix_openpt manual that doesn't include any of the POSIXTodd C. Miller
2012-12-04Use "path name" not "pathname".Todd C. Miller
2012-12-03Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. AtMark Kettenis
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),Todd C. Miller
2012-11-30Document a known bug in the DES crypt cipher implementation which we'reStefan Sperling
2012-11-29- put the various options into the same order as those in resolv.hJason McIntyre
2012-11-29struct ktr_header changed back in April 2012, rearranging the members,Philip Guenthe
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-24Saner implementation for self-contained hostent and netent, and alsoEric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-11-23Copy from the is* manpages the CAVEAT about the input range.Philip Guenthe
2012-11-19remove some useless Tn and double punctuation;Jason McIntyre
2012-11-19RES_IGNTC is no longer ignored; ok sthenJason McIntyre
2012-11-18Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,Joel Sing
2012-11-17tweak previous;Jason McIntyre
2012-11-17Clarify ss_sp's meaning and that alt stacks are per-threadPhilip Guenthe
2012-11-10raise() sends the signal to the current thread and only one error can occur.Philip Guenthe
2012-11-10Per POSIX, fix raise() and abort() to send the signal to the current thread.Philip Guenthe
2012-11-02Add a new malloc option 'U' => "Free unmap" that does the guarding/Damien Miller
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
2012-10-17reword this sentence to avoid ambiguity;Jason McIntyre
2012-10-16Make sleep(3) and usleep(3) more consistent and remove extraneousTodd C. Miller
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-05add send(2) MSG_DONTWAIT support which enables us to choose nonblockingYASUOKA Masahiko
2012-10-03tweak text for consistency; from artturi almJason McIntyre
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-26Remove the first paragraph. The first sentence is already stated in theBrad Smith
2012-09-23Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedJeremy Evans
2012-09-23uint32_t is the integer type defined in stdint.hMarc Espie
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