about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Do not clobber r12 for ia64 syscalls.Joseph Myers2018-12-171-1/+1
* Add test that MAP_* constants agree with kernel.Joseph Myers2018-12-172-0/+74
* Add statx conditionals for wordsize-32 *xstat.cMao Han2018-12-1713-6/+169
* Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers2018-12-141-13/+0
* Do not clobber sp in _hurd_stack_setup.Joseph Myers2018-12-131-1/+1
* x86: Add Hygon Dhyana support.Carlos O'Donell2018-12-131-2/+3
* Remove x86 mathinline.h hypot inline.Joseph Myers2018-12-121-4/+0
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-121-1/+1
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-123-18/+38
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Move tst-signal-numbers to Python.Joseph Myers2018-12-103-90/+55
* Enable VDSO for static linking on mipsRafael Ávila de Espíndola2018-12-105-10/+13
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-102-3/+17
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-1027-4/+0
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-081-2/+2
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-2/+2
* Add getcpuH.J. Lu2018-12-0731-1/+83
* hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault2018-12-071-0/+44
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-0729-0/+37
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-054-276/+238
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-053-23/+23
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-10/+11
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-130/+121
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-053-4/+23
* Enable VDSO for static linking on armRafael Ávila de Espíndola2018-12-033-10/+8
* posix: Fix segfault in maybe_script_executeAdhemerval Zanella2018-12-031-1/+1
* x86: Extend CPUID support in struct cpu_featuresH.J. Lu2018-12-036-245/+1249
* htl: Fix comparing attr with default valuesSamuel Thibault2018-12-014-4/+4
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-012-0/+49
* Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola2018-11-302-7/+8
* scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer2018-11-301-1/+1
* posix: Use posix_spawn on systemAdhemerval Zanella2018-11-308-255/+118
* hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault2018-11-301-6/+4
* S390: Regenerate ULPs.Stefan Liebler2018-11-281-12/+8
* Fix Hurd build with read-only source directory.Joseph Myers2018-11-271-3/+4
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-5/+6
* Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola2018-11-273-10/+8
* Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola2018-11-264-9/+10
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-237-10/+22
* Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers2018-11-231-3/+4
* x86/CET: Add a re-exec test with legacy bitmapH.J. Lu2018-11-232-2/+86
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-2133-11/+57
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-2129-6/+49
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-2134-7/+56
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-2139-16/+106
* [AArch64] Adjust writeback in non-zero memsetWilco Dijkstra2018-11-201-3/+4
* hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault2018-11-191-0/+13
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-25/+17
* hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault2018-11-166-34/+136