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
/
libc_r
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call the fcntl compatiblity wrapper from the thread library fcntl wrappers
dfr
2008-05-30
1
-1
/
+3
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
Bump library versions in preparation for 7.0.
deischen
2007-05-21
1
-1
/
+1
*
Fix a logic bug I re-introduced in my patch I sent to Daniel
ru
2007-05-18
1
-1
/
+1
*
Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
deischen
2007-05-17
1
-4
/
+4
*
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
deischen
2007-05-13
1
-1
/
+8
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
85
-340
/
+85
*
Backout unblocking of signal if no threads can currently handle it.
tegge
2006-10-14
1
-3
/
+2
*
Delay unblocking signal and restoring process signal mask until the
tegge
2006-10-13
1
-19
/
+41
*
Delay setting wakeup time until after poll array has been allocated.
tegge
2006-10-13
1
-20
/
+20
*
Sync thread jump table with libc and other thread libraries.
tegge
2006-10-13
1
-4
/
+35
*
Remove alpha left-overs.
ru
2006-08-22
2
-46
/
+1
*
Fix a symlink.
ru
2006-04-12
1
-1
/
+1
*
Convert NO_PROFILE and NO_LIB32 to new style.
ru
2006-03-18
1
-1
/
+1
*
- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.
stefanf
2005-08-19
2
-3
/
+3
*
Bump the shared library version number of all libraries that have not
kensmith
2005-07-22
1
-1
/
+1
*
Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.
jhb
2005-05-31
1
-2
/
+2
*
Style tweak.
jhb
2005-05-31
1
-1
/
+2
*
Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly
delphij
2005-05-13
1
-2
/
+0
*
Increase the default stacksizes:
marcus
2005-02-28
3
-20
/
+30
*
More fixes to the copyright notice.
hsu
2005-01-08
2
-2
/
+2
*
Fix copyright notice.
hsu
2005-01-08
2
-2
/
+2
*
NODOCCOMPRESS -> NO_DOCCOMPRESS
ru
2004-12-21
1
-2
/
+2
*
Add pthread_atfork().
grog
2004-12-10
5
-1
/
+92
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
4
-3
/
+5
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-14
2
-2
/
+5
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-2
/
+0
*
Correct the link for the profiling library.
deischen
2004-01-31
1
-1
/
+1
*
Change libkse back to libpthread and make it the default
deischen
2004-01-30
1
-0
/
+10
*
Initialize the (i386) frame pointer when setting up a thread
deischen
2004-01-22
1
-1
/
+4
*
Have a single set of POSIX threads man pages. The LIBRARY section
ru
2004-01-14
55
-4929
/
+0
*
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
ru
2004-01-14
2
-88
/
+1
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
7
-662
/
+1
*
MFlibpthread: Add a simple work-around for deadlocking on recursive
deischen
2004-01-08
2
-44
/
+82
*
Reenable signals for threads after joining.
deischen
2003-12-31
1
-0
/
+3
*
Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:
ru
2003-12-30
1
-2
/
+0
*
Return to the caller if write() returns 0.
deischen
2003-12-17
1
-0
/
+2
*
For the amd64 we need to do some extra stack alignment fixups. Otherwise
peter
2003-12-03
3
-6
/
+27
*
If __sys_write() returns 0, allow that to exit the loop in libc_r's
deischen
2003-09-29
1
-2
/
+2
*
Get rid of duplicates.
ru
2003-09-14
1
-1
/
+1
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Add wrapper for kqueue() to keep track of the allocated fd and allow it to
mp
2003-07-25
2
-0
/
+54
*
Remove -D_THREAD_SAFE.
deischen
2003-07-13
1
-1
/
+1
*
Make libc/${MACHINE_ARCH} include directory not required by Alpha.
ru
2003-07-02
2
-2
/
+2
*
libc/${MACHINE_ARCH} include directory is required by Alpha,
kan
2003-07-02
1
-1
/
+1
*
Axe AINC.
ru
2003-07-01
1
-1
/
+0
*
Sanity check fd before using it as an array index.
netchild
2003-06-09
1
-1
/
+2
*
The .Fn function
charnier
2003-06-08
1
-3
/
+6
*
Make this compile without warnings on 64-bit architectures:
marcel
2003-06-04
1
-6
/
+7
[next]