GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: support thread stacks that grow up
Carlos O'Donell
2016-02-19
3
-12
/
+44
*
Don't do lock elision on an error checking mutex (bug 17514)
Andreas Schwab
2016-01-25
3
-2
/
+64
*
Fix nptl/tst-setuid3.c
Paul E. Murphy
2016-01-22
1
-5
/
+13
*
nptl: Add first-line description for barrier tests.
Torvald Riegel
2016-01-15
5
-9
/
+10
*
Fix pthread_barrier_init typo.
Torvald Riegel
2016-01-15
1
-1
/
+1
*
New pthread_barrier algorithm to fulfill barrier destruction requirements.
Torvald Riegel
2016-01-15
9
-135
/
+381
*
Make shebang interpreter directives consistent
Marko Myllynen
2016-01-07
2
-2
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
399
-399
/
+399
*
Do not violate mutex destruction requirements.
Torvald Riegel
2015-12-23
1
-5
/
+7
*
nptl: Fix racy pipe closing in tst-cancel{20,21}
Adhemerval Zanella
2015-12-02
2
-12
/
+18
*
Remove CPU set size checking from affinity functions [BZ #19143]
Florian Weimer
2015-11-24
3
-43
/
+0
*
Remove a spurious attribution
Florian Weimer
2015-11-04
1
-1
/
+0
*
Add -std=gnu11 and -std=c11 NPTL initializers tests.
Joseph Myers
2015-10-27
3
-1
/
+6
*
Remove sysdeps/nptl/configure.ac.
Joseph Myers
2015-10-27
4
-43
/
+1
*
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-20
7
-34
/
+16
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
29
-88
/
+39
*
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
2015-10-19
12
-41
/
+24
*
Convert 703 function definitions to prototype style.
Joseph Myers
2015-10-16
58
-148
/
+58
*
nptl: Add adapt_count parameter to lll_unlock_elision
Paul Murphy
2015-10-15
1
-2
/
+2
*
nptl: Add NPTL cases for cancellation failures cases
Adhemerval Zanella
2015-10-09
3
-0
/
+92
*
Add a test case for C++11 thread_local support
Florian Weimer
2015-10-06
2
-1
/
+207
*
Remove ignored symbols from nptl/Versions
H.J. Lu
2015-09-22
1
-4
/
+0
*
Use __pthread_setcancelstate in libc.a
H.J. Lu
2015-09-17
4
-3
/
+6
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
2
-3
/
+3
*
gawk: fix gensub usage
Mike Frysinger
2015-08-09
1
-1
/
+1
*
nptl: fix set-but-unused warning w/_STACK_GROWS_UP
Mike Frysinger
2015-08-05
1
-7
/
+10
*
Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.
Chung-Lin Tang
2015-07-26
1
-0
/
+1
*
Use IE model for static variables in libc.so, libpthread.so and rtld
Siddhesh Poyarekar
2015-07-24
3
-2
/
+115
*
Avoid C++ tests when the C++ cannot be linked
Adhemerval Zanella
2015-07-14
1
-1
/
+1
*
Clean up semaphore EINTR handling after Linux futex docs clarification.
Torvald Riegel
2015-07-10
1
-30
/
+7
*
Add and use new glibc-internal futex API.
Torvald Riegel
2015-07-10
24
-318
/
+142
*
The patch committed to fix bug #18435 caused regressions on aarch64
Martin Sebor
2015-07-09
2
-0
/
+15
*
The C++ 2011 std::call_once function is specified to allow
Martin Sebor
2015-07-01
3
-8
/
+82
*
Remove documentation of lowlevellock systemtap probes.
Torvald Riegel
2015-06-30
1
-16
/
+0
*
Clean up BUSY_WAIT_NOP and atomic_delay.
Torvald Riegel
2015-06-30
2
-8
/
+4
*
NPTL: Use unsigned type for setxid_futex.
Roland McGrath
2015-06-24
1
-1
/
+1
*
Fix mq_notify pthread_barrier_* namespace (bug 18544).
Joseph Myers
2015-06-17
3
-2
/
+5
*
Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).
Joseph Myers
2015-06-17
2
-4
/
+5
*
Fix h_errno namespace (bug 18520).
Joseph Myers
2015-06-12
1
-2
/
+2
*
pthread_key_create: Fix typo in comment
Florian Weimer
2015-06-11
1
-1
/
+1
*
nptl: restore .interp section in libpthread.so
Gleb Fotengauer-Malinovskiy
2015-06-10
2
-2
/
+6
*
Fix missing wake-ups in pthread_rwlock_rdlock.
Torvald Riegel
2015-06-04
7
-6
/
+271
*
Fix lost wake-up when pthread_rwlock_timedrwlock times out.
Torvald Riegel
2015-06-04
3
-0
/
+135
*
Split timed-wait functions out of nptl/lowlevellock.c.
Roland McGrath
2015-05-26
4
-84
/
+131
*
Remove socket.S implementation
Adhemerval Zanella
2015-05-22
1
-0
/
+6
*
Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.
Roland McGrath
2015-05-22
1
-11
/
+19
*
NaCl: Set tid field to a unique value.
Roland McGrath
2015-05-20
2
-4
/
+31
*
BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].
Roland McGrath
2015-05-19
3
-3
/
+103
*
Ensure `wint_t' is defined before use in include/stdio.h
Arjun Shankar
2015-05-18
1
-2
/
+5
[next]