Age | Commit message (Expand) | Author | Files | Lines |
2021-04-21 | nptl: Move pthread_exit into libc | Florian Weimer | 39 | -55/+66 |
2021-04-21 | nptl: Move __nptl_deallocate_tsd into libc | Florian Weimer | 8 | -102/+116 |
2021-04-21 | nptl: Move __pthread_keys global variable into libc | Florian Weimer | 6 | -7/+28 |
2021-04-21 | nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE | Florian Weimer | 2 | -0/+6 |
2021-04-21 | nptl: Move internal __nptl_nthreads variable into libc | Florian Weimer | 9 | -20/+30 |
2021-04-21 | csu: Move calling main out of __libc_start_main_impl | Florian Weimer | 3 | -70/+116 |
2021-04-21 | nptl: Move __pthread_unwind_next into libc | Florian Weimer | 82 | -189/+126 |
2021-04-21 | nptl: Move pthread_once and __pthread_once into libc | Florian Weimer | 70 | -94/+152 |
2021-04-21 | nptl: Move __pthread_cleanup_upto into libc | Florian Weimer | 8 | -18/+8 |
2021-04-21 | x86: Restore compile-time check for shadow stack pointer in longjmp | Adhemerval Zanella | 1 | -0/+39 |
2021-04-21 | nptl: Remove longjmp, siglongjmp from libpthread | Florian Weimer | 33 | -276/+28 |
2021-04-21 | nptl: Move legacy cancelation handling into libc as compat symbols | Florian Weimer | 68 | -146/+188 |
2021-04-21 | nptl: Move legacy unwinding implementation into libc | Florian Weimer | 7 | -116/+97 |
2021-04-21 | nptl: Move __pthread_cleanup_routine into libc | Florian Weimer | 64 | -33/+76 |
2021-04-21 | nptl: Move pthread_mutex_consistent into libc | Florian Weimer | 69 | -72/+135 |
2021-04-21 | elf: Remove lazy tlsdesc relocation related code | Szabolcs Nagy | 5 | -51/+6 |
2021-04-21 | Fix argv overrun in getconf (bug 27761) | Andreas Schwab | 1 | -2/+2 |
2021-04-21 | nptl_db: Support different libpthread/ld.so load orders (bug 27744) | Florian Weimer | 7 | -11/+180 |
2021-04-19 | x86: Optimize strlen-avx2.S | Noah Goldstein | 2 | -214/+334 |
2021-04-19 | x86: Optimize strlen-evex.S | Noah Goldstein | 1 | -264/+317 |
2021-04-19 | Reindent string/test-memmove.c | H.J. Lu | 1 | -15/+15 |
2021-04-19 | x86: Expand test-memset.c and bench-memset.c | Noah Goldstein | 2 | -7/+19 |
2021-04-19 | x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S | Noah Goldstein | 5 | -27/+74 |
2021-04-19 | x86-64: Require BMI2 for strchr-avx2.S | H.J. Lu | 2 | -5/+11 |
2021-04-19 | x86-64: Require BMI2 for __strlen_evex and __strnlen_evex | H.J. Lu | 1 | -2/+4 |
2021-04-18 | benchtests: Fix name of exp10f benchmark variant | Siddhesh Poyarekar | 1 | -1/+1 |
2021-04-18 | benchtests: Fix pthread-locks test to produce valid json | Siddhesh Poyarekar | 2 | -8/+11 |
2021-04-16 | x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c | noah | 3 | -55/+82 |
2021-04-16 | Set the retain attribute on _elf_set_element if CC supports [BZ #27492] | Fangrui Song | 13 | -4/+162 |
2021-04-16 | x86: Update large memcpy case in memmove-vec-unaligned-erms.S | noah | 1 | -73/+265 |
2021-04-16 | powerpc: Add missing registers to clobbers list for syscalls [BZ #27623] | Matheus Castanho | 1 | -3/+6 |
2021-04-15 | misc: syslog: Use static const for AF_UNIX address | Adhemerval Zanella | 1 | -5/+6 |
2021-04-15 | misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145) | Adhemerval Zanella | 1 | -1/+2 |
2021-04-15 | misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144) | Adhemerval Zanella | 2 | -49/+4 |
2021-04-15 | misc: syslog: Use bool for connected | Adhemerval Zanella | 1 | -3/+3 |
2021-04-15 | posix: Add wait3 tests | Adhemerval Zanella | 4 | -191/+235 |
2021-04-15 | time: Add 64 bit tests for getdate / getdate_r | Adhemerval Zanella | 1 | -61/+92 |
2021-04-15 | time: Add basic timespec_get tests | Adhemerval Zanella | 2 | -1/+42 |
2021-04-15 | time: Add timegm/timelocal basic tests | Adhemerval Zanella | 2 | -1/+96 |
2021-04-15 | time: Add gmtime/gmtime_r tests | Adhemerval Zanella | 2 | -1/+125 |
2021-04-15 | time: Add getitimer and setitimer basic tests | Adhemerval Zanella | 2 | -1/+176 |
2021-04-15 | io: Use temporary directory and file for ftwtest-sh | Adhemerval Zanella | 1 | -123/+119 |
2021-04-15 | io: Add basic tests for utimensat | Adhemerval Zanella | 2 | -0/+71 |
2021-04-15 | linux: Add lutimes test | Adhemerval Zanella | 7 | -5/+64 |
2021-04-15 | linux: Add futimes test | Adhemerval Zanella | 2 | -0/+47 |
2021-04-15 | io: Move file timestamps tests out of Linux | Adhemerval Zanella | 6 | -2/+5 |
2021-04-15 | elf: Fix missing include in test case [BZ #27136] | Szabolcs Nagy | 1 | -0/+1 |
2021-04-15 | s390: Update ulps | Stefan Liebler | 1 | -3/+3 |
2021-04-15 | i386: Remove lazy tlsdesc relocation related code | Szabolcs Nagy | 3 | -391/+2 |
2021-04-15 | x86_64: Remove lazy tlsdesc relocation related code | Szabolcs Nagy | 4 | -219/+2 |