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
*
hurd: Remove bogus net/if_ppp.h
Samuel Thibault
2018-04-02
3
-173
/
+3
*
hurd: Advertise libpthread
Samuel Thibault
2018-04-02
3
-14
/
+47
*
hurd libpthread: add function missing in ABI list
Samuel Thibault
2018-04-02
1
-0
/
+1
*
hurd: Add hurd thread library
Samuel Thibault
2018-04-02
250
-0
/
+13927
*
hurd: avoid letting signals go to thread created by timer_create
Samuel Thibault
2018-04-02
2
-0
/
+11
*
support_format_addrinfo: Include unknown error number in result
Florian Weimer
2018-04-01
2
-1
/
+10
*
Linux i386: tst-bz21269 triggers SIGBUS on some kernels
Florian Weimer
2018-03-29
2
-0
/
+7
*
sparc: Fix arch_fork definition
Adhemerval Zanella
2018-03-27
3
-0
/
+25
*
getlogin_r: return early when linux sentinel value is set
Jesse Hathaway
2018-03-27
2
-0
/
+14
*
hurd: advertise process memory locking option
Samuel Thibault
2018-03-27
2
-2
/
+6
*
Fix crash in resolver on memory allocation failure (bug 23005)
Andreas Schwab
2018-03-27
2
-0
/
+11
*
Unify umount function implementations (bug 16552).
Joseph Myers
2018-03-26
9
-133
/
+13
*
RISC-V: add remaining relocations
Andreas Schwab
2018-03-26
2
-12
/
+73
*
hurd: Regenerate errno.h header
Samuel Thibault
2018-03-25
2
-2
/
+3
*
hurd: Fix calling __pthread_initialize_minimal in shared case
Samuel Thibault
2018-03-25
2
-5
/
+7
*
Add missing changelog from previous commit
Samuel Thibault
2018-03-25
1
-0
/
+11
*
hurd: Initialize TLS and libpthread before signal thread start
Samuel Thibault
2018-03-25
5
-9
/
+51
*
hurd: Fix accessing errno from rtld
Samuel Thibault
2018-03-25
2
-1
/
+6
*
Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]
H.J. Lu
2018-03-24
2
-1
/
+8
*
Fix i386 memmove issue (bug 22644).
Andrew Senkevich
2018-03-23
3
-6
/
+72
*
Remove unused frame.h header, sigcontextinfo.h macros.
Joseph Myers
2018-03-22
21
-210
/
+95
*
Use x86_64 backtrace as generic version.
Joseph Myers
2018-03-21
12
-200
/
+115
*
Remove powerpc, sparc fdim inlines (bug 22987).
Joseph Myers
2018-03-20
3
-71
/
+6
*
Fix signed integer overflow in random_r (bug 17343).
Joseph Myers
2018-03-20
2
-5
/
+10
*
Fix errno values
Samuel Thibault
2018-03-20
3
-26
/
+22
*
hurd: Code style fixes
Samuel Thibault
2018-03-20
3
-49
/
+52
*
Add narrowing subtract functions.
Joseph Myers
2018-03-20
61
-4
/
+24780
*
Add SHT_X86_64_UNWIND to elf.h (bug 20079).
Joseph Myers
2018-03-19
2
-0
/
+8
*
Undefine attribute_hidden to fix benchtests
Wilco Dijkstra
2018-03-19
2
-0
/
+5
*
hurd: Fix build with latest htl
Samuel Thibault
2018-03-19
1
-1
/
+1
*
hurd: fix build
Samuel Thibault
2018-03-18
1
-1
/
+1
*
Hurd: fix port leak in TLS
Richard Braun
2018-03-18
2
-8
/
+18
*
hurd: Add mlockall support
Samuel Thibault
2018-03-18
3
-0
/
+84
*
hurd: Fix boot with statically-linked exec server
Samuel Thibault
2018-03-18
2
-1
/
+3
*
hurd: Fix O_DIRECTORY | O_NOFOLLOW
Samuel Thibault
2018-03-18
3
-1
/
+7
*
hurd: Fix O_NOFOLLOW
Samuel Thibault
2018-03-18
2
-16
/
+22
*
hurd: Fix copyright years
Samuel Thibault
2018-03-18
3
-3
/
+3
*
hurd: Reimplement libc locks using mach's gsync
Agustina Arzille
2018-03-18
20
-314
/
+689
*
hurd: Rewrite __libc_cleanup_*
Agustina Arzille
2018-03-18
2
-17
/
+39
*
hurd: Add missing include
Samuel Thibault
2018-03-18
2
-0
/
+5
*
x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1
Samuel Thibault
2018-03-18
2
-4
/
+6
*
hurd: Fix coding style
Samuel Thibault
2018-03-18
5
-12
/
+12
*
hurd: Fix link cthread/pthread symbol exposition.
Samuel Thibault
2018-03-17
6
-23
/
+45
*
hurd: Replace threadvars with TLS
Samuel Thibault
2018-03-17
23
-263
/
+188
*
hurd: Fix getting signal thread stack layout for fork
Samuel Thibault
2018-03-17
2
-1
/
+25
*
hurd: add TLS support
Samuel Thibault
2018-03-17
9
-10
/
+132
*
NEWS: Mention the locale data changes (bug 22848, 22937, 22963).
Rafal Luzynski
2018-03-16
1
-0
/
+4
*
Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.
Joseph Myers
2018-03-16
2
-13
/
+3
*
Update i386 libm-test-ulps.
Joseph Myers
2018-03-16
3
-24
/
+29
*
Revert m68k __ieee754_sqrt change
Wilco Dijkstra
2018-03-16
2
-0
/
+6
[next]