about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-034-0/+65
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01128-128/+128
* Fix return code for __libc_signal_* functionsAdhemerval Zanella2019-12-271-6/+6
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-191-2/+0
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-0/+9
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-0/+29
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-2/+9
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-271-1/+8
* Enable inlining issignalingf within glibcPaul A. Clarke2019-11-211-29/+0
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-211-0/+3
* Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2019-11-161-1/+3
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-151-4/+13
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+7
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-1/+1
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-311-4/+0
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-0/+20
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-8/+8
* Add nocancel version of pread64()Leandro Pereira2019-10-181-0/+2
* Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang2019-09-171-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07126-126/+126
* MIPS support for GNU hashMihailo Stojanovic2019-08-291-0/+17
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-2/+11
* Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella2019-08-231-0/+1
* login: Assume that _HAVE_UT_* constants are trueFlorian Weimer2019-08-131-22/+12
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-101-0/+16
* Add single-thread.h headerAdhemerval Zanella2019-05-141-0/+24
* Add generic hp-timing supportWilco Dijkstra2019-03-221-9/+16
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-222-10/+3
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-5/+0
* Move inttypes.h and stdint.h to stdlib.Zack Weinberg2019-03-132-753/+0
* elf: Remove remnants of MAP_ANON emulationFlorian Weimer2019-03-041-4/+0
* Add some spaces before '('.Joseph Myers2019-02-273-4/+4
* Break more lines before not after operators.Joseph Myers2019-02-252-4/+4
* Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer2019-02-081-21/+0
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-081-0/+21
* arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer2019-02-051-0/+19
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01126-126/+126
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-1/+0
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-7/+0
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-0/+4
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-0/+22
* posix: Use posix_spawn on systemAdhemerval Zanella2018-11-301-0/+2
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-021-1/+3