about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell2012-10-101-2/+2
| | | | | | | | The macro pthread_cleanup_push_defer_np in pthread.h has a misaligned line continuation marker. This marker was previously aligned, but recent changes have moved it out of alignment. This change realigns the marker. This also reduces the diff against the hppa version of pthread.h where the marker is aligned.
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-120/+0
|
* [BZ #14583]Jeff Law2012-09-141-1/+1
| | | | * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-131-12/+0
|
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-151-2/+8
|
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-4/+0
|
* Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers2012-08-071-8/+1
|
* Wrap __builtin_expect in pthread.hSiddhesh Poyarekar2012-06-041-2/+2
| | | | | | [BZ #14188] This fixes compilation of programs using pthread_cleanup_push built with non-gcc compilers and older gcc compilers.
* Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu2012-05-141-1/+10
|
* Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu2012-05-111-1/+1
|
* Hurd: libc_once_getThomas Schwinge2012-05-101-0/+2
|
* move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar2012-04-261-2/+2
|
* Make pthread.h define all symbols from time.h.Joseph Myers2012-03-091-4/+0
| | | | | | | | See: http://www.pasc.org/interps/unofficial/db/p1003.1c/pasc-1003.1c-46.html http://www.pasc.org/interps/unofficial/db/p1003.1/pasc-1003.1-86.html https://www.opengroup.org/sophocles/show_mail.tpl?CALLER=index.tpl&source=L&listname=austin-group-l&id=17302 (Geoff Clare, austin-group-l, 9 Mar 2012)
* Weaken two NPTL configure link tests to compile tests.Joseph Myers2012-03-072-29/+19
|
* Remove private information from libc-lock.hUlrich Drepper2012-03-062-398/+440
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-0/+3
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+2
|
* Remove old initfini mechanism.Joseph Myers2012-02-211-124/+0
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0931-93/+62
|
* Add const attribute to pthread_equalUlrich Drepper2012-01-101-1/+2
|
* Consistently added return to pthread_exitUlrich Drepper2012-01-101-2/+2
|
* Remove pre-ISO C supportUlrich Drepper2012-01-073-55/+53
| | | | No more __const.
* Use __pthread_get_minstack in more placesUlrich Drepper2011-12-221-2/+4
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-19/+19
|
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-151-8/+23
|
* Simplify malloc initializationUlrich Drepper2011-09-101-1/+2
| | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
* Add read barriers in cancellation initializationUlrich Drepper2011-07-221-3/+11
|
* Rebuild configure scriptsUlrich Drepper2011-07-061-3/+3
|
* Fix robust mutex handling after forkUlrich Drepper2011-06-301-1/+2
|
* Remove use of ranlib.Ulrich Drepper2011-02-151-92/+150
|
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-141-4/+4
|
* Fix namespace pollution in pthread_cleanup_push.Andreas Schwab2010-09-211-6/+6
|
* Small optimization of alloca handling.Ulrich Drepper2010-09-031-2/+2
|
* Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-091-0/+12
| | | | | | | | At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
* Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-053-76/+2
|
* Fix a few more problem with the recent setxid changes.Ulrich Drepper2010-03-091-9/+10
|
* Fix setxid race with thread creationUlrich Drepper2010-03-051-4/+10
|
* Fix up pthread.h for XPG7.Ulrich Drepper2010-01-121-7/+3
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-8/+8
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* Make name of libgcc_s library configurableAndreas Schwab2009-11-032-4/+6
|
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-30/+38
|
* Fix malformed #pragma.Andreas Schwab2009-09-071-1/+1
|
* Implement pthread_sigqueue.Ulrich Drepper2009-06-121-1/+7
| | | | | | The kernel from 2.3.31 on supports the rt_tgsigqueueinfo syscall. Use it to implement the non-standard extension which, like sigqueue, can pass additional data to the receiving thread.
* Unify source for async cancel handling.Ulrich Drepper2009-05-161-87/+4
| | | | | Unify all three places where we enable async cancellation for syscalls. Optimize a bit.
* * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper2009-02-261-1/+1
| | | | | | | | | | | | | * locale/xlocale.h: Define locale_t type. * locale/locale.h: duplocale, freelocale, newlocale, uselocale are in POSIX 2008. Don't define locale_t here. * stdlib/monetary.h: strfmon_l is in POSIX 2008. * signal/signal.h: Declare psignal and psiginfo for POSIX 2008. * stdio-common/psiginfo.c: New file. * stdio-common/psiginfo-data.h: New file. * stdio-common/psiginfo-define.h: New file. * stdio-common/Makefile (routines): Add psiginfo. * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
* * ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-6/+22
| | | | | | * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in POSIX 2008. /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
* * sysdeps/pthread/unwind-forcedunwind.c: Encrypt all functionUlrich Drepper2009-01-291-10/+29
| | | | pointer variables.
* * allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper2009-01-291-4/+18
| | | | | | | | | | | | | | | (__free_stack_cache): Removed. Change callers to call __free_stacks. * init.c (nptl_freeres): New function. (pthread_functions): Initialize ptr_freeres to nptl_freeres. * pthreadP.h: Don't declare __free_stack_cache. Declare __free_stacks. * sysdeps/pthread/unwind-forcedunwind.c (libgcc_s_handle): New variable. (pthread_cancel_init): Depend in libgcc_s_handle for decision to load DSO. Assign last. (__unwind_freeres): New function. * allocatestack.c (__reclaim_stacks): Reset in_flight_stack later for better debugging. No need to use stack_list_add here.
* * sysdeps/pthread/list.h (list_add): Initialize new element first.Ulrich Drepper2009-01-081-13/+2
| | | | (list_add_tail): Removed.
* [BZ #6545]Ulrich Drepper2008-12-091-2/+2
| | | | | * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make available only for __USE_GNU.