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
*
Remove last place for definition of IS_IN_* macros
Siddhesh Poyarekar
2014-11-24
2
-1
/
+3
*
Remove IS_IN_rtld
Siddhesh Poyarekar
2014-11-24
68
-98
/
+169
*
Remove IS_IN_libm
Siddhesh Poyarekar
2014-11-24
67
-68
/
+140
*
Remove IS_IN_libpthread
Siddhesh Poyarekar
2014-11-24
35
-78
/
+113
*
Remove IS_IN_librt
Siddhesh Poyarekar
2014-11-24
25
-46
/
+73
*
Remove IS_IN_libdl
Siddhesh Poyarekar
2014-11-24
10
-9
/
+19
*
Remove IS_IN_nscd
Siddhesh Poyarekar
2014-11-24
5
-5
/
+10
*
Remove IS_IN_ldconfig
Siddhesh Poyarekar
2014-11-24
4
-3
/
+8
*
Remove IS_IN_libc
Siddhesh Poyarekar
2014-11-24
3
-5
/
+5
*
Define IN_MODULE for translation units that define NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
2
-0
/
+3
*
Remove IN_LIB
Siddhesh Poyarekar
2014-11-24
8
-19
/
+20
*
Use MODULE_NAME in stap-probe instead of IN_LIB
Siddhesh Poyarekar
2014-11-24
4
-6
/
+21
*
hurd: Fix dlopening libraries from static programs
Samuel Thibault
2014-11-23
2
-0
/
+10
*
arm: drop EABI check
Mike Frysinger
2014-11-22
3
-27
/
+5
*
NPTL: Fix pthread_create regression from default-sched.h refactoring.
Roland McGrath
2014-11-21
2
-3
/
+15
*
AArch64: Reformat inline-asm in elf_machine_load_address
Andrew Pinski
2014-11-21
2
-9
/
+15
*
AArch64: Use ELF macros rather than Elf64 throughout
Will Newton
2014-11-21
3
-5
/
+11
*
AArch64: Update relocations for ILP32
Will Newton
2014-11-21
3
-9
/
+42
*
microblaze: 64b atomic operations are not supported.
Torvald Riegel
2014-11-21
2
-1
/
+6
*
BZ#16469: resolv: skip leading dot in domain to search
Alexandre Oliva
2014-11-21
2
-3
/
+20
*
BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)
Alexandre Oliva
2014-11-21
5
-16
/
+85
*
BZ#14498: fix infinite loop in nss_db_getservbyname
Alexandre Oliva
2014-11-21
4
-9
/
+24
*
manual: fix addmntent's MT-Safety race annotation
Ma Shimiao
2014-11-21
2
-1
/
+6
*
ctermid: return string literal, document MT-Safety pitfall
Alexandre Oliva
2014-11-21
3
-11
/
+21
*
manual: cuserid is mtasurace if not passed a string
Alexandre Oliva
2014-11-21
2
-2
/
+9
*
Require check-safety.sh to pass; wish for check that all fns are documented
Alexandre Oliva
2014-11-21
3
-1
/
+13
*
NPTL: Use __libc_fatal in unwind.c.
Roland McGrath
2014-11-20
2
-5
/
+4
*
NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].
Roland McGrath
2014-11-20
3
-7
/
+24
*
NPTL: Refactor scheduler setup in pthread_create.
Roland McGrath
2014-11-20
4
-15
/
+91
*
Use C11 atomics in pthread_once.
Torvald Riegel
2014-11-20
2
-14
/
+14
*
Add tests for C11-like atomic operations.
Torvald Riegel
2014-11-20
2
-1
/
+133
*
Add atomic operations similar to those provided by C11.
Torvald Riegel
2014-11-20
2
-0
/
+227
*
Add arch-specific configuration for C11 atomics support.
Torvald Riegel
2014-11-20
22
-0
/
+119
*
NPTL: Don't (re)validate sched_priority in pthread_create.
Roland McGrath
2014-11-19
2
-20
/
+5
*
Test that pthread_create diagnoses invalid scheduling parameters.
Roland McGrath
2014-11-19
3
-1
/
+104
*
CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.
Carlos O'Donell
2014-11-19
4
-13
/
+77
*
Auto-generate libc-modules.h
Siddhesh Poyarekar
2014-11-19
6
-47
/
+91
*
Fix -Wundef warning in SHLIB_COMPAT
Siddhesh Poyarekar
2014-11-19
2
-1
/
+3
*
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
2014-11-19
18
-28
/
+134
*
NPTL: Add stub createthread.c
Roland McGrath
2014-11-18
2
-0
/
+49
*
NPTL: Move Linux-specific createthread.c to sysdeps.
Roland McGrath
2014-11-18
2
-0
/
+3
*
NPTL: Refactor createthread.c
Roland McGrath
2014-11-18
3
-169
/
+240
*
Fix libm mpone, mptwo namespace (bug 17616).
Joseph Myers
2014-11-18
10
-34
/
+53
*
Fix crossreference to nonexistent node BSD Handler
Tom de Vries
2014-11-18
2
-1
/
+5
*
alpha: Fix soft-fp breakage
Richard Henderson
2014-11-17
14
-62
/
+95
*
Remove sigvec.
Roland McGrath
2014-11-14
10
-312
/
+209
*
Remove x86_64 __GNUC_PREREQ (4, 6) conditional.
Joseph Myers
2014-11-14
2
-10
/
+6
*
Remove ARM __GNUC_PREREQ(4,4) conditionals.
Joseph Myers
2014-11-14
2
-16
/
+8
*
Only declare __sigpause in installed signal.h when necessary.
Joseph Myers
2014-11-14
4
-5
/
+13
*
Fix sparc build.
David S. Miller
2014-11-14
2
-0
/
+6
[next]