about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* i386: make debug wrappers compatible with static PIEAndreas Schwab2023-07-124-8/+8
* LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu2023-07-113-11/+9
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-118-69/+244
* LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu2023-07-112-0/+43
* sysdeps: Add missing hidden definitions for i386Frédéric Bérat2023-07-102-0/+2
* sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat2023-07-101-0/+20
* LoongArch: config: Rewrite check on static PIE.caiyinyu2023-07-072-14/+14
* Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin2023-07-062-9/+3
* sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2023-07-052-14/+17
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-051-0/+1
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+4
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-054-0/+4
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-0522-1/+46
* sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat2023-07-0519-40/+40
* Exclude routines from fortificationFrédéric Bérat2023-07-054-16/+101
* hurd: Implement MAP_EXCLSergey Bugaev2023-07-032-10/+23
* hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev2023-07-031-2/+9
* hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev2023-07-031-3/+7
* hurd: Map brk non-executableSergey Bugaev2023-07-031-2/+2
* htl: Let Mach place thread stacksSergey Bugaev2023-07-031-29/+6
* mach: strerror must not return NULL (bug 30555)Samuel Thibault2023-07-021-7/+19
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-011-0/+4
* hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault2023-07-011-2/+7
* ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu2023-06-303-0/+9
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-3015-1/+597
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-3015-1/+563
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-3013-6/+430
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-3013-123/+609
* Update syscall lists for Linux 6.4Joseph Myers2023-06-285-2/+7
* linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella2023-06-281-12/+16
* linux: Split tst-ttynameAdhemerval Zanella2023-06-284-206/+259
* x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella2023-06-261-1/+1
* check_native: Get rid of allocaJoe Simmons-Talbott2023-06-261-24/+11
* ifaddrs: Get rid of allocaJoe Simmons-Talbott2023-06-261-26/+20
* x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2023-06-262-0/+0
* benchtests: fix warn unused resultFrederic Berat2023-06-221-1/+2
* sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused resultFrederic Berat2023-06-221-1/+3
* sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2023-06-222-2/+2
* hurd: readv: Get rid of allocaJoe Simmons-Talbott2023-06-201-16/+12
* hurd: writev: Add back cleanup handlerJoe Simmons-Talbott2023-06-201-3/+7
* Fix misspellings -- BZ 25337Paul Pluzhnikov2023-06-192-2/+2
* tests: replace read by xreadFrédéric Bérat2023-06-195-7/+9
* hurd: writev: Get rid of allocaJoe Simmons-Talbott2023-06-191-23/+14
* grantpt: Get rid of allocaJoe Simmons-Talbott2023-06-181-1/+11
* hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer2023-06-151-0/+8
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-1435-0/+140
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-1435-0/+140
* tests: replace fgets by xfgetsFrederic Berat2023-06-131-1/+2
* posix: Handle success in gai_strerror()Dridi Boukelmoune2023-06-131-0/+1
* LoongArch: Add support for dl_runtime_profilecaiyinyu2023-06-135-4/+220