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.40
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
*
libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]
gentoo/glibc-2.40-5
H.J. Lu
2024-10-08
3
-1
/
+95
*
Disable _TIME_BITS if the compiler defaults to it
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 tests of more strtod special cases
gentoo/glibc-2.40-4
Joseph Myers
2024-10-01
1
-0
/
+14
*
Add more tests of strtod end pointer
Joseph Myers
2024-10-01
1
-2
/
+39
*
Make tst-strtod2 and tst-strtod5 type-generic
Joseph Myers
2024-10-01
2
-82
/
+118
*
powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)
Florian Weimer
2024-10-01
1
-0
/
+4
*
Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
Joseph Myers
2024-10-01
3
-0
/
+57
*
Improve NaN payload testing
Joseph Myers
2024-10-01
1
-5
/
+54
*
Make __strtod_internal tests type-generic
Joseph Myers
2024-10-01
4
-180
/
+313
*
Fix strtod subnormal rounding (bug 30220)
Joseph Myers
2024-10-01
3
-0
/
+386
*
More thoroughly test underflow / errno in tst-strtod-round
Joseph Myers
2024-10-01
3
-7761
/
+7857
*
Test errno setting on strtod overflow in tst-strtod-round
Joseph Myers
2024-10-01
1
-0
/
+11
*
Add tests of fread
Joseph Myers
2024-10-01
2
-0
/
+135
*
stdio-common: Add new test for fdopen
Sergey Kolosov
2024-10-01
2
-0
/
+247
*
libio: Attempt wide backup free only for non-legacy code
gentoo/glibc-2.40-3
Siddhesh Poyarekar
2024-09-12
2
-1
/
+3
*
debug: Fix read error handling in pcprofiledump
Florian Weimer
2024-09-12
1
-36
/
+47
*
elf: Fix tst-dlopen-tlsreinit1.out test dependency
Florian Weimer
2024-09-12
1
-1
/
+1
*
elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)
Florian Weimer
2024-09-11
13
-45
/
+310
*
elf: Clarify and invert second argument of _dl_allocate_tls_init
Florian Weimer
2024-09-11
4
-9
/
+12
*
nptl: Use <support/check.h> facilities in tst-setuid3
gentoo/glibc-2.40-2
Maciej W. Rozycki
2024-09-08
1
-21
/
+16
*
posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64
Maciej W. Rozycki
2024-09-08
1
-13
/
+12
*
ungetc: Fix backup buffer leak on program exit [BZ #27821]
Siddhesh Poyarekar
2024-09-08
4
-2
/
+47
*
ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
Siddhesh Poyarekar
2024-09-08
3
-6
/
+6
*
Make tst-ungetc use libsupport
Siddhesh Poyarekar
2024-09-08
1
-55
/
+57
*
stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
Maciej W. Rozycki
2024-09-08
2
-0
/
+113
*
support: Add FAIL test failure helper
Maciej W. Rozycki
2024-09-08
4
-48
/
+18
*
string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)
Florian Weimer
2024-09-08
3
-25
/
+47
*
Define __libc_initial for the static libc
Florian Weimer
2024-09-08
1
-0
/
+3
*
x86: Fix bug in strchrnul-evex512 [BZ #32078]
Noah Goldstein
2024-09-08
2
-5
/
+68
*
x32/cet: Support shadow stack during startup for Linux 6.10
H.J. Lu
2024-09-08
3
-3
/
+8
*
x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
H.J. Lu
2024-09-08
2
-87
/
+16
*
support: Add options list terminator to the test driver
Florian Weimer
2024-08-09
1
-0
/
+1
*
manual/stdio: Further clarify putc, putwc, getc, and getwc
Arjun Shankar
2024-08-09
1
-17
/
+10
*
Fix name space violation in fortify wrappers (bug 32052)
Andreas Schwab
2024-08-09
5
-63
/
+64
*
x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)
Florian Weimer
2024-08-09
1
-0
/
+1
*
resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
Florian Weimer
2024-08-09
1
-2
/
+4
*
Add mremap tests
H.J. Lu
2024-08-09
7
-0
/
+221
*
mremap: Update manual entry
H.J. Lu
2024-08-09
2
-7
/
+36
*
linux: Update the mremap C implementation [BZ #31968]
H.J. Lu
2024-08-09
2
-1
/
+14
*
Enhanced test coverage for strncmp, wcsncmp
Florian Weimer
2024-08-09
5
-1
/
+200
*
Enhance test coverage for strnlen, wcsnlen
Florian Weimer
2024-08-09
5
-0
/
+144
*
manual: make setrlimit() description less ambiguous
Lukas Bulwahn
2024-08-09
1
-2
/
+2
*
manual/stdio: Clarify putc and putwc
Arjun Shankar
2024-08-09
1
-6
/
+6
*
malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
Miguel Martín
2024-08-09
3
-0
/
+172
*
malloc: avoid global locks in tst-aligned_alloc-lib.c
Miguel Martín
2024-08-09
1
-19
/
+20
*
Fix version number in NEWS file
Florian Weimer
2024-08-09
1
-1
/
+1
*
manual: Do not mention STATIC_TLS in dynamic linker hardening recommendations
Florian Weimer
2024-08-09
1
-12
/
+12
[next]