index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
librt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
1
-6
/
+0
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+20
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
4
-17
/
+5
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
4
-0
/
+33
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+1
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge from head
sjg
2013-09-05
1
-3
/
+4
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Updated/new Makefile.depend
sjg
2012-11-08
1
-0
/
+4
|
*
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+16
*
|
|
|
Build/install libc, librt, libthr, and msun NetBSD test suites on all
ngie
2015-04-27
3
-13
/
+3
*
|
|
|
Convert libraries to use LIBADD
bapt
2014-11-25
2
-4
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Add reachover Makefiles for contrib/netbsd-tests/lib/librt
ngie
2014-11-16
4
-0
/
+33
|
|
/
|
/
|
*
|
Convert this piece of code to use C11 atomics.
ed
2013-06-30
1
-3
/
+4
|
/
*
Register signal 33 explicitly as reserved by real-time library, and
rmh
2012-03-26
2
-7
/
+5
*
Free unused allocation on error.
kib
2011-11-18
1
-0
/
+2
*
Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seems
dim
2011-02-23
1
-1
/
+1
*
To support stack unwinding for cancellation points, add -fexceptions flag
davidxu
2010-09-25
2
-14
/
+12
*
Fixed dependencies (make checkdpadd).
ru
2010-02-25
1
-1
/
+2
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Make following functions be cancellation points:
davidxu
2009-11-18
1
-4
/
+55
*
link libpthread because the librt really needs it to fully function.
davidxu
2009-11-18
1
-0
/
+1
*
Fix compiler warnings.
davidxu
2009-11-18
1
-2
/
+2
*
atomic_fetchadd_int works on unsigned quantities - change
kmacy
2008-08-15
1
-1
/
+1
*
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
deischen
2007-05-13
1
-2
/
+0
*
Don't enable symbol versioning for librt by default just yet.
deischen
2007-04-29
1
-0
/
+2
*
Symbol version librt.
deischen
2007-04-29
2
-0
/
+71
*
Account for recent changes in namespace.h. Use _pthread_create
deischen
2006-03-29
1
-4
/
+4
*
Implement SIGEV_THREAD notification for aio_fsync.
davidxu
2006-03-24
1
-18
/
+55
*
No need to define NO_MAN here.
ru
2006-03-15
1
-1
/
+0
*
Block all signals in helper threads except those should not be blocked.
davidxu
2006-03-10
1
-6
/
+9
*
Set SNF_SYNC flag for timer, as the timer notification should be
davidxu
2006-03-08
1
-0
/
+1
*
Remove stale comments.
davidxu
2006-03-07
1
-4
/
+0
*
1. Always call user callback function in newly created thread, it seems
davidxu
2006-03-07
5
-412
/
+170
*
Use a thread pool to process notification if sigev_notify_attributes
davidxu
2006-03-04
5
-63
/
+326
*
save sigev_node pointer.
davidxu
2006-03-04
1
-0
/
+1
*
1. Fix a race in aio_return.
davidxu
2006-03-01
1
-6
/
+12
*
Style fix.
davidxu
2006-03-01
1
-1
/
+2
*
Fix a mutex lock/unlock mismatch.
davidxu
2006-03-01
1
-2
/
+3
*
Forgot to revert to use weak symbols when I was debugging, fix it!
davidxu
2006-03-01
1
-22
/
+15
*
Add missing parameter mq_attr * for mq_open.
davidxu
2006-03-01
1
-3
/
+5
*
Bring in my initial version of POSIX realtime extension library.
davidxu
2006-03-01
6
-0
/
+1112