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
*
Fix synchronization of TPP min/max priorities.
Torvald Riegel
2014-11-26
5
-32
/
+68
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
2
-2
/
+2
*
Remove IS_IN_libpthread
Siddhesh Poyarekar
2014-11-24
2
-7
/
+7
*
Remove IS_IN_librt
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
NPTL: Fix pthread_create regression from default-sched.h refactoring.
Roland McGrath
2014-11-21
1
-3
/
+9
*
NPTL: Use __libc_fatal in unwind.c.
Roland McGrath
2014-11-20
1
-5
/
+2
*
NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].
Roland McGrath
2014-11-20
2
-7
/
+19
*
NPTL: Refactor scheduler setup in pthread_create.
Roland McGrath
2014-11-20
2
-15
/
+41
*
Use C11 atomics in pthread_once.
Torvald Riegel
2014-11-20
1
-14
/
+9
*
NPTL: Don't (re)validate sched_priority in pthread_create.
Roland McGrath
2014-11-19
1
-20
/
+1
*
Test that pthread_create diagnoses invalid scheduling parameters.
Roland McGrath
2014-11-19
2
-1
/
+99
*
NPTL: Add stub createthread.c
Roland McGrath
2014-11-18
1
-0
/
+47
*
NPTL: Move Linux-specific createthread.c to sysdeps.
Roland McGrath
2014-11-18
1
-154
/
+0
*
NPTL: Refactor createthread.c
Roland McGrath
2014-11-18
2
-169
/
+216
*
NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.c
Roland McGrath
2014-11-12
2
-6
/
+5
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
3
-6
/
+15
*
Avoid local PLT reference in __nptl_main.
Roland McGrath
2014-10-21
1
-1
/
+1
*
NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.
Roland McGrath
2014-10-20
1
-7
/
+6
*
NPTL: Add some missing #include's
Roland McGrath
2014-10-20
5
-0
/
+5
*
pthread_once: Add fast path and remove x86 variants.
Torvald Riegel
2014-10-20
1
-7
/
+22
*
pthread_once: Clean up constants.
Torvald Riegel
2014-10-20
2
-9
/
+18
*
Remove obsolete TLS_DEFINE_INIT_TP fallback.
Roland McGrath
2014-10-17
1
-13
/
+0
*
NPTL: Clean up THREAD_SYSINFO macros.
Roland McGrath
2014-10-17
3
-5
/
+5
*
NPTL: Conditionalize direct futex syscall uses.
Roland McGrath
2014-10-17
6
-22
/
+50
*
NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
Roland McGrath
2014-10-17
3
-4
/
+22
*
Fix NPTL build error when missing __NR_set_robust_list.
Roland McGrath
2014-10-17
1
-0
/
+2
*
Write errors to stdout and not stderr in nptl/tst-setuid3.c
Arjun Shankar
2014-10-06
1
-15
/
+21
*
Remove configuration name patterns from shlib-versions.
Joseph Myers
2014-09-12
1
-1
/
+1
*
Move architecture-specific shlib-versions entries to sysdeps files.
Joseph Myers
2014-09-12
1
-5
/
+0
*
Remove NOT_IN_libc definition for pthread_atfork
Siddhesh Poyarekar
2014-08-21
1
-2
/
+0
*
Remove unnecessary uses of NOT_IN_libc
Siddhesh Poyarekar
2014-08-21
1
-5
/
+5
*
IA64: Define TLS_DEFINE_INIT_TP
Roland McGrath
2014-08-04
1
-0
/
+2
*
Add __safe_fatal and use it in __pthread_unwind forwarder fallback.
Roland McGrath
2014-07-31
1
-9
/
+6
*
Split nptl-signals.h out from pthreadP.h
Roland McGrath
2014-07-31
1
-16
/
+2
*
Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.
Roland McGrath
2014-07-15
3
-0
/
+107
*
Remove declarations of two nonexistent variables from nptl/pthreadP.h.
Roland McGrath
2014-07-15
1
-5
/
+0
*
nptl: Fix abort in case of set*id failure [BZ #17135]
Florian Weimer
2014-07-11
6
-5
/
+136
*
Get rid of lll_robust_dead.
Roland McGrath
2014-07-10
1
-1
/
+2
*
Get rid of lll_robust_trylock.
Roland McGrath
2014-07-10
1
-2
/
+3
*
NPTL is no longer an add-on!
Roland McGrath
2014-07-07
4
-298
/
+0
*
Get rid of nptl/sysdeps/ entirely!
Roland McGrath
2014-07-07
60
-2677
/
+108
*
Add missing #include for MIN/MAX users.
Roland McGrath
2014-07-01
3
-0
/
+3
*
Move remaining S390 code out of nptl/.
Roland McGrath
2014-06-26
25
-1444
/
+0
*
S390: Consolidate NPTL/non versions of vfork
Roland McGrath
2014-06-26
4
-219
/
+0
*
S390: Consolidate NPTL/non versions of clone
Roland McGrath
2014-06-26
2
-18
/
+0
*
Remove stray includes of kernel-features.h.
Joseph Myers
2014-06-25
18
-19
/
+0
*
Remove unused label
Andreas Schwab
2014-06-23
1
-1
/
+0
*
Move generic smp.h to nptl/
Roland McGrath
2014-06-20
1
-1
/
+1
*
Remove unused file rtld-lowlevel.h.
Roland McGrath
2014-06-20
1
-43
/
+0
*
Clean up stack-coloring macros.
Roland McGrath
2014-06-20
2
-0
/
+30
[next]