aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-28Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1Kito Cheng
2023-04-28riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang
2023-04-28elf.h: add PT_GNU_SFRAMEIndu Bhagat
2023-04-27Fix Hurd getcwd build with GCC >= 13Joseph Myers
2023-04-26Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers
2023-04-26locale/programs/locarchive.c: Remove unnecessary check in add_locale_archiveFrédéric Bérat
2023-04-26manual: document posix_openpt (bug 17010)Gavin Smith
2023-04-26if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott
2023-04-26gethostid: Do not include alloca.hJoe Simmons-Talbott
2023-04-25socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev
2023-04-25hurd: Do not take any flag from the CMSG_DATASamuel Thibault
2023-04-24hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev
2023-04-24hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev
2023-04-24hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev
2023-04-24hurd: Only deallocate addrport when it's validSergey Bugaev
2023-04-24hurd: Implement MAP_32BITSergey Bugaev
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev
2023-04-22misc: Convert daemon () to GNU coding styleSergey Bugaev
2023-04-21wcsmbs: Add wcsdup() tests. (BZ #30266)azanella/bz30266Joe Simmons-Talbott
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev
2023-04-20hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-04-20posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-04-19build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev
2023-04-18rcmd.c: Fix indentation in last commitSiddhesh Poyarekar
2023-04-18inet/rcmd.c: fix warn unused resultFrédéric Bérat
2023-04-18hurd: Avoid leaking task & thread portsSergey Bugaev
2023-04-18hurd: Simplify _S_catch_exception_raiseSergey Bugaev
2023-04-17hurd: Run init_pids () before init_dtable ()Sergey Bugaev
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev
2023-04-17wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer
2023-04-17debug: Re-flow and sort routines variable in MakefileFlorian Weimer
2023-04-17hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra
2023-04-17Benchtests: Adjust timingWilco Dijkstra
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault
2023-04-12aio: Fix freeing memorySamuel Thibault