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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
pthread_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Add C11 threads thrd_* functions
Adhemerval Zanella
2018-07-24
1
-2
/
+16
*
x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]
H.J. Lu
2018-07-14
1
-0
/
+4
*
x86: Use pad in pthread_unwind_buf to preserve shadow stack register
H.J. Lu
2018-05-02
1
-3
/
+14
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
Adhemerval Zanella
2017-11-07
1
-2
/
+2
*
nptl: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-2
/
+0
*
ia64: Fix thread stack allocation permission set (BZ #21672)
Adhemerval Zanella
2017-08-29
1
-25
/
+2
*
Single threaded stdio optimization
Szabolcs Nagy
2017-07-04
1
-0
/
+4
*
Clean pthread functions namespaces for C11 threads
Adhemerval Zanella
2017-06-23
1
-9
/
+9
*
Bug 20116: Clarify behaviour of PD->lock.
Carlos O'Donell
2017-05-03
1
-2
/
+11
*
Remove CALL_THREAD_FCT macro
Adhemerval Zanella
2017-04-04
1
-4
/
+0
*
Bug 20116: Fix use after free in pthread_create()
Carlos O'Donell
2017-01-28
1
-33
/
+174
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
nptl: support thread stacks that grow up
Carlos O'Donell
2016-02-19
1
-3
/
+16
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-20
1
-10
/
+4
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
1
-2
/
+1
*
Add and use new glibc-internal futex API.
Torvald Riegel
2015-07-10
1
-4
/
+10
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
Roland McGrath
2014-12-12
1
-1
/
+1
*
NPTL: Fix pthread_create regression from default-sched.h refactoring.
Roland McGrath
2014-11-21
1
-3
/
+9
*
NPTL: Refactor scheduler setup in pthread_create.
Roland McGrath
2014-11-20
1
-15
/
+6
*
NPTL: Don't (re)validate sched_priority in pthread_create.
Roland McGrath
2014-11-19
1
-20
/
+1
*
NPTL: Refactor createthread.c
Roland McGrath
2014-11-18
1
-10
/
+143
*
NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
Roland McGrath
2014-10-17
1
-0
/
+2
*
Get rid of lll_robust_dead.
Roland McGrath
2014-07-10
1
-1
/
+2
*
Clean up __exit_thread.
Roland McGrath
2014-05-13
1
-1
/
+2
*
Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.
Roland McGrath
2014-03-14
1
-1
/
+1
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-9
/
+9
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
New API to set default thread attributes
Siddhesh Poyarekar
2013-06-15
1
-8
/
+43
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
1
-0
/
+1
*
Avoid unconditional __call_tls_dtors calls in static linking.
Roland McGrath
2013-03-28
1
-1
/
+4
*
Move __default_stacksize into __default_pthread_attr
Siddhesh Poyarekar
2013-03-19
1
-10
/
+1
*
C++11 thread_local destructors support
Siddhesh Poyarekar
2013-02-18
1
-0
/
+3
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Name space hygeine for madvise.
Roland McGrath
2012-10-04
1
-1
/
+1
*
Fix clone flag name in comment to CLONE_CHILD_CLEARTID.
Siddhesh Poyarekar
2012-10-02
1
-1
/
+1
*
Add systemtap static probe points in generic and x86_64 pthread code.
Roland McGrath
2012-05-25
1
-1
/
+3
*
Add --enable-systemtap configuration to define static probe points.
Roland McGrath
2012-05-25
1
-0
/
+4
*
Check __PTHREAD_MUTEX_HAVE_PREV for mutex prev
H.J. Lu
2012-05-11
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...
Jeff Law
2011-12-14
1
-2
/
+3
*
Optimize access to isXYZ and toXYZ tables
Ulrich Drepper
2011-10-15
1
-1
/
+5
*
Fix a few more problem with the recent setxid changes.
Ulrich Drepper
2010-03-09
1
-20
/
+10
*
Revert to original version of setxid race fix
Andreas Schwab
2010-03-08
1
-3
/
+0
*
Fix setxid race with thread creation
Ulrich Drepper
2010-03-05
1
-1
/
+8
*
Hint to kernel that thread stack memory can be removed.
Ulrich Drepper
2009-08-24
1
-0
/
+13
*
* Makeconfig (%.v.i): Depend on Makeconfig.
Roland McGrath
2009-02-28
1
-3
/
+3
*
[BZ #5436]
Ulrich Drepper
2008-04-09
1
-1
/
+3
[next]