summaryrefslogtreecommitdiff
path: root/lib/librthread/shlib_version
AgeCommit message (Expand)Author
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.Ted Unangst
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2016-09-01bumpOtto Moerbeek
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2014-08-31accept4() should be a cancellation point.Philip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktraceMiod Vallat
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2012-08-15A couple small but long anticipated changes:Matthew Dempsky
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-05-03Add pthread spinlock support.Paul Irofti
2012-04-11Minor bump after my previous commit. Noticed by deraadt@.Paul Irofti
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-03-03Bump minor for recent additionsPhilip Guenthe
2012-02-15Bump major to be current libpthread major +1, so we can switch over cleanly.Philip Guenthe
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2010-04-12New functions: bump the minorPhilip Guenthe
2009-11-28This might not be necessary, but Just In Case: since the underlyingPhilip Guenthe
2009-10-27- bump the majors of libpthread and librthread, as they used to return anJasper Lievisse Adriaanse
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@Otto Moerbeek
2005-12-06can't build shared lib without shlib_versionTed Unangst