summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-11fix SEE ALSO;Jason McIntyre
2012-04-11Mark outermost frame such that backtraces in thread terminate atMark Kettenis
2012-04-11Mention and link the pthread barrier functions. Okay jmc@.Paul Irofti
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-11tweak previous;Jason McIntyre
2012-04-11Provide __tfork_thread() for hppa64. This makes libc compile again.Joel Sing
2012-04-11libkvm: minor bumpAriane van der Steldt
2012-04-11Minor bump after my previous commit. Noticed by deraadt@.Paul Irofti
2012-04-11Add pthread barrier support.Paul Irofti
2012-04-11fuss with detailsMarc Espie
2012-04-11new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.Marc Espie
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-04-10pthread_setcanceltype() shouldn't be a cancelation pointPhilip Guenthe
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-06Fix typo.Joel Sing
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-01update libexpat to 2.1.0.Remi Pointel
2012-04-01fix previous;Jason McIntyre
2012-04-01remind people to think of the poor file descriptorsTheo de Raadt
2012-03-28The kinfo_file2 structure's f_wbytes member was being filled with thePhilip Guenthe
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-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2012-03-23we don't mention LIBRARY: cMarc Espie
2012-03-22Remove man pages for removed non-portable functions. okay jmc@Kurt Miller
2012-03-22Remove prototypes for unimplemented non-portable functions in rthreads.Kurt Miller
2012-03-22clean the sigact in a portable way; ok matthewTheo de Raadt
2012-03-22Remove pthread_suspend* and related functions. This is part of theKurt Miller
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-03-22<sched.h> is never pulled in from the kernel and #ifdef KERNEL would bePhilip Guenthe
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-03-22Hide behind #if 0 the sched_*() functions that we don't have yetPhilip Guenthe
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-22Update cancellation point list to reflect what's done with rthreadsPhilip Guenthe
2012-03-22Add dirfd() as a function to libc per POSIX requirement; dirfd() macroMatthew Dempsky
2012-03-22closefrom() should be a cancellation pointPhilip Guenthe
2012-03-22tfork_thread has been moved to libcPhilip Guenthe
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-03-22new sentence, new line;Jason McIntyre
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-21Update list of cancellation points to reflect what was in 5.1's uthreadsPhilip Guenthe
2012-03-21Fix a bug where random() always returns 0 when srandom() is seededTodd C. Miller