aboutsummaryrefslogtreecommitdiff
path: root/lib/librt
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-265-4/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-212-8/+40
* Remove some private symbols from librtAlan Somers2017-07-202-15/+0
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-023-2/+9
* Fix aio system call wrappers in librt.John Baldwin2016-07-141-7/+15
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+22
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+22
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Unbreak symbol versioning. I have no idea when it was broken, but it's beenDaniel Eischen2015-11-292-1/+2
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-17/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-194-0/+33
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-051-3/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper2015-04-273-13/+3
* | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-252-4/+2
| |_|/ |/| |
* | | Add reachover Makefiles for contrib/netbsd-tests/lib/librtEnji Cooper2014-11-164-0/+33
| |/ |/|
* | 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