about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558) azanella/bz30558-posix_timerAdhemerval Zanella2023-06-2311-378/+282
* benchtests: fix warn unused resultFrederic Berat2023-06-222-2/+7
* sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused resultFrederic Berat2023-06-221-1/+3
* rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat2023-06-221-2/+2
* debug/readlink{, at}_chk.c: Harmonize declaration and definitionFrederic Berat2023-06-222-2/+4
* wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat2023-06-223-192/+173
* stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2023-06-222-11/+12
* 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
* C2x scanf %b supportJoseph Myers2023-06-195-9/+248
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-1911-15/+851
* tests: replace system by xsystemFrédéric Bérat2023-06-198-6/+85
* tests: replace read by xreadFrédéric Bérat2023-06-1911-10/+56
* hurd: writev: Get rid of allocaJoe Simmons-Talbott2023-06-191-23/+14
* grantpt: Get rid of allocaJoe Simmons-Talbott2023-06-181-1/+11
* 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