Age | Commit message (Expand) | Author | Files | Lines |
2022-05-16 | elf: Remove ldconfig kernel version check | Adhemerval Zanella | 14 | -207/+91 |
2022-05-16 | Remove kernel version check | Adhemerval Zanella | 17 | -309/+33 |
2022-05-16 | linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991) | Adhemerval Zanella | 1 | -32/+4 |
2022-05-16 | csu: Implement and use _dl_early_allocate during static startup | Florian Weimer | 7 | -10/+202 |
2022-05-16 | Linux: Introduce __brk_call for invoking the brk system call | Florian Weimer | 5 | -78/+71 |
2022-05-16 | sys/cdefs.h: Do not require C++ compilers to define __STDC__ | Jonathan Wakely | 1 | -2/+2 |
2022-05-16 | fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141] | Siddhesh Poyarekar | 1 | -1/+1 |
2022-05-16 | Update RISC-V specific ELF definitions | Andreas Schwab | 1 | -0/+15 |
2022-05-16 | x86_64: Remove bzero optimization | Adhemerval Zanella | 11 | -235/+2 |
2022-05-13 | RISC-V: Use an autoconf template to produce `preconfigure' | Maciej W. Rozycki | 2 | -15/+82 |
2022-05-13 | MIPS: Use an autoconf template to produce `preconfigure' | Maciej W. Rozycki | 2 | -2/+39 |
2022-05-13 | m68k: Use an autoconf template to produce `preconfigure' | Maciej W. Rozycki | 2 | -2/+27 |
2022-05-13 | C-SKY: Use an autoconf template to produce `preconfigure' | Maciej W. Rozycki | 2 | -10/+72 |
2022-05-13 | Remove configure fno_unit_at_a_time | Adhemerval Zanella | 3 | -52/+0 |
2022-05-13 | stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c | Adhemerval Zanella | 8 | -26/+47 |
2022-05-13 | stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c | Adhemerval Zanella | 16 | -33/+120 |
2022-05-13 | Add declare_object_symbol_alias for assembly codes (BZ #28128) | H.J. Lu | 1 | -6/+8 |
2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar | 5 | -20/+41 |
2022-05-09 | nptl: Add backoff mechanism to spinlock loop | Wangyang Guo | 4 | -2/+89 |
2022-05-09 | Linux: Implement a useful version of _startup_fatal | Florian Weimer | 3 | -19/+65 |
2022-05-09 | ia64: Always define IA64_USE_NEW_STUB as a flag macro | Florian Weimer | 2 | -13/+15 |
2022-05-06 | linux: Fix posix_spawn return code if clone fails (BZ#29109) | Adhemerval Zanella | 1 | -1/+1 |
2022-05-06 | benchtests: Add wcrtomb microbenchmark | Siddhesh Poyarekar | 2 | -0/+140 |
2022-05-05 | clock_settime/clock_gettime: Use __nonnull to avoid null pointer | Xiaoming Ni | 2 | -6/+9 |
2022-05-05 | clock_adjtime: Use __nonnull to avoid null pointer | Xiaoming Ni | 2 | -3/+3 |
2022-05-05 | ntp_xxxtimex: Use __nonnull to avoid null pointer | Xiaoming Ni | 2 | -8/+8 |
2022-05-05 | adjtimex/adjtimex64: Use __nonnull to avoid null pointer | Xiaoming Ni | 2 | -4/+4 |
2022-05-05 | hurd spawni: Fix reauthenticating closed fds | Samuel Thibault | 1 | -1/+1 |
2022-05-04 | Linux: Define MMAP_CALL_INTERNAL | Florian Weimer | 3 | -12/+30 |
2022-05-04 | i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls | Florian Weimer | 3 | -3/+37 |
2022-05-04 | i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S | Florian Weimer | 1 | -3/+0 |
2022-05-04 | manual: Clarify that abbreviations of long options are allowed | Siddhesh Poyarekar | 1 | -1/+2 |
2022-05-02 | elf: Remove fallback to the start of DT_STRTAB for dladdr | Fangrui Song | 1 | -11/+5 |
2022-05-02 | powerpc32: Remove unused HAVE_PPC_SECURE_PLT | Fangrui Song | 3 | -44/+0 |
2022-04-29 | dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo | Florian Weimer | 5 | -5/+159 |
2022-04-29 | manual: Document the dlinfo function | Florian Weimer | 1 | -1/+70 |
2022-04-29 | Do not use --hash-style=both for building glibc shared objects | Florian Weimer | 5 | -61/+0 |
2022-04-29 | benchtests: Better libmvec integration | Siddhesh Poyarekar | 2 | -19/+17 |
2022-04-29 | benchtests: Add UNSUPPORTED benchmark status | Siddhesh Poyarekar | 2 | -11/+24 |
2022-04-28 | linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097) | Adhemerval Zanella | 4 | -6/+30 |
2022-04-28 | Use __ehdr_start rather than _begin in _dl_start_final | Alan Modra | 2 | -6/+4 |
2022-04-27 | sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h | Noah Goldstein | 1 | -0/+42 |
2022-04-27 | posix/glob.c: update from gnulib | DJ Delorie | 2 | -12/+59 |
2022-04-27 | benchtests: Add pthread-mutex-locks bench | Wangyang Guo | 2 | -0/+290 |
2022-04-27 | linux: Fix missing internal 64 bit time_t stat usage | Adhemerval Zanella | 2 | -4/+4 |
2022-04-27 | elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra... | Adhemerval Zanella | 14 | -1/+200 |
2022-04-26 | posix: Remove unused definition on _Fork | Adhemerval Zanella | 1 | -3/+0 |
2022-04-26 | NEWS: Mention DT_RELR support | H.J. Lu | 1 | -1/+6 |
2022-04-26 | elf: Add more DT_RELR tests | H.J. Lu | 10 | -3/+286 |
2022-04-26 | elf: Properly handle zero DT_RELA/DT_REL values | H.J. Lu | 2 | -7/+23 |