GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc: Fix restartable syscalls (BZ 32173)
gentoo/2.39
Adhemerval Zanella
2024-10-16
5
-32
/
+161
*
support: Make support_process_state_wait return the found state
Adhemerval Zanella
2024-10-16
3
-8
/
+24
*
Disable _TIME_BITS if the compiler defaults to it
gentoo/glibc-2.39-11
Adhemerval Zanella
2024-10-08
4
-1
/
+45
*
Disable _FILE_OFFSET_BITS if the compiler defaults to it
Adhemerval Zanella
2024-10-08
4
-1
/
+49
*
Add crt1-2.0.o for glibc 2.0 compatibility tests
gentoo/glibc-2.39-10
H.J. Lu
2024-10-03
7
-2
/
+102
*
Add tests of more strtod special cases
Joseph Myers
2024-10-03
1
-0
/
+14
*
Add more tests of strtod end pointer
Joseph Myers
2024-10-03
1
-2
/
+39
*
Make tst-strtod2 and tst-strtod5 type-generic
Joseph Myers
2024-10-03
2
-82
/
+118
*
powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)
Florian Weimer
2024-10-03
1
-0
/
+4
*
Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
Joseph Myers
2024-10-03
3
-0
/
+57
*
Improve NaN payload testing
Joseph Myers
2024-10-03
1
-5
/
+54
*
Make __strtod_internal tests type-generic
Joseph Myers
2024-10-03
4
-180
/
+313
*
Fix strtod subnormal rounding (bug 30220)
Joseph Myers
2024-10-03
3
-0
/
+386
*
More thoroughly test underflow / errno in tst-strtod-round
Joseph Myers
2024-10-03
3
-7761
/
+7857
*
Test errno setting on strtod overflow in tst-strtod-round
Joseph Myers
2024-10-03
1
-0
/
+11
*
Add tests of fread
Joseph Myers
2024-10-03
2
-0
/
+135
*
stdio-common: Add new test for fdopen
Sergey Kolosov
2024-10-03
2
-0
/
+247
*
libio: Attempt wide backup free only for non-legacy code
Siddhesh Poyarekar
2024-10-03
2
-1
/
+3
*
debug: Fix read error handling in pcprofiledump
Florian Weimer
2024-10-03
1
-36
/
+47
*
elf: Fix tst-dlopen-tlsreinit1.out test dependency
Florian Weimer
2024-10-03
1
-1
/
+1
*
elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)
Florian Weimer
2024-10-03
13
-44
/
+310
*
elf: Clarify and invert second argument of _dl_allocate_tls_init
Florian Weimer
2024-10-03
4
-9
/
+12
*
elf: Support recursive use of dynamic TLS in interposed malloc
Florian Weimer
2024-10-03
8
-10
/
+284
*
nptl: Use <support/check.h> facilities in tst-setuid3
Maciej W. Rozycki
2024-10-03
1
-21
/
+16
*
posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64
Maciej W. Rozycki
2024-10-03
1
-13
/
+12
*
ungetc: Fix backup buffer leak on program exit [BZ #27821]
Siddhesh Poyarekar
2024-10-03
4
-2
/
+47
*
ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
Siddhesh Poyarekar
2024-10-03
3
-6
/
+6
*
Make tst-ungetc use libsupport
Siddhesh Poyarekar
2024-10-03
1
-55
/
+57
*
stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
Maciej W. Rozycki
2024-10-03
2
-0
/
+113
*
support: Add FAIL test failure helper
Maciej W. Rozycki
2024-10-03
4
-48
/
+18
*
string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)
Florian Weimer
2024-10-03
3
-25
/
+47
*
Define __libc_initial for the static libc
Florian Weimer
2024-10-03
1
-0
/
+3
*
x86: Fix bug in strchrnul-evex512 [BZ #32078]
Noah Goldstein
2024-10-03
2
-5
/
+68
*
Adjust check-local-headers test for libaudit 4.0
Florian Weimer
2024-10-03
1
-1
/
+1
*
x32/cet: Support shadow stack during startup for Linux 6.10
H.J. Lu
2024-10-03
3
-3
/
+8
*
x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
H.J. Lu
2024-10-03
2
-87
/
+16
*
support: Add options list terminator to the test driver
Florian Weimer
2024-10-03
1
-0
/
+1
*
manual/stdio: Further clarify putc, putwc, getc, and getwc
Arjun Shankar
2024-10-03
1
-17
/
+10
*
Fix name space violation in fortify wrappers (bug 32052)
Andreas Schwab
2024-10-03
5
-63
/
+64
*
resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
Florian Weimer
2024-10-03
1
-2
/
+4
*
Add mremap tests
H.J. Lu
2024-10-03
7
-0
/
+221
*
mremap: Update manual entry
H.J. Lu
2024-10-03
2
-7
/
+36
*
linux: Update the mremap C implementation [BZ #31968]
H.J. Lu
2024-10-03
1
-1
/
+13
*
Enhanced test coverage for strncmp, wcsncmp
Florian Weimer
2024-10-03
5
-1
/
+200
*
Enhance test coverage for strnlen, wcsnlen
Florian Weimer
2024-10-03
5
-0
/
+144
*
manual: make setrlimit() description less ambiguous
Lukas Bulwahn
2024-10-03
1
-2
/
+2
*
manual/stdio: Clarify putc and putwc
Arjun Shankar
2024-10-03
1
-6
/
+6
*
malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
Miguel Martín
2024-10-03
3
-0
/
+172
*
malloc: avoid global locks in tst-aligned_alloc-lib.c
Miguel Martín
2024-10-03
1
-19
/
+20
*
resolv: Track single-request fallback via _res._flags (bug 31476)
Florian Weimer
2024-10-03
3
-5
/
+10
[next]