index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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 libraries (BZ #28868)
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
2022-04-26
elf: Support DT_RELR relative relocation format [BZ #27924]
Fangrui Song
7
-0
/
+170
2022-04-26
Add GLIBC_ABI_DT_RELR for DT_RELR support
H.J. Lu
6
-5
/
+60
2022-04-26
elf: Define DT_RELR related macros and types
H.J. Lu
2
-2
/
+15
2022-04-26
elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
Fangrui Song
41
-82
/
+46
2022-04-26
i386: Regenerate ulps
Carlos O'Donell
2
-2
/
+2
2022-04-26
dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
Florian Weimer
14
-14
/
+159
2022-04-26
INSTALL: Rephrase -with-default-link documentation
Florian Weimer
2
-9
/
+9
2022-04-25
elf: Move post-relocation code of _dl_start into _dl_start_final
Fangrui Song
1
-15
/
+10
[prev]
[next]