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
gentoo/2.41
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
*
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
*
libc-vdso.h place consolidation
Adhemerval Zanella
2015-04-20
1
-1
/
+1
*
Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).
Joseph Myers
2015-03-18
1
-0
/
+15
*
Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage
Alexandre Oliva
2015-03-17
1
-6
/
+3
*
Let tests result in UNSUPPORTED; use that for unbuildable C++ cases
Roland McGrath
2015-03-10
1
-9
/
+9
*
Conditionalize some test code for SIGRTMIN, SA_SIGINFO.
Roland McGrath
2015-03-04
3
-9
/
+25
*
Avoid C++ tests when the C++ cannot be linked.
Roland McGrath
2015-03-04
1
-4
/
+9
*
Make error checking effective in nptl/tst-cond25.c.
Torvald Riegel
2015-02-16
1
-1
/
+9
*
Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...
Andreas Schwab
2015-02-12
3
-2
/
+63
*
NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.
Roland McGrath
2015-02-06
2
-0
/
+6
*
Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.
Roland McGrath
2015-02-06
1
-1
/
+5
*
NPTL: Build tests using clone directly only for Linux.
Roland McGrath
2015-02-06
4
-226
/
+2
*
Use signal rather than sigaction in nptl/tst-cleanup2.
Roland McGrath
2015-02-06
1
-8
/
+3
*
Conditionalize some tests' use of SA_SIGINFO.
Roland McGrath
2015-02-06
2
-0
/
+4
*
Fix nptl/tst-kill5 not to presume SIGRTMAX exists.
Roland McGrath
2015-02-06
1
-1
/
+2
*
Clean up nptl/tst-join5 use of nanosleep.
Roland McGrath
2015-02-06
1
-7
/
+7
*
Clean up NPTL system to be compat-only.
Roland McGrath
2015-02-06
1
-8
/
+40
*
Clean up NPTL longjmp to be compat-only.
Roland McGrath
2015-02-06
1
-6
/
+50
*
Clean up NPTL fork to be compat-only.
Roland McGrath
2015-02-06
2
-4
/
+52
*
Also use uint64_t in __new_sem_wait_fast
H.J. Lu
2015-01-23
1
-1
/
+1
*
Use uint64_t and (uint64_t) 1 for 64-bit int
H.J. Lu
2015-01-23
2
-6
/
+6
*
Fix semaphore destruction (bug 12674).
Carlos O'Donell
2015-01-21
13
-300
/
+641
*
NPTL: Fix generic pthread_sigmask.
Roland McGrath
2015-01-08
1
-1
/
+5
*
NPTL: Fixed missed conditionalization of setxid hooey.
Roland McGrath
2015-01-08
1
-0
/
+2
*
NPTL: Refactor cpu_set_t validation to be sysdeps-controlled
Roland McGrath
2015-01-08
4
-29
/
+35
*
Add -Wno-trampolines as needed
Richard Henderson
2015-01-08
1
-0
/
+1
*
Function declaration cleanup
Adhemerval Zanella
2015-01-06
6
-18
/
+8
*
Use single year in copyright notice in banner in ntpl/version.c.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
387
-387
/
+387
*
Replace %ld with %jd and cast to intmax_t
H.J. Lu
2014-12-30
1
-2
/
+3
*
NPTL: Move fork state variables to initializer files.
Roland McGrath
2014-12-17
2
-0
/
+5
*
Revert "Use pragmas rather than makefiles for necessary options for unwind co...
Roland McGrath
2014-12-16
2
-2
/
+3
*
Use pragmas rather than makefiles for necessary options for unwind code.
Roland McGrath
2014-12-16
2
-3
/
+2
*
Add comments for the generic lowlevellock implementation.
Torvald Riegel
2014-12-15
2
-9
/
+21
*
Fix nptl/tst-sem4: always start with a fresh semaphore.
Torvald Riegel
2014-12-15
1
-2
/
+6
*
Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.
Torvald Riegel
2014-12-15
1
-3
/
+0
*
NPTL: Refactor named semaphore code to use shm-directory.h
Roland McGrath
2014-12-12
5
-176
/
+21
[next]