summaryrefslogtreecommitdiffstats
path: root/lib/librt
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-6/+0
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-274-17/+5
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-194-0/+33
| |\
| * | Updated dependenciessjg2014-05-161-1/+1
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-051-3/+4
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Updated/new Makefile.dependsjg2012-11-081-0/+4
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+16
* | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-273-13/+3
* | | | Convert libraries to use LIBADDbapt2014-11-252-4/+2
| |_|/ |/| |
* | | Add reachover Makefiles for contrib/netbsd-tests/lib/librtngie2014-11-164-0/+33
| |/ |/|
* | Convert this piece of code to use C11 atomics.ed2013-06-301-3/+4
|/
* Register signal 33 explicitly as reserved by real-time library, andrmh2012-03-262-7/+5
* Free unused allocation on error.kib2011-11-181-0/+2
* Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seemsdim2011-02-231-1/+1
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-252-14/+12
* Fixed dependencies (make checkdpadd).ru2010-02-251-1/+2
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Make following functions be cancellation points:davidxu2009-11-181-4/+55
* link libpthread because the librt really needs it to fully function.davidxu2009-11-181-0/+1
* Fix compiler warnings.davidxu2009-11-181-2/+2
* atomic_fetchadd_int works on unsigned quantities - changekmacy2008-08-151-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Don't enable symbol versioning for librt by default just yet.deischen2007-04-291-0/+2
* Symbol version librt.deischen2007-04-292-0/+71
* Account for recent changes in namespace.h. Use _pthread_createdeischen2006-03-291-4/+4
* Implement SIGEV_THREAD notification for aio_fsync.davidxu2006-03-241-18/+55
* No need to define NO_MAN here.ru2006-03-151-1/+0
* Block all signals in helper threads except those should not be blocked.davidxu2006-03-101-6/+9
* Set SNF_SYNC flag for timer, as the timer notification should bedavidxu2006-03-081-0/+1
* Remove stale comments.davidxu2006-03-071-4/+0
* 1. Always call user callback function in newly created thread, it seemsdavidxu2006-03-075-412/+170
* Use a thread pool to process notification if sigev_notify_attributesdavidxu2006-03-045-63/+326
* save sigev_node pointer.davidxu2006-03-041-0/+1
* 1. Fix a race in aio_return.davidxu2006-03-011-6/+12
* Style fix.davidxu2006-03-011-1/+2
* Fix a mutex lock/unlock mismatch.davidxu2006-03-011-2/+3
* Forgot to revert to use weak symbols when I was debugging, fix it!davidxu2006-03-011-22/+15
* Add missing parameter mq_attr * for mq_open.davidxu2006-03-011-3/+5
* Bring in my initial version of POSIX realtime extension library.davidxu2006-03-016-0/+1112
OpenPOWER on IntegriCloud