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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Add NPTL cases for cancellation failures cases
Adhemerval Zanella
2015-10-09
1
-0
/
+1
*
Add a test case for C++11 thread_local support
Florian Weimer
2015-10-06
1
-1
/
+8
*
Use IE model for static variables in libc.so, libpthread.so and rtld
Siddhesh Poyarekar
2015-07-24
1
-2
/
+8
*
Avoid C++ tests when the C++ cannot be linked
Adhemerval Zanella
2015-07-14
1
-1
/
+1
*
The patch committed to fix bug #18435 caused regressions on aarch64
Martin Sebor
2015-07-09
1
-0
/
+4
*
The C++ 2011 std::call_once function is specified to allow
Martin Sebor
2015-07-01
1
-1
/
+2
*
nptl: restore .interp section in libpthread.so
Gleb Fotengauer-Malinovskiy
2015-06-10
1
-2
/
+5
*
Fix missing wake-ups in pthread_rwlock_rdlock.
Torvald Riegel
2015-06-04
1
-1
/
+1
*
Fix lost wake-up when pthread_rwlock_timedrwlock times out.
Torvald Riegel
2015-06-04
1
-0
/
+1
*
Split timed-wait functions out of nptl/lowlevellock.c.
Roland McGrath
2015-05-26
1
-0
/
+1
*
Remove socket.S implementation
Adhemerval Zanella
2015-05-22
1
-0
/
+6
*
BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].
Roland McGrath
2015-05-19
1
-0
/
+1
*
Let tests result in UNSUPPORTED; use that for unbuildable C++ cases
Roland McGrath
2015-03-10
1
-9
/
+9
*
Avoid C++ tests when the C++ cannot be linked.
Roland McGrath
2015-03-04
1
-4
/
+9
*
Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...
Andreas Schwab
2015-02-12
1
-1
/
+1
*
NPTL: Build tests using clone directly only for Linux.
Roland McGrath
2015-02-06
1
-7
/
+2
*
Fix semaphore destruction (bug 12674).
Carlos O'Donell
2015-01-21
1
-3
/
+2
*
Add -Wno-trampolines as needed
Richard Henderson
2015-01-08
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Revert "Use pragmas rather than makefiles for necessary options for unwind co...
Roland McGrath
2014-12-16
1
-0
/
+3
*
Use pragmas rather than makefiles for necessary options for unwind code.
Roland McGrath
2014-12-16
1
-3
/
+0
*
NPTL: Refactor named semaphore code to use shm-directory.h
Roland McGrath
2014-12-12
1
-0
/
+1
*
Resize DTV if the current DTV isn't big enough
H.J. Lu
2014-11-28
1
-2
/
+15
*
Test that pthread_create diagnoses invalid scheduling parameters.
Roland McGrath
2014-11-19
1
-1
/
+2
*
Remove NOT_IN_libc definition for pthread_atfork
Siddhesh Poyarekar
2014-08-21
1
-2
/
+0
*
nptl: Fix abort in case of set*id failure [BZ #17135]
Florian Weimer
2014-07-11
1
-0
/
+1
*
Get rid of nptl/sysdeps/ entirely!
Roland McGrath
2014-07-07
1
-3
/
+10
*
Don't require test wrappers to preserve environment variables, use more consi...
Joseph Myers
2014-06-06
1
-1
/
+1
*
New test for pthread_spin_lock (bug 16882)
Guo Yixuan
2014-06-03
1
-1
/
+1
*
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
2014-05-16
1
-1
/
+1
*
Check for syscall error in the SETXID implementation in NPTL (bug 13347).
Florian Weimer
2014-04-01
1
-1
/
+2
*
Make tests consistently use *.out output files.
Joseph Myers
2014-03-07
1
-3
/
+3
*
Enumerate tests with special rules in tests-special variable.
Joseph Myers
2014-03-06
1
-12
/
+8
*
Fix fallout from Joseph's untested Makeconfig change.
Roland McGrath
2014-02-28
1
-1
/
+1
*
Consistently include Makeconfig after defining subdir.
Joseph Myers
2014-02-26
1
-2
/
+2
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-6
/
+12
*
Split up rules for tests that compare output with baselines.
Joseph Myers
2014-02-14
1
-1
/
+7
*
Revert "Async-signal safe TLS."
Allan McRae
2014-02-06
1
-10
/
+2
*
Async-signal safe TLS.
Andrew Hunter
2014-01-03
1
-2
/
+10
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Fix intermittent failure in tst-getpid2.
Paul Pluzhnikov
2013-11-25
1
-0
/
+5
*
Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9
Paul Pluzhnikov
2013-11-20
1
-0
/
+4
*
New API to set default thread attributes
Siddhesh Poyarekar
2013-06-15
1
-2
/
+3
*
Avoid access beyond memory bounds in pthread_attr_getaffinity_np
Siddhesh Poyarekar
2013-06-14
1
-0
/
+1
*
Link extra-libs consistently with libc and ld.so.
Joseph Myers
2013-05-31
1
-8
/
+0
*
Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
Carlos O'Donell
2013-03-01
1
-4
/
+1
*
Set default stack size from program environment
Siddhesh Poyarekar
2013-03-01
1
-1
/
+4
*
Add --enable-hardcoded-path-in-tests configure option
H.J. Lu
2013-01-11
1
-6
/
+6
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Remove unneeded linking in nptl testsuite
Allan McRae
2012-12-03
1
-3
/
+0
[next]