summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2012-06-15Fix typos.Matthew Dempsky
2012-06-07Document mbsnrtowcs() and wcsnrtombs().Matthew Dempsky
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2012-06-02Update STANDARDS section for a few <stdlib.h> functionsPhilip Guenthe
2012-06-01Fix document titles.Lawrence Teo
2012-06-01Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),Philip Guenthe
2012-05-22Don't misleadingly suggest that fpos_t only needs to be a complex typeMatthew Dempsky
2012-05-22Document that ftell() may return EOVERFLOW.Matthew Dempsky
2012-05-21Fix ftell() to return EOVERFLOW if the file offset is greater thanMatthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-04-26Add strnlen() to libkern.Matthew Dempsky
2012-04-25fix a few warningsEric Faurot
2012-04-24document address truncation; from Steffen Daode NurpmesoJason McIntyre
2012-04-22Document that getpeereid() works for SOCK_SEQPACKET sockets too.Matthew Dempsky
2012-04-20use "an addrinfo", not "a addrinfo". ok jmcStuart Henderson
2012-04-20rearrange DESCRIPTION somewhat to make this page more readable;Jason McIntyre
2012-04-19rely on the compiler giving us a built-in alloca. any new architectureTheo de Raadt
2012-04-15Create a new resolver for each thread. It will be done differentlyEric Faurot
2012-04-15calling getnameinfo here is a bad idea. use inet_ntop.Eric Faurot
2012-04-15tweak previous;Jason McIntyre
2012-04-14only define DEBUG internallyEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot
2012-04-12tweak;Jason McIntyre
2012-04-12tweak previous;Jason McIntyre
2012-04-12alloca.c cannot be usedTheo de Raadt
2012-04-12alloca is NOT machine dependent; it has exactly the sameTheo de Raadt
2012-04-12Since threads are becoming more common, this "work around theTheo de Raadt
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12mmap(2) updatedAriane van der Steldt
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12crank major for sh gcc4 switchJonathan Gray
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-04-12document getdelim() and getline(), and a grammar fix whilst here;Jason McIntyre
2012-04-11Mark outermost frame such that backtraces in thread terminate atMark Kettenis
2012-04-11complete function name.Marc Espie
2012-04-11tweak previous;Jason McIntyre
2012-04-11In sendmsg() permit at most 10% of maxfiles to be in-flightTheo de Raadt
2012-04-11Provide __tfork_thread() for hppa64. This makes libc compile again.Joel Sing
2012-04-11fuss with detailsMarc Espie
2012-04-11new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.Marc Espie
2012-04-10Do not pick the network number as alias on entries with no aliasEric Faurot
2012-04-10Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsPhilip Guenthe
2012-04-06range check st_size before calling calloc()Theo de Raadt
2012-04-03Document that openat(), etc are safe to call from a signal handler.Matthew Dempsky
2012-04-03tweak previous;Jason McIntyre
2012-04-02simplify the strlcpy/strlcat manual page substantially. do lessTheo de Raadt
2012-04-01fix previous;Jason McIntyre
2012-04-01remind people to think of the poor file descriptorsTheo de Raadt
2012-03-26Bump standards years, as we conform to the new versions tooPhilip Guenthe