about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* socket: Reformat Makefile.Carlos O'Donell2023-05-161-9/+38
* misc: Reformat Makefile.Carlos O'Donell2023-05-161-67/+232
* debug: Reformat Makefile.Carlos O'Donell2023-05-161-16/+18
* elf: Reformat Makefile.Carlos O'Donell2023-05-161-35/+35
* libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao2023-05-161-3/+3
* nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar2023-05-161-3/+3
* Update syscall lists for Linux 6.3Joseph Myers2023-05-151-2/+2
* hurd: rule out some mach headers when generating errno.hSamuel Thibault2023-05-112-3/+4
* Stop checking if MiG supports retcode.Flavio Cruz2023-05-113-65/+0
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-107-2/+142
* nptl: Reformat Makefile.Carlos O'Donell2023-05-102-113/+320
* scripts: Add sort-makefile-lines.py to sort Makefile variables.Carlos O'Donell2023-05-101-0/+160
* dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab2023-05-095-0/+105
* aligned_alloc: conform to C17DJ Delorie2023-05-086-7/+117
* testsuite: stdlib/isomac.c: fix REQUIREMENTSнаб2023-05-081-7/+4
* manual: Remove unsupported line breaks in waiting-with-clock sectionFlorian Weimer2023-05-081-21/+8
* Enable new device_open_new RPC in libmachuser.Flavio Cruz2023-05-071-1/+2
* Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer2023-05-074-60/+0
* Update hurd/hurdselect.c to be more portable.Flavio Cruz2023-05-064-26/+46
* hurd: Fix ld.so nameSamuel Thibault2023-05-061-0/+1
* hurd: Add ioperm symbol on x86_64Samuel Thibault2023-05-062-0/+6
* time: Remove alloca() from getdateJoe Simmons-Talbott2023-05-051-18/+5
* aarch64: More configure checks for libmvecSzabolcs Nagy2023-05-052-6/+48
* aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy2023-05-052-16/+27
* hppa: Fix 'concurrency' typo in commentSam James2023-05-052-2/+2
* Update hurd/intr-msg.c to be more portableFlavio Cruz2023-05-051-13/+21
* Update sysdeps/mach/hurd/ioctl.c to make it more portableFlavio Cruz2023-05-051-20/+27
* aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy2023-05-042-2/+2
* Enable libmvec support for AArch64Joe Ramsay2023-05-0332-19/+983
* hurd: Enable x86_64 build scriptSamuel Thibault2023-05-023-1/+9
* hurd 64bit: Make dev_t word typeSamuel Thibault2023-05-021-1/+1
* malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-1/+2
* malloc: Fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-0/+1
* Use GCC 13 branch, Linux 6.3 in build-many-glibcs.pyJoseph Myers2023-05-021-2/+2
* Mark various cold functions as __COLDSergey Bugaev2023-05-014-11/+11
* Fix regex type usageнаб2023-05-012-15/+15
* hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault2023-05-018-37/+169
* hurd 64bit: Fix ipc_perm fields typesSamuel Thibault2023-05-016-53/+71
* hurd 64bit: Fix flock fields typesSamuel Thibault2023-05-014-27/+95
* hurd 64bit: Add data for check-c++-typesSamuel Thibault2023-05-011-0/+67
* hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault2023-05-017-2/+100
* socket: Fix tst-cmsghdr-skeleton.c use of cmsg_lenSamuel Thibault2023-05-011-1/+1
* hurd 64bit: Add missing data file for check-localplt testSamuel Thibault2023-05-011-0/+44
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-014-1/+7
* hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault2023-05-012-1/+6
* hurd: Fix tst-writev testSamuel Thibault2023-05-011-0/+5
* nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault2023-05-013-2/+4
* hurd: Add expected abilist files for x86_64Sergey Bugaev2023-05-0112-0/+3687
* hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev2023-05-013-21/+20
* Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz2023-05-015-2/+31