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
*
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