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-09-06
Add NEWS entry for CVE-2022-39046
Siddhesh Poyarekar
1
-1
/
+4
2022-09-06
elf: Rename _dl_sort_maps parameter from skip to force_first
Florian Weimer
2
-9
/
+11
2022-09-06
scripts/dso-ordering-test.py: Generate program run-time dependencies
Florian Weimer
1
-7
/
+6
2022-09-05
math: x86: Use prefix for FP_INIT_ROUNDMODE
Adhemerval Zanella
1
-1
/
+7
2022-09-05
scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clones
Florian Weimer
1
-3
/
+3
2022-09-05
debug: test for more required cacellation points (BZ# 29274)
Adhemerval Zanella
3
-53
/
+266
2022-09-05
elf.h: Remove duplicate definition of VER_FLG_WEAK
Florian Weimer
1
-5
/
+2
2022-09-05
syslog: Remove extra whitespace between timestamp and message (BZ#29544)
Adhemerval Zanella
2
-4
/
+7
2022-09-01
LoongArch: Add soft float support.
caiyinyu
17
-19
/
+168
2022-08-31
elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539)
Adhemerval Zanella
1
-0
/
+6
2022-08-31
nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_sp
Adhemerval Zanella
2
-2
/
+6
2022-08-30
Apply asm redirections in wchar.h before first use
Raphael Moreira Zinsly
5
-76
/
+137
2022-08-30
resolv: Fix building tst-resolv-invalid-cname for earlier C standards
Florian Weimer
1
-1
/
+1
2022-08-30
syslog: Fix large messages (BZ#29536)
Adhemerval Zanella
2
-28
/
+142
2022-08-30
posix: Fix macro expansion producing 'defined' has undefined behavior
Adhemerval Zanella
1
-3
/
+7
2022-08-30
stdlib: Fix macro expansion producing 'defined' has undefined behavior
Adhemerval Zanella
1
-3
/
+6
2022-08-30
S390: Always use svc 0
Stefan Liebler
13
-66
/
+46
2022-08-30
nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
Florian Weimer
1
-278
/
+159
2022-08-30
resolv: Add new tst-resolv-invalid-cname
Florian Weimer
2
-0
/
+409
2022-08-30
nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
Florian Weimer
1
-4
/
+4
2022-08-30
nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)
Florian Weimer
1
-296
/
+178
2022-08-30
nss_dns: Remove remnants of IPv6 address mapping
Florian Weimer
4
-201
/
+9
2022-08-30
nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
Florian Weimer
1
-303
/
+102
2022-08-30
nss_dns: Split getanswer_ptr from getanswer_r
Florian Weimer
1
-52
/
+268
2022-08-30
resolv: Add DNS packet parsing helpers geared towards wire format
Florian Weimer
5
-0
/
+461
2022-08-30
resolv: Add internal __ns_name_length_uncompressed function
Florian Weimer
4
-0
/
+220
2022-08-30
resolv: Add the __ns_samebinaryname function
Florian Weimer
4
-0
/
+128
2022-08-30
resolv: Add internal __res_binary_hnok function
Florian Weimer
2
-5
/
+12
2022-08-30
resolv: Add tst-resolv-aliases
Florian Weimer
2
-0
/
+256
2022-08-30
resolv: Add tst-resolv-byaddr for testing reverse lookup
Florian Weimer
3
-0
/
+360
2022-08-30
LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13
Xi Ruoyao
2
-0
/
+20
2022-08-30
LoongArch: Fix ptr mangling/demangling features.
caiyinyu
3
-19
/
+18
2022-08-29
nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
Fabian Vogt
1
-1
/
+2
2022-08-29
Add test for bug 29530
Andreas Schwab
2
-0
/
+41
2022-08-29
Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]
Richard Henderson
2
-4
/
+1
2022-08-29
hurd: Fix vm_size_t incoherencies
Samuel Thibault
12
-14
/
+18
2022-08-27
mach: Make xpg_strerror_r set a message on error
Samuel Thibault
1
-6
/
+10
2022-08-27
mach: Fix incoherency between perror and strerror
Samuel Thibault
1
-1
/
+1
2022-08-26
elf: Call __libc_early_init for reused namespaces (bug 29528)
Florian Weimer
5
-5
/
+136
2022-08-26
csu: Change start code license to have link exception
Szabolcs Nagy
4
-10
/
+76
2022-08-25
s390: Move hwcaps/platform names out of _rtld_global_ro
Florian Weimer
5
-64
/
+44
2022-08-25
Revert "Detect ld.so and libc.so version inconsistency during startup"
Florian Weimer
17
-198
/
+45
2022-08-24
Add NT_LOONGARCH_* from Linux 5.19 to elf.h
Joseph Myers
1
-0
/
+9
2022-08-24
Detect ld.so and libc.so version inconsistency during startup
Florian Weimer
17
-45
/
+198
2022-08-23
Merge getopt patch from Gnulib
Paul Eggert
1
-1
/
+2
2022-08-23
Merge _GL_UNUSED C23 patch from Gnulib
Paul Eggert
2
-4
/
+4
2022-08-24
LoongArch: Fix dl-machine.h code formatting.
Xi Ruoyao
1
-8
/
+4
2022-08-23
scripts/glibcelf.py: Add hashing support
Florian Weimer
2
-0
/
+38
2022-08-22
hurd: Fix starting static binaries with stack protection enabled
Samuel Thibault
2
-2
/
+22
2022-08-22
htl: Make pthread*_cond_timedwait register wref before releasing mutex
Samuel Thibault
2
-8
/
+12
[prev]
[next]