summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2012-03-26strsignal() was standardized in POSIX-2008Philip Guenthe
2012-03-24The arguments scandir() and alphasort() have changed; show that andPhilip Guenthe
2012-03-23we don't mention LIBRARY: cMarc Espie
2012-03-22clean the sigact in a portable way; ok matthewTheo de Raadt
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-22Add dirfd() as a function to libc per POSIX requirement; dirfd() macroMatthew Dempsky
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
2012-03-21Fix a bug where random() always returns 0 when srandom() is seededTodd C. Miller
2012-03-20the disease is spreadingDavid Gwynne
2012-03-13Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. VariousPhilip Guenthe
2012-03-10- fix a mistake in the list headerJason McIntyre
2012-03-10Try to document the new settings of net.inet.tcp.rfc3390.Claudio Jeker
2012-03-06tweak previous;Jason McIntyre
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2012-03-04New threads now inherit their TCB address from their parent threadPhilip Guenthe
2012-03-04Drop the rpcauth(3) MLINK, there is no function of that name.Ingo Schwarze