about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: Fix build with GCC 9Samuel Thibault2018-11-141-2/+3
* Fix mips build with GCC 9.Joseph Myers2018-11-131-1/+6
* Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers2018-11-131-3/+3
* Fix sparc64 build with GCC 9.Joseph Myers2018-11-131-1/+2
* Fix armv7 build with GCC 9.Joseph Myers2018-11-121-1/+2
* Fix i686 build with GCC 9.Joseph Myers2018-11-126-6/+6
* Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers2018-11-121-10/+0
* hurd: Document dtable_cloexec size convention.Samuel Thibault2018-11-111-1/+1
* Hurd: export _hurd_port_moveSamuel Thibault2018-11-101-0/+1
* Hurd: Fix ulinks in fd table reallocationSamuel Thibault2018-11-101-1/+11
* Hurd: Implement chdir support in posix_spawnSamuel Thibault2018-11-101-10/+77
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-0918-21/+21
* Remove __ASSUME_SOCKETCALL.Joseph Myers2018-11-088-25/+0
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-11-082-14/+46
* Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers2018-11-072-0/+12
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2018-11-071-0/+5
* Correct SH kernel-features.h undefines (bug 23862).Joseph Myers2018-11-061-1/+4
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-0629-0/+37
* hurd: Fix last-minute refactoringSamuel Thibault2018-11-041-1/+1
* hurd: Support msyncSamuel Thibault2018-11-031-0/+93