summaryrefslogtreecommitdiff
path: root/lib/librthread/shlib_version
AgeCommit message (Expand)Author
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