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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
gentoo/glibc-2.35-6
Fangrui Song
2022-04-20
1
-6
/
+6
*
mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
=Joshua Kinard
2022-04-18
2
-15
/
+25
*
hurd: Fix arbitrary error code
Samuel Thibault
2022-04-18
1
-1
/
+1
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-18
16
-91
/
+484
*
S390: Add new s390 platform z16.
Stefan Liebler
2022-04-18
8
-10
/
+61
*
elf: Fix memory leak in _dl_find_object_update (bug 29062)
Florian Weimer
2022-04-18
2
-2
/
+4
*
NEWS: Move PLT tracking slowdown to glibc 2.35.
Carlos O'Donell
2022-04-18
1
-3
/
+3
*
Revert "Revert "clone-internal.c: make clone3 syscall optional""
gentoo/glibc-2.35-5
Andreas K. Hüttel
2022-03-31
1
-1
/
+1
*
Revert "clone-internal.c: make clone3 syscall optional"
gentoo/glibc-2.35-4
Andreas K. Hüttel
2022-03-20
1
-1
/
+1
*
hppa: Use END instead of PSEUDO_END in swapcontext.S
John David Anglin
2022-03-20
1
-1
/
+1
*
hppa: Implement swapcontext in assembler (bug 28960)
John David Anglin
2022-03-20
2
-82
/
+72
*
nss: Protect against errno changes in function lookup (bug 28953)
Florian Weimer
2022-03-20
5
-4
/
+143
*
nss: Do not mention NSS test modules in <gnu/lib-names.h>
Florian Weimer
2022-03-20
2
-13
/
+5
*
io: Add fsync call in tst-stat
Florian Weimer
2022-03-20
1
-0
/
+4
*
Drop glibc lock when returning early
Sam James
2022-03-07
1
-1
/
+3
*
nptl: Fix cleanups for stack grows up [BZ# 28899]
John David Anglin
2022-03-06
1
-1
/
+1
*
hppa: Fix warnings from _dl_lookup_address
John David Anglin
2022-03-06
4
-9
/
+14
*
hppa: Revise gettext trampoline design
John David Anglin
2022-03-06
3
-31
/
+35
*
hppa: Fix swapcontext
John David Anglin
2022-03-06
3
-7
/
+58
*
Fix elf/tst-audit2 on hppa
John David Anglin
2022-03-06
1
-14
/
+10
*
hppa: Fix bind-now audit (BZ #28857)
Adhemerval Zanella
2022-03-06
7
-8
/
+16
*
localedef: Handle symbolic links when generating locale-archive
Arjun Shankar
2022-03-06
1
-1
/
+1
*
localedata: Do not generate output if warnings were present.
Carlos O'Donell
2022-02-25
2
-4
/
+10
*
localedef: Update LC_MONETARY handling (Bug 28845)
Carlos O'Donell
2022-02-25
1
-36
/
+146
*
Revert "localedef: Update LC_MONETARY handling (Bug 28845)"
Andreas K. Hüttel
2022-02-25
1
-136
/
+36
*
NEWS: Add a bug fix entry for BZ #28688
H.J. Lu
2022-02-25
1
-0
/
+1
*
resolv: Fix tst-resolv tests for 2.35 ABIs and later
Stafford Horne
2022-02-25
1
-9
/
+9
*
elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
H.J. Lu
2022-02-25
1
-1
/
+1
*
elf: Check invalid hole in PT_LOAD segments [BZ #28838]
gentoo/glibc-2.35-3
H.J. Lu
2022-02-21
1
-0
/
+3
*
NEWS: Add a bug fix entry for BZ #28896
H.J. Lu
2022-02-21
1
-0
/
+2
*
x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c
Noah Goldstein
2022-02-21
1
-2
/
+2
*
x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]
Noah Goldstein
2022-02-21
3
-10
/
+48
*
x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]
Noah Goldstein
2022-02-21
7
-5
/
+22
*
Fix build
Andreas K. Hüttel
2022-02-21
1
-0
/
+1
*
string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
H.J. Lu
2022-02-17
1
-0
/
+13
*
linux: Use socket-constants-time64.h on tst-socket-timestamp-compat
Adhemerval Zanella
2022-02-17
1
-12
/
+13
*
linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]
Dmitry V. Levin
2022-02-17
2
-31
/
+65
*
Fix segfault in getpwuid when stat fails (BZ #28752)
Adhemerval Zanella
2022-02-12
1
-5
/
+5
*
localedef: Update LC_MONETARY handling (Bug 28845)
gentoo/glibc-2.35-2
Carlos O'Donell
2022-02-11
1
-36
/
+136
*
dirent: Deprecate getdirentries
gentoo/glibc-2.35-1
Adhemerval Zanella
2022-02-03
3
-4
/
+20
*
linux: Use getdents64 on readdir64 compat implementation
Adhemerval Zanella
2022-02-03
4
-135
/
+79
*
linux: Add __old_readdir64_unlocked
Adhemerval Zanella
2022-02-03
3
-67
/
+35
*
linux: Add __readdir64_unlocked
Adhemerval Zanella
2022-02-03
3
-68
/
+33
*
linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]
Adhemerval Zanella
2022-02-03
10
-9
/
+317
*
linux: Use getdents64 on non-LFS readdir
Adhemerval Zanella
2022-02-03
4
-26
/
+101
*
linux: Do not skip entries with zero d_ino values [BZ #12165]
Adhemerval Zanella
2022-02-03
2
-74
/
+44
*
clone-internal.c: make clone3 syscall optional
Sam James
2022-02-03
1
-1
/
+1
*
Fix miscompilation on ia64's gcc-10
Sergei Trofimovich
2022-02-03
1
-1
/
+3
*
Force -O0 in conform tests to survive $CC changes
Andreas K. Hüttel
2022-02-03
2
-3
/
+7
*
Adapt to Gentoo-specific /etc/mail/aliases
Andreas K. Hüttel
2022-02-03
3
-11
/
+17
[next]