Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 2011-09-15 | 5 | -8/+35 |
| | |||||
* | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 8 | -43/+19 |
| | |||||
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 2 | -1/+4 |
| | | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | ||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 14 | -193/+64 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 9 | -59/+23 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Fix macro used in test | H.J. Lu | 2011-09-08 | 2 | -1/+8 |
| | |||||
* | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | 2011-09-07 | 6 | -45/+37 |
| | |||||
* | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | 2011-09-06 | 2 | -8/+10 |
| | |||||
* | Fix nptl semaphore cleanup invocation. | David S. Miller | 2011-09-05 | 7 | -57/+107 |
| | |||||
* | Fix setxid race handling exiting threads | Andreas Schwab | 2011-08-31 | 2 | -1/+15 |
| | |||||
* | Fix typo in tst-cleanup0.out rule. | David S. Miller | 2011-08-20 | 2 | -1/+5 |
| | |||||
* | Align x86 TCB to 64 bytes (cache line size), important for Atom. | Roland McGrath | 2011-08-14 | 3 | -7/+26 |
| | |||||
* | Fix stack alignment on x86_64 | Andreas Schwab | 2011-08-09 | 4 | -7/+16 |
| | |||||
* | Add read barriers in cancellation initialization | Ulrich Drepper | 2011-07-22 | 2 | -3/+19 |
| | |||||
* | Quash a warning in nptl/allocatestack.c | Roland McGrath | 2011-07-14 | 2 | -1/+6 |
| | |||||
* | Rebuild configure scripts | Ulrich Drepper | 2011-07-06 | 2 | -4/+4 |
| | |||||
* | Fix robust mutex handling after fork | Ulrich Drepper | 2011-06-30 | 5 | -15/+66 |
| | |||||
* | Quash two memset undeclared warnings. | Andreas Jaeger | 2011-06-14 | 2 | -1/+6 |
| | |||||
* | Translate kernel error into what pthread_create should return | Ulrich Drepper | 2011-05-11 | 2 | -1/+6 |
| | |||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 3 | -6/+6 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 2 | -1/+13 |
| | |||||
* | Remove use of ranlib. | Ulrich Drepper | 2011-02-15 | 2 | -101/+239 |
| | |||||
* | Fix comment typos. | Roland McGrath | 2011-01-19 | 7 | -12/+21 |
| | |||||
* | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | 2011-01-16 | 2 | -1/+5 |
| | |||||
* | Change setgroups to affect all the threads in the process. | Ulrich Drepper | 2011-01-14 | 2 | -4/+11 |
| | |||||
* | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper | 2011-01-13 | 2 | -1/+3 |
| | |||||
* | Handle long lines in host lookups in the right place. | Ulrich Drepper | 2011-01-13 | 2 | -0/+6 |
| | |||||
* | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 2010-10-13 | 3 | -8/+11 |
| | |||||
* | Fix namespace pollution in pthread_cleanup_push. | Andreas Schwab | 2010-09-21 | 2 | -6/+12 |
| | |||||
* | Small optimization of alloca handling. | Ulrich Drepper | 2010-09-03 | 2 | -2/+7 |
| | |||||
* | Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback | Dinakar Guniguntala | 2010-08-19 | 2 | -2/+7 |
| | |||||
* | Fix last CL. | Ulrich Drepper | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu | 2010-08-15 | 2 | -0/+7 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2010-08-15 | 1 | -8/+8 |
| | |||||
* | PowerPC64 ABI fixes | Alan Modra | 2010-08-12 | 2 | -25/+55 |
| | |||||
* | Fix type mismatch | Andreas Schwab | 2010-07-06 | 2 | -1/+6 |
| | |||||
* | Cleanup new tst-abstime program some more. | Ulrich Drepper | 2010-07-03 | 2 | -1/+9 |
| | |||||
* | Improve new tst-abstime test. | Ulrich Drepper | 2010-07-02 | 2 | -14/+47 |
| | |||||
* | Add missing file | Andreas Schwab | 2010-07-02 | 1 | -0/+65 |
| | |||||
* | Work around kernel rejecting valid absolute timestamps | Andreas Schwab | 2010-07-01 | 9 | -8/+73 |
| | |||||
* | Fix build with newer linker. | Ulrich Drepper | 2010-07-01 | 2 | -1/+6 |
| | |||||
* | [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME. | Takashi Yoshii | 2010-06-14 | 2 | -2/+7 |
| | |||||
* | Fix typo in last commit. | Ulrich Drepper | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Implement interfaces to set and get names of threads. | Ulrich Drepper | 2010-04-09 | 6 | -2/+159 |
| | | | | | | | | 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 McGrath | 2010-04-05 | 4 | -76/+9 |
| | |||||
* | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO | Luis Machado | 2010-03-24 | 2 | -2/+17 |
| | |||||
* | Fix a few more problem with the recent setxid changes. | Ulrich Drepper | 2010-03-09 | 3 | -29/+28 |
| | |||||
* | Revert to original version of setxid race fix | Andreas Schwab | 2010-03-08 | 3 | -3/+15 |
| | |||||
* | Fix setxid race with thread creation | Ulrich Drepper | 2010-03-05 | 4 | -8/+39 |
| | |||||
* | Fix pthread_cond_*wait with requeue-PI on i386. | Michal Schmidt | 2010-01-15 | 3 | -11/+24 |
| |