summaryrefslogtreecommitdiffstats
path: root/lib/librthread/shlib_version (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a pthread_get_name_np to match pthread_set_name_np.tedu2019-02-041-1/+1
* mincore() is a relic from the past, exposing physical machine informationderaadt2019-01-111-2/+2
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-1/+1
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-1/+1
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-1/+1
* bumpotto2016-09-011-1/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-1/+1
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-2/+2
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-1/+1
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-1/+1
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+2
* accept4() should be a cancellation point.guenther2014-08-311-1/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-1/+1
* Add utrace(2), a system call allowing for userland to send its own ktracemiod2013-06-011-1/+1
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-291-1/+1
* A couple small but long anticipated changes:matthew2012-08-151-1/+1
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-2/+2
* Add pthread spinlock support.pirofti2012-05-031-1/+1
* Minor bump after my previous commit. Noticed by deraadt@.pirofti2012-04-111-1/+1
* bump majors on libc and rthreads for the additions to libc and transferguenther2012-03-221-2/+2
* Bump minor for recent additionsguenther2012-03-031-1/+1
* Bump major to be current libpthread major +1, so we can switch over cleanly.guenther2012-02-151-1/+1
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2
* New functions: bump the minorguenther2010-04-121-1/+1
* This might not be necessary, but Just In Case: since the underlyingguenther2009-11-281-1/+1
* - bump the majors of libpthread and librthread, as they used to return anjasper2009-10-271-1/+1
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-1/+1
* can't build shared lib without shlib_versiontedu2005-12-061-0/+2