about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix FS_RETRY_MAGICAL "machtype" handlingSergey Bugaev2023-04-291-7/+4
* hurd: Respect existing FD_CLOEXEC in S_msg_set_fdSergey Bugaev2023-04-291-1/+7
* hurd: Don't leak the auth port in msg* RPCsSergey Bugaev2023-04-291-9/+58
* hurd: Make _exit work during early boot-upSergey Bugaev2023-04-291-2/+3
* hurd: Mark various conditions as unlikelySergey Bugaev2023-04-292-7/+7
* hurd: Move libc_hidden_def's aroundSergey Bugaev2023-04-291-4/+5
* hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev2023-04-291-13/+6
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-282-0/+17
* Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1Kito Cheng2023-04-281-5/+3
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-284-0/+60
* elf.h: add PT_GNU_SFRAMEIndu Bhagat2023-04-281-0/+1
* Fix Hurd getcwd build with GCC >= 13Joseph Myers2023-04-271-2/+3
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2023-04-261-0/+19
* locale/programs/locarchive.c: Remove unnecessary check in add_locale_archiveFrédéric Bérat2023-04-261-1/+1
* manual: document posix_openpt (bug 17010)Gavin Smith2023-04-261-3/+33
* if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott2023-04-261-1/+0
* gethostid: Do not include alloca.hJoe Simmons-Talbott2023-04-261-1/+0
* socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev2023-04-252-0/+127
* 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