aboutsummaryrefslogtreecommitdiff
path: root/lib/librt
Commit message (Expand)AuthorAgeFilesLines
* Convert this piece of code to use C11 atomics.Ed Schouten2013-06-301-3/+4
* Register signal 33 explicitly as reserved by real-time library, andRobert Millan2012-03-262-7/+5
* Free unused allocation on error.Konstantin Belousov2011-11-181-0/+2
* Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seemsDimitry Andric2011-02-231-1/+1
* To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu2010-09-252-14/+12
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-1/+2
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Make following functions be cancellation points:David Xu2009-11-181-4/+55
* link libpthread because the librt really needs it to fully function.David Xu2009-11-181-0/+1
* Fix compiler warnings.David Xu2009-11-181-2/+2
* atomic_fetchadd_int works on unsigned quantities - changeKip Macy2008-08-151-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-2/+0
* Don't enable symbol versioning for librt by default just yet.Daniel Eischen2007-04-291-0/+2
* Symbol version librt.Daniel Eischen2007-04-292-0/+71
* Account for recent changes in namespace.h. Use _pthread_createDaniel Eischen2006-03-291-4/+4
* Implement SIGEV_THREAD notification for aio_fsync.David Xu2006-03-241-18/+55
* No need to define NO_MAN here.Ruslan Ermilov2006-03-151-1/+0
* Block all signals in helper threads except those should not be blocked.David Xu2006-03-101-6/+9
* Set SNF_SYNC flag for timer, as the timer notification should beDavid Xu2006-03-081-0/+1
* Remove stale comments.David Xu2006-03-071-4/+0
* 1. Always call user callback function in newly created thread, it seemsDavid Xu2006-03-075-412/+170
* Use a thread pool to process notification if sigev_notify_attributesDavid Xu2006-03-045-63/+326
* save sigev_node pointer.David Xu2006-03-041-0/+1
* 1. Fix a race in aio_return.David Xu2006-03-011-6/+12
* Style fix.David Xu2006-03-011-1/+2
* Fix a mutex lock/unlock mismatch.David Xu2006-03-011-2/+3
* Forgot to revert to use weak symbols when I was debugging, fix it!David Xu2006-03-011-22/+15
* Add missing parameter mq_attr * for mq_open.David Xu2006-03-011-3/+5
* Bring in my initial version of POSIX realtime extension library.David Xu2006-03-016-0/+1112