about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Update kernel version to 6.1 in header constant testsJoseph Myers2022-12-213-4/+4
* Update syscall lists for Linux 6.1Joseph Myers2022-12-201-2/+2
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-195-101/+22
* Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2022-12-192-2/+2
* Linux: Reflow and sort some Makefile variablesFlorian Weimer2022-12-191-63/+155
* mach: Drop remnants of old_CFLAGSSamuel Thibault2022-12-192-8/+0
* mach: Fix passing -ffreestanding when checking for gnumach headersSamuel Thibault2022-12-192-12/+6
* Force use of -ffreestanding when checking for gnumach headersFlavio Cruz2022-12-192-1/+13
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2022-12-151-1/+11
* Allow _Qp_fgt in sparc64 localplt.dataJoseph Myers2022-12-131-0/+1
* Linux: Consolidate typesizes.hAdhemerval Zanella Netto2022-12-079-0/+646
* Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto2022-12-072-57/+54
* Linux: make generic xstatver.h the default oneAdhemerval Zanella Netto2022-12-074-11/+37
* Linux: Remove generic sysdepAdhemerval Zanella Netto2022-12-0710-33/+21
* Linux: Assume and consolidate shutdown wire-up syscallAdhemerval Zanella Netto2022-12-0710-15/+8
* Linux: Assume and consolidate listen wire-up syscallAdhemerval Zanella Netto2022-12-0710-17/+6
* Linux: Assume and consolidate socketpair wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate socket wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate bind wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+9
* Linux: consolidate ____longjmp_chkAdhemerval Zanella Netto2022-12-071-3/+3
* Linux: consolidate sendfile implementationAdhemerval Zanella Netto2022-12-077-11/+49
* Linux: consolidate unlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate symlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate rmdir implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate readlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate mkdir implementationAdhemerval Zanella Netto2022-12-071-7/+8
* Linux: consolidate link implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate lchown implementationAdhemerval Zanella Netto2022-12-071-3/+8
* Linux: consolidate inotify_init implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate dup2 implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chown implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chmod implementationAdhemerval Zanella Netto2022-12-071-3/+7
* linux: Consolidate dl-origin.cAdhemerval Zanella Netto2022-12-072-88/+5
* linux: Use long int for syscall return valueXing Li2022-12-071-1/+1
* LoongArch: Use medium cmodel build libc_nonshared.a.Chenghua Xu2022-12-073-0/+38
* x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2022-12-062-3/+3
* configure: Remove AS checkAdhemerval Zanella2022-12-062-3/+3
* configure: Remove check if ld is GNUAdhemerval Zanella2022-12-061-15/+13
* hurd: Make getrandom cache the server portSergey Bugaev2022-12-021-15/+102
* powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan2022-12-025-256/+2
* x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2022-12-022-0/+8
* x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu2022-12-025-1/+73
* ARC: update definitions in elf/elf.hShahab Vahedi2022-11-291-4/+4
* LoongArch: Add support for ilogb[f]Xiaolin Tang2022-11-292-0/+78
* LoongArch: Add support for scalb[f]Xiaolin Tang2022-11-292-0/+120
* LoongArch: Add support for scalbn[f]Xiaolin Tang2022-11-292-0/+58
* LoongArch: Use __builtin_logb{,f} with GCC >= 13Xiaolin Tang2022-11-291-0/+10
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-296-0/+23
* LoongArch: Use __builtin_llrint{,f} with GCC >= 13Xiaolin Tang2022-11-291-0/+10