summaryrefslogtreecommitdiffstats
path: root/lib/librthread/shlib_version
AgeCommit message (Expand)AuthorFilesLines
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.tedu1-1/+1
2019-01-11mincore() is a relic from the past, exposing physical machine informationderaadt1-2/+2
2017-11-04Revert recent changes to unbreak ports/net/sambajca1-1/+1
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther1-1/+1
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther1-1/+1
2016-09-01bumpotto1-1/+1
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther1-1/+1
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm1-2/+2
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallguenther1-1/+1
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther1-1/+1
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther1-2/+2
2014-08-31accept4() should be a cancellation point.guenther1-1/+1
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-2/+2
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther1-1/+1
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktracemiod1-1/+1
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore thematthew1-1/+1
2012-08-15A couple small but long anticipated changes:matthew1-1/+1
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-2/+2
2012-05-03Add pthread spinlock support.pirofti1-1/+1
2012-04-11Minor bump after my previous commit. Noticed by deraadt@.pirofti1-1/+1
2012-03-22bump majors on libc and rthreads for the additions to libc and transferguenther1-2/+2
2012-03-03Bump minor for recent additionsguenther1-1/+1
2012-02-15Bump major to be current libpthread major +1, so we can switch over cleanly.guenther1-1/+1
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther1-2/+2
2010-04-12New functions: bump the minorguenther1-1/+1
2009-11-28This might not be necessary, but Just In Case: since the underlyingguenther1-1/+1
2009-10-27- bump the majors of libpthread and librthread, as they used to return anjasper1-1/+1
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto1-1/+1
2005-12-06can't build shared lib without shlib_versiontedu1-0/+2