summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hurd: Do not take any flag from the CMSG_DATASamuel Thibault2023-04-251-1/+3
* hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev2023-04-242-2/+7
* hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault2023-04-241-2/+2
* hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev2023-04-248-23/+33
* hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev2023-04-242-4/+4
* hurd: Only deallocate addrport when it's validSergey Bugaev2023-04-245-6/+10
* hurd: Implement MAP_32BITSergey Bugaev2023-04-243-7/+12
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-226-11/+16
* misc: Convert daemon () to GNU coding styleSergey Bugaev2023-04-221-39/+49
* wcsmbs: Add wcsdup() tests. (BZ #30266)azanella/bz30266Joe Simmons-Talbott2023-04-212-0/+3
* string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+201
* string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+202
* string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott2023-04-211-2/+2
* hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev2023-04-213-17/+19
* hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev2023-04-201-2/+2
* Created tunable to force small pages on stack allocation.Cupertino Miranda2023-04-207-0/+42
* malloc: Add missing shared thread library flagsAdhemerval Zanella2023-04-201-0/+1
* linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-48/+158
* posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-126/+425
* build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw2023-04-191-0/+1
* malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie2023-04-184-82/+268
* hurd: Microoptimize sigreturnSergey Bugaev2023-04-181-3/+9
* rcmd.c: Fix indentation in last commitSiddhesh Poyarekar2023-04-181-2/+2
* inet/rcmd.c: fix warn unused resultFrédéric Bérat2023-04-181-2/+5
* hurd: Avoid leaking task & thread portsSergey Bugaev2023-04-181-0/+6
* hurd: Simplify _S_catch_exception_raiseSergey Bugaev2023-04-181-7/+1
* hurd: Run init_pids () before init_dtable ()Sergey Bugaev2023-04-171-9/+9
* hurd: Fix restoring reply port in sigreturnSergey Bugaev2023-04-171-12/+23
* wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer2023-04-171-40/+138
* debug: Re-flow and sort routines variable in MakefileFlorian Weimer2023-04-171-24/+87
* hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev2023-04-171-7/+39
* math: Improve fmod(f) performanceWilco Dijkstra2023-04-172-77/+101
* Benchtests: Adjust timingWilco Dijkstra2023-04-1711-11/+11
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-146-33/+83
* hurd: Remove __hurd_local_reply_portSergey Bugaev2023-04-144-21/+60
* malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella2023-04-141-0/+2
* malloc: Assure that THP mode is always null terminatedAdhemerval Zanella2023-04-131-0/+1
* hurd: Mark two tests as unsupportedSamuel Thibault2023-04-131-0/+10
* hurd: Restore destroying receive rights on sigreturnSamuel Thibault2023-04-131-2/+2
* aio: Fix freeing memorySamuel Thibault2023-04-121-1/+1
* Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault2023-04-116-83/+33
* hurd: Don't leak __hurd_reply_port0Sergey Bugaev2023-04-112-1/+13
* hurd: Improve reply port handling when exiting signal handlersSergey Bugaev2023-04-102-29/+16
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-106-34/+85
* elf: Stop including tls.h in ldsodefs.hSergey Bugaev2023-04-101-1/+0
* hurd: Port trampoline.c to x86_64Sergey Bugaev2023-04-101-7/+151
* hurd: Do not declare local variables volatileSergey Bugaev2023-04-102-3/+3
* hurd: Implement x86_64/intr-msg.hSergey Bugaev2023-04-101-0/+119
* hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev2023-04-103-0/+326
* hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz2023-04-102-4/+2