index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
sysdeps
/
pthread
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-16
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
1
-0
/
+1
2013-02-18
Fix build warnings in some test cases
Siddhesh Poyarekar
1
-0
/
+1
2013-02-14
Remove bp-sym.h and BP_SYM uses from C code.
Joseph Myers
1
-23
/
+22
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
31
-31
/
+31
2012-10-10
Fix formatting in nptl/sysdeps/pthread/pthread.h.
Carlos O'Donell
1
-2
/
+2
2012-10-09
Add missing magic to GLIBC_PROVIDES.
Roland McGrath
1
-120
/
+0
2012-09-14
[BZ #14583]
Jeff Law
1
-1
/
+1
2012-09-13
Remove unused __rtld_lock_init_recursive macro
H.J. Lu
1
-12
/
+0
2012-08-15
Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.
Maxim Kuvyrkov
1
-2
/
+8
2012-08-08
Remove __ASSUME_TGKILL.
Joseph Myers
1
-4
/
+0
2012-08-07
Remove some pre-2.6.16 Linux kernel conditionals.
Joseph Myers
1
-8
/
+1
2012-06-04
Wrap __builtin_expect in pthread.h
Siddhesh Poyarekar
1
-2
/
+2
2012-05-14
Add __PTHREAD_RWLOCK_INT_FLAGS_SHARED
H.J. Lu
1
-1
/
+10
2012-05-11
Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializers
H.J. Lu
1
-1
/
+1
2012-05-10
Hurd: libc_once_get
Thomas Schwinge
1
-0
/
+2
2012-04-26
move libgcc_s soname definition to shlib-versions
Siddhesh Poyarekar
1
-2
/
+2
2012-03-09
Make pthread.h define all symbols from time.h.
Joseph Myers
1
-4
/
+0
2012-03-07
Weaken two NPTL configure link tests to compile tests.
Joseph Myers
2
-29
/
+19
2012-03-06
Remove private information from libc-lock.h
Ulrich Drepper
2
-398
/
+440
2012-02-26
Add first fixes for conformtest for POSIX2008
Ulrich Drepper
1
-0
/
+3
2012-02-26
Fix up POSIX testing in conformtest
Ulrich Drepper
1
-1
/
+2
2012-02-21
Remove old initfini mechanism.
Joseph Myers
1
-124
/
+0
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
31
-93
/
+62
2012-01-10
Add const attribute to pthread_equal
Ulrich Drepper
1
-1
/
+2
2012-01-10
Consistently added return to pthread_exit
Ulrich Drepper
1
-2
/
+2
2012-01-07
Remove pre-ISO C support
Ulrich Drepper
3
-55
/
+53
2011-12-22
Use __pthread_get_minstack in more places
Ulrich Drepper
1
-2
/
+4
2011-10-27
Don't mark memory synchronisation functions as leaf
Andreas Schwab
1
-19
/
+19
2011-09-15
Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork
Andreas Schwab
1
-8
/
+23
2011-09-10
Simplify malloc initialization
Ulrich Drepper
1
-1
/
+2
2011-07-22
Add read barriers in cancellation initialization
Ulrich Drepper
1
-3
/
+11
2011-07-06
Rebuild configure scripts
Ulrich Drepper
1
-3
/
+3
2011-06-30
Fix robust mutex handling after fork
Ulrich Drepper
1
-1
/
+2
2011-02-15
Remove use of ranlib.
Ulrich Drepper
1
-92
/
+150
2011-01-14
Change setgroups to affect all the threads in the process.
Ulrich Drepper
1
-4
/
+4
2010-09-21
Fix namespace pollution in pthread_cleanup_push.
Andreas Schwab
1
-6
/
+6
2010-09-03
Small optimization of alloca handling.
Ulrich Drepper
1
-2
/
+2
2010-04-09
Implement interfaces to set and get names of threads.
Ulrich Drepper
1
-0
/
+12
2010-04-05
Move unwind-resume code from NPTL to sysdeps/gnu.
Roland McGrath
3
-76
/
+2
2010-03-09
Fix a few more problem with the recent setxid changes.
Ulrich Drepper
1
-9
/
+10
2010-03-05
Fix setxid race with thread creation
Ulrich Drepper
1
-4
/
+10
2010-01-12
Fix up pthread.h for XPG7.
Ulrich Drepper
1
-7
/
+3
2010-01-09
Add support for XPG7 testing.
Ulrich Drepper
1
-8
/
+8
2009-11-03
Make name of libgcc_s library configurable
Andreas Schwab
2
-4
/
+6
2009-09-15
configure tweaks, support $libc_add_on_config_subdirs
Roland McGrath
1
-30
/
+38
2009-09-07
Fix malformed #pragma.
Andreas Schwab
1
-1
/
+1
2009-06-12
Implement pthread_sigqueue.
Ulrich Drepper
1
-1
/
+7
2009-05-16
Unify source for async cancel handling.
Ulrich Drepper
1
-87
/
+4
2009-02-26
* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
Ulrich Drepper
1
-1
/
+1
2009-02-26
* ctype/ctype.h: The *_l functions are in POSIX 2008.
Ulrich Drepper
1
-6
/
+22
[next]