about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Test case for bug 30619 fw/bug30619Florian Weimer2023-07-063-0/+143
* 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
* x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein2023-06-124-26/+51
* x86: Refactor Intel `init_cpu_features`Noah Goldstein2023-06-121-81/+309
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-06-121-27/+43
* pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer2023-06-061-1/+1
* linux: Fail as unsupported if personality call is filteredAdhemerval Zanella2023-06-051-12/+21
* Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers2023-06-051-1/+0
* hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev2023-06-041-38/+46
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-025-5/+5
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-011-4/+4
* Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar2023-06-011-1/+3
* getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott2023-06-011-17/+7
* getsourcefilter: Get rid of alloca.Joe Simmons-Talbott2023-06-011-17/+7
* tests: fix warn unused resultsFrédéric Bérat2023-06-012-3/+9
* tests: replace write by xwriteFrédéric Bérat2023-06-017-11/+19