about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* string: strerror must not return NULL (bug 30555) fw/bug30555Florian Weimer2023-06-153-4/+87
* hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer2023-06-151-0/+8
* manual: Manual update for strlcat, strlcpy, wcslcat, wclscpyPaul Eggert2023-06-142-3/+101
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-1449-0/+563
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-1450-0/+560
* tests: replace fgets by xfgetsFrederic Berat2023-06-137-14/+50
* tests: replace fread by xfreadFrederic Berat2023-06-139-12/+65
* posix: Add test case for gai_strerror()Dridi Boukelmoune2023-06-132-0/+44
* posix: Handle success in gai_strerror()Dridi Boukelmoune2023-06-131-0/+1
* LoongArch: Add support for dl_runtime_profilecaiyinyu2023-06-135-4/+220
* malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto2023-06-121-12/+11
* stdlib: Tune down fork arc4random testsAdhemerval Zanella Netto2023-06-121-8/+4
* tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott2023-06-121-20/+39
* 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
* Remove unused DATEMSK file for tst-getdateMartin Coufal2023-06-093-4/+1
* resolv_conf: release lock on allocation failure (bug 30527)Andreas Schwab2023-06-071-1/+4
* time: Fix use-after-free in getdateArjun Shankar2023-06-061-2/+3
* Move {read,write}_all functions to a dedicated headerFrédéric Bérat2023-06-064-81/+69
* tests: Replace various function calls with their x variantFrédéric Bérat2023-06-065-6/+13
* tests: fix warn unused result on asprintf callsFrédéric Bérat2023-06-0610-58/+29
* pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer2023-06-061-1/+1
* support: Add delayed__exit (with two underscores)Florian Weimer2023-06-062-11/+39
* time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella2023-06-051-29/+30
* 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
* Add lint-makefiles Makefile linting test.Carlos O'Donell2023-06-022-0/+84
* elf: Sort Makefile variables.Carlos O'Donell2023-06-021-1/+1
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-0212-14/+14
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-02206-313/+313
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-012-5/+6
* 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-0111-22/+60
* nptl_db/thread_dbP.h: fix warn unused resultFrédéric Bérat2023-06-011-1/+3
* malloc/{memusage.c, memusagestat.c}: fix warn unused resultFrédéric Bérat2023-06-012-16/+86
* catgets/gencat.c: fix warn unused resultFrédéric Bérat2023-06-011-11/+30
* tests: replace ftruncate by xftruncateFrédéric Bérat2023-06-013-3/+5
* tests: replace write by xwriteFrédéric Bérat2023-06-0132-39/+84
* x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu2023-06-011-1/+1
* support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar2023-06-011-2/+13
* io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella2023-05-311-0/+6
* elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer2023-05-311-2/+0
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-30153-214/+214
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-05-304-25/+133
* io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-05-301-1/+1
* elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer2023-05-305-2/+159