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
gentoo/2.41
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
*
Installed-header hygiene (BZ#20366): obsolete BSD u_* types.
Zack Weinberg
2016-09-23
37
-431
/
+517
*
Installed-header hygiene (BZ#20366): Simple self-contained fixes.
Zack Weinberg
2016-09-23
15
-40
/
+74
*
manual: Clarify NSS error reporting
Florian Weimer
2016-09-23
2
-15
/
+38
*
tst-open-tmpfile: Add checks for open64, openat64, linkat
Florian Weimer
2016-09-23
2
-0
/
+111
*
test-skeleton.c: Remove unintended #include <stdarg.h>.
Florian Weimer
2016-09-23
2
-1
/
+4
*
[PR19826] fix non-LE TLS in static programs
Alexandre Oliva
2016-09-21
4
-3
/
+24
*
hurd: Fix stack pointer corruption in syscall
Samuel Thibault
2016-09-22
2
-0
/
+4
*
hurdmalloc: Run fork handler as late as possible [BZ #19431]
Samuel Thibault
2016-09-22
4
-15
/
+36
*
[soft-fp] Add support for various half-precision conversion routines.
James Greenhalgh
2016-09-21
8
-0
/
+465
*
Add issubnormal.
Joseph Myers
2016-09-21
6
-4
/
+54
*
Add <stdint.h> integer width macros.
Joseph Myers
2016-09-21
7
-4
/
+322
*
resolv: Remove unsupported hook functions from the API [BZ #20016]
Florian Weimer
2016-09-21
9
-119
/
+81
*
malloc: Manual part of conversion to __libc_lock
Florian Weimer
2016-09-21
5
-33
/
+20
*
<arpa/nameser.h>: Remove RR type classification macros [BZ #20592]
Florian Weimer
2016-09-21
3
-11
/
+13
*
<arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
Florian Weimer
2016-09-21
3
-20
/
+6
*
resolv: Remove the BIND_4_COMPAT macro
Florian Weimer
2016-09-21
3
-8
/
+8
*
Remove obsolete DNSSEC support [BZ #20591]
Florian Weimer
2016-09-21
5
-320
/
+23
*
manual: Clarify the documentation of strverscmp [BZ #20524]
Florian Weimer
2016-09-21
2
-20
/
+55
*
Add test case for O_TMPFILE handling in open, openat
Florian Weimer
2016-09-21
4
-1
/
+239
*
Avoid running $(CXX) during build to obtain header file paths
Florian Weimer
2016-09-21
5
-6
/
+39
*
Generate .op pattern rules for profiling builds only
Florian Weimer
2016-09-21
2
-1
/
+8
*
sln: Preprocessor cleanups
Florian Weimer
2016-09-21
2
-15
/
+5
*
Fix old-style function definition
Samuel Thibault
2016-09-20
2
-4
/
+3
*
mach: Fix old-style function definition.
Samuel Thibault
2016-09-20
2
-3
/
+2
*
posix: Correctly block/unblock all signals on Linux posix_spawn
Adhemerval Zanella
2016-09-20
2
-6
/
+6
*
posix: Correctly enable/disable cancellation on Linux posix_spawn
Adhemerval Zanella
2016-09-20
4
-3
/
+188
*
Fix exc2signal.c template
Samuel Thibault
2016-09-20
2
-12
/
+19
*
Build s_nan* objects from a generic template
Paul E. Murphy
2016-09-20
12
-83
/
+42
*
Remove __nan{f,,l} macros
Paul E. Murphy
2016-09-20
6
-11
/
+12
*
Make ldexpF generic.
Paul E. Murphy
2016-09-20
9
-90
/
+115
*
Remove remnants of .og patterns
Florian Weimer
2016-09-20
6
-7
/
+9
*
sysd-rules: Cut down the number of rtld-% pattern rules
Florian Weimer
2016-09-20
2
-0
/
+9
*
powerpc: Fix POWER9 implies
Tulio Magno Quites Machado Filho
2016-09-19
3
-2
/
+9
*
Add <limits.h> integer width macros.
Joseph Myers
2016-09-19
6
-2
/
+212
*
hurd: fix fcntl visibility
Samuel Thibault
2016-09-18
2
-1
/
+2
*
hurd: fix pathconf visibility
Samuel Thibault
2016-09-18
2
-1
/
+5
*
nptl: Consolidate sem_init implementations
Adhemerval Zanella
2016-09-15
4
-86
/
+8
*
rt: Set shm_open as a non cancellation point (BZ #18243)
Adhemerval Zanella
2016-09-15
4
-1
/
+143
*
nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)
Adhemerval Zanella
2016-09-15
9
-52
/
+82
*
nptl: Remove sparc sem_wait
Adhemerval Zanella
2016-09-15
3
-94
/
+3
*
nptl: Set sem_open as a non cancellation point (BZ #15765)
Adhemerval Zanella
2016-09-15
4
-5
/
+157
*
nptl: Consolidate sem_open implementations
Adhemerval Zanella
2016-09-15
4
-301
/
+8
*
inet: Add __inet6_scopeid_pton function [BZ #20611]
Florian Weimer
2016-09-15
8
-46
/
+257
*
Remove the ptw-% patterns
Florian Weimer
2016-09-14
7
-19
/
+38
*
ldbl-128: Use L(x) macro for long double constants
Paul E. Murphy
2016-09-13
51
-3925
/
+3983
*
resolv: Remove _LIBC_REENTRANT
Florian Weimer
2016-09-13
2
-2
/
+4
*
Add tests-static to tests in malloc/Makefile
Siddhesh Poyarekar
2016-09-10
2
-2
/
+4
*
Remove __libc_csu_irel declaration
Siddhesh Poyarekar
2016-09-10
2
-3
/
+4
*
Add e500 version of fetestexceptflag.
Joseph Myers
2016-09-07
2
-0
/
+28
*
Add femode_t functions: sparc.
Joseph Myers
2016-09-07
3
-0
/
+67
[next]