index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nptl
/
allocatestack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: support thread stacks that grow up
Carlos O'Donell
2016-02-19
1
-7
/
+13
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
nptl: fix set-but-unused warning w/_STACK_GROWS_UP
Mike Frysinger
2015-08-05
1
-7
/
+10
*
Add and use new glibc-internal futex API.
Torvald Riegel
2015-07-10
1
-6
/
+10
*
Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage
Alexandre Oliva
2015-03-17
1
-6
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
NPTL: Clean up THREAD_SYSINFO macros.
Roland McGrath
2014-10-17
1
-4
/
+2
*
NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
Roland McGrath
2014-10-17
1
-0
/
+3
*
nptl: Fix abort in case of set*id failure [BZ #17135]
Florian Weimer
2014-07-11
1
-2
/
+25
*
Clean up stack-coloring macros.
Roland McGrath
2014-06-20
1
-0
/
+1
*
Inline nested function check_list
Siddhesh Poyarekar
2014-06-06
1
-20
/
+17
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-7
/
+7
*
Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."
Allan McRae
2014-02-06
1
-1
/
+5
*
Revert "Async-signal safe TLS."
Allan McRae
2014-02-06
1
-9
/
+4
*
Async-signal safe TLS.
Andrew Hunter
2014-01-03
1
-4
/
+9
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Patch 3/4 of the effort to make TLS access async-signal-safe.
Paul Pluzhnikov
2013-12-18
1
-5
/
+1
*
New API to set default thread attributes
Siddhesh Poyarekar
2013-06-15
1
-2
/
+10
*
Move __default_stacksize into __default_pthread_attr
Siddhesh Poyarekar
2013-03-19
1
-1
/
+1
*
Remove unnecessary assert on attr in allocate_stack().
Carlos O'Donell
2013-01-11
1
-1
/
+4
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Remove __ASSUME_TGKILL.
Joseph Myers
2012-08-08
1
-11
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Return errno on failure in allocate_stack
Carlos O'Donell
2011-12-14
1
-12
/
+4
*
Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork
Andreas Schwab
2011-09-15
1
-0
/
+1
*
Fix setxid race handling exiting threads
Andreas Schwab
2011-08-31
1
-1
/
+10
*
Quash a warning in nptl/allocatestack.c
Roland McGrath
2011-07-14
1
-1
/
+1
*
Translate kernel error into what pthread_create should return
Ulrich Drepper
2011-05-11
1
-1
/
+1
*
Fix memory leak in TLS of loaded objects.
Ulrich Drepper
2011-04-10
1
-1
/
+6
*
Revert to original version of setxid race fix
Andreas Schwab
2010-03-08
1
-0
/
+9
*
Fix setxid race with thread creation
Ulrich Drepper
2010-03-05
1
-3
/
+10
*
Fix races in setXid implementation.
Daniel Jacobowitz
2009-10-30
1
-19
/
+104
*
* allocatestack.c (__free_stacks): Renamed from free_stacks.
Ulrich Drepper
2009-01-29
1
-14
/
+6
*
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
Ulrich Drepper
2009-01-08
1
-10
/
+10
*
(in_flight_stack): New variable. (stack_list_del): New function. Use instead of list_del. (stack_list_add): New function. Use instead of list_add when adding to stack_cache and stack_used lists. (__reclaim_stacks): Complete operations on stack_cache and stack_used lists when the fork call inter...
Ulrich Drepper
2009-01-07
1
-11
/
+86
*
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
Ulrich Drepper
2008-08-15
1
-14
/
+8
*
* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional
Ulrich Drepper
2007-12-14
1
-1
/
+1
*
* sysdeps/x86_64/memset.S: Add sfence after movnti.
Ulrich Drepper
2007-11-08
1
-1
/
+6
*
[BZ #4938]
Ulrich Drepper
2007-08-21
1
-0
/
+20
*
* nscd/servicescache.c: Include kernel-features.h.
Ulrich Drepper
2007-08-13
1
-0
/
+1
*
* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
Ulrich Drepper
2007-08-01
1
-22
/
+22
*
* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
Ulrich Drepper
2007-07-28
1
-3
/
+3
*
* allocatestack.c (allocate_stack): Make code compile if
Ulrich Drepper
2007-06-17
1
-0
/
+2
*
[BZ #4586]
Ulrich Drepper
2007-06-08
1
-3
/
+3
*
* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit
Ulrich Drepper
2007-05-28
1
-4
/
+4
*
* init.c: Make it compile with older kernel headers.
Ulrich Drepper
2007-05-27
1
-3
/
+2
*
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
Ulrich Drepper
2007-05-26
1
-2
/
+3
*
* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,
Ulrich Drepper
2007-05-25
1
-6
/
+4
*
* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.
Ulrich Drepper
2007-05-25
1
-4
/
+4
*
* init.c (__pthread_initialize_minimal_internal): Check whether
Ulrich Drepper
2007-05-23
1
-0
/
+12
[next]