| Commit message (Expand) | Author | Age | Files | Lines |
* | Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097] | Florian Weimer | 2019-11-13 | 4 | -63/+52 |
* | Add new script for plotting string benchmark JSON output | Krzysztof Koch | 2019-11-13 | 1 | -0/+395 |
* | support: Fix support_set_small_thread_stack_size to build on Hurd | Florian Weimer | 2019-11-13 | 1 | -2/+7 |
* | login: Use pread64 in utmp implementation | Florian Weimer | 2019-11-12 | 1 | -72/+95 |
* | Clarify purpose of assert in _dl_lookup_symbol_x | Florian Weimer | 2019-11-12 | 1 | -5/+3 |
* | aarch64: Increase small and medium cases for __memcpy_generic | Krzysztof Koch | 2019-11-12 | 1 | -35/+47 |
* | login: Introduce matches_last_entry to utmp processing | Florian Weimer | 2019-11-12 | 1 | -49/+31 |
* | slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097] | Florian Weimer | 2019-11-12 | 6 | -22/+29 |
* | Fix clock_nanosleep when interrupted by a signal | Adhemerval Zanella | 2019-11-11 | 1 | -9/+7 |
* | libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose | Arjun Shankar | 2019-11-11 | 1 | -13/+7 |
* | support: Add xsetlocale function | Arjun Shankar | 2019-11-11 | 3 | -0/+32 |
* | Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X. | Joseph Myers | 2019-11-11 | 1 | -4/+4 |
* | y2038: linux: Provide __ppoll64 implementation | Lukasz Majewski | 2019-11-11 | 2 | -5/+57 |
* | linux: Reduce stack size for nptl/tst-thread-affinity-pthread | Florian Weimer | 2019-11-11 | 1 | -1/+4 |
* | support: Add support_set_small_thread_stack_size | Florian Weimer | 2019-11-11 | 4 | -0/+94 |
* | Fix array bounds violation in regex matcher (bug 25149) | Andreas Schwab | 2019-11-11 | 1 | -2/+5 |
* | sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable | Alistair Francis | 2019-11-08 | 2 | -4/+65 |
* | Remove hppa pthreadP.h | Adhemerval Zanella | 2019-11-08 | 1 | -16/+0 |
* | login: Acquire write lock early in pututline [BZ #24882] | Florian Weimer | 2019-11-07 | 3 | -31/+238 |
* | nptl: Add missing placeholder abi symbol from nanosleep move | Adhemerval Zanella | 2019-11-07 | 9 | -0/+9 |
* | login: Remove double-assignment of fl.l_whence in try_file_lock | Florian Weimer | 2019-11-07 | 1 | -1/+1 |
* | hurd: Use __clock_gettime in _hurd_select | Florian Weimer | 2019-11-07 | 1 | -7/+4 |
* | hurd: Remove lingering references to the time function | Florian Weimer | 2019-11-07 | 1 | -2/+2 |
* | math: enhance the endloop condition of function handle_input_flag | liqingqing | 2019-11-07 | 1 | -1/+1 |
* | nptl: Refactor thrd_sleep in terms of clock_nanosleep | Adhemerval Zanella | 2019-11-06 | 1 | -12/+9 |
* | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 2019-11-06 | 7 | -138/+59 |
* | nptl: Move nanosleep implementation to libc | Adhemerval Zanella | 2019-11-06 | 31 | -60/+5 |
* | posix: Sync regex with gnulib | Adhemerval Zanella | 2019-11-06 | 5 | -114/+49 |
* | Add mnw language code [BZ #25139] | Mike FABIAN | 2019-11-06 | 1 | -0/+1 |
* | Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139] | Talachan Mon | 2019-11-06 | 3 | -0/+290 |
* | S390: Fp comparison are now raising FE_INVALID with gcc 10. | Stefan Liebler | 2019-11-06 | 1 | -5/+7 |
* | linux: pselect: Remove CALL_PSELECT6 macro | Lukasz Majewski | 2019-11-05 | 1 | -9/+2 |
* | Fix run-one-test so that it runs elf tests | Arjun Shankar | 2019-11-05 | 1 | -1/+1 |
* | nptl: Fix niggles with pthread_clockjoin_np | Mike Crowe | 2019-11-04 | 4 | -3/+14 |
* | hppa: Align __clone stack argument to 8 bytes (Bug 25066) | John David Anglin | 2019-11-03 | 1 | -2/+7 |
* | y2038: linux: Provide __futimens64 implementation | Lukasz Majewski | 2019-11-02 | 2 | -3/+26 |
* | y2038: linux: Provide __utimensat64 implementation | Lukasz Majewski | 2019-11-02 | 2 | -4/+73 |
* | nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout test | Mike Crowe | 2019-11-01 | 2 | -0/+75 |
* | nptl: Add pthread_clockjoin_np | Mike Crowe | 2019-11-01 | 45 | -28/+235 |
* | manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np | Mike Crowe | 2019-11-01 | 1 | -2/+24 |
* | nptl: Convert tst-join3 to use libsupport | Mike Crowe | 2019-11-01 | 1 | -66/+20 |
* | Sync time/mktime.c with gnulib | Paul Eggert | 2019-10-31 | 1 | -1/+1 |
* | Sync timespec-{add,sub} with gnulib | Adhemerval Zanella | 2019-10-31 | 2 | -26/+14 |
* | Sync intprops.h with gnulib | Adhemerval Zanella | 2019-10-31 | 1 | -45/+169 |
* | Refactor adjtimex based on clock_adjtime | Adhemerval Zanella | 2019-10-31 | 3 | -2/+7 |
* | Refactor PI mutexes internal definitions | Adhemerval Zanella | 2019-10-31 | 7 | -69/+137 |
* | Remove pause and nanosleep not cancel wrappers | Adhemerval Zanella | 2019-10-31 | 5 | -76/+2 |
* | nptl: Replace non cancellable pause/nanosleep with futex | Adhemerval Zanella | 2019-10-31 | 7 | -82/+56 |
* | Consolidate lowlevellock-futex.h | Adhemerval Zanella | 2019-10-31 | 2 | -205/+128 |
* | Consolidate futex-internal.h | Adhemerval Zanella | 2019-10-31 | 2 | -270/+196 |